@charset "UTF-8";
/**********************************/
/* SASS variables */
/**********************************/
/* colors */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

.foundation-mq {
  font-family: "zero=0em&small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&break320=20em&break468=29.25em&break640=40em&break768=48em&break960=60em&break1200=75em&break1280=80em"; }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%;
  border-radius: 0; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.zero-collapse > .column, .row.zero-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.zero-uncollapse > .column, .row.zero-uncollapse > .columns {
    padding-left: 20px;
    padding-right: 20px; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 20px;
    padding-right: 20px; }
  @media screen and (min-width: 40em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 20em) {
    .row.break320-collapse > .column, .row.break320-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.break320-uncollapse > .column, .row.break320-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 29.25em) {
    .row.break468-collapse > .column, .row.break468-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.break468-uncollapse > .column, .row.break468-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 40em) {
    .row.break640-collapse > .column, .row.break640-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.break640-uncollapse > .column, .row.break640-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 48em) {
    .row.break768-collapse > .column, .row.break768-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.break768-uncollapse > .column, .row.break768-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 60em) {
    .row.break960-collapse > .column, .row.break960-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.break960-uncollapse > .column, .row.break960-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 75em) {
    .row.break1200-collapse > .column, .row.break1200-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.break1200-uncollapse > .column, .row.break1200-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80em) {
    .row.break1280-collapse > .column, .row.break1280-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.break1280-uncollapse > .column, .row.break1280-uncollapse > .columns {
      padding-left: 20px;
      padding-right: 20px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child, .end.columns:last-child {
    float: left; }

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

.zero-1 {
  width: 8.33333%; }

.zero-push-1 {
  position: relative;
  left: 8.33333%; }

.zero-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.zero-2 {
  width: 16.66667%; }

.zero-push-2 {
  position: relative;
  left: 16.66667%; }

.zero-pull-2 {
  position: relative;
  left: -16.66667%; }

.zero-offset-1 {
  margin-left: 8.33333%; }

.zero-3 {
  width: 25%; }

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

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

.zero-offset-2 {
  margin-left: 16.66667%; }

.zero-4 {
  width: 33.33333%; }

.zero-push-4 {
  position: relative;
  left: 33.33333%; }

.zero-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.zero-5 {
  width: 41.66667%; }

.zero-push-5 {
  position: relative;
  left: 41.66667%; }

.zero-pull-5 {
  position: relative;
  left: -41.66667%; }

.zero-offset-4 {
  margin-left: 33.33333%; }

.zero-6 {
  width: 50%; }

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

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

.zero-offset-5 {
  margin-left: 41.66667%; }

.zero-7 {
  width: 58.33333%; }

.zero-push-7 {
  position: relative;
  left: 58.33333%; }

.zero-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.zero-8 {
  width: 66.66667%; }

.zero-push-8 {
  position: relative;
  left: 66.66667%; }

.zero-pull-8 {
  position: relative;
  left: -66.66667%; }

.zero-offset-7 {
  margin-left: 58.33333%; }

.zero-9 {
  width: 75%; }

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

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

.zero-offset-8 {
  margin-left: 66.66667%; }

.zero-10 {
  width: 83.33333%; }

.zero-push-10 {
  position: relative;
  left: 83.33333%; }

.zero-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.zero-11 {
  width: 91.66667%; }

.zero-push-11 {
  position: relative;
  left: 91.66667%; }

.zero-pull-11 {
  position: relative;
  left: -91.66667%; }

.zero-offset-10 {
  margin-left: 83.33333%; }

.zero-12 {
  width: 100%; }

.zero-offset-11 {
  margin-left: 91.66667%; }

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

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

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

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

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

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

.column.zero-centered, .zero-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.zero-uncenter,
.zero-push-0,
.zero-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 .column, .small-up-1 .columns {
  width: 100%;
  float: left; }
  .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 {
  width: 50%;
  float: left; }
  .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 {
  width: 33.33333%;
  float: left; }
  .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 {
  width: 25%;
  float: left; }
  .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 {
  width: 20%;
  float: left; }
  .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 {
  width: 16.66667%;
  float: left; }
  .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; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 .column, .medium-up-1 .columns {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.33333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.66667%;
    float: left; }
    .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; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 .column, .large-up-1 .columns {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.33333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.66667%;
    float: left; }
    .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; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 20em) {
  .break320-1 {
    width: 8.33333%; }
  .break320-push-1 {
    position: relative;
    left: 8.33333%; }
  .break320-pull-1 {
    position: relative;
    left: -8.33333%; }
  .break320-offset-0 {
    margin-left: 0%; }
  .break320-2 {
    width: 16.66667%; }
  .break320-push-2 {
    position: relative;
    left: 16.66667%; }
  .break320-pull-2 {
    position: relative;
    left: -16.66667%; }
  .break320-offset-1 {
    margin-left: 8.33333%; }
  .break320-3 {
    width: 25%; }
  .break320-push-3 {
    position: relative;
    left: 25%; }
  .break320-pull-3 {
    position: relative;
    left: -25%; }
  .break320-offset-2 {
    margin-left: 16.66667%; }
  .break320-4 {
    width: 33.33333%; }
  .break320-push-4 {
    position: relative;
    left: 33.33333%; }
  .break320-pull-4 {
    position: relative;
    left: -33.33333%; }
  .break320-offset-3 {
    margin-left: 25%; }
  .break320-5 {
    width: 41.66667%; }
  .break320-push-5 {
    position: relative;
    left: 41.66667%; }
  .break320-pull-5 {
    position: relative;
    left: -41.66667%; }
  .break320-offset-4 {
    margin-left: 33.33333%; }
  .break320-6 {
    width: 50%; }
  .break320-push-6 {
    position: relative;
    left: 50%; }
  .break320-pull-6 {
    position: relative;
    left: -50%; }
  .break320-offset-5 {
    margin-left: 41.66667%; }
  .break320-7 {
    width: 58.33333%; }
  .break320-push-7 {
    position: relative;
    left: 58.33333%; }
  .break320-pull-7 {
    position: relative;
    left: -58.33333%; }
  .break320-offset-6 {
    margin-left: 50%; }
  .break320-8 {
    width: 66.66667%; }
  .break320-push-8 {
    position: relative;
    left: 66.66667%; }
  .break320-pull-8 {
    position: relative;
    left: -66.66667%; }
  .break320-offset-7 {
    margin-left: 58.33333%; }
  .break320-9 {
    width: 75%; }
  .break320-push-9 {
    position: relative;
    left: 75%; }
  .break320-pull-9 {
    position: relative;
    left: -75%; }
  .break320-offset-8 {
    margin-left: 66.66667%; }
  .break320-10 {
    width: 83.33333%; }
  .break320-push-10 {
    position: relative;
    left: 83.33333%; }
  .break320-pull-10 {
    position: relative;
    left: -83.33333%; }
  .break320-offset-9 {
    margin-left: 75%; }
  .break320-11 {
    width: 91.66667%; }
  .break320-push-11 {
    position: relative;
    left: 91.66667%; }
  .break320-pull-11 {
    position: relative;
    left: -91.66667%; }
  .break320-offset-10 {
    margin-left: 83.33333%; }
  .break320-12 {
    width: 100%; }
  .break320-offset-11 {
    margin-left: 91.66667%; }
  .break320-up-1 .column, .break320-up-1 .columns {
    width: 100%;
    float: left; }
    .break320-up-1 .column:nth-of-type(1n), .break320-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .break320-up-1 .column:nth-of-type(1n+1), .break320-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .break320-up-1 .column:last-child, .break320-up-1 .columns:last-child {
      float: left; }
  .break320-up-2 .column, .break320-up-2 .columns {
    width: 50%;
    float: left; }
    .break320-up-2 .column:nth-of-type(1n), .break320-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .break320-up-2 .column:nth-of-type(2n+1), .break320-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .break320-up-2 .column:last-child, .break320-up-2 .columns:last-child {
      float: left; }
  .break320-up-3 .column, .break320-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .break320-up-3 .column:nth-of-type(1n), .break320-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .break320-up-3 .column:nth-of-type(3n+1), .break320-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .break320-up-3 .column:last-child, .break320-up-3 .columns:last-child {
      float: left; }
  .break320-up-4 .column, .break320-up-4 .columns {
    width: 25%;
    float: left; }
    .break320-up-4 .column:nth-of-type(1n), .break320-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .break320-up-4 .column:nth-of-type(4n+1), .break320-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .break320-up-4 .column:last-child, .break320-up-4 .columns:last-child {
      float: left; }
  .break320-up-5 .column, .break320-up-5 .columns {
    width: 20%;
    float: left; }
    .break320-up-5 .column:nth-of-type(1n), .break320-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .break320-up-5 .column:nth-of-type(5n+1), .break320-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .break320-up-5 .column:last-child, .break320-up-5 .columns:last-child {
      float: left; }
  .break320-up-6 .column, .break320-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .break320-up-6 .column:nth-of-type(1n), .break320-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .break320-up-6 .column:nth-of-type(6n+1), .break320-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .break320-up-6 .column:last-child, .break320-up-6 .columns:last-child {
      float: left; }
  .column.break320-centered, .break320-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .break320-uncenter,
  .break320-push-0,
  .break320-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 29.25em) {
  .break468-1 {
    width: 8.33333%; }
  .break468-push-1 {
    position: relative;
    left: 8.33333%; }
  .break468-pull-1 {
    position: relative;
    left: -8.33333%; }
  .break468-offset-0 {
    margin-left: 0%; }
  .break468-2 {
    width: 16.66667%; }
  .break468-push-2 {
    position: relative;
    left: 16.66667%; }
  .break468-pull-2 {
    position: relative;
    left: -16.66667%; }
  .break468-offset-1 {
    margin-left: 8.33333%; }
  .break468-3 {
    width: 25%; }
  .break468-push-3 {
    position: relative;
    left: 25%; }
  .break468-pull-3 {
    position: relative;
    left: -25%; }
  .break468-offset-2 {
    margin-left: 16.66667%; }
  .break468-4 {
    width: 33.33333%; }
  .break468-push-4 {
    position: relative;
    left: 33.33333%; }
  .break468-pull-4 {
    position: relative;
    left: -33.33333%; }
  .break468-offset-3 {
    margin-left: 25%; }
  .break468-5 {
    width: 41.66667%; }
  .break468-push-5 {
    position: relative;
    left: 41.66667%; }
  .break468-pull-5 {
    position: relative;
    left: -41.66667%; }
  .break468-offset-4 {
    margin-left: 33.33333%; }
  .break468-6 {
    width: 50%; }
  .break468-push-6 {
    position: relative;
    left: 50%; }
  .break468-pull-6 {
    position: relative;
    left: -50%; }
  .break468-offset-5 {
    margin-left: 41.66667%; }
  .break468-7 {
    width: 58.33333%; }
  .break468-push-7 {
    position: relative;
    left: 58.33333%; }
  .break468-pull-7 {
    position: relative;
    left: -58.33333%; }
  .break468-offset-6 {
    margin-left: 50%; }
  .break468-8 {
    width: 66.66667%; }
  .break468-push-8 {
    position: relative;
    left: 66.66667%; }
  .break468-pull-8 {
    position: relative;
    left: -66.66667%; }
  .break468-offset-7 {
    margin-left: 58.33333%; }
  .break468-9 {
    width: 75%; }
  .break468-push-9 {
    position: relative;
    left: 75%; }
  .break468-pull-9 {
    position: relative;
    left: -75%; }
  .break468-offset-8 {
    margin-left: 66.66667%; }
  .break468-10 {
    width: 83.33333%; }
  .break468-push-10 {
    position: relative;
    left: 83.33333%; }
  .break468-pull-10 {
    position: relative;
    left: -83.33333%; }
  .break468-offset-9 {
    margin-left: 75%; }
  .break468-11 {
    width: 91.66667%; }
  .break468-push-11 {
    position: relative;
    left: 91.66667%; }
  .break468-pull-11 {
    position: relative;
    left: -91.66667%; }
  .break468-offset-10 {
    margin-left: 83.33333%; }
  .break468-12 {
    width: 100%; }
  .break468-offset-11 {
    margin-left: 91.66667%; }
  .break468-up-1 .column, .break468-up-1 .columns {
    width: 100%;
    float: left; }
    .break468-up-1 .column:nth-of-type(1n), .break468-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .break468-up-1 .column:nth-of-type(1n+1), .break468-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .break468-up-1 .column:last-child, .break468-up-1 .columns:last-child {
      float: left; }
  .break468-up-2 .column, .break468-up-2 .columns {
    width: 50%;
    float: left; }
    .break468-up-2 .column:nth-of-type(1n), .break468-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .break468-up-2 .column:nth-of-type(2n+1), .break468-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .break468-up-2 .column:last-child, .break468-up-2 .columns:last-child {
      float: left; }
  .break468-up-3 .column, .break468-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .break468-up-3 .column:nth-of-type(1n), .break468-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .break468-up-3 .column:nth-of-type(3n+1), .break468-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .break468-up-3 .column:last-child, .break468-up-3 .columns:last-child {
      float: left; }
  .break468-up-4 .column, .break468-up-4 .columns {
    width: 25%;
    float: left; }
    .break468-up-4 .column:nth-of-type(1n), .break468-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .break468-up-4 .column:nth-of-type(4n+1), .break468-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .break468-up-4 .column:last-child, .break468-up-4 .columns:last-child {
      float: left; }
  .break468-up-5 .column, .break468-up-5 .columns {
    width: 20%;
    float: left; }
    .break468-up-5 .column:nth-of-type(1n), .break468-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .break468-up-5 .column:nth-of-type(5n+1), .break468-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .break468-up-5 .column:last-child, .break468-up-5 .columns:last-child {
      float: left; }
  .break468-up-6 .column, .break468-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .break468-up-6 .column:nth-of-type(1n), .break468-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .break468-up-6 .column:nth-of-type(6n+1), .break468-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .break468-up-6 .column:last-child, .break468-up-6 .columns:last-child {
      float: left; }
  .column.break468-centered, .break468-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .break468-uncenter,
  .break468-push-0,
  .break468-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 40em) {
  .break640-1 {
    width: 8.33333%; }
  .break640-push-1 {
    position: relative;
    left: 8.33333%; }
  .break640-pull-1 {
    position: relative;
    left: -8.33333%; }
  .break640-offset-0 {
    margin-left: 0%; }
  .break640-2 {
    width: 16.66667%; }
  .break640-push-2 {
    position: relative;
    left: 16.66667%; }
  .break640-pull-2 {
    position: relative;
    left: -16.66667%; }
  .break640-offset-1 {
    margin-left: 8.33333%; }
  .break640-3 {
    width: 25%; }
  .break640-push-3 {
    position: relative;
    left: 25%; }
  .break640-pull-3 {
    position: relative;
    left: -25%; }
  .break640-offset-2 {
    margin-left: 16.66667%; }
  .break640-4 {
    width: 33.33333%; }
  .break640-push-4 {
    position: relative;
    left: 33.33333%; }
  .break640-pull-4 {
    position: relative;
    left: -33.33333%; }
  .break640-offset-3 {
    margin-left: 25%; }
  .break640-5 {
    width: 41.66667%; }
  .break640-push-5 {
    position: relative;
    left: 41.66667%; }
  .break640-pull-5 {
    position: relative;
    left: -41.66667%; }
  .break640-offset-4 {
    margin-left: 33.33333%; }
  .break640-6 {
    width: 50%; }
  .break640-push-6 {
    position: relative;
    left: 50%; }
  .break640-pull-6 {
    position: relative;
    left: -50%; }
  .break640-offset-5 {
    margin-left: 41.66667%; }
  .break640-7 {
    width: 58.33333%; }
  .break640-push-7 {
    position: relative;
    left: 58.33333%; }
  .break640-pull-7 {
    position: relative;
    left: -58.33333%; }
  .break640-offset-6 {
    margin-left: 50%; }
  .break640-8 {
    width: 66.66667%; }
  .break640-push-8 {
    position: relative;
    left: 66.66667%; }
  .break640-pull-8 {
    position: relative;
    left: -66.66667%; }
  .break640-offset-7 {
    margin-left: 58.33333%; }
  .break640-9 {
    width: 75%; }
  .break640-push-9 {
    position: relative;
    left: 75%; }
  .break640-pull-9 {
    position: relative;
    left: -75%; }
  .break640-offset-8 {
    margin-left: 66.66667%; }
  .break640-10 {
    width: 83.33333%; }
  .break640-push-10 {
    position: relative;
    left: 83.33333%; }
  .break640-pull-10 {
    position: relative;
    left: -83.33333%; }
  .break640-offset-9 {
    margin-left: 75%; }
  .break640-11 {
    width: 91.66667%; }
  .break640-push-11 {
    position: relative;
    left: 91.66667%; }
  .break640-pull-11 {
    position: relative;
    left: -91.66667%; }
  .break640-offset-10 {
    margin-left: 83.33333%; }
  .break640-12 {
    width: 100%; }
  .break640-offset-11 {
    margin-left: 91.66667%; }
  .break640-up-1 .column, .break640-up-1 .columns {
    width: 100%;
    float: left; }
    .break640-up-1 .column:nth-of-type(1n), .break640-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .break640-up-1 .column:nth-of-type(1n+1), .break640-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .break640-up-1 .column:last-child, .break640-up-1 .columns:last-child {
      float: left; }
  .break640-up-2 .column, .break640-up-2 .columns {
    width: 50%;
    float: left; }
    .break640-up-2 .column:nth-of-type(1n), .break640-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .break640-up-2 .column:nth-of-type(2n+1), .break640-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .break640-up-2 .column:last-child, .break640-up-2 .columns:last-child {
      float: left; }
  .break640-up-3 .column, .break640-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .break640-up-3 .column:nth-of-type(1n), .break640-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .break640-up-3 .column:nth-of-type(3n+1), .break640-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .break640-up-3 .column:last-child, .break640-up-3 .columns:last-child {
      float: left; }
  .break640-up-4 .column, .break640-up-4 .columns {
    width: 25%;
    float: left; }
    .break640-up-4 .column:nth-of-type(1n), .break640-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .break640-up-4 .column:nth-of-type(4n+1), .break640-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .break640-up-4 .column:last-child, .break640-up-4 .columns:last-child {
      float: left; }
  .break640-up-5 .column, .break640-up-5 .columns {
    width: 20%;
    float: left; }
    .break640-up-5 .column:nth-of-type(1n), .break640-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .break640-up-5 .column:nth-of-type(5n+1), .break640-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .break640-up-5 .column:last-child, .break640-up-5 .columns:last-child {
      float: left; }
  .break640-up-6 .column, .break640-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .break640-up-6 .column:nth-of-type(1n), .break640-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .break640-up-6 .column:nth-of-type(6n+1), .break640-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .break640-up-6 .column:last-child, .break640-up-6 .columns:last-child {
      float: left; }
  .column.break640-centered, .break640-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .break640-uncenter,
  .break640-push-0,
  .break640-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 48em) {
  .break768-1 {
    width: 8.33333%; }
  .break768-push-1 {
    position: relative;
    left: 8.33333%; }
  .break768-pull-1 {
    position: relative;
    left: -8.33333%; }
  .break768-offset-0 {
    margin-left: 0%; }
  .break768-2 {
    width: 16.66667%; }
  .break768-push-2 {
    position: relative;
    left: 16.66667%; }
  .break768-pull-2 {
    position: relative;
    left: -16.66667%; }
  .break768-offset-1 {
    margin-left: 8.33333%; }
  .break768-3 {
    width: 25%; }
  .break768-push-3 {
    position: relative;
    left: 25%; }
  .break768-pull-3 {
    position: relative;
    left: -25%; }
  .break768-offset-2 {
    margin-left: 16.66667%; }
  .break768-4 {
    width: 33.33333%; }
  .break768-push-4 {
    position: relative;
    left: 33.33333%; }
  .break768-pull-4 {
    position: relative;
    left: -33.33333%; }
  .break768-offset-3 {
    margin-left: 25%; }
  .break768-5 {
    width: 41.66667%; }
  .break768-push-5 {
    position: relative;
    left: 41.66667%; }
  .break768-pull-5 {
    position: relative;
    left: -41.66667%; }
  .break768-offset-4 {
    margin-left: 33.33333%; }
  .break768-6 {
    width: 50%; }
  .break768-push-6 {
    position: relative;
    left: 50%; }
  .break768-pull-6 {
    position: relative;
    left: -50%; }
  .break768-offset-5 {
    margin-left: 41.66667%; }
  .break768-7 {
    width: 58.33333%; }
  .break768-push-7 {
    position: relative;
    left: 58.33333%; }
  .break768-pull-7 {
    position: relative;
    left: -58.33333%; }
  .break768-offset-6 {
    margin-left: 50%; }
  .break768-8 {
    width: 66.66667%; }
  .break768-push-8 {
    position: relative;
    left: 66.66667%; }
  .break768-pull-8 {
    position: relative;
    left: -66.66667%; }
  .break768-offset-7 {
    margin-left: 58.33333%; }
  .break768-9 {
    width: 75%; }
  .break768-push-9 {
    position: relative;
    left: 75%; }
  .break768-pull-9 {
    position: relative;
    left: -75%; }
  .break768-offset-8 {
    margin-left: 66.66667%; }
  .break768-10 {
    width: 83.33333%; }
  .break768-push-10 {
    position: relative;
    left: 83.33333%; }
  .break768-pull-10 {
    position: relative;
    left: -83.33333%; }
  .break768-offset-9 {
    margin-left: 75%; }
  .break768-11 {
    width: 91.66667%; }
  .break768-push-11 {
    position: relative;
    left: 91.66667%; }
  .break768-pull-11 {
    position: relative;
    left: -91.66667%; }
  .break768-offset-10 {
    margin-left: 83.33333%; }
  .break768-12 {
    width: 100%; }
  .break768-offset-11 {
    margin-left: 91.66667%; }
  .break768-up-1 .column, .break768-up-1 .columns {
    width: 100%;
    float: left; }
    .break768-up-1 .column:nth-of-type(1n), .break768-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .break768-up-1 .column:nth-of-type(1n+1), .break768-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .break768-up-1 .column:last-child, .break768-up-1 .columns:last-child {
      float: left; }
  .break768-up-2 .column, .break768-up-2 .columns {
    width: 50%;
    float: left; }
    .break768-up-2 .column:nth-of-type(1n), .break768-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .break768-up-2 .column:nth-of-type(2n+1), .break768-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .break768-up-2 .column:last-child, .break768-up-2 .columns:last-child {
      float: left; }
  .break768-up-3 .column, .break768-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .break768-up-3 .column:nth-of-type(1n), .break768-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .break768-up-3 .column:nth-of-type(3n+1), .break768-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .break768-up-3 .column:last-child, .break768-up-3 .columns:last-child {
      float: left; }
  .break768-up-4 .column, .break768-up-4 .columns {
    width: 25%;
    float: left; }
    .break768-up-4 .column:nth-of-type(1n), .break768-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .break768-up-4 .column:nth-of-type(4n+1), .break768-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .break768-up-4 .column:last-child, .break768-up-4 .columns:last-child {
      float: left; }
  .break768-up-5 .column, .break768-up-5 .columns {
    width: 20%;
    float: left; }
    .break768-up-5 .column:nth-of-type(1n), .break768-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .break768-up-5 .column:nth-of-type(5n+1), .break768-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .break768-up-5 .column:last-child, .break768-up-5 .columns:last-child {
      float: left; }
  .break768-up-6 .column, .break768-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .break768-up-6 .column:nth-of-type(1n), .break768-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .break768-up-6 .column:nth-of-type(6n+1), .break768-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .break768-up-6 .column:last-child, .break768-up-6 .columns:last-child {
      float: left; }
  .column.break768-centered, .break768-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .break768-uncenter,
  .break768-push-0,
  .break768-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 60em) {
  .break960-1 {
    width: 8.33333%; }
  .break960-push-1 {
    position: relative;
    left: 8.33333%; }
  .break960-pull-1 {
    position: relative;
    left: -8.33333%; }
  .break960-offset-0 {
    margin-left: 0%; }
  .break960-2 {
    width: 16.66667%; }
  .break960-push-2 {
    position: relative;
    left: 16.66667%; }
  .break960-pull-2 {
    position: relative;
    left: -16.66667%; }
  .break960-offset-1 {
    margin-left: 8.33333%; }
  .break960-3 {
    width: 25%; }
  .break960-push-3 {
    position: relative;
    left: 25%; }
  .break960-pull-3 {
    position: relative;
    left: -25%; }
  .break960-offset-2 {
    margin-left: 16.66667%; }
  .break960-4 {
    width: 33.33333%; }
  .break960-push-4 {
    position: relative;
    left: 33.33333%; }
  .break960-pull-4 {
    position: relative;
    left: -33.33333%; }
  .break960-offset-3 {
    margin-left: 25%; }
  .break960-5 {
    width: 41.66667%; }
  .break960-push-5 {
    position: relative;
    left: 41.66667%; }
  .break960-pull-5 {
    position: relative;
    left: -41.66667%; }
  .break960-offset-4 {
    margin-left: 33.33333%; }
  .break960-6 {
    width: 50%; }
  .break960-push-6 {
    position: relative;
    left: 50%; }
  .break960-pull-6 {
    position: relative;
    left: -50%; }
  .break960-offset-5 {
    margin-left: 41.66667%; }
  .break960-7 {
    width: 58.33333%; }
  .break960-push-7 {
    position: relative;
    left: 58.33333%; }
  .break960-pull-7 {
    position: relative;
    left: -58.33333%; }
  .break960-offset-6 {
    margin-left: 50%; }
  .break960-8 {
    width: 66.66667%; }
  .break960-push-8 {
    position: relative;
    left: 66.66667%; }
  .break960-pull-8 {
    position: relative;
    left: -66.66667%; }
  .break960-offset-7 {
    margin-left: 58.33333%; }
  .break960-9 {
    width: 75%; }
  .break960-push-9 {
    position: relative;
    left: 75%; }
  .break960-pull-9 {
    position: relative;
    left: -75%; }
  .break960-offset-8 {
    margin-left: 66.66667%; }
  .break960-10 {
    width: 83.33333%; }
  .break960-push-10 {
    position: relative;
    left: 83.33333%; }
  .break960-pull-10 {
    position: relative;
    left: -83.33333%; }
  .break960-offset-9 {
    margin-left: 75%; }
  .break960-11 {
    width: 91.66667%; }
  .break960-push-11 {
    position: relative;
    left: 91.66667%; }
  .break960-pull-11 {
    position: relative;
    left: -91.66667%; }
  .break960-offset-10 {
    margin-left: 83.33333%; }
  .break960-12 {
    width: 100%; }
  .break960-offset-11 {
    margin-left: 91.66667%; }
  .break960-up-1 .column, .break960-up-1 .columns {
    width: 100%;
    float: left; }
    .break960-up-1 .column:nth-of-type(1n), .break960-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .break960-up-1 .column:nth-of-type(1n+1), .break960-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .break960-up-1 .column:last-child, .break960-up-1 .columns:last-child {
      float: left; }
  .break960-up-2 .column, .break960-up-2 .columns {
    width: 50%;
    float: left; }
    .break960-up-2 .column:nth-of-type(1n), .break960-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .break960-up-2 .column:nth-of-type(2n+1), .break960-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .break960-up-2 .column:last-child, .break960-up-2 .columns:last-child {
      float: left; }
  .break960-up-3 .column, .break960-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .break960-up-3 .column:nth-of-type(1n), .break960-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .break960-up-3 .column:nth-of-type(3n+1), .break960-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .break960-up-3 .column:last-child, .break960-up-3 .columns:last-child {
      float: left; }
  .break960-up-4 .column, .break960-up-4 .columns {
    width: 25%;
    float: left; }
    .break960-up-4 .column:nth-of-type(1n), .break960-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .break960-up-4 .column:nth-of-type(4n+1), .break960-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .break960-up-4 .column:last-child, .break960-up-4 .columns:last-child {
      float: left; }
  .break960-up-5 .column, .break960-up-5 .columns {
    width: 20%;
    float: left; }
    .break960-up-5 .column:nth-of-type(1n), .break960-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .break960-up-5 .column:nth-of-type(5n+1), .break960-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .break960-up-5 .column:last-child, .break960-up-5 .columns:last-child {
      float: left; }
  .break960-up-6 .column, .break960-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .break960-up-6 .column:nth-of-type(1n), .break960-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .break960-up-6 .column:nth-of-type(6n+1), .break960-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .break960-up-6 .column:last-child, .break960-up-6 .columns:last-child {
      float: left; }
  .column.break960-centered, .break960-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .break960-uncenter,
  .break960-push-0,
  .break960-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 75em) {
  .break1200-1 {
    width: 8.33333%; }
  .break1200-push-1 {
    position: relative;
    left: 8.33333%; }
  .break1200-pull-1 {
    position: relative;
    left: -8.33333%; }
  .break1200-offset-0 {
    margin-left: 0%; }
  .break1200-2 {
    width: 16.66667%; }
  .break1200-push-2 {
    position: relative;
    left: 16.66667%; }
  .break1200-pull-2 {
    position: relative;
    left: -16.66667%; }
  .break1200-offset-1 {
    margin-left: 8.33333%; }
  .break1200-3 {
    width: 25%; }
  .break1200-push-3 {
    position: relative;
    left: 25%; }
  .break1200-pull-3 {
    position: relative;
    left: -25%; }
  .break1200-offset-2 {
    margin-left: 16.66667%; }
  .break1200-4 {
    width: 33.33333%; }
  .break1200-push-4 {
    position: relative;
    left: 33.33333%; }
  .break1200-pull-4 {
    position: relative;
    left: -33.33333%; }
  .break1200-offset-3 {
    margin-left: 25%; }
  .break1200-5 {
    width: 41.66667%; }
  .break1200-push-5 {
    position: relative;
    left: 41.66667%; }
  .break1200-pull-5 {
    position: relative;
    left: -41.66667%; }
  .break1200-offset-4 {
    margin-left: 33.33333%; }
  .break1200-6 {
    width: 50%; }
  .break1200-push-6 {
    position: relative;
    left: 50%; }
  .break1200-pull-6 {
    position: relative;
    left: -50%; }
  .break1200-offset-5 {
    margin-left: 41.66667%; }
  .break1200-7 {
    width: 58.33333%; }
  .break1200-push-7 {
    position: relative;
    left: 58.33333%; }
  .break1200-pull-7 {
    position: relative;
    left: -58.33333%; }
  .break1200-offset-6 {
    margin-left: 50%; }
  .break1200-8 {
    width: 66.66667%; }
  .break1200-push-8 {
    position: relative;
    left: 66.66667%; }
  .break1200-pull-8 {
    position: relative;
    left: -66.66667%; }
  .break1200-offset-7 {
    margin-left: 58.33333%; }
  .break1200-9 {
    width: 75%; }
  .break1200-push-9 {
    position: relative;
    left: 75%; }
  .break1200-pull-9 {
    position: relative;
    left: -75%; }
  .break1200-offset-8 {
    margin-left: 66.66667%; }
  .break1200-10 {
    width: 83.33333%; }
  .break1200-push-10 {
    position: relative;
    left: 83.33333%; }
  .break1200-pull-10 {
    position: relative;
    left: -83.33333%; }
  .break1200-offset-9 {
    margin-left: 75%; }
  .break1200-11 {
    width: 91.66667%; }
  .break1200-push-11 {
    position: relative;
    left: 91.66667%; }
  .break1200-pull-11 {
    position: relative;
    left: -91.66667%; }
  .break1200-offset-10 {
    margin-left: 83.33333%; }
  .break1200-12 {
    width: 100%; }
  .break1200-offset-11 {
    margin-left: 91.66667%; }
  .break1200-up-1 .column, .break1200-up-1 .columns {
    width: 100%;
    float: left; }
    .break1200-up-1 .column:nth-of-type(1n), .break1200-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .break1200-up-1 .column:nth-of-type(1n+1), .break1200-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .break1200-up-1 .column:last-child, .break1200-up-1 .columns:last-child {
      float: left; }
  .break1200-up-2 .column, .break1200-up-2 .columns {
    width: 50%;
    float: left; }
    .break1200-up-2 .column:nth-of-type(1n), .break1200-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .break1200-up-2 .column:nth-of-type(2n+1), .break1200-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .break1200-up-2 .column:last-child, .break1200-up-2 .columns:last-child {
      float: left; }
  .break1200-up-3 .column, .break1200-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .break1200-up-3 .column:nth-of-type(1n), .break1200-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .break1200-up-3 .column:nth-of-type(3n+1), .break1200-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .break1200-up-3 .column:last-child, .break1200-up-3 .columns:last-child {
      float: left; }
  .break1200-up-4 .column, .break1200-up-4 .columns {
    width: 25%;
    float: left; }
    .break1200-up-4 .column:nth-of-type(1n), .break1200-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .break1200-up-4 .column:nth-of-type(4n+1), .break1200-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .break1200-up-4 .column:last-child, .break1200-up-4 .columns:last-child {
      float: left; }
  .break1200-up-5 .column, .break1200-up-5 .columns {
    width: 20%;
    float: left; }
    .break1200-up-5 .column:nth-of-type(1n), .break1200-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .break1200-up-5 .column:nth-of-type(5n+1), .break1200-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .break1200-up-5 .column:last-child, .break1200-up-5 .columns:last-child {
      float: left; }
  .break1200-up-6 .column, .break1200-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .break1200-up-6 .column:nth-of-type(1n), .break1200-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .break1200-up-6 .column:nth-of-type(6n+1), .break1200-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .break1200-up-6 .column:last-child, .break1200-up-6 .columns:last-child {
      float: left; }
  .column.break1200-centered, .break1200-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .break1200-uncenter,
  .break1200-push-0,
  .break1200-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 80em) {
  .break1280-1 {
    width: 8.33333%; }
  .break1280-push-1 {
    position: relative;
    left: 8.33333%; }
  .break1280-pull-1 {
    position: relative;
    left: -8.33333%; }
  .break1280-offset-0 {
    margin-left: 0%; }
  .break1280-2 {
    width: 16.66667%; }
  .break1280-push-2 {
    position: relative;
    left: 16.66667%; }
  .break1280-pull-2 {
    position: relative;
    left: -16.66667%; }
  .break1280-offset-1 {
    margin-left: 8.33333%; }
  .break1280-3 {
    width: 25%; }
  .break1280-push-3 {
    position: relative;
    left: 25%; }
  .break1280-pull-3 {
    position: relative;
    left: -25%; }
  .break1280-offset-2 {
    margin-left: 16.66667%; }
  .break1280-4 {
    width: 33.33333%; }
  .break1280-push-4 {
    position: relative;
    left: 33.33333%; }
  .break1280-pull-4 {
    position: relative;
    left: -33.33333%; }
  .break1280-offset-3 {
    margin-left: 25%; }
  .break1280-5 {
    width: 41.66667%; }
  .break1280-push-5 {
    position: relative;
    left: 41.66667%; }
  .break1280-pull-5 {
    position: relative;
    left: -41.66667%; }
  .break1280-offset-4 {
    margin-left: 33.33333%; }
  .break1280-6 {
    width: 50%; }
  .break1280-push-6 {
    position: relative;
    left: 50%; }
  .break1280-pull-6 {
    position: relative;
    left: -50%; }
  .break1280-offset-5 {
    margin-left: 41.66667%; }
  .break1280-7 {
    width: 58.33333%; }
  .break1280-push-7 {
    position: relative;
    left: 58.33333%; }
  .break1280-pull-7 {
    position: relative;
    left: -58.33333%; }
  .break1280-offset-6 {
    margin-left: 50%; }
  .break1280-8 {
    width: 66.66667%; }
  .break1280-push-8 {
    position: relative;
    left: 66.66667%; }
  .break1280-pull-8 {
    position: relative;
    left: -66.66667%; }
  .break1280-offset-7 {
    margin-left: 58.33333%; }
  .break1280-9 {
    width: 75%; }
  .break1280-push-9 {
    position: relative;
    left: 75%; }
  .break1280-pull-9 {
    position: relative;
    left: -75%; }
  .break1280-offset-8 {
    margin-left: 66.66667%; }
  .break1280-10 {
    width: 83.33333%; }
  .break1280-push-10 {
    position: relative;
    left: 83.33333%; }
  .break1280-pull-10 {
    position: relative;
    left: -83.33333%; }
  .break1280-offset-9 {
    margin-left: 75%; }
  .break1280-11 {
    width: 91.66667%; }
  .break1280-push-11 {
    position: relative;
    left: 91.66667%; }
  .break1280-pull-11 {
    position: relative;
    left: -91.66667%; }
  .break1280-offset-10 {
    margin-left: 83.33333%; }
  .break1280-12 {
    width: 100%; }
  .break1280-offset-11 {
    margin-left: 91.66667%; }
  .break1280-up-1 .column, .break1280-up-1 .columns {
    width: 100%;
    float: left; }
    .break1280-up-1 .column:nth-of-type(1n), .break1280-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .break1280-up-1 .column:nth-of-type(1n+1), .break1280-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .break1280-up-1 .column:last-child, .break1280-up-1 .columns:last-child {
      float: left; }
  .break1280-up-2 .column, .break1280-up-2 .columns {
    width: 50%;
    float: left; }
    .break1280-up-2 .column:nth-of-type(1n), .break1280-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .break1280-up-2 .column:nth-of-type(2n+1), .break1280-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .break1280-up-2 .column:last-child, .break1280-up-2 .columns:last-child {
      float: left; }
  .break1280-up-3 .column, .break1280-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .break1280-up-3 .column:nth-of-type(1n), .break1280-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .break1280-up-3 .column:nth-of-type(3n+1), .break1280-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .break1280-up-3 .column:last-child, .break1280-up-3 .columns:last-child {
      float: left; }
  .break1280-up-4 .column, .break1280-up-4 .columns {
    width: 25%;
    float: left; }
    .break1280-up-4 .column:nth-of-type(1n), .break1280-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .break1280-up-4 .column:nth-of-type(4n+1), .break1280-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .break1280-up-4 .column:last-child, .break1280-up-4 .columns:last-child {
      float: left; }
  .break1280-up-5 .column, .break1280-up-5 .columns {
    width: 20%;
    float: left; }
    .break1280-up-5 .column:nth-of-type(1n), .break1280-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .break1280-up-5 .column:nth-of-type(5n+1), .break1280-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .break1280-up-5 .column:last-child, .break1280-up-5 .columns:last-child {
      float: left; }
  .break1280-up-6 .column, .break1280-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .break1280-up-6 .column:nth-of-type(1n), .break1280-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .break1280-up-6 .column:nth-of-type(6n+1), .break1280-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .break1280-up-6 .column:last-child, .break1280-up-6 .columns:last-child {
      float: left; }
  .column.break1280-centered, .break1280-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .break1280-uncenter,
  .break1280-push-0,
  .break1280-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 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 {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

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: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; } }

@media screen and (min-width: 20em) {
  .break320-text-left {
    text-align: left; } }

@media screen and (min-width: 29.25em) {
  .break468-text-left {
    text-align: left; } }

@media screen and (min-width: 40em) {
  .break640-text-left {
    text-align: left; } }

@media screen and (min-width: 48em) {
  .break768-text-left {
    text-align: left; } }

@media screen and (min-width: 60em) {
  .break960-text-left {
    text-align: left; } }

@media screen and (min-width: 75em) {
  .break1200-text-left {
    text-align: left; } }

@media screen and (min-width: 80em) {
  .break1280-text-left {
    text-align: left; } }

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

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

@media screen and (min-width: 40em) {
  .medium-text-right {
    text-align: right; } }

@media screen and (min-width: 64em) {
  .large-text-right {
    text-align: right; } }

@media screen and (min-width: 20em) {
  .break320-text-right {
    text-align: right; } }

@media screen and (min-width: 29.25em) {
  .break468-text-right {
    text-align: right; } }

@media screen and (min-width: 40em) {
  .break640-text-right {
    text-align: right; } }

@media screen and (min-width: 48em) {
  .break768-text-right {
    text-align: right; } }

@media screen and (min-width: 60em) {
  .break960-text-right {
    text-align: right; } }

@media screen and (min-width: 75em) {
  .break1200-text-right {
    text-align: right; } }

@media screen and (min-width: 80em) {
  .break1280-text-right {
    text-align: right; } }

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

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

@media screen and (min-width: 40em) {
  .medium-text-center {
    text-align: center; } }

@media screen and (min-width: 64em) {
  .large-text-center {
    text-align: center; } }

@media screen and (min-width: 20em) {
  .break320-text-center {
    text-align: center; } }

@media screen and (min-width: 29.25em) {
  .break468-text-center {
    text-align: center; } }

@media screen and (min-width: 40em) {
  .break640-text-center {
    text-align: center; } }

@media screen and (min-width: 48em) {
  .break768-text-center {
    text-align: center; } }

@media screen and (min-width: 60em) {
  .break960-text-center {
    text-align: center; } }

@media screen and (min-width: 75em) {
  .break1200-text-center {
    text-align: center; } }

@media screen and (min-width: 80em) {
  .break1280-text-center {
    text-align: center; } }

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

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

@media screen and (min-width: 40em) {
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 20em) {
  .break320-text-justify {
    text-align: justify; } }

@media screen and (min-width: 29.25em) {
  .break468-text-justify {
    text-align: justify; } }

@media screen and (min-width: 40em) {
  .break640-text-justify {
    text-align: justify; } }

@media screen and (min-width: 48em) {
  .break768-text-justify {
    text-align: justify; } }

@media screen and (min-width: 60em) {
  .break960-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .break1200-text-justify {
    text-align: justify; } }

@media screen and (min-width: 80em) {
  .break1280-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !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 #999;
    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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput="mouse"] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #1583cc;
    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-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #147cc0;
      color: #fff; }
  .button.secondary {
    background: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #5f5f5f;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[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.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-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 {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    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:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

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;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type="checkbox"],
label > [type="label"] {
  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: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }

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

legend {
  margin-bottom: 0.5rem; }

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

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #8a8a8a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-for-zero {
  display: none !important; }

.show-for-zero {
  display: none !important; }

@media screen and (min-width: 0em) and (max-width: -0.0625em) {
  .hide-for-zero-only {
    display: none !important; } }

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

@media screen and (min-width: 0em) 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 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 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; } }

@media screen and (min-width: 20em) {
  .hide-for-break320 {
    display: none !important; } }

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

@media screen and (min-width: 20em) and (max-width: 29.1875em) {
  .hide-for-break320-only {
    display: none !important; } }

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

@media screen and (min-width: 29.25em) {
  .hide-for-break468 {
    display: none !important; } }

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

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

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

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

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

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

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

@media screen and (min-width: 48em) {
  .hide-for-break768 {
    display: none !important; } }

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

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  .hide-for-break768-only {
    display: none !important; } }

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

@media screen and (min-width: 60em) {
  .hide-for-break960 {
    display: none !important; } }

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-break1200 {
    display: none !important; } }

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

@media screen and (min-width: 75em) and (max-width: 79.9375em) {
  .hide-for-break1200-only {
    display: none !important; } }

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

@media screen and (min-width: 80em) {
  .hide-for-break1280 {
    display: none !important; } }

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

@media screen and (min-width: 80em) {
  .hide-for-break1280-only {
    display: none !important; } }

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

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

.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-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

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

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6; }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded .button:nth-last-child(2):first-child,
  .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
    width: 50%; }
  .button-group.expanded .button:nth-last-child(3):first-child,
  .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
    width: 33.33333%; }
  .button-group.expanded .button:nth-last-child(4):first-child,
  .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
    width: 25%; }
  .button-group.expanded .button:nth-last-child(5):first-child,
  .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
    width: 20%; }
  .button-group.expanded .button:nth-last-child(6):first-child,
  .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
    width: 16.66667%; }
  .button-group.primary .button {
    background: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
    .callout.primary a {
      color: #116ca8; }
      .callout.primary a:hover {
        color: #0a4063; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
    .callout.success a {
      color: #1ea450; }
      .callout.success a:hover {
        color: #126330; }
  .callout.alert {
    background-color: #fce6e2; }
    .callout.alert a {
      color: #bf2b13; }
      .callout.alert a:hover {
        color: #791b0c; }
  .callout.warning {
    background-color: #fff3d9; }
    .callout.warning a {
      color: #b37a00; }
      .callout.warning a:hover {
        color: #664600; }
  .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; }

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

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-sub {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear; }
  .is-drilldown-sub.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-sub.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

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

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

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

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

.dropdown.menu .has-submenu {
  position: relative; }
  .dropdown.menu .has-submenu a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .has-submenu.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 12px;
    right: 5px; }
  .dropdown.menu .has-submenu.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .has-submenu.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid; }
  .dropdown.menu .has-submenu.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .has-submenu.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .has-submenu.opens-inner .submenu {
    top: 100%; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .has-submenu:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .has-submenu.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

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

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + &:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }
  [data-whatinput="mouse"] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

.position-left.reveal-for-zero {
  left: 0; }
  .position-left.reveal-for-zero ~ .off-canvas-content {
    margin-left: 250px; }

.position-right.reveal-for-zero {
  right: 0; }
  .position-right.reveal-for-zero ~ .off-canvas-content {
    margin-right: 250px; }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 20em) {
  .position-left.reveal-for-break320 {
    left: 0; }
    .position-left.reveal-for-break320 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-break320 {
    right: 0; }
    .position-right.reveal-for-break320 ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 29.25em) {
  .position-left.reveal-for-break468 {
    left: 0; }
    .position-left.reveal-for-break468 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-break468 {
    right: 0; }
    .position-right.reveal-for-break468 ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-break640 {
    left: 0; }
    .position-left.reveal-for-break640 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-break640 {
    right: 0; }
    .position-right.reveal-for-break640 ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 48em) {
  .position-left.reveal-for-break768 {
    left: 0; }
    .position-left.reveal-for-break768 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-break768 {
    right: 0; }
    .position-right.reveal-for-break768 ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 60em) {
  .position-left.reveal-for-break960 {
    left: 0; }
    .position-left.reveal-for-break960 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-break960 {
    right: 0; }
    .position-right.reveal-for-break960 ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-break1200 {
    left: 0; }
    .position-left.reveal-for-break1200 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-break1200 {
    right: 0; }
    .position-right.reveal-for-break1200 ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 80em) {
  .position-left.reveal-for-break1280 {
    left: 0; }
    .position-left.reveal-for-break1280 ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-break1280 {
    right: 0; }
    .position-right.reveal-for-break1280 ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

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

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [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(10, 10, 10, 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;
    background-color: #cacaca;
    border-radius: 50%; }
    .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 {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination [aria-label="previous"]::before {
    content: '«';
    display: inline-block;
    margin-right: 0.75rem; }
  .pagination [aria-label="next"]::after {
    content: '»';
    display: inline-block;
    margin-left: 0.75rem; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: 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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput="mouse"] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .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;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          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;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

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

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

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

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

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

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

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

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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 .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    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 tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #2199e8; }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

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

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 white, 0 14px 0 white; }
  .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;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 black, 0 14px 0 black; }
  .menu-icon.dark:hover::after {
    background: #666;
    box-shadow: 0 7px 0 #666, 0 14px 0 #666; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block; }
  .has-tip:hover {
    cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar, .top-bar ul {
    background-color: #eee; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }

@media screen and (min-width: 40em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* stacks */
/* font setup */
.font_pt_sans_regular, body, h1, h2 {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: 400; }

.font_pt_sans_bold, .font_bold,
main b,
main strong, h1, h3, h4, h5, h6, .breadcrumb {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: 700; }

.font_pt_serif_regular, blockquote, .view-style-3 .views-row div.field--tags,
.featured-news .views-element-container div.field--tags, .view-style-3 .views-row div.field--date,
.featured-news .views-element-container div.field--date,
.field--date,
.view--field--date {
  font-family: "PT Serif", Times, serif;
  font-weight: 400; }

.font_italic, main .font_bold .font_italic,
main .font_bold i,
main .font_bold em,
main .font_italic .font_bold,
main .font_italic b,
main .font_italic strong,
main .font_bold.font_italic,
main b.font_italic,
main strong.font_italic,
main i.font_bold,
main em.font_bold, blockquote, .view-style-3 .views-row div.field--tags,
.featured-news .views-element-container div.field--tags,
main i,
main em {
  font-style: italic; }

main i em,
main em i,
blockquote i,
blockquote em {
  font-style: initial; }

/* default site font */
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.6667; }

/* default headings */
h1, h3, h4, h5, h6 {
  line-height: 1.3;
  color: #000; }

h1 {
  font-size: 48px;
  line-height: 1.0416667;
  color: #000; }

h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #000; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* header */
/* main */
/* footer */
/**************************************************************/
/* global styles */
/**************************************************************/
/**************************************************************/
/*  reset  */
* {
  margin: 0;
  padding: 0; }

html, body, #body_wrap1 {
  height: 100%; }

/* apply border-box layout to all elements but allow components to change */
html,
select {
  box-sizing: border-box; }

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

/**************************************************************/
/*  various global classes  */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

.visually-hidden-reset {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
  word-wrap: initial; }

.trigger-text {
  display: block;
  text-align: left;
  text-indent: -9999px; }

a.anchor-block {
  display: block;
  color: #606060; }

.break-text {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/**************************************************************/
/*  various global elements  */
body {
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  text-align: left;
  color: #606060;
  background-color: #0b1a29; }

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #1171cc; }

a:hover {
  transition: all .15s ease-in-out; }

figure {
  font-size: .1px;
  margin-bottom: 30px; }

figcaption {
  font-size: 14px;
  line-height: 1.3;
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-top: 15px; }

img {
  border: 0;
  font-size: 10px;
  line-height: 1; }

acronym, abbr {
  border: none;
  border-bottom: 1px dotted #ccc;
  font-style: normal;
  color: inherit; }

th {
  text-align: left; }

iframe {
  border: none; }

blockquote {
  font-size: 24px;
  line-height: 1.5;
  text-align: center; }

dl dt,
dd {
  margin: 0; }

/**************************************************************/
/*  horizontal rule  */
hr,
hr.rule1,
hr.rule2 {
  border: 0;
  width: 100%;
  text-align: left;
  margin: 32px 0 30px;
  clear: both;
  height: 1px;
  color: #ccc;
  /* lt grey */
  background-color: #ccc; }

hr.rule1 {
  color: #3469b3;
  /* blue */
  background-color: #3469b3; }

hr.rule2 {
  /* green */
  color: #a7cf48;
  background-color: #a7cf48; }

/**************************************************************/
/*  lists  */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }

ul li {
  list-style-type: none;
  list-style-image: none; }

ol {
  list-style-type: decimal; }

ol li {
  margin-bottom: .5em;
  margin-left: 1em;
  padding-left: .5em; }

ol.list_decimal {
  list-style-type: decimal; }

ol.list_lower_alpha {
  list-style-type: lower-alpha; }

ol.list_upper_alpha {
  list-style-type: upper-alpha; }

ol.list_lower_roman {
  list-style-type: lower-roman; }

ol.list_upper_roman {
  list-style-type: upper-roman; }

/* uses a counter (not supported in IE8) */
ol.counter-1,
ol.counter-1 ol {
  counter-reset: item; }

ol.counter-1 > li,
ol.counter-1 ol > li {
  counter-increment: item; }

ol.counter-1 ol > li {
  display: block; }

ol.counter-1 ol > li:before {
  content: counters(item, ".") ".";
  display: block; }

ol.no-counter-1,
ol.no-counter-1 li {
  list-style-type: none; }

ol.no-counter-1 {
  margin-left: .75em; }

main .region--content article ul,
ol ol {
  margin-left: calc(1.5em + 12px); }

main .region--content article ul ul,
ol ol {
  margin-top: .4em;
  margin-bottom: .4em;
  calc(1.5em + 14px); }

main .region--content article ul li {
  list-style-type: disc; }

main .region--content article ul.list_no_bullets li,
main .jcarousel ul li {
  list-style-type: none; }

main .region--content article ul ul li {
  list-style-type: none;
  margin-left: 2px; }

main .region--content article ul ul li:before {
  content: "";
  border-top: 1px solid #666;
  width: 6px;
  height: 1px;
  display: block;
  position: relative;
  left: -16px;
  top: 15px; }

/**************************************************************/
/*  tables  */
.css_table,
.css-table {
  display: table;
  width: 100%;
  border-collapse: collapse; }

.css_table_row,
.css-table-row {
  display: table-row; }

.css_table_cell,
.css-table-cell {
  display: table-cell;
  vertical-align: top; }

.css_table_cell.align_middle,
.css-table-cell.align-middle {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.45;
  border: none;
  margin-bottom: 2.5em;
  /* tables visually benefit from extra margin when above other elements */ }

main table {
  overflow-x: auto;
  /* display: block; why was this used? to enforce overflow for mobile? */ }

main .table_wrapper1 {
  overflow-x: auto; }

.admin-menu article table {
  display: table; }

table caption {
  padding: 7px 6px;
  font-size: 18px;
  text-align: center; }

table td,
table th,
table th label,
.calendar-calendar table thead th.days {
  padding: 11px 13px 10px;
  vertical-align: top; }

table th,
table thead th,
table thead td,
.calendar-calendar table thead th.days {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #1171cc;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: .05em; }

table th a,
main table th a {
  text-decoration: none;
  color: #fff; }

table th a:focus,
main table th a:focus {
  text-decoration: underline; }

table th.active img {
  display: none; }

table tr:nth-child(odd) {
  background-color: transparent; }

table tr:nth-child(even) {
  background-color: #f9fafb; }

table tr.odd,
table tr.even,
table tr:nth-child(odd),
table tr:nth-child(even),
.calendar-calendar table tr.odd.single-day,
.calendar-calendar table tr.even.single-day {
  border-bottom: 1px solid #ededed; }

table tr td.white_cell_background {
  background-color: #fff; }

table tr.odd td.active,
table tr:nth-child(odd) td.active {
  background-color: #fbfaf8; }

table tr.even td.active,
table tr:nth-child(even) td.active {
  background-color: #f5f5f4; }

table tr:last-child {
  border-bottom: 1px solid #bdc3c8; }

table tr th:first-child {
  border-left: 1px solid #1e354a; }

table tr th:last-child {
  border-right: 1px solid #1e354a; }

table thead tr,
table thead tr.odd,
table thead tr.even,
table thead tr:nth-child(odd),
table thead tr:nth-child(odd) {
  border-bottom: 1px solid #1e354a; }

table tr td:first-child {
  border-left: 1px solid #ededed; }

table tr td:last-child {
  border-right: 1px solid #ededed; }

/* evenly spaced columns */
table.table_2_column th,
table.table_2_column td {
  width: 50%; }

table.table_3_column th,
table.table_3_column td {
  width: 33.3%; }

table.table_4_column th,
table.table_4_column td {
  width: 25%; }

table.table_5_column th,
table.table_5_column td {
  width: 20%; }

/* controlling the first column */
table.table_col1_50pct th.table_column1,
table.table_col1_50pct td.table_column1 {
  width: 50%; }

table.table_col1_33pct th.table_column1,
table.table_col1_33pct td.table_column1 {
  width: 33.3%; }

table.table_col1_25pct th.table_column1,
table.table_col1_25pct td.table_column1 {
  width: 25%; }

/* layout table... because */
table.layout-1 {
  border-collapse: collapse;
  margin: 0;
  width: auto;
  border-spacing: 0; }

table.layout-1 tbody {
  border: none; }

table.layout-1 td,
table.layout-1 th {
  padding: 0;
  vertical-align: top; }

table.layout-1 tr.odd,
table.layout-1 tr.even,
table.layout-1 tr td:first-child,
table.layout-1 tr td:last-child,
table.layout-1 tr:nth-child(odd),
table.layout-1 tr:nth-child(even) {
  background-color: transparent;
  border: none; }

table.no-stripes tr.odd,
table.no-stripes tr.even,
table.no-stripes tr td:first-child,
table.no-stripes tr td:last-child,
table.no-stripes tr:nth-child(odd),
table.no-stripes tr:nth-child(even) {
  background-color: transparent;
  border: none; }

/**************************************************************/
/*  form elements  */
main textarea {
  height: 200px; }

legend {
  padding: 0;
  display: table; }

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px 1px; }

details fieldset {
  padding-top: 5px;
  padding-bottom: 1px; }

main form fieldset.form-item {
  margin-bottom: 25px; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

select {
  font-size: inherit;
  background-color: initial; }

[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, select,
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 10px;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
  text-transform: inherit;
  background-color: #fff; }

[type="submit"] {
  padding: 3px 6px;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
  text-transform: inherit; }

[type="file"], [type="checkbox"], [type="radio"] {
  margin-bottom: 0;
  /* needs specificity
	position: relative;
	top: -5px;
	*/ }

main form .form-item {
  margin-bottom: 1.5em; }

label,
.field--label-inline .field__label,
.field--label-inline .field__item {
  display: inline; }

details {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 30px; }

.details--content {
  margin-top: 25px; }

details summary {
  outline: none;
  cursor: pointer; }

main form .form-item {
  margin-bottom: 15px; }

main form fieldset.fieldgroup {
  position: relative; }

main form fieldset.fieldgroup legend {
  font-size: 16px;
  color: #878787; }

main form .fieldset-wrapper .form-item {
  margin-bottom: 1px; }

main form .fieldset-wrapper {
  margin-bottom: 10px; }

main form .fieldset-wrapper .form-item {
  margin-bottom: 1px; }

main .bi-button-container.input--form-submit {
  float: right; }

/* for what case is this needed?
.js-form-type-checkbox [type="checkbox"]	{
	position: absolute;
	margin-top: 7px;
	}
.js-form-type-checkbox label	{
	display: block;
	margin: -.33em 0 0 25px;
	}
*/
.form--element--label-wrapper label.form-required:before {
  content: "* ";
  color: red; }

.form--element--content-wrapper {
  position: relative; }

.form--actions {
  padding-top: 15px; }

main .form--actions--back .bi-button-container.input--form-submit {
  float: left; }

/**************************************************************/
/*  horizontal rule  */
hr,
hr.rule_1,
hr.rule_2 {
  border: 0;
  width: 100%;
  text-align: left;
  margin: 32px 0 30px;
  clear: both;
  height: 1px;
  color: #a3a3a3;
  /* grey */
  background-color: #a3a3a3; }

hr.rule_1 {
  color: #3469b3;
  background-color: #3469b3; }

hr.rule_2 {
  color: #a7cf48;
  background-color: #a7cf48; }

/**************************************************************/
/*  re-add bottom margins  */
main h1 {
  margin-bottom: 23px; }

h3, h4, h5, h6 {
  margin-bottom: 5px; }

h2 {
  margin-bottom: 15px; }

p,
ul,
ol,
iframe,
article form,
article fieldset,
.bi-button-container.flag {
  margin-bottom: 1.5em; }

/**************************************************************/
/*  clearing floats  */
.clear1:after,
.wrap1:after,
ul.clear1 li:after,
nav:after,
nav ul:after,
main:after,
.row:after,
.inner_row:after,
ul.slides:after,
.views-row-container:after,
.view__member-university-logos ul:after,
.view--home-member-universities ul:after,
.view--home-member-universities-all ul:after,
.region--content_after:after,
.block footer:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

/**************************************************************/
/*  view pager  */
nav.pager ul,
.pager_container ul {
  margin-left: 0;
  font-size: .1px; }

nav.pager li,
.pager_container li {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

main nav.pager li,
main .pager_container li {
  margin-bottom: 0px; }

nav.pager li a,
.pager_container li a,
nav.pager li span.pseudo-anchor,
.pager_container li span.pseudo-anchor {
  display: block;
  padding: 2px 10px; }

/*
nav.pager .is-active:before,
nav.pager li:hover:before	{
	content: "\25bc";
	position: absolute;
	width: 100%;
	height: 1em;
	text-align: center;
	top: -6px;
	font-size: 9px;
	color: #ccc;
	}
*/
nav.pager .is-active a {
  color: #aaa;
  border-bottom: 1px solid #ccc; }

nav.pager li:hover a {
  color: #aaa; }

/**************************************************************/
/*  rows and columns  */
.inner_column {
  float: left; }

.columns.column_no_padding_both,
.columns.column-no-padding-both {
  padding-left: 0;
  padding-right: 0; }

.columns.column_no_padding_left,
.columns.column-no-padding-left {
  padding-left: 0; }

.columns.column_no_padding_right,
.columns.column-no-padding-right {
  padding-right: 0; }

.row.body__header__row-1,
.row.body__header__row-2 {
  max-width: 100%; }

.row.row-full-width {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row .row.row-no-margin-both,
.row .row.row-auto-margin-both {
  margin-left: auto;
  margin-right: auto; }

.row .row.row-no-margin-left {
  margin-left: auto; }

.row .row.row-no-margin-right {
  margin-right: auto; }

/**************************************************************/
/*  header  */
/**************************************************************/
header.body__header {
  background-color: #fff; }

header.body__header .block__menu-secondary,
header.body__header .block__search,
header.body__header .block__menu-login,
header.body__header .primary-menu-trigger-origin {
  display: inline-block;
  vertical-align: top; }

/**************************************************************/
/*  .body__header__row-1  */
.body__header__row-1 {
  border: 1px solid #ccc;
  height: 80px;
  overflow: hidden; }

body.path-frontpage .body__header__row-1 {
  height: 120px; }

.body__header__row-1 > .columns > .row {
  padding: 0 10px; }

/**************************************************************/
/*  .region__body-header-row-1-column-2  */
.region__body-header-row-1-column-1 {
  float: left;
  width: 130px; }

.region__body-header-row-1-column-2 {
  float: right;
  text-align: right;
  position: relative; }

.region__header-menu-login,
.region__header-search,
.region__header-menu-secondary,
.region.region--header_menu_login,
.region.region--header_search,
.region.region--header_menu_secondary,
.region.region--header_menu_primary_trigger {
  display: inline-block;
  vertical-align: top; }

body.path-frontpage.search-is-open .region--header_search {
  margin-top: 31px; }

/**************************************************************/
/*  .block__menu-secondary  */
.block__menu-secondary ul {
  margin: 0; }

.block__menu-secondary .block-content li {
  display: inline-block;
  margin-left: 34px; }

.block__menu-secondary .block-content li.first {
  margin-left: 0; }

.block__menu-secondary .block-content a {
  color: #9aafd3;
  border-bottom: 1px solid transparent;
  display: block;
  padding: 23px 2px 23px; }

.block__menu-secondary .block-content li:hover a,
.block__menu-secondary .block-content li.active-trail a {
  color: #3469b3;
  border-bottom: 2px solid #3469b3; }

/**************************************************************/
/*  .block__search  */
header.body__header .block__search {
  height: 78px;
  overflow: hidden;
  margin-left: 32px; }

header.body__header .block__search .search-trigger {
  height: 78px;
  width: 40px;
  background: url(../images/header-search-trigger-1.png) 50% 51% no-repeat;
  opacity: 1;
  cursor: pointer;
  transition: opacity .25s ease; }

header.body__header .block__search .block-content {
  height: 100%; }

header.body__header .block__search .search__form {
  position: relative;
  border-bottom: 2px solid #3469b3;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width .5s ease;
  height: 76px; }

header.body__header .block__search .search__form .trigger,
header.body__header .block__search .search__form form {
  display: inline-block;
  vertical-align: top; }

header.body__header .block__search .search__form .trigger {
  position: absolute;
  z-index: 11;
  width: 10px;
  height: 100%;
  background: url(../images/icon-x-3469b3-1.png) 0 50% no-repeat;
  text-indent: -99999px;
  text-align: left;
  cursor: pointer; }

header.body__header .block__search .search__form form {
  position: relative;
  height: 100%;
  width: 100%; }

header.body__header .block__search .search__form .form-item-search,
header.body__header .block__search .search__form .form-item-keys {
  position: absolute;
  bottom: 0; }

header.body__header .block__search form [type="text"],
header.body__header .block__search form [type="search"] {
  border: none;
  box-shadow: none;
  height: 78px;
  padding-left: 22px;
  padding-right: 30px;
  background: transparent !important; }

header.body__header .block__search .form-item-search label,
header.body__header .block__search .form-item-keys label {
  position: absolute;
  left: 22px;
  margin-top: -.75em;
  top: 50%;
  opacity: 0;
  transition: opacity 2s ease; }

body.search-is-open header.body__header .block__search .form-item-search label,
body.search-is-open header.body__header .block__search .form-item-keys label {
  opacity: 1; }

header.body__header .block__search .search-trigger-origin {
  display: block; }

header.body__header .block__search form .form-actions {
  position: absolute;
  right: 0;
  bottom: 0; }

header.body__header .block__search form .button {
  margin: 0;
  background-color: initial;
  border: none;
  text-indent: -99999px;
  height: 78px;
  width: 25px;
  background: url(../images/header-search-trigger-1.png) 50% 55% no-repeat; }

body.search-is-open header.body__header .block__search .search__form {
  width: 279px; }

body.search-is-open header.body__header .block__search .search-trigger-origin {
  display: none;
  position: absolute;
  left: -99999px;
  top: -99999px; }

header.body__header .block__search .form-item-name label,
header.body__header .block__search .form-item-search label,
header.body__header .block__search .form--actions--reset {
  display: none; }

/**************************************************************/
/*  .block__menu-login  */
.block__menu-login {
  margin: 9px 0 0 18px; }

.block__menu-login ul {
  margin: 0; }

.block__menu-login a,
#edit-openid-connect-client-generic-login{
  display: block;
  padding: 18px 24px;
  background-color: #3469b3;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  transition: opacity .25s ease; }

#openid-connect-login-form span.bi-button-container {
  background-color: transparent;
}

.block__menu-login li:hover a {
  opacity: .75; }

/**************************************************************/
/*  .primary-menu-trigger  */
.primary-menu-trigger {
  border: 1px solid #aec3e1;
  padding: 14px 21px 14px 64px;
  background: url(../images/header-menu-hamburger-1.gif) 25px 50% no-repeat;
  color: #3469b3;
  margin: 9px 0 0 15px;
  opacity: 1;
  cursor: pointer;
  transition: opacity .25s ease; }

.primary-menu-trigger:hover {
  opacity: .75; }

/**************************************************************/
/*  logo  */
header.body__header .block__logo {
  font-size: .1px;
  position: relative;
  left: 10px; }

header.body__header .block__logo p {
  margin: 0; }

header.body__header .block__logo a {
  display: block;
  width: 139px;
  height: 78px;
  /*background: url(../images/header-logo-association-american-universities-1.png) 0 0 no-repeat;*/
  background: url(../images/header-logo-association-american-universities-5.png) 0 50% no-repeat;
  background-size: 119px; }

/**************************************************************/
/*  .body__header__row-2  */
.body__header__row-2 {
  background-color: #e5e5e5;
  font-size: 13px; }

.body__header__row-2 > .columns > .row {
  padding: 0 10px; }

/**************************************************************/
/*  breadcrumb */
.region--breadcrumb {
  float: left;
  max-width: 1000px; }

.breadcrumb {
  line-height: 1.2;
  font-size: 13px; }

.breadcrumb,
.breadcrumb li.last a {
  color: #606060; }

.breadcrumb ol,
.breadcrumb ul,
.breadcrumb ol li {
  margin: 0; }

.breadcrumb ol,
.breadcrumb ul {
  padding: 11px 0 8px; }

.breadcrumb li {
  display: inline;
  vertical-align: top; }

.breadcrumb li:after {
  vertical-align: top;
  display: inline-block;
  content: "\2192";
  padding: 3px 16px 3px 15px;
  color: #cdcdcd;
  position: relative;
  top: 0px; }

.breadcrumb li.last:after {
  content: ""; }

.breadcrumb a {
  color: #1171cc;
  opacity: 1; }

.breadcrumb a:hover {
  opacity: .75; }

.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  padding: 3px 0 3px;
  vertical-align: top; }

.breadcrumb li.first a {
  padding-left: 0; }

.breadcrumb li.last {
  background: none; }

.breadcrumb li.last a,
.breadcrumb li.last span {
  padding-right: 0; }

/**************************************************************/
/*  main  */
/**************************************************************/
main {
  background: #fff url(../images/footer-faux-bottom-1.gif) 0 100% repeat-x; }

main h2 {
  margin-top: 1.5em; }

main h3 {
  margin-top: 1.33em; }

main article .columns h2:first-of-type {
  margin-top: 0;
  margin-bottom: 22px; }

main article {
  padding-bottom: 30px;
  background-color: #fff; }

main .paragraph article {
  padding-bottom: 0px; }

main article > header {
  margin-bottom: 30px;
  padding: 20px;
  /* min-height: 400px; do we need this? */
  overflow: hidden;
  position: relative; }

.body__main__article__header-image {
  position: absolute;
  z-index: 1;
  font-size: .1px; }

.body__main__article__header-image img {
  max-width: initial; }

.body__main__article__header-content {
  position: relative;
  z-index: 2;
  background: url(../images/bg-3469b3-96pct.png) 0 0 repeat;
  padding: 50px 55px 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.body__main__article__header-content,
.body__main__article__header-content h1,
.body__main__article__header-content a {
  color: #fff; }

body.has-header-image .body__main__article__header-content {
  width: 460px;
  min-height: 360px;
  margin: 20px 20px 0 20px; }

body.has-header-image .body__main__article__header-content.medium {
  width: 766px; }

body.has-header-image .body__main__article__header-content.wide {
  width: auto; }

body.has-header-image.node-id-21 .body__main__article__header-content,
body.has-header-image.node-id-21 .body__main__article__header-content.medium {
  /* key issues */
  width: auto;
  min-height: 0;
  margin: 0; }

.body__main__article__header-content .field-date {
  color: #bfcce3; }

.body__main__article__header-content .field-date .field--name-field-start-date-time,
.body__main__article__header-content .field-date .field--name-field-end-date-time {
  display: inline-block; }

.body__main__article__header-content .field-tags ul {
  margin: 0; }

.body__main__article__header-content .field-tags > ul {
  display: inline; }

.body__main__article__header-content .field-tags li {
  display: inline-block;
  margin-right: 2px; }

.body__main__article__header-content .field-tags li.last {
  margin-right: 0; }

.body__main__article__header-content .field-tags a {
  display: block;
  border: 1px solid #7196ca;
  border-radius: 3px;
  padding: 3px 13px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em; }

.body__main__article__header-content .field-tags .field--name-description {
  display: none; }

.byline {
  font-style: italic;
  text-align: right;
  margin-top: -30px;
  position: relative;
  z-index: 1111; }

.byline * {
  display: inline; }

.rendered-flag-display {
  position: absolute;
  z-index: 1111;
  top: 0;
  font-size: 14px;
  overflow: hidden;
  padding: 0 20px 20px;
  left: 0;
  margin-left: 35px; }

main .rendered-flag-display .view-content div.views-row {
  position: relative;
  top: -5px;
  padding: 0;
  border: none;
  margin: 0; }
.rendered-flag-display .views-row .bi-button-container {
  line-height: inherit;
  font-size: inherit;
}
.rendered-flag-display .views-row .bi-button-container a, .rendered-flag-display .views-row .bi-button-container a.bi-button {
  display: inline-block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #1171cc;
  padding: 9px 12px 4px;
  border-radius: 4px;
  opacity: 1;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: inherit;
  font-size: inherit;
}

/* default main article drupal field stuff */
main article .container-1 .field {
  margin-bottom: 30px; }

main article .container-1 .field__label {
  /* these should be H2! */
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #000; }

/* left side body content */
main .container-1 {
  padding: 0 30px 0 115px; }

/* becomes right side content on layout-1 */
body.layout-1 main .container-1 {
  padding-left: 18px;
  padding-right: 0px; }

body.layout-1 main .container-2 {
  padding-left: 20px; }

/**************************************************************/
/*  aside.aside__right */
aside.aside__right {
  background-color: #e5e5e5;
  margin-left: 3px;
  line-height: 1.4; }

aside.aside__right.columns {
  padding: 20px 20px 20px; }

aside.aside__right.columns:last-child:not(:first-child) {
  float: left; }

aside.aside__right h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #808080; }

main aside h2 {
  margin-top: 0; }

aside.aside__right .block,
aside.aside__right .bottom-rule-on-each-row.view .views-row {
  border-bottom: 1px solid #cecece;
  padding-bottom: 25px;
  margin-bottom: 35px; }

aside.aside__right .block.last,
aside.aside__right .bottom-rule-on-each-row.view .views-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

aside.aside__right .views-field-field-image {
  margin-bottom: 7px; }

aside.aside__right.hide-block-you-may-also-like .block--block-views-block-you-may-also-like-block-1,
aside.aside__right.hide-block-related-research .block--block-views-block-related-research-block-1 {
  display: none; }

/**************************************************************/
/*  footer  */
/**************************************************************/
footer.body__footer {
  padding: 0;
  background-color: #0b1a29; }

footer.body__footer,
footer.body__footer a {
  color: #fff; }

footer.body__footer,
footer.body__footer h2,
footer.body__footer h3 {
  font-size: 16px; }

footer.body__footer h2,
footer.body__footer h3,
footer.body__footer dt {
  color: #909499; }

.body__footer__row-1 {
  background-color: #0f2234;
  padding: 50px 0 20px; }

.body__footer__row-2 {
  padding: 50px 0 20px; }

.block__menu-primary-reiteration,
.block--block-footer-primary-reiteration {
  line-height: 1.2; }

.block__menu-primary-reiteration ul,
.block--block-footer-primary-reiteration ul {
  font-size: 0px;
  margin-bottom: 0; }

.block__menu-primary-reiteration ul ul,
.block--block-footer-primary-reiteration ul ul {
  margin-left: 0; }

.block__menu-primary-reiteration ul ul ul,
.block--block-footer-primary-reiteration ul ul ul {
  display: none; }

.block__menu-primary-reiteration li,
.block--block-footer-primary-reiteration li {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-right: 12px;
  min-width: 200px;
  margin-bottom: 35px; }

.block__menu-primary-reiteration li.last,
.block--block-footer-primary-reiteration li.last {
  padding-right: 0px; }

.block__menu-primary-reiteration li li,
.block--block-footer-primary-reiteration li li {
  display: block;
  width: auto;
  padding-right: 0;
  margin-bottom: 0;
  min-width: 0; }

.block__menu-primary-reiteration a,
.block--block-footer-primary-reiteration a {
  display: block;
  padding: 6px 0; }

footer.body__footer .block__menu-primary-reiteration a,
footer.body__footer .block--block-footer-primary-reiteration a {
  color: #909599; }

footer.body__footer .block__menu-primary-reiteration ul ul a,
footer.body__footer .block--block-footer-primary-reiteration ul ul a {
  color: #fff; }

footer.body__footer .block__logo a {
  transition: opacity .33s;
  opacity: 1;
  text-indent: -99999px;
  background: url(../images/footer-logo-association-american-universities-1.png) 0 0 no-repeat;
  display: block;
  width: 149px;
  height: 61px; }

.block--block-footer-primary-reiteration nav {
  text-align: center;
}

.block--block-footer-primary-reiteration nav> .menu > li {
  width: 200px;
  text-align: left;
}
.block--block-footer-primary-reiteration nav > .menu {
  display: inline-flex;
  flex: 1 1 auto;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .block--block-footer-primary-reiteration nav > .menu {
    flex-wrap: wrap;
  }
}

footer.body__footer .block__logo a:hover {
  opacity: .75; }

.block__address {
  background: url(../images/icon-address-1.png) 0 50% no-repeat;
  padding-left: 30px;
  margin: 4px 0 0 60px; }

.block__phone-fax {
  background: url(../images/icon-phone-1.png) 0 50% no-repeat;
  padding-left: 37px;
  margin: 5px 0 0 23px; }

.block__phone-fax dl {
  display: table; }

.block__phone-fax .definition-pair {
  display: table-row; }

.block__phone-fax dt,
.block__phone-fax dd {
  display: table-cell; }

.block__phone-fax dt {
  padding-right: 18px; }

footer.body__footer .block__social {
  margin: 18px 0 0 20px; }

footer.body__footer .block__social header,
footer.body__footer .block__social .block-content {
  display: inline-block;
  vertical-align: top; }

footer.body__footer .block__social header {
  margin-right: 40px; }

footer.body__footer .block__social .block-content {
  position: relative;
  top: -8px; }

footer.body__footer .block__social .block-content li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  transition: opacity .25s ease; }

footer.body__footer .block__social ul {
  margin: 0; }

footer.body__footer .block__social .block-content li:hover {
  opacity: .66; }

footer.body__footer .block__social .block-content li.last {
  margin-right: 0; }

footer.body__footer .block__social .block-content a {
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

footer.body__footer .block__social .block-content .social-twitter a {
  background-image: url(../images/footer-social-twitter-1.png); }

footer.body__footer .block__social .block-content .social-instagram a {
  background-image: url(../images/footer-social-instagram-1.png); }

footer.body__footer .block__social .block-content .social-linkedin a {
  background-image: url(../images/footer-social-linkedin-1.png); }

footer.body__footer .block__social .block-content .social-facebook a {
  background-image: url(../images/footer-social-facebook-1.png); }

/**************************************************************/
/*  fields */
/**************************************************************/
.field--image.align-right {
  display: block;
  float: right;
  margin: 0 0 10px 50px;
  width: 49.4%; }

.field--image.align-left {
  display: block;
  float: left;
  margin: 0 50px 10px 0;
  width: 49.4%; }

.paragraph .field--image.align-right,
.paragraph .field--image.align-left {
  margin-bottom: 0; }

.views-field-field-image {
  margin-bottom: 12px; }

/**************************************************************/
/*  blocks */
/**************************************************************/
.block__sharethis {
  line-height: 1.3;
  float: right;
  margin-right: 3px; }

.block__sharethis .contextual {
  right: -25px;
  top: -10px; }

.block__sharethis p {
  margin: 0 0 7px; }

.block__sharethis span:hover {
  opacity: .85; }

.block__sharethis .sharethis-wrapper {
  position: relative;
  top: 2px; }

.block__sharethis span {
  display: inline-block;
  background: none 50% 50% no-repeat;
  height: 37px;
  /* images are 27px tall */
  margin-left: 30px;
  cursor: pointer;
  text-indent: -9999px; }

.block__sharethis span.fb_sharethis_custom,
.block__sharethis span.st_facebook_custom {
  background-image: url(../images/social-facebook-2.png);
  width: 12px;
  /* actual */ }

.block__sharethis span.tw_sharethis_custom,
.block__sharethis span.st_twitter_custom {
  background-image: url(../images/social-twitter-2.png);
  width: 22px;
  /* actual */ }

.block__sharethis span.li_sharethis_custom,
.block__sharethis span.st_linkedin_custom {
  background-image: url(../images/social-linkedin-2.png);
  width: 24px;
  /* actual */ }

/**************************************************************/
/*  links */
/**************************************************************/
/**************************************************************/
/*  icons */
/**************************************************************/
/**************************************************************/
/*  views */
/**************************************************************/
main .views-exposed-form {
  margin-bottom: 30px;
  padding: 22px 15px 10px;
  background-color: #f2f2f2;
  margin-right: -20px;
  clear: both; }

.layout_no_sidebar main .views-exposed-form {
  margin-right: 0px;
  margin-bottom: 30px; }

main .views-exposed-form .form-item {
  width: 100%;
  margin-right: 17px;
  display: inline-block;
  vertical-align: top;
  max-width: 240px; }

main .views-exposed-form .inner_row .form-item:last-of-type {
  margin-right: 0; }

.layout_has_sidebar main .views-exposed-form .form-item {
  width: 45%; }

.layout_has_sidebar main .views-exposed-form .form-item.js-form-type-radio {
  width: 100%; }

main .views-exposed-form label {
  font-size: 16px;
  color: #878787; }

main .views-exposed-form h2 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px; }

main .views-exposed-form p {
  margin-bottom: 21px; }

form#aau-key-issues-search-form .views-exposed-form .inner_row:nth-child(2) .form-item:nth-child(1),
form#aau-key-issues-search-form .views-exposed-form .inner_row:nth-child(2) .form-item:nth-child(2),
form#aau-key-issues-search-form .views-exposed-form .inner_row:nth-child(2) .form-item:nth-child(3),
form#aau-key-issues-search-form .form-item.form-item-keyword,
form#aau-key-issues-search-form .form-item.form-item-issues,
form#aau-key-issues-search-form .form-item.form-item-document-type {
  max-width: 250px; }

form#aau-key-issues-search-form .views-exposed-form .inner_row:nth-child(2) .form-item:nth-child(4),
form#aau-key-issues-search-form .views-exposed-form .inner_row:nth-child(2) .form-item:nth-child(5),
form#aau-key-issues-search-form .form-item.form-item-from,
form#aau-key-issues-search-form .form-item.form-item-to {
  max-width: 175px; }

form#aau-key-issues-search-form .form-item.form-item-keyword {
  clear: left; }

.views-exposed-form .form-item input,
.views-exposed-form .form-item select,
.views-exposed-form .form-item textarea,
.views-exposed-form .form-item .chosen-container-multi .chosen-choices {
  border: none;
  min-height: 60px;
  border-radius: 3px;
  color: #999; }

.views-exposed-form .form-item .chosen-container-multi .chosen-choices {
  min-height: auto; }

.chosen-container-multi .chosen-choices {
  background-image: none; }

.views-exposed-form .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  min-height: 60px;
  font-size: 18px; }

.views-exposed-form .form-item input[type="radio"],
.views-exposed-form .form-item input[type="checkbox"] {
  border: none;
  height: auto;
  border-radius: 0px; }

.views-exposed-form .form-item input[type="submit"] {
  text-transform: none; }

main .views-exposed-form fieldset.form-composite {
  margin-bottom: 5px; }

.view h2,
.view h3,
.view h4,
.view h5,
.view h6,
main .featured-news h2 {
  margin-top: 0; }

/* default plain center column view */
main .view-content div.views-row {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px; }

main .no-default-divider .view-content div.views-row,
main .view--bottom-four-column-callout .view-content div.views-row {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px; }

/* view-style-1 */
aside.aside__right .view {
  font-size: 16px; }

aside.aside__right .view h2 {
  margin-bottom: 25px; }

aside.aside__right .view h3 {
  font-size: 20px;
  font-weight: 400; }

aside.aside__right .view .views-row {
  margin-bottom: 25px;
  padding-bottom: 5px; }

/* view-style-2 */
.view-style-2 {
  background-color: #fff; }

.view-style-2 header {
  padding: 20px 20px 1px; }

.view-style-2 .callout-content ul {
  margin: 0;
  text-align: center; }

.view-style-2 .callout-content li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 20px; }

.view-style-2 .callout-content,
.view-style-2 .callout-content a,
.view-style-2 .callout-content h2 {
  color: #fff; }

.view-style-2 .callout-content a {
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  overflow: hidden; }

.view-style-2 .field-image,
.view-style-2 .field--type-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 310px; }

.view-style-2 .field-image,
.view-style-2 .field-image img,
.view-style-2 .field--type-image,
.view-style-2 .field--type-image img {
  transition: all .33s ease; }

.view-style-2 a:hover .field-image,
.view-style-2 a:hover .field--type-image {
  top: -10px;
  left: -10px; }

.view-style-2 .field-image:before,
.view-style-2 .field--type-image:before {
  content: '';
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #0f2134;
  opacity: .7; }

.view-style-2 a:hover .field-image:before,
.view-style-2 .field--type-image:before {
  background-color: #1171cc; }

.view-style-2 .field-image img,
.view-style-2 .field--type-image img {
  width: 280px !important;
  height: 280px !important;
  position: relative;
  left: -15px; }

.view-style-2 a:hover .field-image img,
.view-style-2 .field--type-image img {
  width: 310px !important;
  height: 310px !important; }

.view-style-2 .views-row-container-1 {
  position: relative;
  z-index: 11;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 280px;
  padding: 15px;
  line-height: 1.3333; }

.view-style-2 .views-row-container-1 p {
  margin-bottom: 0; }

.view-style-2 li.views-row h2,
.view-style-2 div.views-row h2 {
  margin: 0 0 inherit 0;
  font-weight: 700;
  line-height: 1.2; }

.view-style-2 li.views-row a:hover h2,
.view-style-2 div.views-row a:hover h2 {
  margin-bottom: 15px; }

.view-style-2 .views-row-container-1 .field-summary {
  transition: all 1s ease;
  max-height: 0;
  opacity: 0; }

.view-style-2 a:hover .field-summary {
  max-height: 350px;
  opacity: 1; }

.view__callouts {
  padding: 0 12px 1px 12px;
  background-color: #fff;
  margin-left: -4px; }

/* view-style-3 : home news */
.view-style-3,
.featured-news {
  line-height: 1.25; }

.view-style-3 header h2,
.featured-news header h2 {
  margin-bottom: 38px; }

.view-style-3 .views-row-container,
.featured-news {
  font-size: 0; }

.view-style-3 .views-row,
.featured-news .views-element-container {
  vertical-align: top;
  display: inline-block;
  width: 31%;
  margin-right: 1.5%;
  font-size: 18px;
  min-width: 240px; }

main .featured-news .view-content div.views-row {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0; }

.view-style-3 .views-row.views-row-last,
.featured-news .views-element-container:last-of-type {
  margin-right: 0; }

.view-style-3 a.anchor-block,
.featured-news .views-element-container a.anchor-block {
  position: relative; }

.view-style-3 a.anchor-block:before,
.featured-news .views-element-container a.anchor-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%; }

.view-style-3 a.anchor-block:hover:before,
.featured-news .views-element-container a.anchor-block:hover:before {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.view-style-3 .views-row a.anchor-block:hover h3 span,
.featured-news .views-element-container a.anchor-block:hover h3 span {
  border-bottom: 1px solid #1171cc; }

.view-style-3 .view-content-container-1,
.featured-news .views-element-container .view-content-container-1 {
  padding: 14px 20px 20px; }

.view-style-3 .no-image .view-content-container-1,
.featured-news .views-element-container .no-image .view-content-container-1 {
  padding-top: 52px; }

.view-style-3 .views-row div.field--tags,
.featured-news .views-element-container div.field--tags {
  position: absolute;
  z-index: 33;
  font-size: 16px;
  margin: 10px 0 0 10px; }

.view-style-3 .views-row div.field--tags ul,
.featured-news .views-element-container div.field--tags ul {
  margin: 0; }

.view-style-3 .views-row div.field--tags li,
.featured-news .views-element-container div.field--tags li {
  display: inline-block;
  vertical-align: top; }

.view-style-3 .views-row div.field--tags a,
.featured-news .views-element-container div.field--tags a {
  position: relative;
  display: block;
  color: #8d8d8d;
  background-color: #fff;
  padding: 5px 10px; }

.view-style-3 .views-row div.field--tags a:hover,
.featured-news .views-element-container div.field--tags a:hover {
  color: #1171cc; }

.view-style-3 .views-row div.field--image,
.featured-news .views-element-container div.field--image {
  font-size: .1px;
  min-height: 150px; }

.view-style-3 .views-row div.field--image img,
.featured-news .views-element-container div.field--image img {
  width: 100% !important;
  height: auto !important; }

.view-style-3 .views-row h3,
.featured-news .views-element-container h3 {
  font-size: 20px;
  color: #3469b3;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 9px;
  line-height: 1.2; }

.view-style-3 .views-row div.field--body,
.featured-news .views-element-container div.field--body {
  margin-bottom: 16px; }

.view-style-3 .views-row div.field--body p,
.featured-news .views-element-container div.field--body p {
  margin-bottom: 0px; }

.view-style-3 .views-row div.field--date,
.featured-news .views-element-container div.field--date,
.field--date,
.view--field--date {
  font-size: 16px;
  color: #8d8d8d;
  font-style: italic; }

/* this might be for paragraph: featured content?
body.page-node-type-landing-page .view--trending--block-2	{
	display: inline-block;
	vertical-align: top;
	width: 31%;
	}
body.page-node-type-landing-page .view-style-3	{
	display: block;
	}
body.page-node-type-landing-page .view--trending--block-2 .view-style-3 .views-row	{
	width: 100%;
	}
*/
/* view-style-6 : home aside, stem initiative */
.view-style-6,
aside.aside__right .view.view-style-6 {
  font-size: 18px;
  line-height: 1.25;
  color: #6e6e6f; }

.view-style-6 h2,
aside.aside__right .view-style-6 h2 {
  text-transform: none;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 13px; }

.view-style-6 a {
  color: #3469b3; }

.view-style-6 .field--image {
  margin-bottom: 23px; }

.view-style-6 p {
  margin-bottom: 10px; }

/* view-style-7 : our members university listing */
.view-style-7 {
  font-size: 18px; }

.view-style-7 .views-row {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 15px 15px 1px;
  margin: 0 15px 15px;
  width: 190px; }

main .view-style-7 .view-content {
  margin: 0 -33px;
  text-align: center; }

main .view-style-7 .view-content .views-row {
  margin-bottom: 15px;
  padding-bottom: 15px; }

main .view-style-7 .views-field-name {
  line-height: 1.2; }

.view--university-listing .views-field-field-university-logo-full-color {
  font-size: .1px; }

/* 3-column basic view */
.view-style-8 h2 {
  margin-bottom: 30px; }

.view-style-8 .views-row-container-2 {
  margin: 0 -1.666% 15px;
  padding-bottom: 1px; }

main .view-style-8 .view-content ul {
  margin: 0; }

.view-style-8 .views-row,
.view-style-8 .view-content li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1.666% 15px;
  border: 1px solid #ccc;
  padding: 15px; }

.view-style-8.view--staff-leadership-listing .views-row,
.view-style-8.view--staff-leadership-listing .view-content li {
  min-height: 152px; }

.ff main .view-style-8 .views-row,
.ff .view-style-8 .view-content li {
  width: 29.99%; }

.view-style-8 .view-content h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400; }

main.body_main article .view-style-8 .view-content h3 {
  margin-top: 0; }

.view-style-8 .view-content .field-date {
  color: #999;
  margin-bottom: 8px; }

.view-style-8 footer {
  position: relative;
  top: -10px; }

.layout_has_sidebar .view-style-8 .views-row,
.layout_has_sidebar .view-style-8 .view-content li,
.node-id-2776 .view-style-8 .views-row,
.node-id-2776 .view-style-8 .view-content li {
  width: 45.65%;
  margin-left: 2%;
  margin-right: 2%; }

/* get rid of bottom border */
main .view-no-divider .view-content div.views-row,
.view-no-divider .view-content div.views-row {
  border-bottom: none;
  padding-bottom: 1px; }

/**************************************************************/
/*  calendar */
/**************************************************************/
.calendar-calendar table tr.odd,
.calendar-calendar table tr.even,
.calendar-calendar table tr:nth-child(odd),
.calendar-calendar table tr:nth-child(even) {
  border: none; }

.view--calendar header h3 {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: -.9em; }

.view--calendar .pager ul {
  margin: 0;
  position: relative;
  font-size: 16px;
  height: 2em; }

.view--calendar .pager li.pager__item--previous,
.view--calendar .pager li.pager__item--next {
  position: absolute; }

.view--calendar .pager li.pager__item--previous {
  left: 0; }

.view--calendar .pager li.pager__item--next {
  right: 0; }

/* today */
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today,
.calendar-calendar .month-view .full td.date-box.today,
.calendar-calendar .month-view .full tr:nth-child(odd) td.today,
.calendar-calendar .month-view .full tr:nth-child(even) td.today {
  border-color: #ccc; }

.calendar-calendar table tr:nth-child(even) {
  background-color: #fff; }

.ui-datepicker {
  background-color: #bbb;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.ui-datepicker .ui-datepicker-title {
  font-weight: 600; }

.ui-datepicker .ui-datepicker-next {
  background: url(../images/icon-arrow-right-ffffff-1.png) 50% 50% no-repeat; }

.ui-datepicker .ui-datepicker-prev {
  background: url(../images/icon-arrow-left-ffffff-1.png) 50% 50% no-repeat; }

/**************************************************************/
/*  bookmarks */
/**************************************************************/
.bi-button-container {
  background-color: #fff;

}
/**************************************************************/
/*  specific pages... yeah, i know */
/**************************************************************/
/* key issues */
body.layout-1 main article > header {
  padding-top: 28px;
  padding-bottom: 0; }

body.layout-1 main h1 {
  margin-bottom: 0; }

body.layout-1 .body__main__article__header-content {
  color: #606060;
  position: static;
  background-image: none;
  padding: 0;
  display: block; }

body.layout-1 .body__main__article__header-content h1 {
  color: #000;
  font-weight: 400; }

body.layout-1 .body__main__article__header-content a {
  color: #1171cc; }

.key-issues-intro,
.key-issues-search {
  width: 50%; }

.key-issues-search {
  text-align: right; }

.form-item.bi-form-submit label {
  display: none; }

/* categories list */
main ul.list-type-1 {
  margin: 0; }

main ul.list-type-1 li {
  list-style-type: none; }

ul.list-type-1 {
  background: none;
  padding: 0; }

ul.list-type-1 li {
  margin-bottom: 3px; }

ul.list-type-1 span.icon {
  position: absolute;
  display: block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  background-image: none;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

ul.list-type-1 span.list-content {
  display: block;
  vertical-align: top;
  margin-left: 36px;
  line-height: 1.25;
  padding-top: 3px; }

ul.list-type-1 li a {
  display: block;
  padding-right: 23px;
  background: none 100% 45% no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000; }

ul.list-type-1 a:hover {
  background-image: url(../images/icon-arrow-categories-3469b3-1.png);
  color: #1171cc; }

/* list type 2 : simple pipe separated inline list */
main .list-type-2 ul,
main ul.list-type-2,
main aside .views-field-term-node-tid ul {
  margin-left: 0;
  font-size: 14px; }

ul.list-type-2 li,
.list-type-2 ul li,
main aside .views-field-term-node-tid ul li {
  display: inline;
  list-style-type: none; }

ul.list-type-2 li:after,
.list-type-2 ul li:after,
main aside .views-field-term-node-tid ul li:after {
  content: "|";
  padding: 0 5px; }

ul.list-type-2 li.last:after,
.list-type-2 ul li.last:after,
main aside .views-field-term-node-tid ul li.last:after {
  content: "";
  padding: 0; }

/* trending block 1 */
.view--trending--block-1 {
  border: 1px solid #e5e5e5;
  line-height: 1.2;
  margin-bottom: 21px; }

.view--trending--block-1 .columns:nth-child(2) {
  padding: 31px 17px 15px 17px; }

.alignment-right.view--trending--block-1 .columns:nth-child(2) {
  padding: 0; }

.alignment-right.view--trending--block-1 .columns:nth-child(1) {
  padding: 31px 17px 15px 17px; }

main .field--tags ul,
main .view--field--tags ul {
  margin: 0; }

.view--trending--block-1 .field--tags,
.view--trending--block-1 .view--field--tags {
  margin: 0 0 14px; }

.view--trending--block-1 .field--tags ul li,
.view--trending--block-1 .view--field--tags ul li {
  list-style-type: none; }

.view--trending--block-1 .field--tags li,
.view--trending--block-1 .view--field--tags li {
  display: inline-block;
  margin-right: 11px; }

.view--trending--block-1 .field--tags li.last,
.view--trending--block-1 .view--field--tags li.last {
  margin-right: 0px; }

.view--trending--block-1 .field--tags a,
.view--trending--block-1 .view--field--tags a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 13px 8px;
  color: #8d8d8d;
  font-style: italic; }

.view--trending--block-1 .field--image,
.view--trending--block-1 .view--field--field-image,
.view--trending--block-1 .field--name-field-paragraph-image,
.view--trending--block-1 .field--image *,
.view--trending--block-1 .view--field--field-image *,
.view--trending--block-1 .field--name-field-paragraph-image * {
  font-size: 0px; }

.view--trending--block-1 .field--body,
.view--trending--block-1 .view--field--body,
.view--trending--block-1 .field--name-body {
  font-size: 24px; }

.view--trending--block-1 p {
  margin-bottom: 13px; }

main article .container-1 .field.field--title,
main article .container-1 .field.field--name-body,
main article .container-1 .field.field--name-field-paragraph-image,
main article .container-1 .field.field--field-image {
  margin-bottom: 0; }

.view--trending--block-1 .field--title h2,
.view--trending--block-1 .view--field--title h2,
.view--trending--block-1 .field--title h3,
.view--trending--block-1 .view--field--title h3,
main article .view--trending--block-1 .columns .field--title h2:first-of-type {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px; }

.view--trending--block-1 .field--date,
.view--trending--block-1 .view--field--date {
  font-size: 18px;
  margin-bottom: 15px; }

/* trending block 2 */
.view--trending--block-2 .view-style-3 .views-row,
.view--trending--block-2.view-style-3 .views-row {
  width: 33.33%;
  display: initial;
  margin-right: initial; }

.view--trending--block-2 .view-style-3 .views-row.views-row-last,
.view--trending--block-2.view-style-3 .views-row.views-row-last {
  margin-right: 0; }

main article .container-1 .view--trending--block-2 .view-style-3 .field.field--image,
main article .container-1 .view--trending--block-2.view-style-3 .field.field--image {
  margin-bottom: 10px; }

main article .container-1 .view--trending--block-2 .view-style-3 .field.field--title,
main article .container-1 .view--trending--block-2 .view-style-3 .field.field--body,
main article .container-1 .view--trending--block-2.view-style-3 .field.field--title,
main article .container-1 .view--trending--block-2.view-style-3 .field.field--body {
  margin-bottom: 18px; }

main article .container-1 .view--trending--block-2 .view-style-3 .field.field--date,
main article .container-1 .view--trending--block-2.view-style-3 .field.field--date {
  margin-bottom: 5px; }

.view--trending--block-2 .view-style-3 h3,
.view--trending--block-2.view-style-3 h3 {
  color: #000; }

.view--trending--block-2 .view-style-3 .views-row a.anchor-block:hover h3,
.view--trending--block-2.view-style-3 .views-row a.anchor-block:hover h3 {
  color: #1171cc; }

.view--trending--block-2 .view-style-3 .views-row a.anchor-block:hover h3 span,
.view--trending--block-2.view-style-3 .views-row a.anchor-block:hover h3 span {
  border: none; }

.view--trending--block-2 .view-style-3 a.anchor-block,
.view--trending--block-2.view-style-3 a.anchor-block {
  border: 1px solid #e5e5e5; }

.view--trending--block-2 .view-style-3 a.anchor-block:hover,
.view--trending--block-2.view-style-3 a.anchor-block:hover {
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9; }

/* framework search landing */
body.node-id-371 main article > header {
  margin-bottom: 0; }

.framework-container-1,
.content-container-3 {
  padding: 0 20px 20px; }

.paragraph-id-416 .field--field-header {
  position: relative;
  background-color: #f2f2f2;
  padding: 25px 300px 5px 20px;
  color: #000; }

.close {
  background: url(../images/btn-close-1.png) 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  text-align: left;
  cursor: pointer; }

.close-3469b3-14x14 {
  background-image: url(../images/btn-close-3469b3-14x14.png); }

.paragraph-id-416 .field--field-header .close {
  position: absolute;
  top: 5px;
  right: 5px; }

.framework-background-image {
  position: absolute;
  z-index: 1;
  top: 55px;
  right: 0; }

body.node-id-371 .field-header-content {
  position: relative;
  z-index: 11; }

body.field-header-hidden .framework-container-1 {
  margin-top: -20px; }

.icon-download a,
a.icon-download {
  display: inline-block;
  padding-left: 38px;
  background: url(../images/icon-file-download-1.png) 0 0.35em no-repeat; }

.icon-information {
  display: inline-block;
  min-height: 24px;
  padding-left: 39px;
  background: url(../images/icon-information-1.png) 0 50% no-repeat; }

body.node-id-371 .trigger-header-content {
  position: absolute;
  right: 84px;
  margin-top: -5px;
  cursor: pointer; }

.ff body.node-id-371 .trigger-header-content {
  top: 50%; }

body.node-id-371 .region--main_page_title {
  max-width: 880px; }

body.node-id-371 article > .contextual {
  right: -22px; }

main .views-exposed-form#views-exposed-form-stem-framework-search-default {
  padding-right: 0;
  padding-left: 0; }

.framework-exposed-left {
  background-color: #f2f2f2;
  padding: 29px 20px 20px;
  margin-right: 20px;
  width: 25%;
  float: left; }

.framework-exposed-left.columns:last-child:not(:first-child) {
  float: left; }

.framework-exposed-right {
  background-color: #f2f2f2;
  padding: 22px 20px 20px;
  width: calc(75% - 20px);
  margin-bottom: 33px; }

.framework-exposed-right.columns {
  float: right; }

main .views-exposed-form .framework-exposed-left h2 {
  border-bottom: 1px solid #c2c2c2;
  color: #919191;
  padding-bottom: 22px;
  font-size: 24px; }

main article .columns .framework-exposed-left h2:first-of-type {
  margin-bottom: 30px; }

main .views-exposed-form .framework-exposed-left label {
  color: #666;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block; }

.framework-exposed-left .chosen-container {
  border: 1px solid #c2c2c2; }

.views-exposed-form .framework-exposed-left .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  min-height: 12px; }

main form .framework-exposed-left .form-item {
  margin-bottom: 25px; }

.view--stem-framework-search .icon-arrow-right-1 input {
  background-image: none !important; }

main .view--stem-framework-search .bi-button-container input.form-submit,
main .view--stem-framework-search .bi-button-container input.button.form-submit {
  padding: 16px 25px; }

main .view--stem-framework-search .bi-button-container.icon-arrow-right-1 input.form-submit,
main .view--stem-framework-search .bi-button-container.icon-arrow-right-1 input.button.form-submit {
  padding-right: 25px; }

.view--stem-framework-search .form--actions--reset {
  float: right; }

main article .views-exposed-form .framework-exposed-right.columns h2:first-of-type {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 12px; }

main form .framework-exposed-right .fieldset-wrapper {
  margin-bottom: 0; }

.framework-exposed-right > fieldset {
  border: none;
  padding: 0; }

.framework-exposed-right legend {
  display: none; }

main .views-exposed-form .framework-exposed-right .bef_nested label {
  font-size: 24px; }

main .views-exposed-form .framework-exposed-right .bef_nested li li label {
  font-size: 20px; }

main .view--stem-framework-search .views-exposed-form {
  background-color: transparent; }

.view--stem-framework-search .view-content {
  margin-left: calc(25% + 20px); }

main .view--stem-framework-search .bef_nested ul {
  margin-left: 0;
  margin-bottom: 0; }

main .view--stem-framework-search .bef_nested ul ul {
  padding-left: 8px;
  padding-right: 8px; }

.view--stem-framework-search .bef_nested li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  list-style-type: none; }

.view--stem-framework-search .bef_nested > ul > li:first-child,
main .view--stem-framework-search .views-exposed-form .bef_nested > ul > li:first-child .form-item {
  display: block;
  width: 100%;
  max-width: none;
  display: none; }

.view--stem-framework-search .bef_nested li li {
  display: block;
  width: 100%; }

main .view--stem-framework-search .views-exposed-form fieldset.form-composite.form-item,
main .view--stem-framework-search .views-exposed-form .form-item {
  max-width: none;
  margin-left: 0px;
  margin-right: 0px; }

/*
.view--stem-framework-search .bef_nested input[type="radio"]	{
	position: absolute;
	left: -99999px;
	top: -99999px;
	}
*/
.view--stem-framework-search .bef_nested input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.view--stem-framework-search .bef_nested label {
  display: block;
  cursor: pointer;
  color: #999;
  padding: 5px 8px;
  text-align: left;
  line-height: 1.15; }

.view--stem-framework-search .bef_nested li li label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.win .view--stem-framework-search .bef_nested li li label {
  display: block;
  vertical-align: middle; }

.view--stem-framework-search .bef_nested li li label {
  color: #fff;
  background-color: #77848a;
  margin-bottom: 12px;
  text-align: center;
  padding: 10px 20px;
  min-height: 68px; }

.view--stem-framework-search .bef_nested li:nth-child(2) li label {
  background-color: #00aa75; }

.view--stem-framework-search .bef_nested li:nth-child(4) li label {
  background-color: #2662a8; }

.view--stem-framework-search .bef_nested [type="checkbox"] + label,
.view--stem-framework-search .bef_nested [type="radio"] + label {
  margin-left: 0;
  margin-right: 0; }

.view--stem-framework-search .bef_nested li li label:hover,
.view--stem-framework-search .bef_nested li:nth-child(2) li label:hover,
.view--stem-framework-search .bef_nested li:nth-child(4) li label:hover,
.view--stem-framework-search .bef_nested li li .form-item.checked label,
.view--stem-framework-search .bef_nested li:nth-child(2) .form-item.checked li label,
.view--stem-framework-search .bef_nested li:nth-child(4) .form-item.checked li label {
  background-color: #fff;
  color: #000; }

.view--stem-framework-search .view-content {
  font-size: 24px;
  color: #666;
  line-height: 1.3; }

.view--stem-framework-search h2.view-title {
  font-size: 34px;
  margin-bottom: 36px; }

.view--stem-framework-search .views-field-field-stem-project-site {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 11px; }

.view--stem-framework-search .views-field-field-stem-project-site,
.view--stem-framework-search .views-field-field-stem-project-site a {
  color: #8d8d8d; }

.view--stem-framework-search .views-field-title h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 8px; }

.view--stem-framework-search .views-field-title h3 a {
  color: #000; }

main .view--stem-framework-search .view-content div.views-row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 45px; }

.view--stem-framework-search .form--actions--submit {
  position: absolute;
  left: -99999px;
  top: -99999px; }

.view--stem-framework-search .pager {
  text-align: right; }

/* tags under H1 */
main .view--tags-under-h1 .view-content div.views-row {
  padding: 0;
  margin: 0;
  border: none; }

/* dashboard */
.block--block-dashboardtitlewithfirstname {
  color: #fff; }

main .block--block-dashboardtitlewithfirstname h2 {
  margin-top: 0;
  font-size: 28px;
  color: #fff; }

.region--dashboard_bottom {
  margin-top: -30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 60px;
  position: relative;
  z-index: 111; }

.block--block-views-block-dashboard-university-news-block-1 {
  /*
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	*/ }

.region--dashboard_right .block {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px; }

.region--dashboard_right .block.last,
.region--dashboard_right .block:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px; }

#block-dashboardresearch p,
#block-placeholderdashboardsubmitstory p {
  margin-bottom: 0; }

.view--flag-bookmark.view--display--block_1 .views-field-type,
.view--flag-bookmark.view--display--block_1 .views-field-created,
.view--flag-bookmark.view--display--block_1 .views-field-link-flag {
  font-size: 16px; }

.node-id-2776 .view-style-8 .views-row-container-2,
.node-id-2776 main article .container-1 .paragraph--type--block-accordion-item .field.field--name-field-block-view-reference,
.node-id-2776 main article .container-1 .paragraph--type--block-accordion .field.field--name-field-block-accordion-item,
.node-id-2776 main article .container-1 article .field.field--name-field-paragraphs {
  margin-bottom: 1px; }

/* my aau: manage your interests */
body.path-my-aau .chosen-container .chosen-results li.group-result,
form.aau-dashboard-interests-form .chosen-container .chosen-results li.group-result {
  display: none; }

body.path-my-aau .chosen-container .chosen-results li.group-option,
form.aau-dashboard-interests-form .chosen-container .chosen-results li.group-option {
  position: relative;
  top: -1px; }

body.path-my-aau .chosen-container .chosen-results li.group-option:before,
form.aau-dashboard-interests-form .chosen-container .chosen-results li.group-option:before {
  content: "\25b6";
  font-size: 9px;
  color: #ccc;
  position: relative;
  left: -6px;
  top: -2px; }

body.path-my-aau .chosen-container .chosen-results li.group-option.result-selected:before,
form.aau-dashboard-interests-form .chosen-container .chosen-results li.group-option.result-selected:before {
  color: #f0f0f0; }

/* /search */
body.path-search main .bi-button-container input.button.form-submit {
  padding-top: 9px;
  padding-bottom: 9px; }

main form.search-page-form .form-item.form-item-keys {
  margin-bottom: 0; }

form.search-page-form .form-item-keys,
form.search-page-form .bi-button-container {
  vertical-align: bottom; }

/* member institution content type */
.view--university-logo {
  text-align: center; }

main .view--university-logo .view-content div.views-row,
aside.aside__right .block.block--block-views-block-university-logo-block-1 {
  padding-bottom: 0;
  border: none; }

.university-logo-and-link {
  position: relative;
  z-index: 1;
  width: 300px;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px; }

aside .university-logo-and-link {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  background-color: #fff; }

aside.aside__right .view.view--university-logo-term.view--display--block_1 .views-row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

/**************************************************************/
/*  modal */
/**************************************************************/
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-000000-50pct.png) 0 0 repeat;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto; }

body.modal-is-open #modal {
  display: block; }

.modal-close {
  background: url(../images/btn-close-1.png) 0 0 no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ccc;
  cursor: pointer;
  z-index: 2;
  min-height: 15px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 22px;
  padding-top: 1px; }

.menu-container-1 {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100%;
  max-width: 423px;
  background-color: #000;
  line-height: 1.25;
  padding-top: 37px; }

.menu-container-1 ul,
.menu-container-1 li {
  margin: 0; }

.menu-container-1,
.menu-container-1 a {
  color: #fff; }

.menu-container-1 > nav > ul.menu > li > a {
  font-size: 14px;
  text-transform: uppercase; }

.menu-container-1 a {
  padding: 25px 50px 25px 40px;
  display: block;
  border-bottom: 1px solid #333; }

.menu-container-1 a:hover {
  background-color: #1171cc; }

.menu-container-1 ul ul ul,
.menu-container-1 ul ul ul a {
  color: #afafaf; }

.menu-container-1 .menu-item--expanded {
  position: relative; }

.menu-container-1 ul ul {
  position: absolute;
  left: -99999px;
  top: -99999px; }

.menu-container-1 .menu-item--expanded.open > ul {
  position: static;
  margin-left: 30px; }

.menu-container-1 .menu-item--expanded.open > ul a {
  padding-left: 30px; }

.menu-container-1 .menu-item--expanded.open > ul ul {
  padding-top: 12px;
  padding-bottom: 12px; }

.menu-container-1 .menu-item--expanded.open > ul ul a {
  border-bottom: none;
  padding-top: 13px;
  padding-bottom: 13px; }

.menu-container-1 .child-menu-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 68px;
  background: url(../images/btn-menu-child-indicator-down-1.png) 50% 50% no-repeat;
  cursor: pointer; }

.menu-container-1 ul ul ul .child-menu-indicator {
  height: 48px; }

.menu-container-1 .menu-item--expanded.open > .child-menu-indicator {
  background-image: url(../images/btn-menu-child-indicator-up-1.png); }

footer .menu-item.path-front,
footer .menu-item.path-search {
  display: none; }

/* js measurements are cumbersome. use this for responsive js */
#js_yardstick {
  position: absolute;
  left: -99999px;
  top: -99999px;
  height: 2400px;
  width: .1px; }

/* drupal stuff */
.system--messages {
  padding: 10px 25px;
  margin-bottom: 30px;
  background: green;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 0px 7px rgba(0, 0, 0, 0.05); }

.system--messages a {
  color: #fff;
  text-decoration: underline; }

.system--messages.message-warning {
  background-color: yellow; }

.system--messages.message-error {
  background-color: red; }

#panels-ipe-tray {
  font-size: 12px;
  /*display: none;*/ }

.region--help {
  position: relative; }

.region--local_tasks {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 200px;
  width: 125px;
  background: #ffffe0;
  font-size: 16px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px; }

#block-aau-local-tasks ul,
#block-aau-local-tasks li {
  margin: 0;
  background: none;
  list-style-type: none; }

#block-aau-local-tasks ul {
  padding: 9px 0; }

#block-aau-local-tasks a {
  display: block;
  padding: 2px 10px; }

#block-aau-local-tasks li:hover a,
#block-aau-local-tasks a.is-active {
  background-color: #e8e8cc;
  color: #444; }

form.field-group-delete-form.confirmation {
  text-align: center; }

/* chosen js */
.chosen-container {
  font-size: .85em;
  width: 100% !important; }

.chosen-container .search-field input {
  width: auto !important; }

.chosen-drop,
.chosen-container .chosen-results li,
.chosen-container-multi .chosen-choices li.search-choice {
  line-height: 1.15; }

.chosen-container.form-select {
  padding: 0; }

.chosen-container-single .chosen-single {
  padding: 10px 22px;
  overflow: auto;
  height: auto;
  border-radius: 10px; }

.section--grey .chosen-container-single .chosen-single {
  background: #fff;
  border-color: #cdcdcd; }

.chosen-container-single .chosen-single div b {
  background: url(../images/icon-chosen-single-is-closed-1.png) 0 50% no-repeat;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-single div {
  width: 28px; }

.chosen-container-single .chosen-single span {
  margin-right: 10px;
  padding: 7px 0; }

/* home has overlapping admin toolbar */
body.path-frontpage.toolbar-fixed.toolbar-silliness .toolbar-oriented,
body.path-frontpage.toolbar-silliness .toolbar-oriented .toolbar-bar,
body.path-frontpage.toolbar-silliness .toolbar-oriented .toolbar-tray {
  top: 120px; }

body.path-frontpage {
  padding-top: 0 !important; }

/**************************************************************/
/*  responsive */
@media (max-width: 1700px) {
  #js_yardstick {
    height: 1700px; } }

@media (max-width: 1600px) {
  #js_yardstick {
    height: 1600px; } }

@media (max-width: 1525px) {
  #js_yardstick {
    height: 1525px; } }

@media (max-width: 1460px) {
  #js_yardstick {
    height: 1460px; } }

@media (max-width: 1280px) {
  #js_yardstick {
    height: 1280px; } }

@media (max-width: 1260px) {
  #js_yardstick {
    height: 1260px; }
  main .views-exposed-form {
    margin-right: 0; }
  main .row .row {
    margin-right: auto;
    margin-left: auto; }
  main .row .view--trending--block-2 .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  body.layout-1 main .container-1 {
    padding-right: 30px; } }

@media (max-width: 1230px) {
  #js_yardstick {
    height: 1230px; } }

@media (max-width: 1200px) {
  #js_yardstick {
    height: 1200px; }
  .view-style-6 .field--image {
    width: 31%;
    margin-right: 25px;
    float: left; }
  .view-style-6 .field--image img {
    width: 100% !important;
    height: auto !important; }
  .body__footer__row-1,
  .body__footer__row-2 {
    padding-left: 30px;
    padding-right: 30px; }
  .region__footer-2,
  .region--footer_row_2_column_2 {
    text-align: center; }
  .block__address {
    margin-left: 0;
    text-align: left;
    display: inline-block; }
  .region__footer-3,
  .region--footer_row_2_column_3 {
    text-align: right; }
  .block__phone-fax {
    margin-left: 0;
    text-align: left;
    display: inline-block; }
  footer.body__footer .block__social {
    margin: 0 auto; }
  .region--footer-4,
  .region--footer_row_2_column_4 {
    text-align: center;
    border-top: 1px solid #273849;
    padding-top: 50px; }
  .view--trending--block-2 .view-style-3 .views-row,
  .view--trending--block-2.view-style-3 .views-row {
    width: 50%;
    margin-bottom: 30px; }
  body.node-id-371 .trigger-header-content {
    margin-top: 0;
    bottom: 15px;
    right: 30px; } }

@media (max-width: 1100px) {
  #js_yardstick {
    height: 1100px; } }

@media (max-width: 1000px) {
  #js_yardstick {
    height: 1000px; }
  body.layout-1 main .container-2 {
    margin-bottom: 30px; }
  .field--image.align-right,
  .field--image.align-left {
    float: none;
    margin: 0 0 30px 0;
    width: 100%; } }

@media (max-width: 960px) {
  #js_yardstick {
    height: 960px; }
  body.search-is-open header.body__header .block__search .search__form {
    width: 180px; }
  main .container-1 {
    padding-left: 60px; }
  .view-style-6 .field--image {
    width: 45%; }
  ul.list-type-1 li {
    display: inline-block;
    margin-right: 15px; }
  .framework-exposed-right.columns,
  .framework-exposed-left.columns:last-child:not(:first-child) {
    float: none;
    width: 100%;
    margin-right: 0; }
  .framework-exposed-right {
    margin-bottom: 0; }
  main .view--stem-framework-search .views-exposed-form .framework-exposed-left .form-item {
    max-width: 240px;
    margin-left: 10px;
    margin-right: 10px; }
  .view--stem-framework-search .view-content {
    margin-left: 0; }
  .block--block-views-block-stem-reform-efforts-block-1,
  .block--block-views-block-stem-univeristy-news-block-1 {
    width: 100%;
    float: none; }
  .block--block-views-block-stem-reform-efforts-block-1 {
    margin-bottom: 45px; }
  .view--stem-univeristy-news.view--display--block_1 {
    height: auto; }
  .block--block-views-block-stem-univeristy-news-block-1 .css-table-cell:nth-child(1) {
    float: left; }
  .block--block-views-block-stem-univeristy-news-block-1 .css-table-cell:nth-child(2),
  .block--block-views-block-stem-univeristy-news-block-1 .css-table-cell:nth-child(3) {
    margin-left: 130px;
    padding: 0; }
  .block--block-views-block-stem-univeristy-news-block-1 .field--title {
    padding: 15px 0 5px; }
  .block--block-views-block-stem-univeristy-news-block-1 .field--date {
    padding: 0 0 5px; }
  .view-style-8 .views-row
.view-style-8 .view-content li {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%; }
  .ff main .view-style-8 .views-row,
  .ff main .view-style-8 .view-content li {
    width: 45.65%; }
  .layout_has_sidebar .view-style-8 .views-row,
  .layout_has_sidebar .view-style-8 .view-content li {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .ff .layout_has_sidebar main .view-style-8 .views-row,
  .ff .layout_has_sidebar main .view-style-8 .view-content li {
    width: 100%; } }

@media (max-width: 850px) {
  #js_yardstick {
    height: 850px; } }

@media (max-width: 768px) {
  #js_yardstick {
    height: 768px; }
  header.body__header .block__search {
    margin-left: 0; }
  main article > header {
    padding: 0; }
  body.layout-1 main article > header {
    padding-left: 15px;
    padding-right: 15px; }
  .body__main__article__header-content {
    padding-left: 30px;
    padding-right: 30px; }
  main .container-1,
  aside.aside__right.columns {
    padding-right: 40px; }
  main .container-1 {
    padding-left: 40px; }
  /*
	.view__callouts	{
		position: static;
		}
	.view-style-2 .views-row-container-1	{
		height: 171px;
		}
	.view-style-2 li.views-row,
	.view-style-2 div.views-row	{
		margin-left: 4px;
		margin-right: 4px;
		margin-bottom: 12px;
		}
	.view-style-2 .field-image,
	.view-style-2 a,
	.view-style-2 .callout-content a	{
		width: 171px;
		height: 171px;
		}
	.view-style-2 .field-image img,
	.view-style-2 a:hover .field-image img	{
		width: 171px !important;
		height: 171px !important;
		}
	.view-style-2 li.views-row h2,
	.view-style-2 div.views-row h2	{
		font-size: 30px;
		font-weight: 400;
		}
	.view-style-2 li.views-row a:hover h2,
	.view-style-2 div.views-row a:hover h2	{
		margin-bottom: 0px;
		}
	.view-style-2 a:hover .field-image	{
		top: auto;
		left: auto;
		}
	.view-style-2 a:hover .field-summary	{
		opacity: 0;
		display: none;
		}
	*/
  .view-style-3 .views-row {
    margin-bottom: 15px; }
  .block__menu-primary-reiteration li,
  .block--block-footer-primary-reiteration li {
    float: none;
    min-width: 250px; }
  .region__footer-2,
  .region__footer-3,
  .region--footer-4,
  .region--footer_row_2_column_2,
  .region--footer_row_2_column_3,
  .region--footer_row_2_column_4 {
    text-align: center;
    border-top: 1px solid #273849;
    padding-top: 25px;
    padding-bottom: 25px; }
  .region__footer-1,
  .region--footer_row_2_column_1 {
    text-align: center; }
  .block__logo {
    display: inline-block;
    vertical-align: top; }
  .paragraph-id-416 .field--field-header {
    padding-right: 20px; }
  .framework-background-image {
    position: relative;
    float: right;
    top: 35px;
    margin: 0 0 30px 20px;
    right: -20px; }
  ul.list-type-1 li {
    width: 45%; } }

@media (max-width: 767px) {
  #js_yardstick {
    height: 767px; } }

@media (max-width: 640px) {
  #js_yardstick {
    height: 640px; }
  .region__header-menu-login,
  .region__header-search,
  .region__header-menu-secondary,
  .region.region--header_menu_login,
  .region.region--header_search,
  .region.region--header_menu_secondary {
    display: none; }
  header.body__header .block__search form [type="text"],
  header.body__header .block__search form [type="search"] {
    background-color: transparent; }
  header.body__header .block__search .form-item-search label,
  header.body__header .block__search .form-item-keys label {
    margin-top: -.55em; }
  .block__menu-login {
    float: right;
    margin-top: 20px;
    margin-right: 0; }
  .block__menu-login a {
    padding: 6px 15px; }
  .body__header__row-2 .block__menu-login {
    font-size: 18px; }
  .body__header__row-2 > .columns {
    padding-left: 0;
    padding-right: 0; }
  .region--breadcrumb {
    width: 50%; }
  .block__sharethis {
    margin-top: 18px; }
  .block__breadcrumb {
    display: none; }
  .breadcrumb ul {
    padding-top: 10px;
    padding-bottom: 10px; }
  .breadcrumb li:after {
    padding-top: 4px;
    padding-bottom: 0px; }
  .breadcrumb a,
  .breadcrumb span {
    padding-top: 4px;
    padding-bottom: 4px; }
  .view-style-3 .views-row {
    vertical-align: top;
    display: inline-block;
    width: 31%;
    margin-right: 1.5%;
    font-size: 18px;
    min-width: 240px; }
  .view-style-8 .views-row,
  .view-style-8 .view-content li {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .ff main .view-style-8 .views-row,
  .ff main .view-style-8 .view-content li {
    width: 100%; }
  .block__menu-primary-reiteration li,
  .block--block-footer-primary-reiteration li {
    min-width: 0;
    width: 100%; }
  .view--trending--block-2 .view-style-3 .views-row,
  .view--trending--block-2.view-style-3 .views-row {
    width: 100%;
    margin-right: 0;
    display: block; } }

@media (max-width: 600px) {
  #js_yardstick {
    height: 600px; }
  body.has-header-image .body__main__article__header-content,
  body.has-header-image .body__main__article__header-content.medium {
    width: auto; }
  .view-style-3 .views-row {
    width: 100%;
    margin-right: 0; }
  .view-style-3 .views-row,
  .featured-news .views-element-container,
  .paragraph--type--featured-content .view-style-3 .views-row {
    width: 100%;
    max-width: 500px; }
  .view-style-6 .field--image {
    width: 100%;
    margin-right: 0; }
  .view-style-6 .field--image img {
    width: 100% !important;
    height: auto !important; }
  .view--stem-framework-search .bef_nested li {
    width: 100%; } }

@media (max-width: 500px) {
  #js_yardstick {
    height: 500px; }
  .framework-background-image {
    text-align: right;
    width: 100%;
    margin-bottom: 50px; } }

@media (max-width: 480px) {
  #js_yardstick {
    height: 480px; }
  ul.list-type-1 li {
    width: 100%; } }

@media (max-width: 468px) {
  #js_yardstick {
    height: 468px; }
  .region__footer-1,
  .region__footer-2,
  .region__footer-3,
  .region--footer-4,
  .region--footer_row_2_column_1,
  .region--footer_row_2_column_2,
  .region--footer_row_2_column_3,
  .region--footer_row_2_column_4 {
    text-align: left; }
  .block__logo {
    display: block; }
  body.search-is-open header.body__header .block__search .search__form {
    width: 200px; }
  main .container-1 {
    padding-left: 20px;
    padding-right: 20px; }
  .region--breadcrumb {
    width: auto; }
  footer.body__footer .block__social header {
    margin: 0;
    position: absolute;
    top: -99999px;
    left: -99999px; }
  .body__main__article__header-content h1 {
    font-size: 38px; }
  .block--block-views-block-stem-univeristy-news-block-1 .css-table-cell {
    display: block; }
  .block--block-views-block-stem-univeristy-news-block-1 .field--date {
    white-space: normal; } }

@media (max-width: 400px) {
  #js_yardstick {
    height: 400px; }
  .primary-menu-trigger {
    text-indent: -99999px;
    text-align: left;
    padding: 14px 30px;
    background-position: 50% 50%; }
  body.search-is-open header.body__header .block__search .search__form {
    width: 150px; }
  .view-style-2 .views-row-container-1 {
    min-height: 280px;
    height: auto; }
  .view-style-2 .field-image,
  .view-style-2 a {
    width: 100%;
    height: auto;
    min-height: 280px; }
  .view-style-2 .field-image img,
  .view-style-2 a:hover .field-image img {
    width: 100% !important;
    height: auto !important;
    left: auto; }
  .view-style-2 li.views-row,
  .view-style-2 div.views-row {
    display: block;
    width: 100%; }
  .view-style-5 .views-row,
  .view-style-5 .views-row.hover {
    margin-left: 0;
    left: 0; }
  .view-style-5 .views-row,
  .view-style-5 .views-row.hover,
  .view-style-5 .story-bio,
  .view-style-5 .story-bio .bio-container-1 {
    width: 100%; }
  .view-style-5 .field--image img {
    width: 100% !important;
    height: auto !important; }
  .view.view-style-5 .slide-previous {
    left: -15px; }
  .view.view-style-5 .slide-next {
    right: -15px; }
  .block--block-views-block-stem-univeristy-news-block-1 .css-table-cell:nth-child(1) {
    float: none; }
  .block--block-views-block-stem-univeristy-news-block-1 .css-table-cell:nth-child(2),
  .block--block-views-block-stem-univeristy-news-block-1 .css-table-cell:nth-child(3) {
    margin-left: 0px; } }

@media (max-width: 350px) {
  #js_yardstick {
    height: 350px; }
  .view-style-3 .views-row {
    min-width: 0; } }

@media (max-width: 320px) {
  #js_yardstick {
    height: 320px; }
  body {
    min-width: 300px; } }

#toolbar-item-user {
  display:none;
}

.paragraph--type--featured-content .field--tags .field--name-description {
  display: none;
}
