@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .graph-reveal.large, .graph-reveal.small, .graph-reveal.tiny, .graph-reveal, .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "proxima-nova", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  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: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  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 {
  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 {
    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 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .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.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 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.3333333333%;
}

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

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

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

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

.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.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .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.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .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.3333333333% - 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.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 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.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 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.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .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.3333333333% - 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.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 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.3333333333% - 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.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 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.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
}

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

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 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.3333333333%;
}

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

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 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.3333333333%;
}

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

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 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.3333333333%;
}

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

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.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 {
  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 {
    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 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .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.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 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);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

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

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "proxima-nova", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: underline;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 4px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: dotted;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 4px;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child > * {
  border-radius: 0 4px 4px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: dotted;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fff;
}
.button.secondary {
  background-color: #767676;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000000;
}
.button.success {
  background-color: #3adb76;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button.warning {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button.alert {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000000;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fff;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #000000;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #000000;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: underline;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 4px 4px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #000000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fff;
}
.badge.primary {
  background: #1779ba;
  color: #fff;
}
.badge.secondary {
  background: #767676;
  color: #000000;
}
.badge.success {
  background: #3adb76;
  color: #000000;
}
.badge.warning {
  background: #ffae00;
  color: #000000;
}
.badge.alert {
  background: #cc4b37;
  color: #000000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fff;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #000000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #000000;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #000000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #000000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #000000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000000;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: white;
  color: #000000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #000000;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #000000;
}
.callout.success {
  background-color: #e1faea;
  color: #000000;
}
.callout.warning {
  background-color: #fff3d9;
  color: #000000;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #000000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #000000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: underline;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fff;
}
.menu .active > a {
  background: #1779ba;
  color: #fff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fff;
}
.label.primary {
  background: #1779ba;
  color: #fff;
}
.label.secondary {
  background: #767676;
  color: #000000;
}
.label.success {
  background: #3adb76;
  color: #000000;
}
.label.warning {
  background: #ffae00;
  color: #000000;
}
.label.alert {
  background: #cc4b37;
  color: #000000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 4px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
  border-radius: 4px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100%;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100%;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.graph-reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .graph-reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .graph-reveal {
    min-height: 0;
  }
}
.graph-reveal .column, .graph-reveal .columns {
  min-width: 0;
}
.graph-reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .graph-reveal {
    width: 900px;
    max-width: 100%;
  }
}
.graph-reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .graph-reveal.tiny {
    width: 30%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .graph-reveal.small {
    width: 50%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .graph-reveal.large {
    width: 90%;
    max-width: 100%;
  }
}
.graph-reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .graph-reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.graph-reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #000000;
}

tfoot {
  background: #f2f2f2;
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fff;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #000000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #000000;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #2F4865;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
/*CSS HELPER CLASSES*/
.separator {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-top: 10px;
}

.margin-top-small {
  margin-top: 0.9375rem;
}

.margin-top-standard {
  margin-top: 1.2rem;
}

.margin-top-large {
  margin-top: 1.6rem;
}

.margin-top-xlarge {
  margin-top: 2rem;
}

.margin-bottom-xsmall {
  margin-bottom: 0.5rem;
}

.margin-bottom-small {
  margin-bottom: 0.9375rem;
}

.margin-bottom-standard {
  margin-bottom: 1.2rem;
}

.margin-bottom-large {
  margin-bottom: 1.6rem;
}

.margin-bottom-xlarge {
  margin-bottom: 2rem;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/*hides content from screen but not from screen readers*/
.hide-screen {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*BASE PAGE STYLES*/
.row {
  width: 100%;
}
.row .row {
  margin-left: auto !important;
  margin-right: auto !important;
}

section {
  max-width: 87rem;
}

.add-panel-shadow {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.loader .card {
  width: 115px;
}

/*FONT AWESOME override*/
.fa-pulse {
  -webkit-animation: none !important;
  animation: none !important;
}

/*LOGIN PAGE*/
#Login {
  width: 300px;
  margin: 7rem auto 0;
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
  border: 1px solid #dddddd;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
}
#Login h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#Login input {
  font-size: 0.9rem;
}
#Login .message {
  color: Red;
  text-align: center;
}

/*ERROR PAGE*/
.error-page {
  margin-top: 5rem;
}
.error-page .fa-exclamation-circle {
  font-size: 6rem;
  color: red;
  margin-bottom: 1rem;
}

/*FIND A SCHOOL MENU*/
.top-bar {
  margin: 0 auto;
  padding: 10px 0 0 0;
  height: 50px;
}
.top-bar .top-bar-inner {
  width: 100%;
}
.top-bar .find-a-school-menu {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 9999;
}
.top-bar .find-a-school-menu .navbar {
  position: relative;
  top: -16px;
}
.top-bar .find-a-school-menu ul {
  background: none;
  font-size: 0.85rem;
}
.top-bar .find-a-school-menu ul li {
  height: 42px;
  list-style: none;
}
.top-bar .find-a-school-menu ul li.nav-item a {
  margin-right: 0.75rem;
}
.top-bar .find-a-school-menu ul li.nav-item#find-menu {
  margin-right: 1rem;
}
.top-bar .find-a-school-menu ul li a {
  color: #fbde7e !important;
  font-weight: bold;
  padding: 0.7rem 1rem;
  display: block;
}
.top-bar .find-a-school-menu ul li a:hover {
  color: #fbde7e;
}
.top-bar .find-a-school-menu ul li ul {
  background: #fbde7e;
  border: none;
  padding: 0.5rem 0;
  border-radius: 0 0 4px 4px;
  width: 230px;
  margin-left: 0;
}
.top-bar .find-a-school-menu ul li ul#find-school-menu {
  width: 275px;
  right: -16px;
}
.top-bar .find-a-school-menu ul li ul li {
  height: auto;
  margin: 0.5rem 0;
  display: block;
  float: none;
}
.top-bar .find-a-school-menu ul li ul li a {
  color: #1f3f63 !important;
  font-weight: normal;
  padding: 0 1rem;
  margin-right: 0 !important;
}
.top-bar .find-a-school-menu ul li ul li a:hover {
  color: #122337 !important;
}
.top-bar .find-a-school-menu ul li ul li .small-icon {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background-color: #1f3f63;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.top-bar .logout-button {
  position: absolute;
  right: 5px;
  top: 4px;
  margin-bottom: 0;
  background-color: #fbde7e !important;
  color: #1f3f63;
}

.find-a-school-menu .nav > li > a::after,
.compare-schools .nav > li > a::after {
  border-color: #fbde7e transparent transparent !important;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-top-style: inset;
  border-bottom-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  right: 5px;
  left: auto;
  top: 50%;
  margin-top: -2px;
  position: absolute;
}

.find-a-school-menu .nav > li.active > a::after,
.compare-schools .nav > li.active > a::after {
  transform: rotate(180deg);
  top: 20px;
}

/*INNER PAGE STYLES*/
.top-bar {
  flex-wrap: wrap !important;
  padding: 0 !important;
}
.top-bar .top-bar-inner {
  padding: 0 0.5rem;
}
.top-bar .logo {
  background-color: #fff;
  width: 275px;
  height: 67px;
  margin: 0 auto;
  padding: 1rem 2.4rem;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.tab-dropdown-button {
  background-color: #f8f8fa;
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #737373 !important;
  color: #1f3f63 !important;
  text-align: left !important;
  width: 90%;
}
.tab-dropdown-button.hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.school-facts-dropdown {
  position: relative;
  top: 18px;
}
.school-facts-dropdown ul {
  list-style: none;
  margin-left: 0;
  text-align: left;
}
.school-facts-dropdown ul li {
  margin-bottom: 0.5rem;
}
.school-facts-dropdown ul li a {
  color: #1f3f63;
  padding: 0.75rem 0 !important;
  font-size: 0.9rem;
}
.school-facts-dropdown .dropdown-pane {
  width: 90%;
  border-radius: 0 0 4px 4px;
  border: 1px solid #737373;
  border-top: none;
  background-color: #f8f8fa;
  padding: 0.5rem 1rem 0;
}
.school-facts-dropdown .tab-dropdown-button.hover:before {
  content: "\f106" !important;
}
.school-facts-dropdown .tab-dropdown-button:before {
  margin-top: -0.95rem !important;
  content: "\f107" !important;
  transition: all 0.25s;
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: #1f3f63 !important;
  font-weight: normal;
  float: right;
  position: relative;
  top: 8px;
}

.inner-top .csi-marker {
  background-color: #ffd95a;
  color: #1f3f63;
  font-size: 0.75rem;
  font-weight: normal;
  width: 191px;
  padding: 0.25rem;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #1f3f63;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin-left: 1rem;
}
.inner-top .csi-marker:hover {
  cursor: pointer;
}
.inner-top .pa-marker-button {
  margin-left: 1rem;
}
.inner-top .pa-marker {
  background-color: #1f3f63;
  font-size: 0.75rem;
  font-weight: normal;
  width: 185px;
  padding: 0.35rem;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #ffd95a;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-left: 1rem;
}
.inner-top .pa-marker .has-tip {
  border-bottom: none;
  display: block;
  cursor: default;
}

.school-name-header-row {
  margin-bottom: 1.8rem;
}

.school-header-district {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.school-name-header {
  max-width: 87rem;
  margin: 2.6rem auto 0;
  display: inline-flex;
  align-items: center;
}
.school-name-header a {
  color: #000;
}
.school-name-header a:hover {
  color: #1f3f63;
}
.school-name-header button {
  cursor: pointer;
  vertical-align: middle;
  margin: 1rem;
  font-size: 21px;
  vertical-align: middle;
  /*        margin-top: 15px;
          margin-bottom: 5px;
  */
}
.school-name-header button:before {
  font-size: 21px;
}
.school-name-header .dropdown-pane {
  z-index: 9999;
  background-color: #0a0a0a;
  border: none;
  border-radius: 0;
  color: #fff;
  width: 150px;
  font-size: 0.85rem;
  font-weight: normal;
}
.school-name-header .dropdown-pane:before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.school-name-header .dropdown-pane a {
  color: #fff;
}
.school-name-header .dropdown-pane a:hover {
  color: #f9ae41;
}

/*SCORING COLORS*/
.goal-green {
  color: #49820B;
}

.goal-blue {
  color: #1373cd;
}

.goal-red {
  color: #D0021B;
}

.breakdown-circle {
  width: 22px;
  height: 22px;
  border-radius: 1000px;
  border: 4px solid;
}
.breakdown-circle .has-tip {
  border-bottom: none !important;
  display: block;
  cursor: default;
}
.breakdown-circle.disabled {
  background-color: #dddddd;
}
.breakdown-circle.empty {
  border: 2px solid;
  border-color: #dddddd;
  background: radial-gradient(#fff, #dddddd);
}

.invalid {
  transform: translate(-1px, 8px);
  border-left: 21px solid;
  height: 2px;
  border-color: #dddddd;
}

.breakdown-red {
  border-color: #fe6d7f;
}

.breakdown-green {
  border-color: #97ee38;
}

.breakdown-blue {
  border-color: #85bef4;
}

.breakdown-gray {
  border-color: #979797;
}

.fill-red {
  background-color: #D0021B;
}

.fill-green {
  background-color: #49820B;
}

.fill-blue {
  background-color: #1373cd;
}

.fill-gray {
  background-color: #4a4a4a;
}

.key-arrow {
  font-size: 1.4rem;
  position: relative;
  top: -1px;
}
.key-arrow.has-tip {
  border-bottom: none !important;
}
.key-arrow.key-blue {
  color: #1373cd;
}
.key-arrow.key-green {
  color: #49820B;
}
.key-arrow.key-red {
  color: #D0021B;
}
.key-arrow.key-gray {
  color: #4a4a4a;
}

.key-dropdown {
  width: 640px;
  margin: 0 auto 6rem;
  text-align: center;
}
.key-dropdown .button {
  width: 375px;
  text-align: left;
  font-weight: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.key-dropdown .button:after {
  float: right;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  line-height: 1rem;
}
.key-dropdown .button.hover {
  background-color: #9baaba !important;
  color: #1f3f63;
}
.key-dropdown .button.hover:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  line-height: 1rem;
}
.key-dropdown .key-item {
  /*        display: inline-flex;
          align-items: center;
  */
}
.key-dropdown .key-item span {
  margin: 0 1px;
}
.key-dropdown .key-row {
  margin-bottom: 0.5rem;
}
.key-dropdown .key-row .no-padding-left {
  padding-right: 0.25rem;
}
.key-dropdown .breakdown-circle {
  display: inline-block;
}
.key-dropdown .key-divider {
  border-top: 1px solid #737373;
  margin: 0.5rem 0;
}
.key-dropdown .dropdown-pane {
  width: 640px;
  font-size: 0.65rem;
  text-align: left;
  padding: 0 !important;
  position: relative !important;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  visibility: visible;
  top: -13px;
}
.key-dropdown .dropdown-pane .key-definition-row {
  background-color: #eae8e8;
  color: #1f3f63;
  padding: 0.5rem;
  border-radius: 0 0 4px 4px;
}
.key-dropdown .dropdown-pane .key-definition-row .column, .key-dropdown .dropdown-pane .key-definition-row .columns {
  padding: 0 0.75rem;
  display: inline-block;
  width: auto;
  margin-bottom: 0.25rem;
}
.key-dropdown .dropdown-pane .dropdown-pane-inner {
  padding: 1rem;
}
.key-dropdown .dropdown-pane .key-title {
  color: #1f3f63;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.key-dropdown .dropdown-pane .key-description {
  padding-top: 0.25rem !important;
}
.key-dropdown .dropdown-pane .breakdown-circle {
  width: 19px;
  height: 19px;
}
.key-dropdown .dropdown-pane .invalid {
  transform: translate(-1px, 7px);
  border-left: 17px solid;
  height: 2px;
  border-color: #dddddd;
}
.key-dropdown .dropdown-pane .key-arrow {
  font-size: 1.2rem;
  left: 2px;
}

.graph-dropdown {
  margin: 0 auto 6rem;
  text-align: center;
}
.graph-dropdown .button {
  width: 375px;
  text-align: left;
  font-weight: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.graph-dropdown .button:after {
  float: right;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  line-height: 1rem;
}
.graph-dropdown .button.hover {
  background-color: #9baaba !important;
  color: #1f3f63;
}
.graph-dropdown .button.hover:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  line-height: 1rem;
}
.graph-dropdown .key-item span {
  margin: 0 1px;
}
.graph-dropdown .key-row {
  margin-bottom: 0.5rem;
}
.graph-dropdown .key-row .no-padding-left {
  padding-right: 0.25rem;
}
.graph-dropdown .breakdown-circle {
  display: inline-block;
}
.graph-dropdown .key-divider {
  border-top: 1px solid #737373;
  margin: 0.5rem 0;
}
.graph-dropdown .dropdown-pane {
  width: 640px;
  font-size: 0.65rem;
  text-align: left;
  padding: 0 !important;
  position: relative !important;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  visibility: visible;
  top: -13px;
}
.graph-dropdown .dropdown-pane .key-definition-row {
  background-color: #eae8e8;
  color: #1f3f63;
  padding: 0.5rem;
  border-radius: 0 0 4px 4px;
}
.graph-dropdown .dropdown-pane .key-definition-row .column, .graph-dropdown .dropdown-pane .key-definition-row .columns {
  padding: 0 0.75rem;
  display: inline-block;
  width: auto;
  margin-bottom: 0.25rem;
}
.graph-dropdown .dropdown-pane .dropdown-pane-inner {
  padding: 1rem;
}
.graph-dropdown .dropdown-pane .key-title {
  color: #1f3f63;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.graph-dropdown .dropdown-pane .key-description {
  padding-top: 0.25rem !important;
}
.graph-dropdown .dropdown-pane .breakdown-circle {
  width: 19px;
  height: 19px;
}
.graph-dropdown .dropdown-pane .invalid {
  transform: translate(-1px, 7px);
  border-left: 17px solid;
  height: 2px;
  border-color: #dddddd;
}
.graph-dropdown .dropdown-pane .key-arrow {
  font-size: 1.2rem;
  left: 2px;
}

.graph-participation-dropdown {
  width: 640px;
  text-align: center;
}
.graph-participation-dropdown .button {
  width: 375px;
  text-align: left;
  font-weight: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.graph-participation-dropdown .button:after {
  float: right;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  line-height: 1rem;
}
.graph-participation-dropdown .button.hover {
  background-color: #9baaba !important;
  color: #1f3f63;
}
.graph-participation-dropdown .button.hover:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  line-height: 1rem;
}
.graph-participation-dropdown .key-item span {
  margin: 0 1px;
}
.graph-participation-dropdown .key-row {
  margin-bottom: 0.5rem;
}
.graph-participation-dropdown .key-row .no-padding-left {
  padding-right: 0.25rem;
}
.graph-participation-dropdown .breakdown-circle {
  display: inline-block;
}
.graph-participation-dropdown .key-divider {
  border-top: 1px solid #737373;
  margin: 0.5rem 0;
}
.graph-participation-dropdown .dropdown-pane {
  width: 640px;
  font-size: 0.65rem;
  text-align: left;
  padding: 0 !important;
  position: relative !important;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  visibility: visible;
  top: -13px;
  margin-top: 70px;
}
.graph-participation-dropdown .dropdown-pane .key-definition-row {
  background-color: #eae8e8;
  color: #1f3f63;
  padding: 0.5rem;
  border-radius: 0 0 4px 4px;
}
.graph-participation-dropdown .dropdown-pane .key-definition-row .column, .graph-participation-dropdown .dropdown-pane .key-definition-row .columns {
  padding: 0 0.75rem;
  display: inline-block;
  width: auto;
  margin-bottom: 0.25rem;
}
.graph-participation-dropdown .dropdown-pane .dropdown-pane-inner {
  padding: 1rem;
}
.graph-participation-dropdown .dropdown-pane .key-title {
  color: #1f3f63;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.graph-participation-dropdown .dropdown-pane .key-description {
  padding-top: 0.25rem !important;
}
.graph-participation-dropdown .dropdown-pane .breakdown-circle {
  width: 19px;
  height: 19px;
}
.graph-participation-dropdown .dropdown-pane .invalid {
  transform: translate(-1px, 7px);
  border-left: 17px solid;
  height: 2px;
  border-color: #dddddd;
}
.graph-participation-dropdown .dropdown-pane .key-arrow {
  font-size: 1.2rem;
  left: 2px;
}

.percentage-row {
  margin: 0.85rem 0;
}
.percentage-row .column, .percentage-row .columns {
  padding-left: 0;
  padding-right: 0;
}
.percentage-row:last-child {
  margin-bottom: 0.5rem;
}

.percentage-bar {
  background-color: #e6e6e6;
  width: 100%;
  height: 6px;
}
.percentage-bar .progress-indicator {
  background-color: #F8A131;
  height: 6px;
}

.percentage-bar-na {
  background-color: #e6e6e6;
  width: 100%;
  height: 12px;
}
.percentage-bar-na .progress-indicator {
  background-color: #F8A131;
  height: 12px;
}

/*SCHOOL PERFORMANCE TABS*/
#school-facts-tabs {
  background: none;
  border: none;
  text-align: center;
}
#school-facts-tabs .tabs-title {
  float: none !important;
  display: inline-block;
}
#school-facts-tabs .tabs-title a {
  background-color: #1f3f63;
  color: #fff !important;
  padding: 0.85rem 1.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
  display: inline-block;
}
#school-facts-tabs .tabs-title.is-active a {
  background: #fff;
  color: #1f3f63 !important;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  clip-path: inset(-8px -8px 0px -8px);
}

/*SITE WIDE CSS*/
/*STICKY FOOTER CSS*/
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.top-bar {
  width: 100%;
  z-index: 99;
}

.top-bar .top-bar-inner {
  z-index: 99;
}

.disabled-dropdown {
  opacity: 0.5;
  cursor: default;
}

.download-transcript {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

/*ADA FOCUS CSS*/
a:focus {
  outline: dotted;
  outline-color: #000;
}

.icheckbox_minimal-blue.focus {
  border: 3px dotted !important;
}

button:focus {
  outline: dotted !important;
  outline-color: #000 !important;
  outline-width: medium !important;
}

/*SKIP TO MAIN CSS*/
.skip-to-main {
  position: absolute;
  background-color: #fff;
}

section#mainContent {
  max-width: none;
}

/* END STICKY FOOTER*/
.panel {
  border: 1px solid #dddddd;
  padding: 0.75rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

footer {
  background: #E0EDFD;
  background: -moz-linear-gradient(top, #E0EDFD 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #E0EDFD 0%, #fff 100%);
  background: linear-gradient(to bottom, #E0EDFD 0%, #fff 100%);
  padding: 0.8rem;
  line-height: 2rem;
  font-size: 0.75rem;
  clear: both;
  margin-top: 2rem;
}
footer #pde-logo {
  display: block;
  float: left;
  margin-right: 0.5rem;
}
footer #copyright {
  float: left;
  line-height: 0.8rem;
  font-size: 0.65rem;
  color: #1f3f63;
  padding-top: 3px;
}
footer #copyright-small {
  float: left;
  line-height: 0.8rem;
  font-size: 0.65rem;
  color: #1f3f63;
  padding-top: 3px;
}
footer #copyright-medium {
  float: left;
  line-height: 1.1rem;
  font-size: 0.85rem;
  color: #1f3f63;
  padding-top: 3px;
}
footer nav li, footer nav a {
  margin: 0 0.5rem;
  color: #1f3f63;
  display: block;
  float: left;
}

.fa-info-circle {
  font-size: 1rem;
  position: relative;
  top: 0;
  color: #1f3f63 !important;
}

.download-adobe {
  font-size: 0.7rem;
  font-weight: bold;
  text-decoration: underline;
  color: #1f3f63 !important;
}

/*.is-reveal-open {

    .landing-top,
    .search-container,
    .school-search-results,
    .school-search,
    .more-search-options,
    .inner-content,
    .inner-top,
    .top-bar,
    #search-container h3 {
        -webkit-filter: blur(8px);
        -ms-filter: blur(8px);
        -moz-filter: blur(8px);
    }
}*/
.error {
  color: red !important;
}

/*FOUNDATION OVERRIDES*/
.reveal {
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.accordion-item {
  margin-bottom: 0.25rem;
}

.accordion-content {
  border: none !important;
}

.accordion-title {
  color: #fff !important;
  font-weight: bold;
  font-size: 0.8rem !important;
  background: #1f3f63;
  border-radius: 4px !important;
  border: 1px solid #1f3f63 !important;
}

.accordion-title::before {
  margin-top: -0.95rem !important;
  content: "\f107" !important;
  transition: all 0.25s;
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  color: #1f3f63 !important;
  font-weight: normal;
  top: 22px !important;
}

.is-active > .accordion-title::before {
  content: "\f106" !important;
}

.button {
  background-color: #1f3f63 !important;
  font-weight: bold;
  /*    &#btnExport {
          display: flex !important;
          float: left !important;
      }

      &#btnPreviousYear {
          display: flex !important;
          float: left !important;
      }
  */
}
.button.alert {
  background-color: #E21D34 !important;
  color: #fff !important;
}
.button.button-close {
  background-color: #fff !important;
  color: #1f3f63;
  border-color: #1f3f63;
  padding: 0.75rem 2rem;
}
.button.button-close:hover {
  color: #1f3f63;
}
.button.button-download {
  padding: 1.25rem 2rem;
}

.button.secondary {
  background-color: #9baaba !important;
  font-weight: normal;
}

.active.accordion-title::before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}

.reveal.large {
  max-width: 1000px !important;
}

.is-dropdown-submenu {
  min-width: 275px !important;
}

.button.disabled, .button[disabled], .button[disabled] {
  cursor: default !important;
}

.badge-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -18px;
  right: -18px;
  background-color: #fefefe;
  color: #1f3f63;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1rem;
  padding: 10px 0 0 0;
}

/*SEARCH AUTO COMPLETE*/
.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
  font-size: 0.75rem !important;
  border-top: none !important;
  border-radius: 4px;
  border-color: #737373 !important;
  padding-left: 0.5rem !important;
}

/*iCheck*/
.icheckbox_minimal-blue, .iradio_minimal-blue {
  background-color: #efefef !important;
}

/*CUSTOM JQUERY SLIDER CSS*/
.ui-slider .ui-slider-handle {
  overflow: visible !important;
}

.ui-slider .ui-slider-tooltip {
  display: none;
}

.ui-slider .screenReaderContext {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -999999999px;
}

.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
  display: block;
  position: absolute;
  bottom: 2.5em;
  text-align: center;
  padding: 0.3em 0.2em 0.4em;
  font-size: 0.9em;
  width: 8em;
  margin-left: -3.7em;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-width: 0;
  background: none;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {
  border-left: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-top-width: 8px;
  bottom: -8px;
  right: auto;
  left: 50%;
  margin-left: -7px;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
  border-top: 7px solid #fff;
  bottom: auto;
  top: -9px;
  left: -6px;
}

.ui-slider a {
  text-decoration: underline;
}

.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-slider ol, .ui-slider dl {
  position: relative;
  top: 1.3em;
  width: 100%;
}

.ui-slider dt {
  top: 1.5em;
  position: absolute;
  padding-top: 0.2em;
  text-align: center;
  border-bottom: 1px dotted #ddd;
  height: 0.7em;
  color: #999;
  display: none;
}

.ui-slider dt span {
  background: #fff;
  /*padding: 0 .5em;*/
}

.ui-slider li, .ui-slider dd {
  position: absolute;
  overflow: visible;
  color: #666;
}

.ui-slider span.ui-slider-label {
  position: absolute;
  font-size: 0.9em;
  margin-left: -3px !important;
}

.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
  display: none;
}

.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
  display: block;
}

.ui-slider span.ui-slider-tic {
  position: absolute;
  left: 0;
  height: 0.8em;
  top: -1.3em;
}

.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
  border-right: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-top: 0;
  border-bottom: 0;
}

.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
  display: none;
}

.export-buttons button {
  margin: 0 0.5rem;
}

/*COMING SOON PAGE*/
.coming-soon.landing-top {
  min-height: 50px;
}
.coming-soon.landing-top .logo {
  margin: 4rem auto;
}
.coming-soon h3 {
  margin-top: 8rem;
  font-size: 3rem !important;
}
.coming-soon .button {
  width: 125px;
}

.alertDiv {
  top: 0;
  left: 5%;
  position: fixed;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 999999;
}

.alertContainerDiv {
  overflow: hidden;
  margin: 4px 0px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  cursor: pointer;
  height: 36px;
}

.alertMessageDiv {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  padding: 10px;
  width: auto;
  position: relative;
}

.alertDivHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.alertHidden {
  display: none;
}

.alertShow {
  display: block;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 39.9375em) {
  footer nav {
    clear: both;
    text-align: center;
  }
  footer nav.float-right {
    float: none !important;
  }
  footer nav a {
    display: block;
  }
  footer #copyright-small, footer #copyright-medium {
    float: none;
    text-align: center;
  }
  footer #pde-logo {
    float: none;
    margin: 0 auto;
  }
  .text-left-mobile {
    text-align: left !important;
  }
  .top-bar .top-bar-inner .logo {
    width: 155px;
    height: 57px;
    padding: 0.95rem 0.5rem;
    margin: 0;
  }
  .top-bar .top-bar-inner .find-a-school-menu {
    top: 8px;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li.top-level-nav-item {
    width: 90px;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li.top-level-nav-item a {
    line-height: 1rem;
    padding: 0.15rem;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li ul {
    top: 42px;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li ul#compare-school-menu {
    width: 275px;
    right: 0;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li ul li {
    margin: 0;
  }
  .top-bar .top-bar-inner #compare-menu,
  .top-bar .top-bar-inner #find-menu {
    margin-right: 1rem;
  }
  .top-bar .top-bar-inner #find-menu {
    margin-right: 0rem !important;
  }
  .top-bar .top-bar-inner #find-menu a:after {
    right: 20px;
  }
  .inner-top {
    height: auto;
    padding-top: 0.5rem;
  }
  .inner-top .logo {
    margin: 0;
    background: none;
    padding: 0 1rem;
  }
  .inner-top .school-name-header-row {
    margin-bottom: 1.2rem;
  }
  .inner-top .school-name-header {
    margin-top: 1rem;
    line-height: 1.6rem;
    vertical-align: middle;
    display: block;
  }
  .inner-top .school-name-header h1 {
    margin: 0;
  }
  .inner-top .school-name-header button {
    margin: 0.5rem;
    font-size: 16px;
  }
  .inner-top .school-name-header .csi-marker,
  .inner-top .school-name-header .pa-marker {
    line-height: 1.2rem !important;
    margin: 0 0.5rem;
    vertical-align: middle;
  }
  .inner-top .school-name-header .fa-bookmark {
    margin: 0 !important;
  }
  .inner-top .school-name-header .pa-marker {
    top: 0;
  }
  .inner-top .pa-marker-button {
    display: block;
    margin: 0 auto 0;
  }
  .performance-detail-buttons {
    margin-top: 2rem !important;
  }
  .performance-detail-buttons .btn-disabled:hover {
    opacity: 0.5 !important;
    border: none !important;
    color: #1f3f63 !important;
  }
  .margin-top-standard {
    margin-top: 0.6rem;
  }
  .margin-top-large {
    margin-top: 0.8rem;
  }
  .margin-top-xlarge {
    margin-top: 1rem;
  }
  .margin-bottom-standard {
    margin-bottom: 0.6rem;
  }
  .margin-bottom-large {
    margin-bottom: 0.8rem;
  }
  .margin-bottom-xlarge {
    margin-bottom: 1rem;
  }
  #schoolBreakdown .icon-key {
    width: 288px;
    padding: 1rem 0rem 1rem 0.5rem;
  }
  .key-right-column {
    margin-top: 0.75rem;
  }
  .key-dropdown {
    width: 300px;
    margin: 0 auto 3rem;
  }
  .key-dropdown .dropdown-pane {
    width: 300px;
  }
  .key-dropdown .button {
    width: 300px;
  }
  .graph-dropdown {
    width: 300px;
    margin: 0 auto 3rem;
  }
  .graph-dropdown .dropdown-pane {
    width: 300px;
  }
  .graph-dropdown .button {
    width: 300px;
  }
  /*    .graph-participation-dropdown {
          width: 300px;
          margin: 0 auto 3rem;

          .dropdown-pane {
              width: 300px;
          }

          .button {
              width: 300px;
          }
      }
  */
  .inner-content .instructional-copy {
    margin: 2rem 0 1rem !important;
  }
  .mobile-text-center {
    text-align: center;
  }
  .school-header-district {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .top-bar .top-bar-inner .logo {
    width: 200px;
    height: 65px;
    padding: 0.95rem 0.5rem;
    margin: 0;
  }
  .top-bar .top-bar-inner .find-a-school-menu {
    top: 8px;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li.top-level-nav-item {
    width: 93px;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li.top-level-nav-item a {
    line-height: 1rem;
    padding: 0.15rem;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li#compare-menu {
    margin-right: 1rem;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li ul {
    top: 42px;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li ul#compare-school-menu {
    width: 275px;
    right: 0;
  }
  .top-bar .top-bar-inner .find-a-school-menu ul li ul li {
    margin: 0;
  }
  .top-bar .top-bar-inner #compare-schools {
    margin-right: 1rem;
  }
  .top-bar .top-bar-inner #find-menu {
    margin-right: 0rem !important;
  }
  .top-bar .top-bar-inner #find-menu a:after {
    right: 20px;
  }
  .medium-text-center {
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) {
  .coming-soon h3 {
    margin-top: 3rem;
  }
  .show-for-medium-down {
    display: block !important;
  }
  .top-bar .find-a-school-menu ul li ul li a {
    padding: 0.25rem 1rem !important;
  }
  .select-box select {
    font-size: 1rem !important;
  }
  .show-for-medium-down {
    display: block !important;
  }
  .school-name-header-row {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 460px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .top-bar .top-bar-inner .logo {
    width: 127px;
  }
}
/*SELECT ROLE MODAL*/
#roleModal.column, #roleModal.columns {
  padding: 0 !important;
}

.select-role-modal {
  padding: 1rem 0;
}
.select-role-modal .select-role-logo {
  margin-bottom: 1.5rem;
}
.select-role-modal h4 {
  width: 280px;
  margin: 1rem auto 0.25rem;
  line-height: 1.6rem;
  font-size: 1.6rem;
}
.select-role-modal p {
  font-size: 0.8rem;
}
.select-role-modal .select-box {
  border: 1px solid #737373;
  max-width: 300px;
  margin: 0.5rem auto 1.5rem;
  border-radius: 4px;
}
.select-role-modal .select-box select {
  font-size: 0.8rem;
  cursor: pointer;
  border: none;
  background-color: #f8f8fa;
  border-radius: 0;
  margin-bottom: 0;
  border-radius: 4px;
}
.select-role-modal .select-box select option {
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
}
.select-role-modal .enter-fri-button {
  margin-bottom: 0;
  max-width: 260px;
}

.landing-top {
  background-color: #bfd3ee;
  min-height: 415px;
}
.landing-top .logo {
  max-width: 409px;
  margin: 2rem auto;
}
.landing-top p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2rem;
}
.landing-top p a {
  color: #1f3f63;
  font-weight: 600;
}
.landing-top h1 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #1f3f63;
}

.find-a-school {
  width: 732px;
}
.find-a-school a {
  font-size: 0.7rem;
}
.find-a-school .find-a-school-btn {
  background-color: #1f3f63;
  margin: 1px;
  float: left;
  border-radius: 4px;
  position: relative;
}
.find-a-school .find-a-school-btn.active {
  background: #fbde7e;
}
.find-a-school .find-a-school-btn.active.active a {
  color: #1f3f63;
  background: #fbde7e !important;
}
.find-a-school .find-a-school-btn a {
  color: #fff;
  font-weight: 700;
  display: block;
  width: 120px;
  height: 110px;
  padding: 0.5rem 0.7rem 0;
  line-height: 1rem;
}
.find-a-school .find-a-school-btn a.button {
  margin-bottom: 0 !important;
}
.find-a-school .find-a-school-btn div {
  width: 62px;
  height: 62px;
  margin: 0 auto;
}

#search-container h2 {
  color: #1f3f63;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.school-search {
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
  border: 1px solid #dddddd;
  padding: 0.5rem 1.25rem;
  max-width: 565px;
  border-radius: 4px;
}
.school-search .school-search-input {
  width: 94%;
}
.school-search .school-search-input input {
  width: 99%;
  border: 1px solid #737373;
  font-size: 0.8rem;
}
.school-search label {
  font-weight: bold;
  color: #1f3f63;
  font-size: 0.8rem;
}
.school-search .school-search-button {
  width: 6%;
}
.school-search .school-search-button a {
  background-color: #1f3f63 !important;
  width: 100%;
  height: 34px;
  padding: 7px 6px;
  margin-bottom: 0;
}
.school-search .school-search-button .fa-search {
  font-size: 1.1rem;
}

.button.more-search-options {
  width: 200px;
  font-size: 0.8rem;
  border-radius: 4px;
  margin-top: 1rem;
  background-color: #1f3f63 !important;
  font-weight: bold;
  display: inline-block;
}
.button.more-search-options .fa-list-ul {
  color: #fbde7e;
  margin-right: 0.25rem;
}

.school-search-results {
  max-width: 910px;
}
.school-search-results h2 {
  color: #1f3f63;
  margin-bottom: 2rem;
  font-size: 2rem;
  padding: 0 0.625rem;
}
.school-search-results .select2-results__options {
  font-size: 0.8rem !important;
}
.school-search-results .select2-selection__rendered {
  font-size: 0.8rem;
}
.school-search-results .district-dropdowns {
  max-width: 860px;
  margin: 0 auto;
}
.school-search-results .district-dropdowns label {
  color: #1f3f63;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
.school-search-results .district-dropdowns select {
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.8rem;
  cursor: pointer;
  border: none;
  background-color: #f8f8fa;
  border: 1px solid #979797;
  max-width: 300px;
  margin: 0.25rem auto 1.5rem;
  border-radius: 4px;
}
.school-search-results .district-dropdowns .district-divider {
  margin-top: 1.6rem;
}
.school-search-results .district-dropdowns .fa-angle-double-right {
  color: #1f3f63;
}
.school-search-results #search-tabs {
  border: none;
  padding-left: 10%;
}
.school-search-results #search-tabs.charter-tabs {
  padding-left: 27%;
}
.school-search-results #search-tabs.charter-tabs li a {
  width: 219px;
  text-align: center;
}
.school-search-results #search-tabs .tabs-title {
  position: relative;
  top: 1px;
}
.school-search-results #search-tabs .tabs-title a {
  background: #1f3f63;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  font-size: 0.85rem;
  margin: 0 3px;
  padding: 0.85rem 2rem;
}
.school-search-results #search-tabs .tabs-title.is-active a {
  background: #fff;
  color: #1f3f63;
  border: 1px solid #dddddd;
  border-bottom: none;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  clip-path: inset(-8px -8px 0px -8px);
}
.school-search-results .tabs-panel {
  padding: 0;
}
.school-search-results .search-results {
  border: 1px solid #dddddd;
  padding: 2rem 0 1rem 0;
  border-radius: 4px;
  max-width: 910px;
}
.school-search-results .search-results .row-headers {
  border-bottom: 1px solid #1f3f63;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #1f3f63;
  margin-bottom: 0.75rem;
}
.school-search-results .search-results .mobile-search-titles {
  font-weight: bold;
  color: #1f3f63;
  margin-bottom: 0.25rem;
}
.school-search-results .search-results .favorite-school {
  cursor: pointer;
  height: 20px;
  width: 21px;
  display: block;
  margin: 0 auto;
}
.school-search-results .result {
  border-bottom: dashed 1px #737373;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  padding-bottom: 0.75rem;
}
.school-search-results .result .school-name {
  font-weight: bold;
  padding-left: 0;
}
.school-search-results .result .school-name a {
  color: #000000;
}
.school-search-results .result .school-name a:hover {
  color: #1f3f63;
}
.school-search-results .result .district a {
  color: #000000;
}
.school-search-results .result .district a:hover {
  color: #1f3f63;
}
.school-search-results .result .grades {
  padding-right: 0;
}
.school-search-results mark {
  padding: 0;
  background: transparent;
  background: linear-gradient(to right, #f0ad4e 50%, transparent 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: all 0.5s ease;
  color: #fff;
}
.school-search-results mark.animate {
  background-position: left bottom;
  color: #fff;
  background: #1F3F63;
}
.school-search-results .pagination-container {
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
  color: #1f3f63;
  border-radius: 4px;
  padding: 0.5rem 0;
}
.school-search-results .pagination-container a {
  color: #1f3f63;
  font-weight: bold;
}
.school-search-results .pagination-container .pagination-results {
  padding-top: 0.25rem;
}
.school-search-results .pagination-container .pagination-total {
  font-size: 0.9rem;
}
.school-search-results .pagination-container .pagination {
  margin-bottom: 0;
}
.school-search-results .pagination-container .pagination .current {
  background-color: #E6E6E6;
  color: #1f3f63;
  font-weight: bold;
  padding: 0;
}
.school-search-results .pagination-container .pagination li {
  font-size: 0.75rem;
}
.school-search-results .compare-tool-tip {
  position: relative;
  top: 1px;
}
.school-search-results [type=checkbox] {
  margin-bottom: 0 !important;
  transform: scale(1.3);
  position: relative;
  top: 2px;
}
.school-search-results [type=checkbox]:focus {
  outline: dotted;
  outline-width: medium;
  outline-color: #000;
  transform: scale(1);
}

/*ADVANCED SEARCH*/
.advanced-search-container {
  background: #F2F2F6;
  padding-top: 1rem;
}
.advanced-search-container.decision-support-tool-filter-container {
  background: rgba(0, 0, 0, 0);
}
.advanced-search-container.decision-support-tool-filter-container .advanced-labels, .advanced-search-container.decision-support-tool-filter-container legend {
  font-size: 0.8rem;
  color: #1f3f63;
  background-color: #fff;
  position: absolute;
  top: -12px;
  display: block;
  font-weight: bold;
  padding: 0 0.25rem;
}
.advanced-search-container .fa-search {
  font-size: 1.1rem;
}
.advanced-search-container .accordion-content,
.advanced-search-container .accordion {
  background-color: transparent;
}
.advanced-search-container .accordion-content {
  padding: 0;
}
.advanced-search-container .enrollment-box,
.advanced-search-container .school-type-box,
.advanced-search-container .setting-box {
  border: 1px solid #1f3f63;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  padding: 1.2rem;
  position: relative;
}
.advanced-search-container .enrollment-box li,
.advanced-search-container .school-type-box li,
.advanced-search-container .setting-box li {
  width: 108px;
}
.advanced-search-container .slider {
  margin-top: 0.5em !important;
}
.advanced-search-container .advanced-slider {
  margin-bottom: 1.5rem;
  position: relative;
  margin-top: 1rem;
}
.advanced-search-container .advanced-slider legend,
.advanced-search-container .advanced-slider .advanced-labels {
  top: 5px;
  position: relative;
}
.advanced-search-container .advanced-slider .ui-slider {
  background-color: #ddd;
  margin-top: 1rem;
  width: 235px;
  margin: 1rem 0 0 0.75rem;
}
.advanced-search-container .advanced-slider .ui-slider span.ui-slider-label {
  margin-left: -7px !important;
  color: #4F4F4F;
}
.advanced-search-container .advanced-slider .ui-widget-content {
  border: 1px solid #F2F2F6;
}
.advanced-search-container .advanced-slider .ui-widget-header {
  background-color: #0098B3;
}
.advanced-search-container .advanced-slider .ui-slider-handle {
  border-radius: 1000px !important;
  background-color: #1f3f63;
  border: none;
}
.advanced-search-container .advanced-slider .ui-slider-handle .ttContent {
  color: #FFFFFF;
}
.advanced-search-container label {
  font-size: 0.8rem;
}
.advanced-search-container .labelfor {
  cursor: pointer;
}
.advanced-search-container [type=checkbox] {
  margin-bottom: 1rem !important;
  position: relative;
  top: 2px;
  transform: scale(1.3);
}
.advanced-search-container [type=checkbox]:focus {
  transform: scale(1);
}
.advanced-search-container .school-type-box ul {
  float: left;
}
.advanced-search-container .enrollment-box ul {
  float: left;
}
.advanced-search-container .setting-box ul {
  float: left;
}
.advanced-search-container .location-box {
  position: relative;
  margin-top: 0.5rem;
}
.advanced-search-container .iu-pattan-box {
  position: relative;
  margin-bottom: 1.5rem;
}
.advanced-search-container .iu-pattan-box select {
  margin-top: 1rem;
}
.advanced-search-container ul {
  margin-left: 0;
}
.advanced-search-container ul li > div {
  float: left;
  margin-right: 0.25rem;
  top: 2px;
}
.advanced-search-container .ul-left {
  padding-right: 0.75rem;
}
.advanced-search-container li {
  list-style: none;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.advanced-search-container .advanced-labels,
.advanced-search-container legend {
  font-size: 0.8rem;
  color: #1f3f63;
  background-color: #F2F2F6;
  position: absolute;
  top: -12px;
  display: block;
  font-weight: bold;
  padding: 0 0.25rem;
}
.advanced-search-container .current-location {
  font-size: 0.8rem;
  color: #1772cf;
  font-weight: bold;
  margin-top: 0.5rem;
  text-align: center;
}
.advanced-search-container .current-location .fa {
  font-size: 1.2rem;
}
.advanced-search-container .current-location span {
  margin-left: 0.25rem;
}
.advanced-search-container select {
  font-size: 0.8rem;
  border: 1px solid #737373;
  background: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.advanced-search-container .or-divider {
  border-top: 1px solid #737373;
  width: 90%;
  text-align: center;
  clear: both;
  margin: 2rem auto 1.5rem;
}
.advanced-search-container .or-divider span {
  position: relative;
  top: -12px;
  display: inline-block;
  padding: 0 0.25rem;
  background-color: #F2F2F6;
}
.advanced-search-container .zip-code {
  margin-top: 1rem;
}
.advanced-search-container .zip-code select {
  width: 153px;
}
.advanced-search-container .zip-code input {
  border: 1px solid #737373;
  font-size: 0.8rem;
  width: 112px;
  float: left;
  margin-right: 0.25rem;
}
.advanced-search-container .fa-location-arrow {
  transform: rotate(265deg);
}
.advanced-search-container .accordion-title:hover,
.advanced-search-container .accordion-title:focus {
  background-color: #1f3f63;
}
.advanced-search-container .accordion-title:before {
  color: #fff !important;
}
.advanced-search-container .is-active .accordion-title {
  background-color: #9baaba;
  color: #000000 !important;
  font-weight: normal !important;
  border-color: #71879d !important;
}

.advanced-search-container .is-active .accordion-title::before {
  color: #0098B3 !important;
}

.advanced-search-bottom {
  background-color: #E0EDFD;
  padding-top: 1rem;
}

.reset-search {
  background-color: #E21D34 !important;
  width: 150px;
  margin: 0 auto !important;
  font-size: 0.8rem !important;
  display: inline-block;
  padding: 0.815rem 1rem !important;
}

.find-a-school-new a {
  color: #fff;
  font-weight: 700;
  display: block;
  width: 120px;
  height: 110px;
  padding: 0.5rem 0.7rem 0;
  line-height: 1rem;
}
.find-a-school-new .find-a-school-btn {
  background-color: #1f3f63;
  margin: 1px;
  float: left;
  border-radius: 4px;
  position: relative;
}
.find-a-school-new .find-a-school-btn .button {
  margin-bottom: 0;
}
.find-a-school-new .find-a-school-btn div {
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
.find-a-school-new .find-a-school-btn.active a {
  background: #fbde7d;
  background: -moz-linear-gradient(top, #fbde7d 0%, #f9ae41 100%);
  background: -webkit-linear-gradient(top, #fbde7d 0%, #f9ae41 100%);
  background: linear-gradient(to bottom, #fbde7d 0%, #f9ae41 100%);
}

/*SEARCH CRITERIA*/
#search-criteria-container .panel {
  padding: 0.25rem;
  margin-bottom: 0.5rem;
}
#search-criteria-container .search-criteria-heading {
  font-size: 0.8rem;
  color: #1f3f63;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#search-criteria-container .criteria-item {
  font-size: 0.8rem;
  border-radius: 4px;
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
  border: 1px solid #dddddd;
  padding: 0.25rem;
  margin: 0.25rem;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#search-criteria-container .criteria-item button {
  margin-right: 0.25rem;
  cursor: pointer;
}
#search-criteria-container .criteria-item button .fa-times {
  color: #D41C31;
}
#search-criteria-container #reset-session-search {
  margin-right: 0.5rem !important;
  font-size: 0.9rem !important;
  padding: 0.85em 1em !important;
}

/*SAVED SEARCH CRITERIA*/
#saved-criteria-container .saved-criteria-heading {
  font-size: 0.8rem;
  color: #1f3f63;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#saved-criteria-container .saved-criteria-accordion .fa-lock {
  color: #fbde7e;
  margin-right: 0.5rem;
}
#saved-criteria-container .saved-criteria-accordion:before {
  color: #fff !important;
}
#saved-criteria-container .saved-criteria-accordion:hover, #saved-criteria-container .saved-criteria-accordion:focus {
  background-color: #1f3f63 !important;
  color: #fff !important;
}
#saved-criteria-container .saved-criteria-buttons {
  margin-top: 0.5rem;
  text-align: right;
}
#saved-criteria-container .saved-criteria-buttons a {
  display: inline-block;
  margin: 0 0 0 0.25rem;
}
#saved-criteria-container .saved-criteria-buttons a.reset-search {
  margin: 0 0 0 0.25rem !important;
}
#saved-criteria-container .saved-criteria-buttons a svg {
  margin-right: 0.5rem;
}
#saved-criteria-container .accordion-content {
  background-color: #F2F2F6;
  border-radius: 0 0 4px 4px;
  padding: 0.5rem;
}
#saved-criteria-container .accordion-content .saved-criteria-item {
  font-size: 0.8rem;
  color: #1f3f63;
  border-radius: 4px;
  background: #f8f8fa;
  border: 1px solid #1f3f63;
  padding: 0.25rem;
  margin: 0.25rem;
  display: inline-block;
}
#saved-criteria-container .accordion-content .saved-criteria-item button {
  margin-right: 0.25rem;
  cursor: pointer;
}
#saved-criteria-container .accordion-content .saved-criteria-item button .fa-times {
  color: #D41C31;
}

/*LOCATION MAP*/
.location-header {
  margin-bottom: 0.25rem !important;
}

.map-container {
  position: relative;
  padding: 0 !important;
}
.map-container #map {
  position: relative;
  z-index: 999;
}
.map-container #map #info {
  background-color: white;
  color: black;
  opacity: 0.85;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
  margin: 3px;
  border: 2px solid black;
  border-radius: 10px 10px 10px 0;
  padding: 10px;
}

#map-options,
#map-options-mobile {
  width: 550px;
  position: absolute;
  top: 30px;
  right: 10px;
}

.school-count-heading {
  color: #1f3f63;
  font-size: 1.2rem;
}

.school-list-left,
.school-list-right {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fff;
  height: 395px;
  padding: 0.75rem !important;
  position: relative;
  z-index: 9999;
}

.school-list-left {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.school-list-left .result {
  border-bottom: 1px dashed #dddddd;
}

.school-count-icon {
  margin-top: 1rem;
}
.school-count-icon .icon {
  background-color: #f9ae41;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  margin: 0.5rem auto 0;
  font-size: 1.8rem;
  cursor: pointer;
}
.school-count-icon .icon svg {
  position: relative;
}
.school-count-icon .icon-name {
  margin-top: 0.25rem;
}
.school-count-icon div {
  color: #1f3f63;
  font-weight: bold;
  font-size: 0.8rem;
}
.school-count-icon .hide-list .icon {
  background-color: #d0021b;
  color: #fff;
}

.map-instructions {
  text-align: center;
  color: #1f3f63;
  padding: 0 0.625rem;
}

.reset-map {
  background-color: #bbc5d0;
  padding: 0.5rem;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  width: 112px;
  margin: 0 auto;
}
.reset-map div {
  color: #1f3f63;
  font-weight: bold;
  font-size: 0.8rem;
}
.reset-map .reset-map-button {
  background-color: #1f3f63;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  margin: 0.5rem auto 0;
  display: block;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

.map-results-header {
  font-size: 0.75rem;
  color: #1f3f63;
  font-weight: bold;
}

/*REVIEW SITE*/
.review-site.landing-top {
  min-height: auto;
}

/*SITE TUTORIAL*/
.site-tutorial {
  position: fixed;
  top: 10em;
  left: 1em;
  min-height: 19em;
  width: 20em;
  background-color: #fff;
  color: #000000;
  padding: 0;
  border-radius: 4px;
  z-index: 9990;
  transition: top 0.5s 0s cubic-bezier(0.1, 1.2, 0.3, 1), transform 0.5s 0s cubic-bezier(0.1, 1.2, 0.3, 1);
}
.site-tutorial.open {
  box-shadow: 0px 0 15px 5px rgba(0, 0, 0, 0.2);
}
.site-tutorial .tutorial-windowpanel {
  background: #1f3f63;
  padding: 1em 1em 0.5em;
  border-radius: 0.25em 0.25em 0 0;
  color: #fff;
}
.site-tutorial .tutorial-windowpanel .title {
  float: left;
}
.site-tutorial .tutorial-windowpanel .control {
  float: right;
}
.site-tutorial .tutorial-windowpanel .control .tutorial-close {
  margin-left: 0.6em;
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
.site-tutorial .tutorial-windowpanel .control .tutorial-minimize {
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
.site-tutorial .tutorial-windowpanel .control .tutorial-restore {
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
.site-tutorial .tutorial-window {
  padding: 1em;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
}
.site-tutorial .tutorial-window .tutorial-row {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0.375rem;
  margin-bottom: 0.1875rem;
  clear: both;
  font-size: 0.9rem;
}
.site-tutorial .tutorial-window .tutorial-row li {
  color: #000;
}
.site-tutorial .tutorial-window .tutorial-row li a {
  color: #000;
}
.site-tutorial .tutorial-window .tutorial-row li a:hover {
  text-decoration: underline;
  color: #1f3f63;
}
.site-tutorial .tutorial-window a {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2rem;
}
.site-tutorial .tutorial-window a .circle {
  border: 1px solid #000000;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  background-color: #000000;
  float: left;
  margin-right: 0.375rem;
}
.site-tutorial .tutorial-window a .circle.checked::before {
  color: green;
  margin-left: 0.5rem;
  line-height: 1.85rem;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  top: 100%;
}
.site-tutorial .tutorial-window a .tutotial-link {
  float: left;
  width: 15em;
  line-height: 1.5;
}
.site-tutorial .tutorial-window .support {
  margin-top: 0.75rem;
  padding: 0.375rem 0;
}
.site-tutorial .tutorial-window .support div > div {
  float: left;
  margin-right: 0.25rem;
  top: 1px;
}
.site-tutorial .tutorial-window .support .column, .site-tutorial .tutorial-window .support .columns {
  padding: 0 !important;
}
.site-tutorial .tutorial-window .support label {
  font-size: 0.75rem;
  font-weight: normal;
}
.site-tutorial .tutorial-window .support label div {
  margin-right: 0.375rem;
  top: -2px;
}
.site-tutorial .tutorial-window .hide-tutorial-row .column, .site-tutorial .tutorial-window .hide-tutorial-row .columns {
  padding: 0 !important;
}
.site-tutorial.minimized {
  height: 5em !important;
  position: fixed !important;
  left: 20px !important;
}
.site-tutorial .tutorial-desc {
  padding: 0.5rem 0.5rem 0;
}
.site-tutorial [type=checkbox] {
  position: relative;
  top: 2px;
  transform: scale(1.3);
}
.site-tutorial [type=checkbox]:focus {
  transform: scale(1);
  outline: dotted;
  outline-color: #000;
}

#tutorialModal .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
#tutorialModal .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 39.9375em) {
  .landing-top .logo a {
    width: 68% !important;
    padding-top: 13.6% !important;
  }
  .find-a-school {
    width: 356px;
  }
  .find-a-school .find-a-school-btn {
    margin: 2px;
  }
  .find-a-school .find-a-school-btn div {
    position: relative;
    left: 0;
  }
  .find-a-school .find-a-school-btn a {
    width: 102px;
    height: 125px;
  }
  /*HOMEPAGE BUTTON LAYOUT*/
  .button-row-3 {
    width: 318px;
    margin: 0 auto;
  }
  .button-row-2 {
    width: 212px;
    margin: 0 auto;
  }
  .school-search .school-search-input {
    width: 87%;
  }
  .school-search .school-search-button {
    width: 13%;
  }
  .school-search-results .result .school-name {
    padding-left: 0.625rem;
  }
  .school-name,
  .district,
  .grades {
    margin-bottom: 0.75rem;
  }
  .search-results {
    border: none !important;
    box-shadow: none !important;
  }
  .search-results .favorite-school {
    margin: 0 !important;
  }
  .school-search-results .result span {
    font-size: 0.8rem;
  }
  .school-search-results .pagination-container .pagination {
    text-align: center;
  }
  .pagination-results {
    display: none;
  }
  .school-search-results .pagination-container {
    background: none;
  }
  .advanced-search-container .advanced-slider .ui-slider {
    width: 95%;
  }
  .school-search-results #map {
    overflow: hidden;
  }
  .school-search-results #map-options,
  .school-search-results #map-options-mobile {
    width: 100% !important;
    right: 0 !important;
    position: relative;
    padding-top: 0.5rem;
  }
  .school-search-results #map-options .result .grades,
  .school-search-results #map-options-mobile .result .grades {
    padding-right: 0.625rem;
  }
  .school-search-results #map-options .school-list-left, .school-search-results #map-options .school-list-right,
  .school-search-results #map-options-mobile .school-list-left,
  .school-search-results #map-options-mobile .school-list-right {
    border: none;
  }
  .school-search-results #map-options .reset-map,
  .school-search-results #map-options-mobile .reset-map {
    position: relative;
    bottom: 0;
    background: none;
    width: auto;
    padding: 0;
    float: left;
    margin: 0 0.5rem;
  }
  .school-search-results #map-options .reset-map .reset-map-button,
  .school-search-results #map-options-mobile .reset-map .reset-map-button {
    margin: 0;
  }
  .school-search-results #map-options #show-list,
  .school-search-results #map-options #hide-list,
  .school-search-results #map-options-mobile #show-list,
  .school-search-results #map-options-mobile #hide-list {
    float: left;
    margin: 0 0.5rem;
  }
  .charter-header,
  .ctc-header {
    margin-bottom: 0 !important;
  }
  .school-search-results .search-results .mobile-search-titles {
    color: #000;
  }
  #search-container h2 {
    margin-bottom: 1rem;
  }
  .school-search-results .search-results {
    padding-top: 1rem;
  }
  #saved-criteria-container.no-padding,
  #search-criteria-container.no-padding {
    padding: 0 0.625rem !important;
  }
  .search-criteria-heading.float-right {
    float: none !important;
    margin-top: 0.5rem;
  }
  #saved-criteria-container .saved-criteria-buttons a {
    margin: 0 0.25rem 0.5rem 0;
  }
  #saved-criteria-container .saved-criteria-buttons a#btnEditCriteria {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .school-search-results #search-tabs {
    padding-left: 4%;
  }
  .school-search-results {
    padding: 0 0.25rem;
  }
  .school-search-results .charter-tabs {
    padding-left: 24% !important;
  }
  .advanced-search-container .advanced-slider .ui-slider {
    width: 95%;
    margin: 1rem auto 0;
  }
  .charter-header,
  .ctc-header {
    margin-bottom: 1rem !important;
  }
  .ctc-charter-button,
  .school-facts-dropdown .ctc-charter-dropdown-pane {
    width: 60%;
  }
  .enrollment-box,
  .school-type-box {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .enter-fri-button {
    max-width: 255px;
  }
}
@media screen and (max-width: 63.9375em) {
  .find-a-school-btn:hover {
    background: #1f3f63 !important;
  }
  .find-a-school-btn:hover a {
    color: #fff !important;
  }
  .find-a-school-btn:hover::after {
    border: none !important;
  }
  .find-a-school-btn.search-for-school a:hover div {
    background-image: url(/images/icons/mag-glass-white.svg) !important;
  }
  .find-a-school-btn.map-view a:hover div {
    background-image: url(/images/icons/map-pin-white.svg) !important;
  }
  .find-a-school-btn.district a:hover div {
    background-image: url(/images/icons/marker-white.svg) !important;
  }
  .find-a-school-btn.charter-school a:hover div {
    background-image: url(/images/icons/map-pin-white.svg) !important;
  }
  .find-a-school-btn.ctc a:hover div {
    background-image: url(/images/icons/ctc-white.svg) !important;
  }
  .find-a-school-btn.cyber-school a:hover div {
    background-image: url(/images/icons/screen-marker-white.svg) !important;
  }
  .find-a-school-btn.favorite a:hover div {
    background-image: url(/fontawesome/svgs/light/bookmark-white.svg) !important;
  }
  .advanced-search-container .zip-code input,
  .advanced-search-container .zip-code select {
    font-size: 1rem !important;
  }
  .advanced-search-container .zip-code select {
    width: 180px;
    padding-top: 0.25rem;
  }
  #map-options,
  #map-options-mobile {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 1rem;
  }
  .school-list-right {
    position: absolute;
    right: 10px;
    top: 10px;
    height: auto;
  }
  .reset-map {
    width: 65px;
    position: relative;
  }
  .school-search-results .result .school-name a {
    color: #1f3f63;
  }
}
/*SMALLEST MOBILE RESOLUTION*/
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .find-a-school {
    width: 320px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .find-a-school .find-a-school-btn div {
    left: 0;
  }
}
/*SMALLEST MOBILE RESOLUTION LANDSCAPE*/
@media only screen and (min-width: 568px) and (max-width: 640px) and (orientation: landscape) {
  .find-a-school {
    width: 500px;
  }
  .button-row-3 {
    width: 300px;
    float: left;
  }
  .button-row-2 {
    width: 200px;
    float: left;
  }
}
@media only screen and (min-width: 667px) and (max-width: 736px) and (orientation: landscape) {
  .find-a-school {
    width: 367px;
  }
  .find-a-school.hide-phone-landscape {
    display: none !important;
  }
  .find-a-school.show-phone-landscape {
    display: block !important;
  }
  .find-a-school.show-phone-landscape .button-row-3 {
    width: 367px;
    float: left;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .find-a-school-btn:hover {
    background: #1f3f63 !important;
  }
  .find-a-school-btn:hover a {
    color: #fff !important;
  }
  .find-a-school-btn:hover::after {
    border: none !important;
  }
  .find-a-school-btn.search-for-school a:hover div {
    background-image: url(/images/icons/mag-glass-white.svg) !important;
  }
  .find-a-school-btn.map-view a:hover div {
    background-image: url(/images/icons/map-pin-white.svg) !important;
  }
  .find-a-school-btn.district a:hover div {
    background-image: url(/images/icons/marker-white.svg) !important;
  }
  .find-a-school-btn.charter-school a:hover div {
    background-image: url(/images/icons/map-pin-white.svg) !important;
  }
  .find-a-school-btn.ctc a:hover div {
    background-image: url(/images/icons/ctc-white.svg) !important;
  }
  .find-a-school-btn.cyber-school a:hover div {
    background-image: url(/images/icons/screen-marker-white.svg) !important;
  }
  .find-a-school-btn.favorite a:hover div {
    background-image: url(/fontawesome/svgs/light/bookmark-white.svg) !important;
  }
}
@media screen and (min-width: 64em) {
  .find-a-school .find-a-school-btn.active, .find-a-school .find-a-school-btn:hover {
    background: #fbde7e;
  }
  .find-a-school .find-a-school-btn.active.active a, .find-a-school .find-a-school-btn:hover.active a {
    color: #1f3f63;
  }
  .find-a-school .find-a-school-btn.active:after, .find-a-school .find-a-school-btn:hover:after {
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 21px solid transparent;
    border-top: 21px solid #FBDE7E;
    content: " ";
    position: absolute;
    bottom: -21px;
    left: 32%;
  }
  .find-a-school .find-a-school-btn a:hover, .find-a-school .find-a-school-btn a:focus {
    color: #1f3f63;
    background: #fbde7e !important;
  }
}
.measures-container {
  max-width: 60em;
}

.measures-box {
  position: relative;
}
.measures-box .measures-header {
  margin-top: -60px;
}
.measures-box .measure-item {
  font-size: 0.75rem;
  padding: 0.5rem 0;
  margin: 0 0.25rem;
  border-bottom: 1px dashed #737373;
}
.measures-box .measure-item:last-child {
  border-bottom: none;
}
.measures-box .icon {
  border-radius: 1000px;
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
  position: relative;
  top: -85px;
  margin: 0 auto;
}
.measures-box h2, .measures-box h3 {
  color: #1f3f63;
  font-weight: 300;
}
.measures-box .button {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
  width: 100%;
}
.measures-box ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.measures-box li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
}
.measures-box .goal-status {
  font-weight: bold;
  font-size: 0.7rem;
}

.inner-content .instructional-copy {
  color: #1f3f63;
  font-weight: 700;
  margin: 4rem 0 1rem;
  font-size: 1.1rem;
}
.inner-content .instructional-copy .divider {
  border-top: 1px solid #1d75ca;
  max-width: 810px;
  margin: 0 auto;
}
.inner-content .instructional-copy .divider .divider-graphic {
  position: relative;
  top: -25px;
}

.parent-teacher-resources .row-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 80%;
  max-width: 1100px !important;
  height: 5rem;
  background-color: #1f3f63;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.parent-teacher-resources .row-wrapper div.resource-img {
  background-image: url(/images/icons/parent-teacher.png);
  background-size: 135px 135px;
  height: 135px;
  width: 135px;
  margin-left: 0.5rem !important;
}
.parent-teacher-resources .row-wrapper h3 {
  font-weight: bold;
  color: #fff;
  float: left;
  font-size: 24px !important;
  margin-bottom: 0 !important;
  margin-left: 1.5rem !important;
}
.parent-teacher-resources .row-wrapper a.button {
  background-color: #fff !important;
  color: #1f3f63 !important;
  padding: 0.65rem 2rem;
  float: right;
  margin: 0 0.5rem 0 0 !important;
  text-decoration: none;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 39.9375em) {
  .measures-box {
    margin-bottom: 5rem;
  }
  .measures-box:last-child {
    margin-bottom: 2rem;
  }
  .measures-box ul {
    text-align: right;
  }
  .measures-box .icon {
    width: 83px;
    height: 83px;
    top: -55px;
    background-size: 83px 83px;
  }
  .measures-box .measures-header {
    margin-top: -45px;
  }
  .divider {
    display: none;
  }
  .inner-content .instructional-copy {
    margin: 2rem 0 4.5rem;
  }
  .parent-teacher-resources .row-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;
    width: 50% !important;
    min-width: 300px;
    padding: 1rem 0rem;
  }
  .parent-teacher-resources .row-wrapper div.resource-img {
    margin: 0.5rem auto !important;
  }
  .parent-teacher-resources .row-wrapper h3 {
    float: none;
    font-size: 20px !important;
    margin: 0.5rem !important;
  }
  .parent-teacher-resources .row-wrapper a.button {
    padding: 0.65rem 2rem;
    float: none;
    margin: 0.5rem !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .measures-box.column, .measures-box.columns {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .measures-box .measures-header {
    height: 65px;
  }
  .divider {
    display: none;
  }
  .inner-content .instructional-copy {
    margin: 2rem 0 1rem;
  }
  .parent-teacher-resources .row-wrapper {
    height: 4rem;
  }
  .parent-teacher-resources .row-wrapper div.resource-img {
    background-size: 100px 100px;
    height: 100px;
    width: 100px;
    margin-left: 0.25rem !important;
  }
  .parent-teacher-resources .row-wrapper h3.resource-title {
    margin-left: 1.75rem !important;
    font-size: 18px !important;
  }
  .parent-teacher-resources .row-wrapper a.button {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .measures-box .goal-status,
  .measures-box .goal-indicators {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .measures-box {
    min-width: 318px;
  }
  .measures-box ul {
    text-align: right;
  }
}
.performance-detail-buttons {
  max-width: 880px !important;
}
.performance-detail-buttons .column-block {
  margin-bottom: 0;
}
.performance-detail-buttons .button {
  vertical-align: middle;
  background: none !important;
  color: #1f3f63;
  height: 4rem;
  opacity: 0.5;
  padding: 0.85em 0.7em;
}
.performance-detail-buttons .button span {
  vertical-align: middle;
  display: table-cell;
  height: 2.6rem;
  font-weight: normal;
  font-size: 0.8rem;
}
.performance-detail-buttons .button.active {
  border: 1px solid #dddddd;
  color: #000000;
  opacity: 1;
}
.performance-detail-buttons .button.active span {
  font-weight: bold !important;
}
.performance-detail-buttons .button:hover {
  opacity: 1;
  border: 1px solid #dddddd;
}
.performance-detail-buttons .button:hover {
  color: #000000;
}
.performance-detail-buttons .detail-icon {
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  float: left;
  margin-right: 0.5rem;
}

.measure-row {
  margin-top: 2rem;
}

.performance-measure-title {
  font-weight: bold;
  color: #1f3f63;
  margin-bottom: 4.8rem;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
.performance-measure-title h2 {
  font-weight: bold;
  color: #1f3f63;
  font-size: 1.2rem;
  display: inline-block;
}

.subject-container {
  max-width: 70.32rem;
}

.subject-box {
  position: relative;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.subject-box .subject-item {
  font-size: 0.75rem;
  padding: 0.075rem 0;
  margin-bottom: 2px;
}
.subject-box .subject-item section h4 {
  font-size: 0.75rem !important;
  padding: 0.075rem 0;
  margin: 0px !important;
  font-weight: normal !important;
  float: right;
}
.subject-box .subject-item .graph-popup {
  display: table-cell;
  text-align: center;
  height: 2.8rem;
  vertical-align: middle;
  width: 50%;
  font-size: 14px;
  margin: 3px;
}
.subject-box .subject-item .graph-popup a {
  background: #1f3f63;
  color: #fff;
}
.subject-box .subject-item .graph-popup a.btn-disabled {
  cursor: default !important;
  opacity: 0.25;
  pointer-events: none;
}
.subject-box .subject-item .graph-popup.has-tip {
  border-bottom: none !important;
  cursor: default;
}
.subject-box .subject-item .graph-popup .shadow:not(.btn-disabled):hover {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
  /*                border-radius: 25%;
                  height: 20px;
                  width: 20px;
                  padding: 0 3px 0 3px;
  */
}
.subject-box .subject-item .graph-popup .shadow-hover-focus {
  /*@include shadow;*/
  line-height: 20px !important;
  font-size: 14px;
  border-radius: 25%;
  height: 20px;
  width: 20px;
  padding: 0 3px 0 3px;
  display: block;
}
.subject-box .subject-item .graph-popup .shadow-hover-focus:active:not(.btn-disabled) {
  box-shadow: 0 1px 2px 0 rgba(142, 142, 142, 0.5);
  border-radius: 25%;
  line-height: 20px !important;
  font-size: 13px;
}
.subject-box .subject-item .graph-popup .shadow-hover-focus:hover:not(.btn-disabled) {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
  /*                border-radius: 25%;
                  height: 20px;
                  width: 20px;
                  padding: 0 3px 0 3px;
  */
}
.subject-box .subject-item .graph-popup .breakdown-item {
  border-bottom: 1px dashed #8a8a8a;
  margin: 0;
  padding-bottom: 0.5rem;
}
@media screen and (orientation: landscape) {
  .subject-box .subject-item .graph-popup .breakdown-item {
    padding-bottom: 0;
  }
}
.subject-box .subject-item .graph-popup .button {
  width: 75px;
  margin: 0 auto;
}
.subject-box .subject-item .graph-popup .dropdown-pane {
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  margin-top: 0.25rem;
}
.subject-box .subject-item .graph-popup .dropdown-pane-inner {
  /*.graph-description {
                  max-width: 210px;
                  float: left;
              }
  */
}
.subject-box .subject-item .graph-popup .dropdown-pane-inner .medium-1,
.subject-box .subject-item .graph-popup .dropdown-pane-inner .medium-3,
.subject-box .subject-item .graph-popup .dropdown-pane-inner .medium-6,
.subject-box .subject-item .graph-popup .dropdown-pane-inner .medium-9,
.subject-box .subject-item .graph-popup .dropdown-pane-inner .medium-11 {
  width: 100%;
}
.subject-box .subject-item .graph-popup .dropdown-pane-inner .graph-right-column {
  margin-top: 0.5rem;
}
.subject-box .subject-item .graph-participation-popup {
  display: table-cell;
  text-align: center;
  height: 2.8rem;
  vertical-align: middle;
  width: 50%;
  font-size: 14px;
  border-radius: 25%;
  height: 25px;
  width: 25px;
}
.subject-box .subject-item .graph-participation-popup.has-tip {
  border-bottom: none !important;
  cursor: default;
}
.subject-box .subject-item .graph-participation-popup .shadow:not(.btn-disabled) {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
.subject-box .subject-item .graph-participation-popup .shadow-hover-focus {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
  line-height: 20px !important;
  font-size: 14px;
  display: block;
}
.subject-box .subject-item .graph-participation-popup .shadow-hover-focus:active:not(.btn-disabled) {
  box-shadow: 0 1px 2px 0 rgba(142, 142, 142, 0.5);
  border-radius: 25%;
  line-height: 20px !important;
  font-size: 13px;
}
.subject-box .subject-item .graph-participation-popup .shadow-hover-focus:hover:not(.btn-disabled) {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
.subject-box .disclaimer-info {
  top: 2px;
  cursor: pointer;
}
.subject-box .coming-soon-detail {
  font-size: 0.8rem;
  top: 13px !important;
}
.subject-box .panel {
  padding: 0;
}
.subject-box .panel-inner {
  padding: 0.75rem;
}
.subject-box .goal-status {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  padding: 0 1rem;
}
.subject-box .icon-border {
  width: 89px;
  height: 89px;
  background: #fff;
  border-radius: 1000px;
  border: 1px solid #737373;
  position: relative;
  top: -48px;
  margin: 0 auto;
  z-index: 999;
}
.subject-box .icon-border .icon {
  border-radius: 1000px;
  background-size: 83px 83px;
  width: 83px;
  height: 83px;
  position: relative;
  top: 2px;
  margin: 0 auto;
}
.subject-box .subject-box-header {
  background-color: #e6e6e6;
  position: relative;
  margin: -88px 1px 0 1px;
  padding-bottom: 0.5rem;
  border-radius: 4px 4px 0 0;
}
.subject-box .subject-box-header .marker {
  background: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0.25rem;
  color: #1d75ca;
  border-radius: 2px;
  font-size: 0.8rem;
  width: 78px;
  height: 24px;
  text-align: right;
}
@media screen and (max-width: 39.9375em) {
  .subject-box .subject-box-header .marker.small.school-year {
    left: 4px;
    right: auto;
    width: 132px;
    font-size: 0.7rem;
  }
  .subject-box .subject-box-header .marker.small.school-year .fa-exclamation-triangle {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .subject-box .subject-box-header .marker.small {
    font-size: 0.7rem !important;
    width: 85px !important;
    height: 32px;
  }
  .subject-box .subject-box-header .marker.small .fa-layers {
    float: left;
    top: 2px;
  }
  .subject-box .subject-box-header .marker.small .fa-circle {
    font-size: 1rem !important;
  }
  .subject-box .subject-box-header .marker.small .fa-star {
    font-size: 0.5rem !important;
  }
  .subject-box .subject-box-header .marker.small .marker-copy {
    padding-right: 0 !important;
    text-align: center;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .subject-box .subject-box-header .marker.small {
    font-size: 0.7rem !important;
    width: 75px !important;
    height: 32px;
  }
  .subject-box .subject-box-header .marker.small .fa-layers {
    float: left;
    top: 2px;
  }
  .subject-box .subject-box-header .marker.small .fa-circle {
    font-size: 1rem !important;
  }
  .subject-box .subject-box-header .marker.small .fa-star {
    font-size: 0.5rem !important;
  }
  .subject-box .subject-box-header .marker.small .marker-copy {
    padding-right: 0 !important;
    text-align: right;
  }
}
.subject-box .subject-box-header .marker .marker-copy {
  padding-right: 5px;
  text-align: right;
  width: 100%;
}
.subject-box .subject-box-header .marker .fa-layers {
  float: left;
  top: 2px;
  margin-right: 1px;
}
.subject-box .subject-box-header .marker .fa-circle-star {
  font-size: 1.025rem;
}
.subject-box .subject-box-header .marker .fa-star {
  font-size: 0.6rem;
  margin-left: 4px;
}
.subject-box .subject-box-header .marker.school-year {
  left: 4px;
  right: auto;
  width: 128px;
  font-size: 0.7rem;
}
.subject-box .subject-box-header .marker.school-year .fa-exclamation-triangle {
  font-size: 0.8rem;
}
.subject-box .subject-box-header .marker.show-graph {
  left: 4px;
  right: auto;
  width: 22px;
  font-size: 0.7rem;
}
.subject-box .future-first-banner {
  background-color: #fbde7e;
  text-align: center;
  color: #1f3f63;
  font-size: 0.8rem;
  padding: 0.25rem 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.subject-box .future-first-banner .fa-trophy {
  margin-right: 4px;
}
.subject-box h5, .subject-box h3 {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  margin: 0 auto;
  padding: 2.8rem 0.5rem 0;
}
.subject-box .button {
  font-size: 0.75rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0;
}
.subject-box .button .workforce-disclaimer {
  color: #fff !important;
  margin-left: 0.25rem;
}
.subject-box span {
  display: table-cell;
  text-align: right;
  height: 2.8rem;
  vertical-align: middle;
  width: 100%;
}
.subject-box .progress-bar div {
  background: #e6e6e6;
  height: 2.8rem;
}
.subject-box .progress-bar div .graph-indicator {
  padding-left: 5px !important;
}
.subject-box .progress-bar div .progress-indicator {
  background: #f9ae41;
  background: -moz-linear-gradient(left, #f9ae41 0%, #fbde7d 100%);
  background: -webkit-linear-gradient(left, #f9ae41 0%, #fbde7d 100%);
  background: linear-gradient(to right, #f9ae41 0%, #fbde7d 100%);
  font-size: 1.05rem;
  text-align: right;
}
.subject-box .progress-bar div .progress-indicator.suppress-parent {
  width: 100% !important;
}
.subject-box .progress-bar div .progress-indicator span {
  position: relative;
  top: 12px;
  padding-right: 5px;
  padding-left: 3px;
  width: auto;
  display: block;
}
.subject-box .progress-bar div .progress-indicator .suppress-data {
  color: #1f3f63;
  font-size: 0.9rem;
  background: #e6e6e6;
  padding-top: 0.25rem;
  text-align: center;
}
.subject-box .progress-bar div .progress-indicator .suppress-data span {
  top: 0;
  padding: 0;
  text-align: center;
  font-size: 0.65rem;
}
.subject-box .progress-bar div .progress-indicator .insufficient-data {
  color: #1f3f63;
  font-size: 0.9rem;
  background: #e6e6e6;
  padding-top: 0.25rem;
  text-align: center;
  height: 2.55rem;
}
.subject-box .progress-bar div .progress-indicator .insufficient-data span {
  top: 0;
  padding: 0;
  text-align: center;
  font-size: 0.65rem;
}
.subject-box .progress-bar.numeric-data div {
  background: none;
}
.subject-box .progress-bar.numeric-data .progress-indicator {
  background: none;
  border: 2px solid #737373;
  width: 100% !important;
}
.subject-box .progress-bar.numeric-data .progress-indicator .suppress-data {
  color: #1f3f63;
  font-size: 0.9rem;
  background: #e6e6e6;
  padding-top: 0.25rem;
  display: block;
  text-align: center;
  height: 2.55rem;
}
.subject-box .progress-bar.numeric-data .progress-indicator .suppress-data span {
  top: 0;
  padding: 0;
  text-align: center;
  font-size: 0.65rem;
}
.subject-box .progress-bar.numeric-data .progress-indicator span {
  text-align: center;
  top: 10px;
}

.export-indicator {
  position: relative;
  padding-bottom: 0.5rem;
  border-radius: 1px;
}
.export-indicator .marker {
  background: #fff;
  position: relative;
  top: 4px;
  right: 4px;
  padding: 0.25rem;
  color: #1d75ca;
  border-radius: 2px;
  font-size: 0.8rem;
  width: 78px;
  height: 24px;
  text-align: right;
  /*            &.show-graph {
                  left: 4px;
                  right: auto;
                  width: 22px;
                  font-size: .7rem;
              }
  */
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .export-indicator .marker {
    height: 32px;
  }
}
.export-indicator .marker .marker-copy {
  padding-right: 5px;
}
.export-indicator .marker .fa-layers {
  float: left;
  top: 2px;
}
.export-indicator .marker .fa-circle {
  font-size: 1.2rem;
}
.export-indicator .marker .fa-star {
  font-size: 0.6rem;
  margin-left: 4px;
}
.export-indicator .marker.school-year {
  left: 4px;
  right: auto;
  width: 122px;
  font-size: 0.7rem;
}
.export-indicator .marker.school-year .fa-exclamation-triangle {
  font-size: 0.8rem;
}

.pdf-top .key-legend {
  margin: 1rem auto;
  width: 300px;
}
.pdf-top .key-legend .button {
  width: 300px;
}
.pdf-top .key-legend .legend-pane {
  width: 300px;
  font-size: 0.7rem;
}
.pdf-top .key-legend .legend-pane-inner .medium-1,
.pdf-top .key-legend .legend-pane-inner .medium-3,
.pdf-top .key-legend .legend-pane-inner .medium-6,
.pdf-top .key-legend .legend-pane-inner .medium-9,
.pdf-top .key-legend .legend-pane-inner .medium-11 {
  width: 100%;
}
.pdf-top .key-legend .legend-pane-inner .key-right-column {
  margin-top: 0.5rem;
}
.pdf-top .key-legend .legend-pane-inner .key-description {
  max-width: 210px;
  float: left;
}

.header-blue {
  background-color: #1373CD !important;
}

.header-gray {
  background-color: #737373 !important;
}

.header-red {
  background-color: #D0021B !important;
}

.header-green {
  background-color: #49820B !important;
}

.components-of-indicator {
  border: 1px solid #737373;
  padding: 0.75rem;
}
.components-of-indicator p, .components-of-indicator h4 {
  font-weight: bold;
  color: #1f3f63;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.components-of-indicator .fast-fact-percentage {
  font-size: 1rem;
}
.components-of-indicator .fast-fact-percentage span {
  display: block !important;
  height: auto !important;
}
.components-of-indicator .percentage-row {
  font-size: 0.8rem;
}
.components-of-indicator .percentage-row.rigorous-courses-row {
  border-top: 1px solid #dddddd;
  padding-top: 0.5rem;
}
.components-of-indicator .percentage-row h5, .components-of-indicator .percentage-row h6 {
  font-size: 0.8rem;
  font-weight: normal;
  color: #1f3f63;
  font-size: 0.8rem;
  margin-bottom: 0;
  padding: 0px;
}
.components-of-indicator .percentage-row .suppress-data, .components-of-indicator .percentage-row .insufficient-data {
  color: #1f3f63;
  font-size: 0.9rem;
  padding-top: 0.25rem;
  text-align: center;
}
.components-of-indicator .percentage-row .suppress-data span, .components-of-indicator .percentage-row .insufficient-data span {
  top: 0;
  padding: 0;
  text-align: center;
  font-size: 0.65rem;
}
.components-of-indicator .percentage-bar {
  margin-top: 0.25rem;
  height: 15px;
}
.components-of-indicator .percentage-bar .progress-indicator {
  background-color: #c5761b;
  height: 15px;
}
.components-of-indicator .percentage-bar-na {
  margin-top: 0.25rem;
  height: 45px;
}
.components-of-indicator .percentage-bar-na .progress-indicator {
  background-color: #c5761b;
  height: 45px;
}

.disclaimer-reveal h1 {
  color: #1f3f63;
  font-size: 1.2rem;
}
.disclaimer-reveal p {
  font-size: 0.85rem;
}

.graph-reveal {
  border-radius: 9px !important;
  padding: 0 !important;
}
.graph-reveal.reveal {
  padding: 0;
  margin-top: 1rem;
}
.graph-reveal .reveal-inner {
  padding: 0 1rem 1rem;
}
.graph-reveal .reveal-inner a {
  text-decoration: none;
}
.graph-reveal .modal-header {
  background-color: #e6e6e6;
  padding: 1rem 1rem 1rem;
  color: #fff;
  border-radius: 9px 9px 0 0;
}
.graph-reveal .modal-header h1 {
  margin-bottom: 0.75rem;
}
.graph-reveal .icon-container {
  width: 89px;
  height: 89px;
  background: #fff;
  border-radius: 1000px;
  border: 1px solid #737373;
  margin: 0 auto;
  z-index: 999;
}
.graph-reveal .icon {
  border-radius: 1000px;
  background-size: 83px 83px;
  width: 83px;
  height: 83px;
  position: relative;
  top: 2px;
  margin: 0 auto;
}
.graph-reveal .breakdown-headings {
  text-align: center;
  margin-top: 0.5rem;
}
.graph-reveal h1 {
  font-size: 1rem !important;
  margin-bottom: 0;
}
.graph-reveal h2 {
  font-size: 1.2rem !important;
  font-weight: lighter;
  margin-bottom: 0;
}
.graph-reveal h3 {
  font-size: 1.2rem !important;
  margin-bottom: 0;
  max-width: 308px;
  margin: 0 auto;
}
.graph-reveal .chart-box {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 9px 9px;
}
.graph-reveal svg {
  border-radius: 9px 9px !important;
}
.graph-reveal .styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 9px 9px !important;
}
.graph-reveal .google-visualization-table {
  border-radius: 9px 9px !important;
}
.graph-reveal .styled-table thead tr {
  background: #1f3f63 !important;
  color: #ffffff;
  text-align: left;
}
.graph-reveal .styled-table th,
.graph-reveal .styled-table td {
  padding: 12px 15px;
}
.graph-reveal .styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.graph-reveal .styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.graph-reveal .styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}
.graph-reveal .styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
.graph-reveal .button-group button {
  height: 90%;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.graph-reveal .button-group a {
  text-decoration: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 15px !important;
  height: 90% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/*SCHOOL BREAKDOWN MODAL*/
.school-performance-modal.reveal {
  padding: 2px;
}

#schoolBreakdown .key-dropdown {
  margin: 1rem auto;
  width: 300px;
}
#schoolBreakdown .key-dropdown .button {
  width: 300px;
}
#schoolBreakdown .key-dropdown .dropdown-pane {
  width: 300px;
  font-size: 0.7rem;
}
#schoolBreakdown .key-dropdown .dropdown-pane-inner .medium-1,
#schoolBreakdown .key-dropdown .dropdown-pane-inner .medium-3,
#schoolBreakdown .key-dropdown .dropdown-pane-inner .medium-6,
#schoolBreakdown .key-dropdown .dropdown-pane-inner .medium-9,
#schoolBreakdown .key-dropdown .dropdown-pane-inner .medium-11 {
  width: 100%;
}
#schoolBreakdown .key-dropdown .dropdown-pane-inner .key-right-column {
  margin-top: 0.5rem;
}
#schoolBreakdown .key-dropdown .dropdown-pane-inner .key-description {
  max-width: 210px;
  float: left;
}
#schoolBreakdown .graph-dropdown {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  margin: 2px;
}
#schoolBreakdown .graph-dropdown.has-tip {
  border-bottom: none !important;
  cursor: default;
}
#schoolBreakdown .graph-dropdown a {
  background: #1f3f63;
  color: #fff;
}
#schoolBreakdown .graph-dropdown a.btn-disabled {
  cursor: default !important;
  opacity: 0.25;
  pointer-events: none;
}
#schoolBreakdown .graph-dropdown button {
  background: #1f3f63;
  color: #fff;
}
#schoolBreakdown .graph-dropdown button.btn-disabled {
  cursor: default !important;
  opacity: 0.25;
  pointer-events: none;
}
#schoolBreakdown .graph-dropdown .shadow:not(.btn-disabled) {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
#schoolBreakdown .graph-dropdown .shadow-hover-focus {
  line-height: 23px !important;
  font-size: 14px;
  border-radius: 25%;
  height: 23px;
  min-width: 23px !important;
  width: 23px !important;
  cursor: pointer;
  display: table-cell;
  text-align: center;
  /*            @include firefox-only {
                  padding: 2px 4px 2px 4px;
              }
  */
}
#schoolBreakdown .graph-dropdown .shadow-hover-focus:active:not(.btn-disabled) {
  box-shadow: 0 1px 2px 0 rgba(142, 142, 142, 0.5);
  border-radius: 25%;
  line-height: 23px !important;
  font-size: 13px;
}
#schoolBreakdown .graph-dropdown .shadow-hover-focus:hover:not(.btn-disabled) {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
#schoolBreakdown .graph-dropdown .breakdown-item {
  border-bottom: 1px dashed #8a8a8a;
  margin: 0;
}
@media screen and (orientation: landscape) {
  #schoolBreakdown .graph-dropdown .breakdown-item {
    padding-bottom: 0;
  }
}
#schoolBreakdown .graph-dropdown .button {
  width: 75px;
  margin: 0 auto;
}
#schoolBreakdown .graph-dropdown .dropdown-pane {
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  margin-top: 0.25rem;
}
#schoolBreakdown .graph-dropdown .dropdown-pane-inner {
  /*.graph-description {
                  max-width: 210px;
                  float: left;
              }
  */
}
#schoolBreakdown .graph-dropdown .dropdown-pane-inner .medium-1,
#schoolBreakdown .graph-dropdown .dropdown-pane-inner .medium-3,
#schoolBreakdown .graph-dropdown .dropdown-pane-inner .medium-6,
#schoolBreakdown .graph-dropdown .dropdown-pane-inner .medium-9,
#schoolBreakdown .graph-dropdown .dropdown-pane-inner .medium-11 {
  width: 100%;
}
#schoolBreakdown .graph-dropdown .dropdown-pane-inner .graph-right-column {
  margin-top: 0.5rem;
}
#schoolBreakdown .graph-participation-dropdown {
  width: 100%;
  padding: 0.075rem 0;
  margin-bottom: 2px;
}
#schoolBreakdown .graph-participation-dropdown .has-tip {
  border-bottom: none !important;
  display: block;
  cursor: default;
}
#schoolBreakdown .graph-participation-dropdown .shadow:not(.btn-disabled) {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
#schoolBreakdown .graph-participation-dropdown .shadow-hover-focus {
  border-radius: 25%;
  height: 25px;
  width: 25px;
}
#schoolBreakdown .graph-participation-dropdown .shadow-hover-focus:hover:not(.btn-disabled), #schoolBreakdown .graph-participation-dropdown .shadow-hover-focus:focus:not(.btn-disabled) {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
  line-height: 25px !important;
  font-size: 16px;
}
#schoolBreakdown .graph-participation-dropdown .breakdown-item {
  margin: 0;
}
@media screen and (orientation: landscape) {
  #schoolBreakdown .graph-participation-dropdown .breakdown-item {
    padding-bottom: 0;
  }
}
#schoolBreakdown .graph-participation-dropdown .button {
  width: 75px;
  margin: 0 auto;
}
#schoolBreakdown .graph-participation-dropdown .dropdown-pane {
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  margin-top: 4rem;
}
#schoolBreakdown .graph-participation-dropdown .dropdown-pane-inner {
  /*.graph-description {
                  max-width: 210px;
                  float: left;
              }
  */
}
#schoolBreakdown .graph-participation-dropdown .dropdown-pane-inner .medium-1,
#schoolBreakdown .graph-participation-dropdown .dropdown-pane-inner .medium-3,
#schoolBreakdown .graph-participation-dropdown .dropdown-pane-inner .medium-6,
#schoolBreakdown .graph-participation-dropdown .dropdown-pane-inner .medium-9,
#schoolBreakdown .graph-participation-dropdown .dropdown-pane-inner .medium-11 {
  width: 100%;
}
#schoolBreakdown .graph-participation-dropdown .dropdown-pane-inner .graph-right-column {
  margin-top: 0.5rem;
}
#schoolBreakdown.reveal {
  padding: 0;
  margin-top: 1rem;
}
#schoolBreakdown .reveal-inner {
  padding: 0 1rem 1rem;
}
#schoolBreakdown .modal-header {
  background-color: #e6e6e6;
  padding: 1rem 1rem 1rem;
  color: #fff;
  border-radius: 9px 9px 0 0;
}
#schoolBreakdown .modal-header h1 {
  margin-bottom: 0.75rem;
}
#schoolBreakdown .icon-container {
  width: 89px;
  height: 89px;
  background: #fff;
  border-radius: 1000px;
  border: 1px solid #737373;
  margin: 0 auto;
  z-index: 999;
}
#schoolBreakdown .icon {
  border-radius: 1000px;
  background-size: 83px 83px;
  width: 83px;
  height: 83px;
  position: relative;
  top: 2px;
  margin: 0 auto;
}
#schoolBreakdown .breakdown-headings {
  text-align: center;
  margin-top: 0.5rem;
}
#schoolBreakdown h1 {
  font-size: 0.8rem !important;
  margin-bottom: 0;
}
#schoolBreakdown h2 {
  font-size: 1.2rem !important;
  font-weight: lighter;
  margin-bottom: 0;
}
#schoolBreakdown h3 {
  font-size: 1.2rem !important;
  margin-bottom: 0;
  max-width: 308px;
  margin: 0 auto;
}
#schoolBreakdown ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (orientation: landscape) {
  #schoolBreakdown ul {
    top: -3px;
  }
}
#schoolBreakdown li {
  display: inline-block;
  vertical-align: middle;
}
#schoolBreakdown .breakdown-item {
  margin: 0.25rem 0;
}
@media screen and (orientation: landscape) {
  #schoolBreakdown .breakdown-item {
    padding-bottom: 0;
  }
}
#schoolBreakdown .graph-arrow {
  height: 20px;
}
#schoolBreakdown .graph-arrow .fa-arrow-alt-down {
  position: relative;
  top: -7px;
}
#schoolBreakdown .graph-arrow .fa-arrow-alt-up {
  position: relative;
  top: -7px;
}
#schoolBreakdown .category-name {
  font-size: 0.8rem;
  padding-top: 0.5rem;
  vertical-align: middle;
}
@media screen and (orientation: landscape) {
  #schoolBreakdown .category-name {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
#schoolBreakdown .breakdown-percent {
  font-weight: bold;
  font-size: 0.85rem;
}
#schoolBreakdown .icon-graph {
  border: 1px solid #8a8a8a;
  border-radius: 4px;
  padding: 1rem;
  font-size: 0.85rem;
  position: relative;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
#schoolBreakdown .icon-graph .graph-item {
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
}
#schoolBreakdown .icon-graph .graph-item:last-child {
  margin-bottom: 0;
}
#schoolBreakdown .icon-graph h5 {
  background-color: #fff;
  color: #8a8a8a !important;
  position: absolute;
  top: -11px;
  font-size: 0.85rem;
  padding: 0 0.25rem;
}
#schoolBreakdown .icon-graph .breakdown-circle {
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
}
#schoolBreakdown .panel-inner {
  padding: 1rem 0 0;
}
#schoolBreakdown .subject-box {
  padding: 0 !important;
  width: 100% !important;
}
#schoolBreakdown .subject-box span {
  width: 1%;
}
#schoolBreakdown .subject-box .progress-bar .progress-indicator span {
  width: auto;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 39.9375em) {
  .subject-box {
    margin-bottom: 5rem;
  }
  .subject-box:last-child {
    margin-bottom: 2rem;
  }
  .measure-row {
    margin-top: 1rem;
  }
  .performance-measure-title {
    margin-bottom: 4.5rem;
  }
  .performance-detail-buttons .button {
    height: auto;
  }
  .performance-detail-buttons .button.active {
    border: none;
  }
  .performance-detail-buttons .button span {
    vertical-align: bottom;
    height: auto;
  }
  .performance-detail-buttons .detail-icon {
    margin: 0 auto 0.25rem;
    float: none;
    height: 2.6rem !important;
    display: block !important;
  }
  #schoolBreakdown .icon-container {
    float: none;
    margin: 0 auto 0.5rem;
  }
  #schoolBreakdown .breakdown-headings {
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .one-subject-box-row {
    width: 375px !important;
  }
  .two-subject-box-row {
    min-width: 295px !important;
  }
}
/*    @include breakpoint(medium only) {
        .marker {
            font-size: .7rem !important;
            width: 65px !important;

            .fa-layers {
                float: left;
                top: 2px;
            }

            .fa-circle {
                font-size: 1rem !important;
            }

            .fa-star {
                font-size: .5rem !important;
            }

            .marker-copy {
                padding-right: 0 !important;
            }
        }
    }
*/
@media screen and (min-width: 75em) {
  .subject-box {
    width: 375px !important;
  }
}
/*SMALLEST MOBILE RESOLUTION*/
@media only screen and (min-width: 320px) and (max-width: 360px) {
  #schoolBreakdown .key-dropdown {
    width: 275px;
  }
  #schoolBreakdown .key-dropdown .button {
    width: 275px;
  }
  #schoolBreakdown .key-dropdown .dropdown-pane {
    width: 275px;
  }
}
/*SCHOOL FAST FACTS*/
.fast-facts {
  font-size: 0.8rem;
  /*    .chart-panel {
          height: 736px;
      }
  */
}
.fast-facts .panel {
  padding: 1.1rem;
}
.fast-facts #map {
  height: 152px;
  width: 100%;
}
.fast-facts .school-address .street,
.fast-facts .school-address .city-state {
  font-weight: bold;
}
.fast-facts .fast-facts-header, .fast-facts .fast-facts-header h2, .fast-facts .fast-facts-header h3 {
  font-weight: bold;
  font-size: 0.9rem;
}
.fast-facts .fast-facts-header .graph-popup, .fast-facts .fast-facts-header h2 .graph-popup, .fast-facts .fast-facts-header h3 .graph-popup {
  text-align: center;
  height: 23px !important;
  vertical-align: middle;
  width: 23px;
  font-size: 14px;
  padding-left: 5px;
  transform: translate(0px, -3px);
}
.fast-facts .fast-facts-header .graph-popup.has-tip, .fast-facts .fast-facts-header h2 .graph-popup.has-tip, .fast-facts .fast-facts-header h3 .graph-popup.has-tip {
  border-bottom: none !important;
  cursor: default;
}
.fast-facts .fast-facts-header .graph-popup a, .fast-facts .fast-facts-header h2 .graph-popup a, .fast-facts .fast-facts-header h3 .graph-popup a {
  background: #1f3f63;
  color: #fff;
}
.fast-facts .fast-facts-header .graph-popup a.btn-disabled, .fast-facts .fast-facts-header h2 .graph-popup a.btn-disabled, .fast-facts .fast-facts-header h3 .graph-popup a.btn-disabled {
  cursor: default !important;
  opacity: 0.25;
}
.fast-facts .fast-facts-header .graph-popup button, .fast-facts .fast-facts-header h2 .graph-popup button, .fast-facts .fast-facts-header h3 .graph-popup button {
  background: #1f3f63;
  color: #fff;
}
.fast-facts .fast-facts-header .graph-popup button.btn-disabled, .fast-facts .fast-facts-header h2 .graph-popup button.btn-disabled, .fast-facts .fast-facts-header h3 .graph-popup button.btn-disabled {
  cursor: default !important;
  opacity: 0.25;
  pointer-events: none;
}
.fast-facts .fast-facts-header .graph-popup .shadow, .fast-facts .fast-facts-header h2 .graph-popup .shadow, .fast-facts .fast-facts-header h3 .graph-popup .shadow {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
.fast-facts .fast-facts-header .graph-popup .shadow-hover-focus, .fast-facts .fast-facts-header h2 .graph-popup .shadow-hover-focus, .fast-facts .fast-facts-header h3 .graph-popup .shadow-hover-focus {
  line-height: 23px !important;
  font-size: 14px;
  border-radius: 25%;
  height: 23px;
  width: 23px;
  padding: 0 3px 0 3px;
  cursor: pointer;
}
.fast-facts .fast-facts-header .graph-popup .shadow-hover-focus:active, .fast-facts .fast-facts-header h2 .graph-popup .shadow-hover-focus:active, .fast-facts .fast-facts-header h3 .graph-popup .shadow-hover-focus:active {
  box-shadow: 0 1px 2px 0 rgba(142, 142, 142, 0.5);
  border-radius: 25%;
  line-height: 20px !important;
  font-size: 13px;
}
.fast-facts .fast-facts-header .graph-popup .shadow-hover-focus:hover, .fast-facts .fast-facts-header h2 .graph-popup .shadow-hover-focus:hover, .fast-facts .fast-facts-header h3 .graph-popup .shadow-hover-focus:hover {
  box-shadow: 0 1px 5px 0 rgba(122, 122, 122, 0.9);
}
.fast-facts .school-details {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.fast-facts .school-details li {
  margin-bottom: 0.5rem;
}
.fast-facts .fa-info-circle {
  top: 2px;
}
.fast-facts table {
  margin-top: 0.5rem;
  border-collapse: inherit;
}
.fast-facts table th {
  background: #fff;
  color: #1f3f63;
}
.fast-facts table thead {
  border: none;
}
.fast-facts table thead tr {
  border: none;
}
.fast-facts table tbody {
  border: none;
}
.fast-facts table tbody td {
  border-bottom: 1px dashed #737373 !important;
}
.fast-facts .pie-chart {
  border-radius: 1000px;
  width: 175px;
  height: 175px;
  margin: 1.5rem auto;
}
.fast-facts .pie-chart svg > g:last-child > g:last-child {
  pointer-events: none;
}
.fast-facts .pie-chart-breakdown {
  list-style: none;
  margin-left: 0;
}
.fast-facts .pie-chart-breakdown li {
  border-bottom: 1px dashed #737373;
  padding: 0.45rem 0;
}
.fast-facts .pie-chart-breakdown li:last-child {
  border-bottom: none;
}
.fast-facts .chart-color-indicator {
  width: 25px;
  height: 25px;
  border-radius: 1000px;
  display: inline-block;
  margin-right: 0.5rem;
  border: 1px solid #737373;
  vertical-align: middle;
}
.fast-facts .chart-color-indicator.black {
  background-color: #F5A623 !important;
}
.fast-facts .chart-color-indicator.asian {
  background-color: #FECC83 !important;
}
.fast-facts .chart-color-indicator.american-indian {
  background-color: #1F3F63 !important;
}
.fast-facts .chart-color-indicator.hispanic {
  background-color: #5AA10C !important;
}
.fast-facts .chart-color-indicator.two-races {
  background-color: #1373CD !important;
}
.fast-facts .chart-color-indicator.white {
  background-color: #20CDA6 !important;
}
.fast-facts .chart-color-indicator.hawaiian {
  background-color: #EC6E7D !important;
}
.fast-facts .fast-fact-percentage {
  font-size: 1rem;
  padding-right: 0.25rem;
}
.fast-facts .school-fact-height {
  height: 320px;
}
.fast-facts .race-panel {
  height: 770px;
}
.fast-facts .ctc-member-box {
  height: 265px;
}
.fast-facts .ctc-program-box {
  height: 265px;
  line-height: 1.4rem;
}
.fast-facts .school-facts-bottom-boxes {
  height: 179px;
}
.fast-facts .race-column {
  padding-left: 0.25rem;
}
.fast-facts .report-buttons .button {
  margin-bottom: 0;
  width: 100%;
}
.fast-facts .report-buttons a, .fast-facts .report-buttons a:hover, .fast-facts .report-buttons a:active, .fast-facts .report-buttons a:visited, .fast-facts .report-buttons a:link {
  text-decoration: none;
}
.fast-facts .report-buttons a.disabled {
  pointer-events: none;
  cursor: default;
}
.fast-facts .report-buttons .panel {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 !important;
}
.fast-facts .school-website-button {
  width: 100%;
  margin-bottom: 0;
}
.fast-facts .school-location-map {
  position: relative;
}
.fast-facts .school-location-map iframe {
  width: 100%;
}
.fast-facts .school-location-map span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.fast-facts .school-location-map img {
  min-height: 100px;
}
.fast-facts .district-race-panel {
  height: 727px;
}
.fast-facts.school-fast-facts .race-panel {
  height: 779px;
}
.fast-facts .school-fact-height .fast-fact-percentage,
.fast-facts .school-facts-bottom-boxes .fast-fact-percentage,
.fast-facts .enrollment-gender-box .fast-fact-percentage {
  padding-bottom: 0.25rem;
}
.fast-facts .pagination-container {
  background: #f8f8fa;
  background: -moz-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: -webkit-linear-gradient(top, #f8f8fa 0%, #efeff4 100%);
  background: linear-gradient(to bottom, #f8f8fa 0%, #efeff4 100%);
  color: #1f3f63;
  border-radius: 4px;
  padding: 0.5rem 0;
}
.fast-facts .pagination-container a {
  color: #1f3f63;
  font-weight: bold;
}
.fast-facts .pagination-container .pagination-results {
  padding-top: 0.25rem;
}
.fast-facts .pagination-container .pagination-total {
  font-size: 0.9rem;
}
.fast-facts .pagination-container .pagination-total span {
  font-weight: bold;
}
.fast-facts .pagination-container .pagination {
  margin-bottom: 0;
}
.fast-facts .pagination-container .pagination .current {
  background-color: #E6E6E6;
  color: #1f3f63;
  font-weight: bold;
  padding: 0;
}
.fast-facts .pagination-container .pagination li {
  font-size: 0.75rem;
}
.fast-facts .report-buttons {
  max-width: 565px;
}
.fast-facts .report-buttons .cell {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.google-visualization-tooltip {
  position: relative !important;
  top: -140px !important;
  right: -30px !important;
  z-index: 1;
  border-radius: 1000px !important;
}

div.google-visualization-tooltip, svg > g:last-child > g.google-visualization-tooltip {
  pointer-events: none;
}

/*DISTRICT FAST FACTS*/
.district-fast-facts .race-panel {
  height: 585px;
}
.district-fast-facts .enrollment-gender-box {
  height: 270px;
}

.grad-report-status-message {
  margin: 20px 0 16px 0;
  padding: 12px 0;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
}

.content-window {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0.375rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  clear: both;
  font-size: 0.9rem;
}

.expense-box {
  height: 126px;
  padding-top: 2rem !important;
}

.fiscal-header {
  font-size: 1.2rem;
  margin-bottom: 0.95rem;
}

.total-title {
  font-weight: bold;
  font-size: 0.9rem;
}

.total {
  font-size: 1.6rem;
}

.distict-list-box {
  height: 270px;
}
.distict-list-box table th, .distict-list-box table td {
  padding-left: 0;
  padding-right: 0;
}

/*FISCAL FAST FACTS*/
.fiscal-information {
  max-width: 80rem;
}
.fiscal-information .panel {
  padding: 1.25rem;
}
.fiscal-information .pie-chart-breakdown li {
  background-color: #FFFFFF;
}
.fiscal-information .fiscal-facts-header, .fiscal-information .fiscal-facts-header h2 {
  font-weight: bold;
  color: #1f3f63;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.fiscal-information .fiscal-title, .fiscal-information .fiscal-title h3, .fiscal-information .fiscal-title h5 {
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.fiscal-information .fiscal-row {
  background-color: LightGray;
}
.fiscal-information .fiscal-graph:hover {
  cursor: pointer;
}
.fiscal-information .performance-trends, .fiscal-information .performance-trends h4 {
  font-weight: bold;
  color: #1f3f63;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.fiscal-information .accordion-title {
  padding: 0.5rem;
  font-weight: normal;
  border: none !important;
  background-color: #1f3f63 !important;
}
.fiscal-information .accordion-title:before {
  color: #fff !important;
  content: "\f107";
  font-size: 1.4rem;
  top: 19px !important;
}
.fiscal-information .accordion-title:hover {
  background-color: #0b1f36 !important;
  color: #fff !important;
}
.fiscal-information .accordion-title:hover:before {
  color: #fff !important;
}
.fiscal-information .accordion-item.is-active .accordion-title {
  background-color: #0b1f36 !important;
  color: #fff !important;
}
.fiscal-information .accordion-item.is-active .accordion-title:before {
  color: #fff !important;
}
.fiscal-information .total-expense {
  text-align: right;
  padding-right: 2.5rem;
}
.fiscal-information .chart-color-indicator.instruction {
  background-color: #5f9fd3;
}
.fiscal-information .chart-color-indicator.support-services {
  background-color: #1373cd;
}
.fiscal-information .chart-color-indicator.non-instructional {
  background-color: #10a785;
}
.fiscal-information .chart-color-indicator.facilities {
  background-color: #49820B;
}
.fiscal-information .chart-color-indicator.other {
  background-color: #cae2b0;
}
.fiscal-information .chart-color-indicator.local {
  background-color: #5f9fd3;
}
.fiscal-information .chart-color-indicator.state {
  background-color: #1373cd;
}
.fiscal-information .chart-color-indicator.federal {
  background-color: #10a785;
}

.fast-facts-bottom h3 {
  font-size: 1rem;
  font-weight: 600;
}
.fast-facts-bottom .fast-facts-links {
  margin-left: 0;
}
.fast-facts-bottom .fast-facts-links li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.fast-facts-bottom .fast-facts-links li a {
  font-size: 1rem;
  color: #0079B7;
}
.fast-facts-bottom .fast-facts-links li a i {
  color: #2C4060;
  font-size: 0.85rem;
  margin-left: 0.25rem;
}
.fast-facts-bottom .fast-facts-links li a:hover {
  color: #1468a0;
}
.fast-facts-bottom .fast-facts-links li button {
  font-size: 1rem;
  color: #0079B7;
  border-radius: 0;
  text-decoration: underline;
  cursor: pointer;
}
.fast-facts-bottom .fast-facts-links li button i {
  color: #2C4060;
  font-size: 0.85rem;
  margin-left: 0.25rem;
}
.fast-facts-bottom .fast-facts-links li button:hover {
  color: #1468a0;
}

.report-modal .close-button {
  color: #fff;
}
.report-modal .close-button:hover {
  color: #fff !important;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 63.9375em) {
  .fast-facts .no-padding-left {
    padding-left: 0.9375rem !important;
  }
  .fast-facts .no-padding-left.map-address {
    padding: 0 !important;
  }
  .fast-facts .no-padding-right {
    padding-right: 0.9375rem !important;
  }
  .fast-facts .no-padding-right.map-school-button {
    padding: 0 !important;
  }
  .fast-facts .margin-top-tablet {
    margin-top: 1rem;
  }
  .fast-facts .race-panel {
    height: auto;
  }
  .fast-facts .pie-chart-breakdown {
    margin-bottom: 0;
  }
  .fast-facts.school-fast-facts .race-panel {
    height: auto;
  }
  .fast-facts.school-fast-facts .report-buttons .button {
    display: block;
    margin: 0 auto 0.5rem;
  }
  .fast-facts.school-fast-facts .report-buttons .button:last-child {
    margin-bottom: 0;
  }
  .fast-facts .school-facts-bottom-boxes {
    height: auto;
  }
  .fast-facts .ctc-member-box {
    height: auto;
  }
  .fast-facts .ctc-program-box {
    height: auto;
  }
  .district-fast-facts .enrollment-gender-box {
    height: auto;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .fast-facts.school-fast-facts .report-buttons .button {
    display: inline-block;
    margin: 0 auto 0.5rem;
  }
  .fast-facts.school-fast-facts .report-buttons .button:last-child {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .fast-facts .no-padding-right {
    padding-right: 0.625rem !important;
  }
  .fast-facts .no-padding-left {
    padding-left: 0.625rem !important;
  }
  .fast-facts .school-fact-height {
    height: 100%;
  }
  .fast-facts .school-website-button {
    margin-top: 1rem;
  }
  .fast-facts .report-buttons .button {
    margin-bottom: 0.5rem;
    width: 100% !important;
  }
  .fast-facts .report-buttons .button:last-child {
    margin-bottom: 0;
  }
  .school-facts-dropdown .dropdown-pane {
    z-index: 999;
  }
  .total-expense {
    text-align: left !important;
    padding-top: 0.25rem !important;
  }
  .fiscal-information .accordion-title:before {
    top: 28px !important;
  }
  .fiscal-information .accordion-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fiscal-information .margin-bottom-fiscal {
    margin-bottom: 1.2rem;
  }
  .fiscal-information .school-facts-dropdown {
    top: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .fast-facts .no-padding-left-tablet {
    padding-left: 0 !important;
  }
  .fast-facts .report-buttons .button {
    margin-right: 0.25rem !important;
    max-width: 300px;
  }
  .fast-facts .report-buttons .button-margin-bottom {
    margin-bottom: 0.25rem;
  }
}
/*iPad Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fast-facts .race-panel {
    height: 736px;
  }
  .fast-facts .report-buttons .button-margin-bottom {
    margin-bottom: 0.25rem;
  }
  .fast-facts .report-buttons .button {
    width: 236px;
  }
  .fast-facts.school-fast-facts .school-fact-height {
    height: 330px;
  }
  .fast-facts.school-fast-facts .race-panel {
    height: 789px;
  }
  .fast-facts.school-fast-facts .report-buttons {
    width: 100%;
  }
  .fast-facts.district-fast-facts .race-panel {
    height: 572px;
  }
}
/*SELECT ROLE MODAL*/
.select-role-modal .logo {
  width: 320px;
  margin: 0 auto;
}
.select-role-modal .logo span {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 19.6%;
  background-image: url(/images/logos/logo.svg);
  background-size: auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}
.select-role-modal .logo .no-svg span {
  background: url(/images/logos/logo.png) no-repeat 0 0;
}

/*HOME PAGE*/
.landing-top {
  background: url(/images/background-map-large.jpg) no-repeat center top;
}
.landing-top .logo a {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 19.6%;
  background-image: url(/images/logos/logo.svg);
  background-size: auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}
.landing-top .logo .no-svg a {
  background: url(/images/logos/logo.png) no-repeat 0 0;
}

.find-a-school-btn.search-for-school a div {
  background-image: url(/images/icons/mag-glass-white.svg);
}

.find-a-school-btn.map-view a div {
  background-image: url(/images/icons/map-pin-white.svg);
}

.find-a-school-btn.district a div {
  background-image: url(/images/icons/marker-white.svg);
}

.find-a-school-btn.ctc a div {
  background-image: url(/images/icons/ctc-white.svg);
}

.find-a-school-btn.charter-school a div {
  background-image: url(/images/icons/map-pin-white.svg);
}

.find-a-school-btn.cyber-school a div {
  background-image: url(/images/icons/screen-marker-white.svg);
}

.find-a-school-btn.favorite a div {
  background-image: url(/fontawesome/svgs/light/bookmark-white.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 15px 20px;
}

/*hover/active button CSS*/
.find-a-school-btn.search-for-school a:hover div,
.find-a-school-btn.search-for-school a:focus div,
.find-a-school-btn.search-for-school.active a div {
  background-image: url(/images/icons/mag-glass-dark.svg);
}

.find-a-school-btn.map-view a:hover div,
.find-a-school-btn.map-view a:focus div,
.find-a-school-btn.map-view.active a div {
  background-image: url(/images/icons/map-pin-dark.svg);
}

.find-a-school-btn.district a:hover div,
.find-a-school-btn.district a:focus div,
.find-a-school-btn.district.active a div {
  background-image: url(/images/icons/marker-dark.svg);
}

.find-a-school-btn.charter-school a:hover div,
.find-a-school-btn.charter-school a:focus div,
.find-a-school-btn.charter-school.active a div {
  background-image: url(/images/icons/map-pin-dark.svg);
}

.find-a-school-btn.ctc a:hover div,
.find-a-school-btn.ctc a:focus div,
.find-a-school-btn.ctc.active a div {
  background-image: url(/images/icons/ctc-dark.svg);
}

.find-a-school-btn.cyber-school a:hover div,
.find-a-school-btn.cyber-school a:focus div,
.find-a-school-btn.cyber-school.active a div {
  background-image: url(/images/icons/screen-marker-dark.svg);
}

.find-a-school-btn.favorite a:hover div,
.find-a-school-btn.favorite a:focus div,
.find-a-school-btn.favorite.active a div {
  background-image: url(/fontawesome/svgs/light/bookmark-blue.svg);
}

#pde-logo {
  background: url(/images/logos/pde-logo-footer.svg) no-repeat 0 0;
  width: 164px;
  margin: 0 auto;
  height: 43px;
  padding-top: 0;
  background-size: 164px 43px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}
#pde-logo .no-svg {
  background: url(/images/logos/logo.png) no-repeat 0 0;
}

/*FIND A SCHOOL DROPDOWN MENU*/
.find-a-school-menu .small-icon {
  background-size: 36px 36px;
}
.find-a-school-menu .dropdown-school-name .small-icon {
  background-image: url(/images/icons/mag-glass-white.svg);
}
.find-a-school-menu .dropdown-map .small-icon {
  background-image: url(/images/icons/map-pin-white.svg);
}
.find-a-school-menu .dropdown-county .small-icon {
  background-image: url(/images/icons/marker-white.svg);
}
.find-a-school-menu .dropdown-charter .small-icon {
  background-image: url(/images/icons/ctc-white.svg);
}
.find-a-school-menu .dropdown-advanced-search .small-icon {
  background-image: url(/images/icons/screen-marker-white.svg);
}
.find-a-school-menu .dropdown-favorites .small-icon {
  background-image: url(/fontawesome/svgs/light/bookmark-white.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.find-a-school-menu .dropdown-compare-school .small-icon {
  background-image: url(/images/icons/compare-school.svg);
}
.find-a-school-menu .dropdown-view-compare .small-icon {
  background-image: url(/images/icons/view-comparison.svg);
}
.find-a-school-menu .dropdown-new-compare .small-icon {
  background-image: url(/images/icons/select-new-school.svg);
}
.find-a-school-menu .dropdown-year-compare .small-icon {
  background-image: url(/fontawesome/svgs/light/calendar-alt2.svg);
  padding-right: 3px;
}

.favorite-school {
  background: url(/fontawesome/svgs/light/bookmark-blue.svg) no-repeat;
  background-size: 20px 20px;
}
.favorite-school.favorite-selected {
  background: url(/fontawesome/svgs/solid/bookmark.svg) no-repeat;
  background-size: 20px 20px;
}

/*INNER PAGES*/
/*SCHOOL PERFORMANCE*/
.top-bar .logo a {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 19.6%;
  background-image: url(/images/logos/logo.svg);
  background-size: auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}
.top-bar .logo .no-svg a {
  background: url(/images/logos/logo.png) no-repeat 0 0;
}

.inner-top {
  background: url(/images/background-map.png) no-repeat center -40px;
}

.divider-graphic {
  width: 33px;
  margin: 0 auto;
  height: 0;
  padding-top: 2rem;
  background-image: url(/images/icons/keystone-logo-divider.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #fff;
  text-indent: -9999px;
  display: block;
}

.pa-marker-keystone {
  background-image: url(/images/icons/pa-marker-icon.svg);
  background-size: auto;
  background-repeat: no-repeat;
  display: block;
  width: 33px;
  margin: 0 auto;
  height: 0;
  padding-top: 2rem;
}

/*SITE ICONS*/
.icon-apple-books {
  background-image: url(/images/icons/apple-books.png);
}

.icon-apple-books-2 {
  background-image: url(/images/icons/apple-books-2.png);
}

.icon-atom {
  background-image: url(/images/icons/atom.png);
}

.icon-books-stack {
  background-image: url(/images/icons/books-stack.png);
}

.icon-diploma {
  background-image: url(/images/icons/books-stack-diploma.png);
}

.icon-calendar {
  background-image: url(/images/icons/calendar.png);
}

.icon-calendar-clock {
  background-image: url(/images/icons/calendar-clock.png);
}

.icon-chart-bar-graph {
  background-image: url(/images/icons/chart-bar-graph.png);
}

.icon-chart-bar-graph-2 {
  background-image: url(/images/icons/chart-bar-graph-2.png);
}

.icon-chart-bar-graph-ascending {
  background-image: url(/images/icons/chart-bar-graph-ascending.png);
}

.icon-chart-bar-graph-ascending-2 {
  background-image: url(/images/icons/chart-bar-graph-ascending-2.png);
}

.icon-chart-bar-graph-ascending-3 {
  background-image: url(/images/icons/chart-bar-graph-ascending-3.png);
}

.icon-chart-line-graph {
  background-image: url(/images/icons/chart-line-graph.png);
}

.icon-chart-line-graph-ascending-6 {
  background-image: url(/images/icons/chart-line-graph-ascending-6.png);
}

.icon-checklist-clipboard {
  background-image: url(/images/icons/checklist-clipboard.png);
}

.icon-checkmark {
  background-image: url(/images/icons/checkmark.png);
}

.icon-chemistry-science {
  background-image: url(/images/icons/chemistry-science.png);
}

.icon-compass {
  background-image: url(/images/icons/compass.png);
}

.icon-compass-2 {
  background-image: url(/images/icons/compass-2.png);
}

.icon-destination-map {
  background-image: url(/images/icons/destination-map.png);
}

.icon-digital-chart {
  background-image: url(/images/icons/digital-chart.png);
}

.icon-digital-chart-2 {
  background-image: url(/images/icons/digital-chart-2.png);
}

.icon-diploma-certificate {
  background-image: url(/images/icons/diploma-certificate.png);
}

.icon-document-and-pencil {
  background-image: url(/images/icons/document-and-pencil.png);
}

.icon-documents-and-paper-clips {
  background-image: url(/images/icons/documents-paper-clips.png);
}

.icon-essa-icons {
  background-image: url(/images/icons/essa-icons.png);
}

.icon-evaluation-clipboard {
  background-image: url(/images/icons/essa-icons.png);
}

.icon-folder {
  background-image: url(/images/icons/folder.png);
}

.icon-globe {
  background-image: url(/images/icons/globe.png);
}

.icon-globe-and-gear {
  background-image: url(/images/icons/globe-and-gear.png);
}

.icon-graduation-cap {
  background-image: url(/images/icons/graduation-cap.png);
}

.icon-hand-shake {
  background-image: url(/images/icons/hand-shake.png);
}

.icon-inspect-checklist-clipboard {
  background-image: url(/images/icons/inspect-checklist-clipboard.png);
}

.icon-location-map {
  background-image: url(/images/icons/location-map.png);
}

.icon-map {
  background-image: url(/images/icons/map.png);
}

.icon-math-calculator {
  background-image: url(/images/icons/math-calculator.png);
}

.icon-medal {
  background-image: url(/images/icons/medal.png);
}

.icon-microscope {
  background-image: url(/images/icons/microscope.png);
}

.icon-notebook-and-pencil {
  background-image: url(/images/icons/notebook-and-pencil.png);
}

.icon-path-navigate-arrow {
  background-image: url(/images/icons/path-navigate-arrow.png);
}

.icon-pencil {
  background-image: url(/images/icons/pencil.png);
}

.icon-pencil-and-ruler {
  background-image: url(/images/icons/pencil-and-ruler.png);
}

.icon-pencil-graph {
  background-image: url(/images/icons/pencil-graph.png);
}

.icon-people-avatar {
  background-image: url(/images/icons/people-avatar.png);
}

.icon-school-building {
  background-image: url(/images/icons/school-building.png);
}

.icon-state-assessment {
  background-image: url(/images/icons/state-assessment.png);
}

.icon-state-assessment-disabled {
  background-image: url(/images/icons/state-assessment-grey.png);
}

.icon-tablet-w-charts {
  background-image: url(/images/icons/tablet-w-charts.png);
}

.icon-teacher-lesson {
  background-image: url(/images/icons/teacher-lesson.png);
}

.icon-trophy-award {
  background-image: url(/images/icons/trophy-award.png);
}

/*MEDIA QUERIES*/
@media screen and (max-width: 39.9375em) {
  .landing-top {
    background: url(/images/background-map-mobile.png) no-repeat center top;
  }
}
#btnCompare {
  color: #fff !important;
  position: relative;
  margin-left: 0.5rem;
  display: inline-block;
}

.compare-inner-top .school-name-header {
  max-width: 27rem;
  display: inline-block;
}

#comparison-container .comparison-instruction {
  color: #1f3f63;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 0.75rem;
  padding: 0 0.25rem;
}
#comparison-container .compare-up-to {
  font-size: 0.8rem;
}
#comparison-container .selected-schools-compare {
  max-width: 56rem;
}
#comparison-container #btnCompare {
  top: 0;
}

.school-to-compare .school-to-compare-inner {
  background-color: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  border: 1px solid #737373;
  padding: 0.25rem 0 !important;
  font-size: 0.8rem;
  font-weight: 600;
}
.school-to-compare.comparison-school .school-to-compare-inner {
  background-color: #f9ae41;
}
.school-to-compare .column, .school-to-compare .columns {
  padding: 0 0.25rem !important;
}
.school-to-compare .edit-school-options {
  padding: 0 !important;
  background: none !important;
  font-size: 0.75rem;
  font-weight: normal;
  color: #1f3f63 !important;
  margin-bottom: 0 !important;
  position: relative;
  top: 0;
}
.school-to-compare .edit-school-options:after {
  float: right;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.school-to-compare .edit-school-options.hover:after {
  content: "\f106";
}
.school-to-compare .edit-school-options-dropdown {
  background-color: #777 !important;
  border-radius: 0 0 4px 4px;
  width: 155px;
  padding: 0 !important;
}
.school-to-compare .edit-school-options-dropdown ul {
  margin-left: 0;
  margin-bottom: 0;
}
.school-to-compare .edit-school-options-dropdown li {
  list-style: none;
  font-size: 0.75rem;
  font-weight: normal;
}
.school-to-compare .edit-school-options-dropdown li a {
  color: #fff;
  padding: 0.15rem 0.5rem;
  display: block;
  text-align: left;
}
.school-to-compare .edit-school-options-dropdown li a:hover {
  background-color: #1f3f63;
  color: #fff;
}

/*COMPARE TOOL PAGE*/
.compare-tool-wrapper {
  max-width: 72rem;
  /*COMPARISON SCHOOL SPECIFIC CSS*/
}
.compare-tool-wrapper .tabs {
  border: none;
  padding-left: 0.5rem;
}
.compare-tool-wrapper .tabs-title a {
  background-color: #1f3f63;
  color: #fff;
  border-radius: 4px 4px 0 0;
  margin: 0 1px;
  text-align: center;
  line-height: 0.9rem;
  padding: 0.75rem 1.5rem !important;
}
.compare-tool-wrapper .tabs-title a:hover, .compare-tool-wrapper .tabs-title a:focus {
  background-color: #1f3f63;
  color: #fff;
}
.compare-tool-wrapper .tabs-title.is-active a {
  background-color: #adbacd;
  color: #1f3f63;
}
.compare-tool-wrapper .key-dropdown {
  margin: 0 auto;
  width: auto;
}
.compare-tool-wrapper .key-dropdown .button {
  width: 100%;
}
.compare-tool-wrapper .key-dropdown .dropdown-pane {
  width: auto;
}
.compare-tool-wrapper .key-dropdown .dropdown-pane .key-arrow {
  left: 1px;
  display: inline-block;
  top: -3px;
}
.compare-tool-wrapper .key-dropdown .dropdown-pane .key-arrow .fa-arrow-alt-down {
  position: relative;
  top: 1px;
}
.compare-tool-wrapper .school-name, .compare-tool-wrapper .school-name h2 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.compare-tool-wrapper .school-name a, .compare-tool-wrapper .school-name h2 a {
  color: #1f3f63;
}
.compare-tool-wrapper .city-state,
.compare-tool-wrapper .street {
  margin-bottom: 0.25rem;
}
.compare-tool-wrapper .school-website-button {
  margin-top: 0.75rem;
  width: auto;
}
.compare-tool-wrapper .student-group-title {
  font-size: 0.8rem;
}
.compare-tool-wrapper .percentage-bar {
  margin-top: 0.25rem;
}
.compare-tool-wrapper .pie-chart {
  width: 200px;
  height: 200px;
  margin: 0.5rem auto !important;
}
.compare-tool-wrapper .schools-to-compare {
  padding: 0 !important;
}
.compare-tool-wrapper .race-column {
  font-size: 0.8rem;
}
.compare-tool-wrapper .fast-facts-header {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.compare-tool-wrapper .panel {
  padding: 0 !important;
  min-height: 615px;
}
.compare-tool-wrapper .panel-inner {
  padding: 1.1rem;
}
.compare-tool-wrapper .comparison-indicator {
  padding: 1.1rem;
}
.compare-tool-wrapper .goal-indicators ul {
  margin-bottom: 0;
  float: right;
}
.compare-tool-wrapper .comparison-indicator-child-top {
  background: #a2b2c5;
  height: 40px;
  padding: 0.5rem 0;
}
.compare-tool-wrapper .comparison-indicator-child-top .row {
  display: flex;
  align-items: center;
}
.compare-tool-wrapper .comparison-indicator-child-top .row a {
  color: #1f3f63;
  text-align: right;
}
.compare-tool-wrapper .comparison-indicator-child-top .row a:hover, .compare-tool-wrapper .comparison-indicator-child-top .row a:focus {
  color: #1f3f63;
}
.compare-tool-wrapper .comparison-indicator-child-top .row .fa-balance-scale-right {
  margin: 0 0.5rem 0 0;
}
.compare-tool-wrapper .comparison-indicator-child-top .row .fa-times {
  margin: 0 0 0 0.5rem;
}
.compare-tool-wrapper .comparison-indicator-child-top .row .fa-bookmark {
  float: left;
}
.compare-tool-wrapper .comparison-indicator-child-top .row .compare-year-indicator {
  color: #1f3f63;
  font-size: large;
  text-align: right;
  line-height: 40px;
}
.compare-tool-wrapper .year-comparison-indicator-child-top {
  background: #a2b2c5;
  height: 40px;
}
.compare-tool-wrapper .year-comparison-indicator-child-top .row {
  display: flex;
  align-items: center;
}
.compare-tool-wrapper .year-comparison-indicator-child-top .row a {
  color: #1f3f63;
  text-align: right;
}
.compare-tool-wrapper .year-comparison-indicator-child-top .row a:hover, .compare-tool-wrapper .year-comparison-indicator-child-top .row a:focus {
  color: #1f3f63;
}
.compare-tool-wrapper .year-comparison-indicator-child-top .row .fa-balance-scale-right {
  margin: 0 0.5rem 0 0;
}
.compare-tool-wrapper .year-comparison-indicator-child-top .row .fa-times {
  margin: 0 0 0 0.5rem;
}
.compare-tool-wrapper .year-comparison-indicator-child-top .row .fa-bookmark {
  float: left;
}
.compare-tool-wrapper .year-comparison-indicator-child-top .row .compare-year-indicator {
  color: #1f3f63;
  font-size: large;
  text-align: right;
  line-height: 40px;
}
.compare-tool-wrapper .enrollment-breakdown {
  color: #4a4a4a;
  margin-top: 0.5rem;
}
.compare-tool-wrapper .enrollment-breakdown td,
.compare-tool-wrapper .enrollment-breakdown tr,
.compare-tool-wrapper .enrollment-breakdown .compare-breakdown-row-enrollment {
  background-color: #fff;
  padding: 0 2px 0 0;
}
.compare-tool-wrapper .enrollment-breakdown .compare-breakdown-row-female {
  background-color: #fff;
  padding: 0 0 2px 0;
  text-align: left;
}
.compare-tool-wrapper .enrollment-breakdown .compare-breakdown-row-male {
  background-color: #fff;
  padding: 0;
  text-align: left;
}
.compare-tool-wrapper .enrollment-breakdown .compare-breakdown-cell {
  border: 1px solid #737373 !important;
  padding: 8px 10px 10px;
}
.compare-tool-wrapper .enrollment-breakdown .compare-breakdown-cell-enrollment {
  border: 1px solid #737373 !important;
  padding: 16px 20px 10px;
  height: 95.75px;
}
.compare-tool-wrapper .enrollment-breakdown .columns {
  padding: 0px !important;
}
.compare-tool-wrapper .enrollment-breakdown .enrollment-breakdown-labels {
  color: #1f3f63;
  width: 50px;
  display: inline-block;
}
.compare-tool-wrapper .enrollment-breakdown .enrollment-label {
  width: auto !important;
}
.compare-tool-wrapper .enrollment-breakdown .enrollment-percent-total {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
}
.compare-tool-wrapper .enrollment-breakdown .enrollment-percent {
  font-weight: 600;
  font-size: 1.4rem;
  display: inline-block;
}
.compare-tool-wrapper .enrollment-breakdown,
.compare-tool-wrapper .school-detailed-info {
  margin-bottom: 1rem;
}
.compare-tool-wrapper .orbit-container {
  line-height: 1.2;
  height: 100% !important;
}
.compare-tool-wrapper .orbit-nav-container {
  height: 2.4rem;
  margin: 2rem 0;
}
.compare-tool-wrapper .nav-placeholder {
  height: 4rem;
}
.compare-tool-wrapper #btnPreviousSlide,
.compare-tool-wrapper #btnNextSlide {
  border-radius: 1000px;
  padding: 1rem !important;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
}
.compare-tool-wrapper #btnPreviousSlide .fa-angle-right,
.compare-tool-wrapper #btnPreviousSlide .fa-angle-left,
.compare-tool-wrapper #btnNextSlide .fa-angle-right,
.compare-tool-wrapper #btnNextSlide .fa-angle-left {
  font-size: 2.2rem;
  top: -13px;
  left: -2px;
  position: relative;
}
.compare-tool-wrapper #btnPreviousSlide .fa-angle-left,
.compare-tool-wrapper #btnNextSlide .fa-angle-left {
  left: -4px;
}
.compare-tool-wrapper .tab-dropdown-button {
  margin-bottom: 2rem;
  width: 100%;
}
.compare-tool-wrapper .school-facts-dropdown .dropdown-pane {
  width: 100%;
}
.compare-tool-wrapper .school-facts-dropdown .dropdown-pane .tabs-title {
  float: none;
}
.compare-tool-wrapper .school-facts-dropdown .dropdown-pane .tabs-title.is-active a {
  background: none !important;
}
.compare-tool-wrapper .school-facts-dropdown .dropdown-pane .tabs-title a {
  background: none !important;
  color: #1f3f63 !important;
  text-align: left;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.compare-tool-wrapper .key-dropdown .dropdown-pane {
  font-size: 0.7rem !important;
}
.compare-tool-wrapper .subject-item {
  font-size: 0.75rem;
  padding: 0.075rem 0;
  margin-bottom: 2px;
}
.compare-tool-wrapper .pie-chart-breakdown {
  margin-bottom: 0;
}
.compare-tool-wrapper .subject-item span {
  display: table-cell;
  height: 2.8rem;
  vertical-align: middle;
  width: 50%;
}
.compare-tool-wrapper .subject-title {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  display: block;
}
.compare-tool-wrapper .progress-bar div {
  background: #e6e6e6;
  height: 2.8rem;
}
.compare-tool-wrapper .progress-bar div .progress-indicator {
  background: #f9ae41;
  background: -moz-linear-gradient(left, #f9ae41 0%, #fbde7d 100%);
  background: -webkit-linear-gradient(left, #f9ae41 0%, #fbde7d 100%);
  background: linear-gradient(to right, #f9ae41 0%, #fbde7d 100%);
  font-size: 1rem;
  text-align: right;
}
.compare-tool-wrapper .progress-bar div .progress-indicator.suppress-parent {
  width: 100% !important;
}
.compare-tool-wrapper .progress-bar div .progress-indicator span {
  position: relative;
  top: 12px;
  padding-right: 5px;
  padding-left: 3px;
  width: auto;
  display: block;
}
.compare-tool-wrapper .progress-bar div .progress-indicator .suppress-data {
  color: #1f3f63;
  font-size: 0.9rem;
  background: #e6e6e6;
  padding-top: 0.25rem;
  text-align: center;
}
.compare-tool-wrapper .progress-bar div .progress-indicator .suppress-data span {
  top: 0;
  padding: 0;
  text-align: center;
  font-size: 0.65rem;
}
.compare-tool-wrapper .progress-bar div .progress-indicator .insufficient-data {
  color: #1f3f63;
  font-size: 0.9rem;
  background: #e6e6e6;
  padding-top: 0.25rem;
  text-align: center;
  height: 2.55rem;
}
.compare-tool-wrapper .progress-bar div .progress-indicator .insufficient-data span {
  top: 0;
  padding: 0;
  text-align: center;
  font-size: 0.65rem;
}
.compare-tool-wrapper .progress-bar.numeric-data div {
  background: none;
}
.compare-tool-wrapper .progress-bar.numeric-data .progress-indicator {
  background: none;
  border: 2px solid #737373;
  width: 100% !important;
}
.compare-tool-wrapper .progress-bar.numeric-data .progress-indicator .suppress-data {
  color: #1f3f63;
  font-size: 0.9rem;
  background: #e6e6e6;
  padding-top: 0.25rem;
  text-align: center;
  height: 2.55rem;
}
.compare-tool-wrapper .progress-bar.numeric-data .progress-indicator .suppress-data span {
  top: 0;
  padding: 0;
  text-align: center;
  font-size: 0.65rem;
}
.compare-tool-wrapper .progress-bar.numeric-data .progress-indicator span {
  text-align: center;
  top: 10px;
}
.compare-tool-wrapper #parent-panel .comparison-indicator, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator {
  background: #fbde7d;
  background: -moz-linear-gradient(top, #fbde7d 0%, #f9ae41 100%);
  background: -webkit-linear-gradient(top, #fbde7d 0%, #f9ae41 100%);
  background: linear-gradient(to bottom, #fbde7d 0%, #f9ae41 100%);
}
.compare-tool-wrapper #parent-panel .comparison-indicator-parent-top, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator-parent-top, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator-parent-top, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator-parent-top, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator-parent-top, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator-parent-top, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator-parent-top {
  background: #1f3f63;
  height: 40px;
  display: flex;
  padding: 0.5rem 0;
}
.compare-tool-wrapper #parent-panel .comparison-indicator-parent-top .row, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator-parent-top .row, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator-parent-top .row, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator-parent-top .row, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator-parent-top .row, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator-parent-top .row, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator-parent-top .row {
  display: flex;
  align-items: center;
}
.compare-tool-wrapper #parent-panel .comparison-indicator-parent-top .row a, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator-parent-top .row a, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator-parent-top .row a, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator-parent-top .row a, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator-parent-top .row a, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator-parent-top .row a, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator-parent-top .row a {
  color: #fbde7d;
  text-align: right;
  line-height: 40px;
  right: 0px;
}
.compare-tool-wrapper #parent-panel .comparison-indicator-parent-top .row a:hover, .compare-tool-wrapper #parent-panel .comparison-indicator-parent-top .row a:focus, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator-parent-top .row a:hover, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator-parent-top .row a:focus, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator-parent-top .row a:hover, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator-parent-top .row a:focus, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator-parent-top .row a:hover, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator-parent-top .row a:focus, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator-parent-top .row a:hover, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator-parent-top .row a:focus, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator-parent-top .row a:hover, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator-parent-top .row a:focus, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator-parent-top .row a:hover, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator-parent-top .row a:focus {
  color: #fbde7d;
}
.compare-tool-wrapper #parent-panel .comparison-indicator-parent-top .row a .fa-bookmark, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator-parent-top .row a .fa-bookmark, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator-parent-top .row a .fa-bookmark, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator-parent-top .row a .fa-bookmark, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator-parent-top .row a .fa-bookmark, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator-parent-top .row a .fa-bookmark, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator-parent-top .row a .fa-bookmark {
  float: left;
}
.compare-tool-wrapper #parent-panel .comparison-indicator-parent-top .row .fa-times, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator-parent-top .row .fa-times, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator-parent-top .row .fa-times, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator-parent-top .row .fa-times, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator-parent-top .row .fa-times, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator-parent-top .row .fa-times, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator-parent-top .row .fa-times {
  color: #fbde7d;
  margin: 0 0 0 0.5rem;
  line-height: 40px;
}
.compare-tool-wrapper #parent-panel .comparison-indicator-parent-top .row .compare-year-indicator, .compare-tool-wrapper #parent-panel-MediumSchoolFFTab .comparison-indicator-parent-top .row .compare-year-indicator, .compare-tool-wrapper #parent-panel-NonMediumSchoolFFTab .comparison-indicator-parent-top .row .compare-year-indicator, .compare-tool-wrapper #parent-panel-MediumDistrictFFTab .comparison-indicator-parent-top .row .compare-year-indicator, .compare-tool-wrapper #parent-panel-NonMediumDistrictFFTab .comparison-indicator-parent-top .row .compare-year-indicator, .compare-tool-wrapper #parent-panel-MediumSchoolPerfTab .comparison-indicator-parent-top .row .compare-year-indicator, .compare-tool-wrapper #parent-panel-NonMediumSchoolPerfTab .comparison-indicator-parent-top .row .compare-year-indicator {
  color: #fbde7d;
  font-size: large;
  text-align: right;
  line-height: 40px;
  right: 0px;
}

/*Compare Tool Settings*/
.compare-options {
  width: 23rem;
  margin: 0 auto;
}
.compare-options h2 {
  font-size: 1.24rem;
  margin-bottom: 1rem;
}
.compare-options .comp-toggle {
  cursor: pointer;
}
.compare-options .compare-display-option {
  margin-bottom: 0.75rem;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 0.75rem;
}
.compare-options .compare-display-option .fa-toggle-on {
  font-size: 1.4rem;
  color: #49820B;
}
.compare-options .compare-display-option .fa-toggle-off {
  font-size: 1.4rem;
  color: #1f3f63;
}

/*MEDIA QUERIES*/
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .compare-tool-wrapper .key-dropdown .button {
    width: 90% !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 670px) {
  .compare-tool-wrapper .key-dropdown .button span {
    width: 90% !important;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1074px) {
  .compare-tool-wrapper .tabs-title a {
    padding: 0.75rem 1rem !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .compare-inner-top {
    height: 125px;
  }
  .compare-inner-top #btnCompare {
    margin-top: 1rem;
  }
  .school-to-compare {
    margin-left: 0;
  }
  .compare-tool-wrapper .panel {
    margin-bottom: 1rem;
    min-height: initial;
  }
  .orbit-slide {
    display: block !important;
  }
  .orbit-nav-container {
    height: 0.5rem !important;
  }
  .orbit-nav-container .button {
    display: none !important;
  }
  .compare-tool-wrapper .nav-placeholder,
  .compare-tool-wrapper .orbit-nav-container {
    height: 1rem;
    margin: 0 !important;
  }
  .compare-tool-header #btnCompare {
    top: 10px;
  }
  .compare-tool-wrapper .key-dropdown .button {
    width: 100%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .compare-tool-wrapper {
    margin-top: 5rem;
  }
  .compare-tool-wrapper .key-dropdown .button {
    width: 100%;
  }
  .compare-inner-top {
    height: 130px;
  }
  .compare-tool-wrapper .nav-placeholder {
    height: 2rem;
  }
  .goal-indicators ul {
    margin: 0.5rem 0 0;
    float: none !important;
  }
}
.glossary-container {
  max-width: 87rem;
  margin-top: 3.5rem;
}
.glossary-container .Accordion h2 {
  padding: 0;
  font-weight: normal;
  font-size: 0.85rem;
  border-radius: 4px;
  position: relative;
}
.glossary-container .Accordion h2.active {
  margin-bottom: 0;
}
.glossary-container .Accordion h2.active .Accordion-trigger {
  background-color: #9baaba !important;
  color: #1f3f63 !important;
}
.glossary-container .Accordion h2.active .Accordion-trigger:before {
  content: "\f106" !important;
}
.glossary-container .Accordion .Accordion-trigger {
  padding: 0.65rem 1rem;
  font-weight: normal;
  border: none !important;
  background: #1f3f63;
  color: #fff !important;
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
}
.glossary-container .Accordion .Accordion-trigger:hover, .glossary-container .Accordion .Accordion-trigger:focus {
  background-color: #9baaba;
  color: #1f3f63 !important;
}
.glossary-container .Accordion .Accordion-trigger:before {
  color: #fff !important;
  font-size: 1.4rem !important;
  content: "\f107" !important;
  transition: all 0.25s;
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  font-weight: normal;
  top: 6px !important;
  position: absolute;
  right: 1rem;
  margin-top: 0;
}
.glossary-container .Accordion-panel {
  border: 1px solid #dddddd !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.glossary-container .Accordion-panel p {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}
.glossary-container .Accordion-panel p span {
  font-weight: bold;
}
.glossary-container .Accordion-panel .source {
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.glossary-container .Accordion-panel ul {
  margin-left: 2rem;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.glossary-container .Accordion-panel ul li {
  margin-bottom: 0.25rem;
}
.glossary-container .definition {
  border-bottom: 1px dashed #aaa;
  margin-bottom: 1rem;
}
.glossary-container .definition-name {
  font-weight: bold;
  color: #1f3f63;
  font-size: 1.1rem;
}
.glossary-container .definition-text {
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 39.9375em) {
  .glossary.inner-top {
    height: 90px;
  }
  .glossary.inner-top .school-name-header {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .glossary.inner-top {
    height: 110px;
  }
  .glossary.inner-top .school-name-header {
    margin-top: 2rem;
  }
}
.contact-us h2 {
  color: #1f3f63;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.contact-us .contact-address {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.contact-us p {
  font-size: 0.85rem;
}

@media screen and (max-width: 39.9375em) {
  .contact-us.inner-top {
    height: 90px;
  }
  .contact-us.inner-top .school-name-header {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .contact-us.inner-top {
    height: 110px;
  }
  .contact-us.inner-top .school-name-header {
    margin-top: 2rem;
  }
}
.site-support .video-list-icon {
  background-color: #1f3f63;
  border-radius: 1000px;
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #fff;
  margin-right: 0.5rem;
  position: relative;
  top: -8px;
}
.site-support .video-list-icon .fa-video,
.site-support .video-list-icon .fa-desktop {
  position: relative;
  top: 8px;
  left: 10px;
}
.site-support.data-files table th.support-table-header-medium {
  width: 45%;
}
.site-support.data-files table th.support-table-header-large {
  width: 55%;
}
.site-support.data-files table td .video-link,
.site-support.data-files table td .site-link {
  position: relative;
  top: 8px;
}

@media screen and (max-width: 39.9375em) {
  .site-support.inner-top {
    height: 90px;
  }
  .site-support.inner-top .school-name-header {
    margin-top: 2rem;
  }
  .video-list-icon {
    display: none !important;
  }
  .site-support.data-files table td .video-link {
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .site-support.inner-top {
    height: 110px;
  }
  .site-support.inner-top .school-name-header {
    margin-top: 2rem;
  }
  .video-list-icon {
    display: none !important;
  }
  .site-support.data-files table td .video-link {
    position: relative;
    top: 0;
  }
}
.data-files table {
  margin-top: 0.5rem;
  border-collapse: inherit;
  font-size: 0.85rem;
}
.data-files table th {
  background: #fff;
  color: #1f3f63;
  width: 39%;
}
.data-files table thead {
  border: none;
}
.data-files table thead tr {
  border: none;
}
.data-files table tbody {
  border: none;
}
.data-files table tbody td {
  border-bottom: 1px dashed #737373 !important;
}
.data-files table h2 {
  font-size: 0.85rem;
}
.data-files.technical-appendix th {
  width: 20% !important;
}

.guidance table th.guidance-header-small {
  width: 10%;
}
.guidance table th.guidance-header-medium {
  width: 40%;
}
.guidance table th.guidance-header-large {
  width: 50%;
}
.guidance table tr div {
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 63.9375em) {
  .data-files.inner-top {
    height: 110px;
  }
  .data-files.inner-top .school-name-header {
    margin-top: 2rem;
  }
  .data-files table tbody {
    border: none;
  }
  .data-files table tbody tr {
    border-bottom: 1px dashed #737373 !important;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .data-files table tbody td {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .data-files.inner-top {
    height: 90px;
  }
  .guidance table tr:last-child {
    margin-bottom: 0;
  }
}
.decision-support-tool decision-support-tool-header h3 {
  font-weight: bold;
  font-size: 0.4rem;
}
.decision-support-tool .context-menu {
  position: absolute;
  text-align: left;
  background-color: #1f3f63;
  color: #fff;
  border-radius: 5px;
  padding: 1px;
  box-shadow: 8px 5px 5px #8a8a8a;
}
.decision-support-tool .context-menu ul {
  padding: 2px;
  margin: 0;
  min-width: 150px;
  list-style: none;
}
.decision-support-tool .context-menu ul li {
  padding: 2px;
}
.decision-support-tool .context-menu ul li:not(:last-child) {
  padding: 2px 0;
  border-bottom: solid 1px #fff;
}
.decision-support-tool .context-menu ul li:hover {
  background: #F2F2F6;
  color: #1f3f63;
  cursor: pointer;
}
.decision-support-tool [data-selected=true] {
  background: #F2F2F6;
  color: #1f3f63;
  cursor: pointer;
}
.decision-support-tool .select2 {
  width: 100% !important;
}
.decision-support-tool .more-info-container {
  background: #F2F2F6;
}
.decision-support-tool .more-info-container .accordion-content,
.decision-support-tool .more-info-container .accordion {
  background-color: transparent;
}
.decision-support-tool .more-info-container .accordion-content {
  padding: 5px;
}
.decision-support-tool .more-info-container label {
  font-size: 0.8rem;
}
.decision-support-tool .more-info-container .labelfor {
  cursor: pointer;
}
.decision-support-tool .more-info-container ul {
  margin-left: 0;
}
.decision-support-tool .more-info-container ul li > div {
  float: left;
  margin-right: 0.25rem;
  top: 2px;
}
.decision-support-tool .more-info-container .ul-left {
  padding-right: 0.75rem;
}
.decision-support-tool .more-info-container li {
  list-style: none;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.decision-support-tool .more-info-container .accordion-title:hover,
.decision-support-tool .more-info-container .accordion-title:focus {
  background-color: #1f3f63;
}
.decision-support-tool .more-info-container .accordion-title:before {
  color: #fff !important;
}
.decision-support-tool .more-info-container .is-active .accordion-title {
  background-color: #9baaba;
  color: #000000 !important;
  font-weight: normal !important;
  border-color: #71879d !important;
}
.decision-support-tool .more-info-container .styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.95em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 9px 9px !important;
  padding: 10px;
}
.decision-support-tool .more-info-container .styled-table thead tr {
  background: #1f3f63 !important;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.decision-support-tool .more-info-container .styled-table th, .decision-support-tool .more-info-container .styled-table td {
  padding: 12px 15px;
  width: 100%;
}
.decision-support-tool .more-info-container .styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.decision-support-tool .more-info-container .styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.decision-support-tool .more-info-container .styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}
.decision-support-tool .more-info-container .styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
.decision-support-tool .more-info-container .styled-table .text-wrap {
  white-space: normal;
}
.decision-support-tool .more-info-container .styled-table .width-100 {
  width: 100px;
}
.decision-support-tool .more-info-container .styled-table .dt-head-center {
  text-align: center;
}
.decision-support-tool .more-info-container .dataTables_wrapper {
  display: block !important;
}
.decision-support-tool .more-info-container .paginate_button {
  display: block !important;
  float: left !important;
}
.decision-support-tool .more-info-container .paginate_button:hover:not(.current):not(.disabled) {
  background: #1f3f63 !important;
  color: #fff !important;
}
.decision-support-tool .more-info-container.decision-support-tool-filter-container {
  background: rgba(0, 0, 0, 0);
}
.decision-support-tool .more-info-container.decision-support-tool-filter-container .advanced-labels, .decision-support-tool .more-info-container.decision-support-tool-filter-container legend {
  font-size: 0.8rem;
  color: #1f3f63;
  background-color: #fff;
  position: absolute;
  top: -12px;
  display: block;
  font-weight: bold;
  padding: 0 0.25rem;
}
.decision-support-tool .more-info-container .button {
  color: #ffffff;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "proxima-nova", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

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

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "proxima-nova", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: underline;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 4px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fff;
}
.button.secondary {
  background-color: #767676;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000000;
}
.button.success {
  background-color: #3adb76;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button.warning {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button.alert {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000000;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fff;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #000000;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #000000;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: underline;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: dotted;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 4px;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child > * {
  border-radius: 0 4px 4px 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: dotted;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 4px 4px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #000000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fff;
}
.badge.primary {
  background: #1779ba;
  color: #fff;
}
.badge.secondary {
  background: #767676;
  color: #000000;
}
.badge.success {
  background: #3adb76;
  color: #000000;
}
.badge.warning {
  background: #ffae00;
  color: #000000;
}
.badge.alert {
  background: #cc4b37;
  color: #000000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fff;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #000000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #000000;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #000000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #000000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #000000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000000;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: white;
  color: #000000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #000000;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #000000;
}
.callout.success {
  background-color: #e1faea;
  color: #000000;
}
.callout.warning {
  background-color: #fff3d9;
  color: #000000;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #000000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #000000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: underline;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fff;
}
.menu .active > a {
  background: #1779ba;
  color: #fff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fff;
}
.label.primary {
  background: #1779ba;
  color: #fff;
}
.label.secondary {
  background: #767676;
  color: #000000;
}
.label.success {
  background: #3adb76;
  color: #000000;
}
.label.warning {
  background: #ffae00;
  color: #000000;
}
.label.alert {
  background: #cc4b37;
  color: #000000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .orbit-next {
  outline: 0;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 4px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
  border-radius: 4px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100%;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100%;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.graph-reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .graph-reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .graph-reveal {
    min-height: 0;
  }
}
.graph-reveal .column, .graph-reveal .columns {
  min-width: 0;
}
.graph-reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .graph-reveal {
    width: 900px;
    max-width: 100%;
  }
}
.graph-reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .graph-reveal.tiny {
    width: 30%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .graph-reveal.small {
    width: 50%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .graph-reveal.large {
    width: 90%;
    max-width: 100%;
  }
}
.graph-reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .graph-reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.graph-reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #000000;
}

tfoot {
  background: #f2f2f2;
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fff;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #000000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #000000;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #2F4865;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
/*# sourceMappingURL=app.css.map */
