@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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;
}

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

html {
  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;
}

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

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

.row {
  max-width: 75rem;
  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;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  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.3333333333%;
  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.6666666667%;
  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;
}

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    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.3333333333%;
    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.6666666667%;
    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;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    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.3333333333%;
    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.6666666667%;
    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;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 77.8125em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
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: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  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, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

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

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

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

abbr {
  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;
}

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 77.8125em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-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: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #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-color: #2199e8;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fff;
}
.button.secondary {
  background-color: #777;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}
.button.success {
  background-color: #3adb76;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}
.button.alert {
  background-color: #ec5840;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}
.button.warning {
  background-color: #ffae00;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: 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, .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;
  border-bottom-width: 0;
  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: #0a0a0a;
  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-color: #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 > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  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;
  white-space: nowrap;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

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

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

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

.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;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  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%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  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;
}

@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: 77.75em) {
  .hide-for-large-only {
    display: none !important;
  }
}

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

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

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

@media screen and (min-width: 77.8125em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 77.75em), screen and (min-width: 90em) {
  .show-for-xlarge-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-bottom: 0;
  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;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

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

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

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.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 {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button {
  display: table-cell;
  float: none;
}
.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button {
  width: 100%;
}
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
  border-right: 1px solid;
}
@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;
  }
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    border-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #def0fc;
}
.callout.secondary {
  background-color: #ebebeb;
}
.callout.success {
  background-color: #e1faea;
}
.callout.alert {
  background-color: #fce6e2;
}
.callout.warning {
  background-color: #fff3d9;
}
.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-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  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;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

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

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

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

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

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto;
}
.dropdown.menu.align-right .is-dropdown-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 .is-dropdown-submenu {
  top: 0;
  left: 100%;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
.is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative;
}
.is-dropdown-submenu-parent.is-down-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 0.825rem;
  right: 5px;
}
.is-dropdown-submenu-parent.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;
  border-left-width: 0;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.is-dropdown-submenu-parent.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;
  border-right-width: 0;
}
.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
  right: 0;
  left: auto;
}
.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
  left: 0;
  right: auto;
}
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

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

.flex-video {
  position: relative;
  height: 0;
  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(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a > img,
.menu > li > a > i {
  vertical-align: middle;
}
.menu > li > a > span {
  vertical-align: middle;
}
.menu > li > a > img,
.menu > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 77.8125em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

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

html,
body {
  height: 100%;
}

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

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  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,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  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;
}

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

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 77.8125em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xlarge ~ .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-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.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-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(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;
  border-radius: 0;
  display: none;
}
.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 .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;
}

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

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

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

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  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;
  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;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 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;
}

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

.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: 6.25rem auto 0;
  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 {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  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;
  transform: translate3d(0, 0, 0);
  border-radius: 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-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.switch.tiny .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 {
  width: 100%;
  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-x: auto;
}

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.vertical > li {
  width: auto;
  float: none;
  display: block;
}

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

.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 {
  background: #fefefe;
}
.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: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.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: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  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;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 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;
  border-bottom-width: 0;
  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;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 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;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 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: #e6e6e6;
}
.top-bar input {
  width: 200px;
  margin-right: 1rem;
}
.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%;
  }
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
  .stacked-for-small .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%;
  }
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
  .stacked-for-medium .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 77.75em) {
  .stacked-for-large .top-bar-title {
    width: 100%;
  }
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
  .stacked-for-large .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .stacked-for-xlarge .top-bar-title {
    width: 100%;
  }
  .stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
  .stacked-for-xlarge .top-bar-left {
    width: 100%;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-title {
    width: 100%;
  }
  .top-bar-right {
    width: 100%;
  }
  .top-bar-left {
    width: 100%;
  }
}
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

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

.top-bar-right {
  float: right;
}

table {
  width: 100%;
}
table thead {
  background: #525c60;
  color: #fefefe;
}
table thead a {
  color: #fefefe;
}
table caption {
  color: #999;
  font-family: "Roboto Slab", sans-serif;
  font-size: 23px;
  text-align: left;
}
@media screen and (max-width: 63.9375em) {
  table td:before {
    content: attr(data-th) " ";
  }
}

form {
  margin-bottom: 25px;
}
form button {
  color: #fefefe;
  background: #a33031;
  padding: 10px 13px;
}
form button.button.success {
  background-color: #525c60;
  margin-top: 15px;
  padding: 18px;
}
form button.button.success:hover, form button.button.success:focus {
  background-color: #464e52;
}
form button.button.success.apply-coupon {
  margin-top: 25px;
  padding: 13px;
}
form fieldset {
  border: 1px solid #525c60;
  margin-bottom: 1em;
  padding: 0 15px;
}
form input.button {
  background-color: #525c60;
  color: #fefefe;
  padding: 23px;
}
form select.error,
form input.error {
  border: 1px solid #b71818;
  margin-bottom: 0px;
}
form input[type=text],
form input[type=email],
form input[type=password] {
  height: 50px;
  padding: 20px;
}
form input[type=text].newsletter,
form input[type=email].newsletter,
form input[type=password].newsletter {
  padding: 30px;
}
form legend {
  color: #525c60;
  display: block;
  font-family: "Roboto Slab", sans-serif;
  font-size: 26px;
  margin-bottom: 25px;
}
form .required label {
  color: #a33031;
}
form .required label::after {
  color: #a33031;
  content: "*";
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  form legend {
    font-size: 28px;
    line-height: 38px;
  }
}
.form.orders input[type=text] {
  height: 0;
}
.form.orders .coupon-response div {
  margin-top: -15px;
}

.footer {
  background: #cbcacd;
  color: #525c60;
}
.footer a {
  color: #525c60;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer a.button {
  font-size: 18px;
  height: 260px;
  margin: 0px;
  padding: 120px 100px;
  text-align: center;
}
.footer a.button:hover {
  background: #525c60;
}
.footer h4 {
  border-bottom: 1px solid #cbcacd;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.footer span.copyright {
  color: #525c60;
  font-size: 12px;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  font-size: 13px;
  line-height: 24px;
  list-style: none;
}
.footer .bigBtn {
  background: url("/img/footer-apply-now.png") no-repeat 100% 0;
  padding-right: 0;
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-right: 115px;
  margin-top: 25px;
}
.footer .bigBtn a.button {
  background-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  margin-top: -130px;
  top: 50%;
}
.footer .callLink {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px;
}
.footer .col {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 640px) and (max-width: 1271px) {
  .footer .col {
    display: block;
  }
}
.footer .columns:not(.bigBtn) {
  padding: 40px;
}
.footer .socialIcon {
  display: inline;
}
.footer .socialIcon img {
  height: auto;
  margin-right: 6px;
  width: 40px;
}

/*

Camp Brainy Bunch CSS
December 2015

*/
/* Settings overrides */
/* Base Styles
----------------------------------------------------- */
body, p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #231f20;
}

h1, h2, h3, h4 {
  font-family: "Roboto Slab", sans-serif;
}

a {
  color: #a33031;
  transition: all 0.3s ease;
}
a:hover {
  color: #73909c;
}

.button {
  background-color: #525c60;
}

a.button {
  color: #fefefe;
  background-color: #a33031;
  margin: 0;
}

/*
button {
    color: #fff;
    background-color: $layoutOrange;
    padding: 10px 13px;
}
*/
.highlight {
  position: absolute;
  background-color: #ffff99;
  opacity: 0.9;
}

button.dropdown {
  margin: 0;
}

.menu.align-right > li {
  float: left;
}

/*
Some Overrides for elements that are being added by
CMS. These things should be updated in the HTML and
removed from here.
----------------------------------------------------- */
/*
 * @TODO: This needs to be removed and replaced with **selective** disabling for CMS pages that should NOT display breadcrumbs. Ref: https://basecamp.com/1758170/projects/6981136/todos/238734480
ul.breadcrumbs {display: none;}
*/
.breadcrumbs a {
  color: #525c60;
}

.banner {
  background: #a33031;
  font-size: 12px;
  font-weight: bold;
  height: 44px;
  padding-top: 10px;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 15;
}
.banner p {
  color: #fff;
}

/* Navigation
----------------------------------------------------- */
/* Top Bar */
.top-bar {
  background: rgba(0, 99, 141, 0);
}

.top-bar a {
  color: #000;
}

.top-bar ul {
  background: transparent;
}

.topNav {
  width: 100%;
  height: 44px;
  background: #525c60;
  color: #fff;
  font-size: 12px;
  position: fixed;
  top: 44px;
  z-index: 15;
}

.topNav a {
  color: #fff;
}

.topNav a.button {
  margin: 0px;
  background: #525c60;
  padding: 14px 25px;
}

.topNav a:hover {
  opacity: 0.7;
}

.topNav ul.topNavLinks {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.topNav ul.topNavLinks.float-left {
  margin-left: 50px;
  margin-top: 10px;
}

.topNav ul.topNavLinks.icons li {
  display: inline;
}

.topNav ul.topNavLinks li {
  list-style: none;
}

.topNav ul.topNavLinks li.btn {
  margin-right: 0px;
}

.topNav ul.topNavLinks li.btn a {
  padding-right: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #525c60 url(/img/icon-eNews.svg) no-repeat right 30px top 10px;
  background-size: 20px 20px;
}

.topNav ul.topNavLinks li img {
  width: 20px;
  height: auto;
}

.topNav ul.topNavLinks li.callLink {
  font-weight: bold;
}

.topNav .dropdown.menu .submenu {
  background: #cbcacd;
  border-bottom: 1px #525c60 solid;
  border-left: 1px #525c60 solid;
  border-right: 1px #525c60 solid;
  width: auto;
}

.topNav .dropdown.menu .submenu li {
  font-size: 14px;
}
.topNav .dropdown.menu .submenu li a {
  color: #525c60;
}

.topNav .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;
  position: relative;
  left: -6px;
  height: 20px;
  width: 14px;
  padding-top: 3px;
  border: 2px solid #30b5e9;
  font-weight: bold;
}

.menu.dropdown .submenu {
  background: #eceded;
  border: none;
  left: 100%;
  padding: 20px 10px;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 10;
}
.menu .is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1rem;
}
.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
  border-color: white transparent;
}
.menu .is-dropdown-submenu-parent.apply-now-parent a {
  color: #fff;
}
.menu .is-dropdown-submenu-parent.apply-now-parent > a::after {
  border-color: white transparent !important;
  top: 1rem;
}

/* Desktop Navigation */
header {
  display: block;
  padding: 20px;
  width: 100%;
  height: 90px;
  background: #cbcacd;
  z-index: 5;
  position: fixed;
  top: 88px;
  transition: all 0.3s ease;
}
header .logo {
  width: 335px;
  height: auto;
  transition: all 0.3s ease;
}
header .top-bar .top-bar-right {
  background: #cbcacd;
  width: auto;
}
header .top-bar .top-bar-right a::after {
  border-color: black transparent !important;
}
header .top-bar .top-bar-right .is-dropdown-submenu a {
  padding: 0.3rem 1rem;
}
header .top-bar .top-bar-right .is-dropdown-submenu a::after,
header .top-bar .top-bar-right .is-drilldown-submenu-parent a::after {
  border-color: transparent transparent transparent black !important;
}
@media screen and (min-width: 77.8125em) {
  header .top-bar .top-bar-right .apply-now-dropdown {
    background: #a33031;
    left: -140px !important;
  }
}
header .top-bar .top-bar-right .apply-now-dropdown a {
  color: #fefefe;
}
header .top-bar ul {
  padding: 0px;
  margin: 0px;
  transition: all 0.3s ease;
}
header .top-bar ul li {
  list-style: none;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.1s ease;
}
header .top-bar ul li ul.menu li a {
  color: #999;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
}
header .top-bar ul li ul.menu li a:hover {
  color: #000;
}
header .top-bar ul li a:hover {
  opacity: 0.7;
}
header .top-bar ul li a.button {
  background-color: #a33031;
  border-radius: 25px;
  padding: 14px 20px;
  margin: 0px;
}

li.js-drilldown-back a {
  color: #9cceef !important;
}

.js-drilldown-back::before {
  float: none;
  position: relative;
  top: 36px;
  right: 0px;
  left: 80px;
  margin-top: 0px;
}

/* Mobile Media Queries */
@media all and (max-width: 1245px) {
  header {
    display: block;
    padding: 0;
    width: 100%;
    height: 60px;
    background: #cbcacd;
    z-index: 5;
    position: fixed;
    top: 88px;
  }
  header .logo {
    width: 250px;
    margin-top: 13px;
  }
  header .top-bar {
    background: #fefefe;
  }
  header .top-bar a {
    color: black !important;
  }
  /*
  header.smaller {
      display: block;
      padding: 20px 20px;
      width: 100%;
      height: 80px;
      background: rgba(0,99,141,0.9);
      z-index: 5;
      position: fixed;
      top: 44px;
  }
  header.smaller .logo {
      width: 250px;
      height: auto;
  }
  */
}
@media screen and (max-width: 1245px) and (min-width: 64em) {
  header .top-bar a {
    color: white !important;
  }
}
@media all and (max-width: 1245px) {
  header .top-bar ul {
    background: #fefefe;
  }
  header .top-bar ul li {
    display: inline;
    list-style: none;
    text-align: center;
    text-transform: capitalize;
  }
  header .top-bar ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }
  header .top-bar ul li ul.menu li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 1245px) {
  header .top-bar .top-bar-right {
    width: 300px;
    position: relative;
  }
}
@media all and (max-width: 1245px) {
  header .top-bar .mobile-scroller {
    background-color: #fefefe;
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    overflow-y: scroll !important;
  }
}
@media all and (max-width: 1245px) {
  header .top-bar .is-drilldown {
    padding: 0.5rem;
    width: 300px !important;
  }
}
@media all and (max-width: 1245px) {
  header .top-bar .dropdown.menu .submenu {
    background: #fefefe;
  }
}
@media all and (max-width: 1245px) {
  header .top-bar .top-bar-right ul.drilldown li.parent-portal img {
    width: 25px;
  }
}
@media all and (max-width: 1245px) {
  #mobileNavMenu {
    width: 100% !important;
    background: #0078AC;
    padding: 25px;
    color: #fff;
    position: fixed;
    z-index: 1000 !important;
    top: 0px !important;
    right: 0px !important;
    box-shadow: none;
    border-radius: none;
    min-height: 550px;
  }
}
/**
 * Tablet Nav Queries
 *
 * Forces the main navigation menu to appear "docked" to the right-hand side
 * of the screen with a fixed width.
 */
@media all and (min-width: 641px) and (max-width: 1245px) {
  header .top-bar {
    width: 300px;
    position: fixed;
    top: 40px;
    right: 0;
  }
  header .top-bar .top-bar-right {
    width: 300px;
  }
  header .is-drilldown {
    width: 300px;
  }
}
/* Mobile Nav Queries */
@media all and (max-width: 640px) {
  .topNav ul.topNavLinks.float-left {
    margin-left: 0px;
  }
  .topNav ul.topNavLinks li.btn a {
    padding-right: 45px;
    background: #525c60 url(../../img/icon-eNews.svg) no-repeat right 15px top 10px;
    background-size: 20px 20px;
  }
  header .top-bar {
    padding: 0;
  }
  header .top-bar .mobile-scroller {
    width: 100%;
  }
  header .top-bar .is-drilldown {
    width: 100% !important;
  }
  header .top-bar .top-bar-right {
    width: 100% !important;
  }
  header .top-bar .top-bar-right ul li a {
    line-height: 18px;
  }
  header .top-bar .top-bar-right ul li ul.menu li a {
    line-height: 18px;
  }
}
/* Desktop Nav Shrink OnScroll */
/*
#desktopNav.smaller {
    display: block;
    padding: 30px 50px;
    width: 100%;
    height: 100px;
    background: rgba(0,99,141,0.9);
    z-index: 5;
    position: fixed;
    top: 44px;
}
#desktopNav.smaller .logo {
    width: 280px;
    height: auto;
}
#desktopNav.smaller ul.desktopNavLinks li {
    margin: 0px 6px;
    font-size: 13px;
}
*/
/* Mobile Nav */
.title-bar {
  background: transparent;
}

.mobileMenuBtn {
  cursor: pointer;
  float: right;
}

.mobileMenuBtn img {
  width: 45px;
  height: auto;
}

a.mobileCloseBtn img {
  width: 40px;
  height: auto;
  float: right;
}

/* Featured Content Slider
----------------------------------------------------- */
#home.orbit {
  position: absolute;
  top: 44px;
  z-index: 0;
  width: 100%;
}

#home.orbit .orbit-slide .slideOverlay {
  background: rgba(0, 99, 141, 0);
  height: 750px;
  width: 100%;
  transition: all 0.3s ease;
}

#home.orbit .orbit-slide .slideContent {
  background: rgba(82, 92, 96, 0.5);
  color: white;
  left: 180px;
  padding: 1em;
  position: relative;
  text-align: left;
  top: 270px;
  width: 500px;
}

#home.orbit .orbit-slide .slideContent p {
  color: #fff;
  font-size: 18px;
}

#home.orbit .orbit-slide .slideContent h2 {
  font-weight: bold;
  font-size: 45pt;
  line-height: 54pt;
}

#home.orbit .orbit-slide .slideContent a.button {
  background-color: #a33031;
  border-radius: 25px;
  padding: 14px 20px;
  margin: 0px;
  border: 2px solid #a33031;
  border-radius: 25px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 225px;
}

#home.orbit .orbit-slide .slideContent a.button:hover {
  background: #a33031;
}

button.orbit-previous, button.orbit-next {
  background: transparent;
}

/* Slide Backgrounds */
#home.orbit .orbit-slide.slideOne {
  background: url(../../img/slide-img-1.png) no-repeat 71% center;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  #home.orbit .orbit-slide.slideOne {
    background: url(../../img/slide-img-1.png) no-repeat center center;
    background-size: cover;
  }
}

#home.orbit .orbit-slide.slideTwo {
  background: url(../../img/slide-img-2.png) no-repeat 80% center;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  #home.orbit .orbit-slide.slideTwo {
    background: url(../../img/slide-img-2.png) no-repeat center 93px;
    background-size: cover;
  }
}

#home.orbit .orbit-slide.slideThree {
  background: url(../../img/slide-img-3.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  #home.orbit .orbit-slide.slideThree {
    background: url(../../img/slide-img-3.png) no-repeat center center;
    background-size: cover;
  }
}

#home.orbit .orbit-slide.slideFour {
  background: url(../../img/slide-img-4.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  #home.orbit .orbit-slide.slideFour {
    background: url(../../img/slide-img-4.png) no-repeat center center;
    background-size: cover;
  }
}

#home.orbit .orbit-slide.slideFive {
  background: url(../../img/slide-img-5.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  #home.orbit .orbit-slide.slideFive {
    background: url(../../img/slide-img-5.png) no-repeat center center;
    background-size: cover;
  }
}

/* Tablet View */
@media all and (max-width: 950px) {
  #home.orbit .orbit-slide .slideContent {
    width: 70%;
    margin: 0px auto;
    position: relative;
    top: 300px;
    left: auto;
    color: #fff;
    text-align: center;
  }
  #home.orbit .orbit-slide .slideContent h2 {
    font-weight: bold;
    font-size: 45pt;
    line-height: 44pt;
  }
}
/* Mobile View */
@media all and (max-width: 640px) {
  #home.orbit .orbit-container {
    height: 450px !important;
  }
  #home.orbit .orbit-slide .slideOverlay {
    background: rgba(0, 99, 141, 0.5);
    height: 450px;
    width: 100%;
  }
  #home.orbit .orbit-slide .slideContent {
    width: 100%;
    height: 450px;
    position: relative;
    top: 250px;
    left: auto;
    color: #fff;
    text-align: center;
  }
  #home.orbit .orbit-slide .slideContent h2 {
    font-weight: bold;
    font-size: 25pt;
    line-height: 34pt;
  }
  button.orbit-previous, button.orbit-next {
    display: none;
  }
}
/* Locations Feature on Homepage
----------------------------------------------------- */
div#container section#locBlock {
  margin-top: -200px;
}

section#locBlock {
  height: 350px;
  position: relative;
  top: 680px;
  z-index: 2;
}
section#locBlock .locationBlock {
  background: #525c60;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 30px 40px;
  float: left;
  transition: all 0.3s ease;
  margin-top: 20px;
  width: 33%;
}
section#locBlock .locationBlock ul {
  min-height: 192px;
}
section#locBlock .locationBlock h5 {
  min-height: 4.5em;
}
@media screen and (min-width: 64em) {
  section#locBlock .locationBlock h5 {
    min-height: 3em;
  }
}

section#locBlock .locationBlock.first {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

section#locBlock .locationBlock.last {
  border-right: none;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/*
section#locBlock .locationBlock:hover {
    background: $layoutBlue;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 8px;
    margin-top: 0px;
    border: 0px;
}
*/
section#locBlock .locationBlock h3 {
  font-weight: bold;
  font-size: 25px;
}

section#locBlock .locationBlock a.button {
  width: 80%;
  background: transparent;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  margin-top: 25px;
}

section#locBlock .locationBlock ul {
  padding: 0px;
  margin: 0px;
}

section#locBlock .locationBlock ul li {
  list-style: none;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section#locBlock .locationBlock ul li a {
  color: #fff;
  background: url(/img/icon-marker.svg) no-repeat left center;
  background-size: 20px auto;
  display: block;
  padding: 5px 20px 5px 30px;
  font-size: 14px;
}

/* Mobile Version */
section#locBlock .mobileLocations {
  background: #525c60;
  width: 100%;
  color: #fff;
  padding: 50px;
}

section#locBlock .mobileLocations a {
  display: block;
  width: 100%;
  background: url(../../img/icons-arrow-Right.svg) no-repeat center right;
  color: #fff;
  font-size: 17px;
}

@media all and (max-width: 640px) {
  section#locBlock {
    top: 545px !important;
  }
}
/* Body Content
----------------------------------------------------- */
div#container {
  margin-top: 130px;
}
@media screen and (min-width: 77.8125em) {
  div#container {
    margin-top: 180px;
  }
}

#content .cms {
  margin-bottom: 50px;
}
#content .homepage {
  margin-bottom: 0;
}

section#bodyContent.home {
  margin-top: 720px;
  display: block;
}
section#bodyContent.home .button {
  display: block;
}

.homeCol .medium-4 {
  padding: 35px;
}

.homeCol .medium-4 h3 {
  font-size: 24px;
  margin-top: 20px;
  color: #525c60;
  font-weight: bold;
}

/* Mobile View */
@media all and (max-width: 640px) {
  section#bodyContent.home {
    margin-top: 350px;
  }
}
/* Newsletter Signup Block
----------------------------------------------------- */
section#eNewsBlock {
  background: #ccc;
  height: 350px;
  width: 100%;
}

section#eNewsBlock h3 {
  font-size: 45px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
}

/*
input.newsletter {
    padding: 30px;
}
*/
/*
input.button {
    padding: 23px;
    background: $layoutGreen;
    color: #fff;
}
*/
section#eNewsBlock {
  background: url(../../img/bkgd-eNews.png) no-repeat center -145px;
  background-size: cover;
}

section#eNewsBlock div.overlayBkgd {
  background: rgba(82, 92, 96, 0.8);
  height: 400px;
  padding-top: 6%;
}

@media all and (max-width: 640px) {
  section#eNewsBlock h3 {
    font-size: 35px;
    margin-top: 75px;
  }
}
/* Day Camps Block
----------------------------------------------------- */
section#DayCampsList {
  background: #f2f2f2;
  min-height: 600px;
  width: 100%;
  padding: 50px 0px;
}

section#DayCampsList h3 {
  text-align: center;
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 50px;
  color: #525c60;
}

section#DayCampsList h4 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

section#DayCampsList ul {
  margin: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

section#DayCampsList ul li {
  list-style: none;
  color: #808285;
}

section#DayCampsList ul li a {
  color: #808285;
}

section#DayCampsList ul li a:hover {
  color: #5e6165;
}

@media all and (max-width: 640px) {
  section#DayCampsList h3 {
    font-size: 35px;
  }
}
/* Interior Header Image
----------------------------------------------------- */
div#container section#pageHdr {
  margin-top: -180px;
}

section#pageHdr {
  width: 100%;
  height: 585px;
  background: #ccc;
}

section#pageHdr .overlayBkgd {
  width: 100%;
  height: 585px;
  background: rgba(0, 139, 199, 0);
}

section#pageHdr h1.sectionTitle {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  margin-top: 420px;
  font-weight: bold;
  text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.67);
}

section#pageHdr .ctaMenu {
  background: rgba(0, 112, 160, 0.8);
  border-radius: 6px;
  color: #fff;
  padding: 40px;
  margin-top: 220px;
}

section#pageHdr .ctaMenu ul {
  padding: 0px;
  margin: 0px;
}

section#pageHdr .ctaMenu ul li {
  list-style: none;
}

section#pageHdr .ctaMenu ul li a {
  color: #fff;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #578eb7;
  padding: 6px 0px;
  font-size: 12px;
}

section#pageHdr .ctaMenu ul li a.button {
  background: transparent;
  border: 2px solid #a33031;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 8px;
  border-radius: 25px;
}

section#pageHdr .ctaMenu ul li a:hover {
  opacity: 0.7;
}

/* CampSession-related top-level pages */
section#pageHdr.camp {
  background-size: cover;
}
section#pageHdr.camp + #bodyContent .columns > h3:first-child {
  margin-top: 50px;
}
section#pageHdr.camp.varsity-speech {
  background: url(../../img/varsity-speech.jpeg) no-repeat center 21%;
  background-size: cover;
}
section#pageHdr.camp.novice-speech {
  background: url(../../img/novice-speech.png) no-repeat center -13%;
  background-size: cover;
}
section#pageHdr.camp.public-forum {
  background: url(../../img/public-forum.jpg) no-repeat center 33%;
  background-size: cover;
}
section#pageHdr.camp.speech-coach-institute {
  background: url(../../img/speech-coach-institute.png) no-repeat center -80%;
  background-size: cover;
}
section#pageHdr.camp.emerging-writers-institute-5-6 {
  background: url(../../img/emerging-writers-institute-5-6.jpg) no-repeat center 42%;
  background-size: cover;
}
section#pageHdr.camp.genetics {
  background: url(../../img/genetics.jpg) no-repeat center 33%;
  background-size: cover;
}
section#pageHdr.camp.girls-intro-engineering {
  background: url(../../img/girls-intro-engineering.png) no-repeat -495px 85px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.girls-intro-engineering {
    background: url(../../img/girls-intro-engineering.png) no-repeat -860px 65px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.girls-intro-engineering {
    background: url(../../img/girls-intro-engineering.png) no-repeat center 65px;
    background-size: cover;
  }
}
section#pageHdr.camp.girls-astronomy {
  background: url(../../img/girls-astronomy.jpg) no-repeat 85% 30px;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.girls-astronomy {
    background: url(../../img/girls-astronomy.jpg) no-repeat 85% -150px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.girls-astronomy {
    background: url(../../img/girls-astronomy.jpg) no-repeat center -95px;
    background-size: cover;
  }
}
section#pageHdr.camp.girls-intro-to-ap {
  background: url(../../img/girls-intro-to-ap.png) no-repeat center 65px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.girls-intro-to-ap {
    background: url(../../img/girls-intro-to-ap.png) no-repeat center center;
    background-size: cover;
  }
}
section#pageHdr.camp.girls-cardiology {
  background: url(../../img/girls-cardiology.png) no-repeat -120px 134px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.girls-cardiology {
    background: url(../../img/girls-cardiology.png) no-repeat -260px 134px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.girls-cardiology {
    background: url(../../img/girls-cardiology.png) no-repeat center 134px;
    background-size: cover;
  }
}
section#pageHdr.camp.girls-marine-science {
  background: url(../../img/girls-marine-science.png) no-repeat center 134px;
  background-size: cover;
}
section#pageHdr.camp.girls-neuroanatomy {
  background: url(../../img/girls-neuroanatomy.jpg) no-repeat 45% 110px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.girls-neuroanatomy {
    background: url(../../img/girls-neuroanatomy.jpg) no-repeat 46% 25px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.girls-neuroanatomy {
    background: url(../../img/girls-neuroanatomy.jpg) no-repeat center 55px;
    background-size: cover;
  }
}
section#pageHdr.camp.girls-robotics {
  background: url(../../img/girls-robotics.png) no-repeat center 134px;
  background-size: cover;
}
section#pageHdr.camp.summer-focus-enrichment {
  background: url(../../img/summer-focus-enrichment.jpg) no-repeat 14% 80px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.summer-focus-enrichment {
    background: url(../../img/summer-focus-enrichment.jpg) no-repeat 14% top;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.summer-focus-enrichment {
    background: url(../../img/summer-focus-enrichment.jpg) no-repeat center -55px;
    background-size: cover;
  }
}
section#pageHdr.camp.video-production {
  background: url(../../img/video-production-camp.png) no-repeat center 95px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.video-production {
    background: url(../../img/video-production-camp.png) no-repeat center -35px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.video-production {
    background: url(../../img/video-production-camp.png) no-repeat center 0;
    background-size: cover;
  }
}
section#pageHdr.camp.advanced-video-production {
  background: url(../../img/advanced-video-production.png) no-repeat -400px 0;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.advanced-video-production {
    background: url(../../img/advanced-video-production.png) no-repeat -800px -325px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.advanced-video-production {
    background: url(../../img/advanced-video-production.png) no-repeat center -325px;
    background-size: cover;
  }
}
section#pageHdr.camp.college-admission-prep-camp-and-summer-college-admssions-help-for-high-school-students {
  background: url(../../img/college-prep-high-school.jpg) no-repeat right 145px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.college-admission-prep-camp-and-summer-college-admssions-help-for-high-school-students {
    background: url(../../img/college-prep-high-school.jpg) no-repeat center 125px;
    background-size: cover;
  }
}
section#pageHdr.camp.a-summer-pre-college {
  background: url(../../img/a-summer-pre-college.png) no-repeat center 85px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.a-summer-pre-college {
    background: url(../../img/a-summer-pre-college.png) no-repeat center 45px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.a-summer-pre-college {
    background: url(../../img/a-summer-pre-college.png) no-repeat center -60px;
    background-size: cover;
  }
}
section#pageHdr.camp.a-summer-middle-school {
  background: url(../../img/a-summer-middle-school.png) no-repeat center 105px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.a-summer-middle-school {
    background: url(../../img/a-summer-middle-school.png) no-repeat center 60px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.a-summer-middle-school {
    background: url(../../img/a-summer-middle-school.png) no-repeat center -10px;
    background-size: cover;
  }
}
section#pageHdr.camp.a-summer-high-school {
  background: url(../../img/a-summer-high-school.png) no-repeat -500px 105px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.a-summer-high-school {
    background: url(../../img/a-summer-high-school.png) no-repeat -850px 60px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.a-summer-high-school {
    background: url(../../img/a-summer-high-school.png) no-repeat center -30px;
    background-size: cover;
  }
}
section#pageHdr.camp.a-summer-leadership {
  background: url(../../img/a-summer-leadership.jpg) no-repeat center 65px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.a-summer-leadership {
    background: url(../../img/a-summer-leadership.jpg) no-repeat center -75px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.a-summer-leadership {
    background: url(../../img/a-summer-leadership.jpg) no-repeat center -30px;
    background-size: cover;
  }
}
section#pageHdr.camp.california-college-tour {
  background: url(../../img/california-college-tour.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.california-college-tour {
    background: url(../../img/california-college-tour.png) no-repeat center bottom;
    background-size: cover;
  }
}
section#pageHdr.camp.east-coast-college-tour {
  background: url(../../img/east-coast-college-tour.png) no-repeat center 40px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.east-coast-college-tour {
    background: url(../../img/east-coast-college-tour.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.east-coast-college-tour {
    background: url(../../img/east-coast-college-tour.png) no-repeat center -110px;
    background-size: cover;
  }
}
section#pageHdr.camp.computer-programming {
  background: url(../../img/computer-programming.png) no-repeat center right;
  background-size: cover;
}
section#pageHdr.camp.computers-elementary {
  background: url(../../img/computers-elementary.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.computers-elementary {
    background: url(../../img/computers-elementary.jpg) no-repeat center -215px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.computers-elementary {
    background: url(../../img/computers-elementary.jpg) no-repeat center -195px;
    background-size: cover;
  }
}
section#pageHdr.camp.web-design {
  background: url(../../img/web-design.jpg) no-repeat center 154px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.web-design {
    background: url(../../img/web-design.jpg) no-repeat center 105px;
    background-size: cover;
  }
}
section#pageHdr.camp.graphic-design {
  background: url(../../img/graphic-design.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.camp.creative-writing-camps-creative-writing-summer-camp-teen-writing-camps {
  background: url(../../img/emerging-writers-7-9.png) no-repeat -440px 154px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.creative-writing-camps-creative-writing-summer-camp-teen-writing-camps {
    background: url(../../img/emerging-writers-7-9.png) no-repeat -925px 100px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.creative-writing-camps-creative-writing-summer-camp-teen-writing-camps {
    background: url(../../img/emerging-writers-7-9.png) no-repeat center 85px;
    background-size: cover;
  }
}
section#pageHdr.camp.english-immersion {
  background: url(../../img/english-immersion.png) no-repeat -440px center;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.english-immersion {
    background: url(../../img/english-immersion.png) no-repeat -925px -170px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.english-immersion {
    background: url(../../img/english-immersion.png) no-repeat center -185px;
    background-size: cover;
  }
}
section#pageHdr.camp.journalism {
  background: url(../../img/journalism.jpg) no-repeat 29% 75px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.journalism {
    background: url(../../img/journalism.jpg) no-repeat 29% -35px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.journalism {
    background: url(../../img/journalism.jpg) no-repeat center -35px;
    background-size: cover;
  }
}
section#pageHdr.camp.mock-trial-middle {
  background: url(../../img/mock-trial-middle.jpg) no-repeat center 20px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.mock-trial-middle {
    background: url(../../img/mock-trial-middle.jpg) no-repeat center -135px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.mock-trial-middle {
    background: url(../../img/mock-trial-middle.jpg) no-repeat center -35px;
    background-size: cover;
  }
}
section#pageHdr.camp.mock-trial-high {
  background: url(../../img/mock-trial-high.jpg) no-repeat 42% 80px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.mock-trial-high {
    background: url(../../img/mock-trial-high.jpg) no-repeat 43% -20px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.mock-trial-high {
    background: url(../../img/mock-trial-high.jpg) no-repeat center -55px;
    background-size: cover;
  }
}
section#pageHdr.camp.prep-camp-excel {
  background: url(../../img/prep-camp-excel.jpg) no-repeat 37% 134px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.prep-camp-excel {
    background: url(../../img/prep-camp-excel.jpg) no-repeat 39% 134px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.prep-camp-excel {
    background: url(../../img/prep-camp-excel.jpg) no-repeat center 134px;
    background-size: cover;
  }
}
section#pageHdr.camp.public-speaking-4-5 {
  background: url(../../img/public-speaking-4-5.png) no-repeat 24% 170px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.public-speaking-4-5 {
    background: url(../../img/public-speaking-4-5.png) no-repeat 25% 80px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.public-speaking-4-5 {
    background: url(../../img/public-speaking-4-5.png) no-repeat center -106%;
    background-size: cover;
  }
}
section#pageHdr.camp.public-speaking-4-8 {
  background: url(../../img/public-speaking-4-8.png) no-repeat center 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.public-speaking-4-8 {
    background: url(../../img/public-speaking-4-8.png) no-repeat center 80px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.public-speaking-4-8 {
    background: url(../../img/public-speaking-4-8.png) no-repeat center 55px;
    background-size: cover;
  }
}
section#pageHdr.camp.public-speaking-9-12 {
  background: url(../../img/public-speaking-9-12.png) no-repeat center 65px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.public-speaking-9-12 {
    background: url(../../img/public-speaking-9-12.png) no-repeat 55% -35px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.public-speaking-9-12 {
    background: url(../../img/public-speaking-9-12.png) no-repeat center -40px;
    background-size: cover;
  }
}
section#pageHdr.camp.public-speaking-advanced {
  background: url(../../img/public-speaking-advanced.png) no-repeat -65px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.public-speaking-advanced {
    background: url(../../img/public-speaking-advanced.png) no-repeat -135px 70px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.public-speaking-advanced {
    background: url(../../img/public-speaking-advanced.png) no-repeat center 45px;
    background-size: cover;
  }
}
section#pageHdr.camp.anatomy-physiology-4-5 {
  background: url(../../img/anatomy-physiology-4-5.jpg) no-repeat -195px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.anatomy-physiology-4-5 {
    background: url(../../img/anatomy-physiology-4-5.jpg) no-repeat -420px -75px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.anatomy-physiology-4-5 {
    background: url(../../img/anatomy-physiology-4-5.jpg) no-repeat center -80px;
    background-size: cover;
  }
}
section#pageHdr.camp.anatomy-physiology-4-6 {
  background: url(../../img/anatomy-physiology-4-6.png) no-repeat -195px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.anatomy-physiology-4-6 {
    background: url(../../img/anatomy-physiology-4-6.png) no-repeat -420px -75px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.anatomy-physiology-4-6 {
    background: url(../../img/anatomy-physiology-4-6.png) no-repeat center -80px;
    background-size: cover;
  }
}
section#pageHdr.camp.intro-engineering-4-6 {
  background: url(../../img/intro-engineering-4-6.png) no-repeat -250px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.intro-engineering-4-6 {
    background: url(../../img/intro-engineering-4-6.png) no-repeat -600px top;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.intro-engineering-4-6 {
    background: url(../../img/intro-engineering-4-6.png) no-repeat center top;
    background-size: cover;
  }
}
section#pageHdr.camp.astronomy-6-8 {
  background: url(../../img/astronomy-6-8.png) no-repeat -500px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.astronomy-6-8 {
    background: url(../../img/astronomy-6-8.png) no-repeat -960px top;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.astronomy-6-8 {
    background: url(../../img/astronomy-6-8.png) no-repeat center top;
    background-size: cover;
  }
}
section#pageHdr.camp.cardiology-6-8 {
  background: url(../../img/cardiology-6-8.png) no-repeat center 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.cardiology-6-8 {
    background: url(../../img/cardiology-6-8.png) no-repeat center top;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.cardiology-6-8 {
    background: url(../../img/cardiology-6-8.png) no-repeat center 110px;
    background-size: cover;
  }
}
section#pageHdr.camp.robotics-6-8 {
  background: url(../../img/robotics-6-8.png) no-repeat -280px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.robotics-6-8 {
    background: url(../../img/robotics-6-8.png) no-repeat -525px -150px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.robotics-6-8 {
    background: url(../../img/robotics-6-8.png) no-repeat center center;
    background-size: cover;
  }
}
section#pageHdr.camp.marine-science-6-8 {
  background: url(../../img/marine-science-6-8.png) no-repeat -310px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.marine-science-6-8 {
    background: url(../../img/marine-science-6-8.png) no-repeat -660px -40px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.marine-science-6-8 {
    background: url(../../img/marine-science-6-8.png) no-repeat center top;
    background-size: cover;
  }
}
section#pageHdr.camp.neuroanatomy7-9, section#pageHdr.camp.neuroanatomy-9-11 {
  background: url(../../img/neuroanatomy-9-11.png) no-repeat -310px 35px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.neuroanatomy7-9, section#pageHdr.camp.neuroanatomy-9-11 {
    background: url(../../img/neuroanatomy-9-11.png) no-repeat center -100px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.neuroanatomy7-9, section#pageHdr.camp.neuroanatomy-9-11 {
    background: url(../../img/neuroanatomy-9-11.png) no-repeat center -120px;
    background-size: cover;
  }
}
section#pageHdr.camp.robotics-9-11 {
  background: url(../../img/robotics-9-11.png) no-repeat -280px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.robotics-9-11 {
    background: url(../../img/robotics-9-11.png) no-repeat -835px -150px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.robotics-9-11 {
    background: url(../../img/robotics-9-11.png) no-repeat center center;
    background-size: cover;
  }
}
section#pageHdr.camp.astrophysics-9-11 {
  background: url(../../img/astrophysics-9-11.png) no-repeat left 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.astrophysics-9-11 {
    background: url(../../img/astrophysics-9-11.png) no-repeat -135px -15px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.astrophysics-9-11 {
    background: url(../../img/astrophysics-9-11.png) no-repeat center -60px;
    background-size: cover;
  }
}
section#pageHdr.camp.middle-actors-workshop {
  background: url(../../img/middle-actors-workshop.png) no-repeat 88% 80px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.middle-actors-workshop {
    background: url(../../img/middle-actors-workshop.png) no-repeat 85% top;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.middle-actors-workshop {
    background: url(../../img/middle-actors-workshop.png) no-repeat center -20px;
    background-size: cover;
  }
}
section#pageHdr.camp.college-admission-intensive {
  background: url(../../img/college-admission-intensive.jpg) no-repeat 84% 80px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.college-admission-intensive {
    background: url(../../img/college-admission-intensive.jpg) no-repeat 85% 70px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.college-admission-intensive {
    background: url(../../img/college-admission-intensive.jpg) no-repeat center 15px;
    background-size: cover;
  }
}
section#pageHdr.camp.college-admission-choice {
  background: url(../../img/college-admisson-choice.jpg) no-repeat 79% 80px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.college-admission-choice {
    background: url(../../img/college-admisson-choice.jpg) no-repeat 85% 70px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.college-admission-choice {
    background: url(../../img/college-admisson-choice.jpg) no-repeat center 15px;
    background-size: cover;
  }
}
section#pageHdr.camp.college-admission-original, section#pageHdr.camp.college-admission-abridged {
  background: url(../../img/college-admisson-original.png) no-repeat 96% 140px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.college-admission-original, section#pageHdr.camp.college-admission-abridged {
    background: url(../../img/college-admisson-original.png) no-repeat 85% 130px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.college-admission-original, section#pageHdr.camp.college-admission-abridged {
    background: url(../../img/college-admisson-original.png) no-repeat center 100px;
    background-size: cover;
  }
}
section#pageHdr.camp.emerging-writers-institute-4-6 {
  background: url(../../img/emerging-writers-institute-4-6.jpg) no-repeat 75% 140px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.emerging-writers-institute-4-6 {
    background: url(../../img/emerging-writers-institute-4-6.jpg) no-repeat 85% 130px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.emerging-writers-institute-4-6 {
    background: url(../../img/emerging-writers-institute-4-6.jpg) no-repeat center 100px;
    background-size: cover;
  }
}
section#pageHdr.camp.emerging-writers-institute-7-9 {
  background: url(../../img/emerging-writers-institute-7-9.png) no-repeat 75% 140px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.emerging-writers-institute-7-9 {
    background: url(../../img/emerging-writers-institute-7-9.png) no-repeat 85% 130px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.emerging-writers-institute-7-9 {
    background: url(../../img/emerging-writers-institute-7-9.png) no-repeat center 100px;
    background-size: cover;
  }
}
section#pageHdr.camp.emerging-writers-institute-10-12, section#pageHdr.camp.emerging-screenwriters-institute-10-12 {
  background: url(../../img/emerging-writers-institute-10-12.png) no-repeat 91% 80px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.emerging-writers-institute-10-12, section#pageHdr.camp.emerging-screenwriters-institute-10-12 {
    background: url(../../img/emerging-writers-institute-10-12.png) no-repeat 57% 80px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.emerging-writers-institute-10-12, section#pageHdr.camp.emerging-screenwriters-institute-10-12 {
    background: url(../../img/emerging-writers-institute-10-12.png) no-repeat center top;
    background-size: cover;
  }
}
section#pageHdr.camp.intro-astrophysics {
  background: url(../../img/intro-astrophysics.jpg) no-repeat 91% top;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.intro-astrophysics {
    background: url(../../img/intro-astrophysics.jpg) no-repeat right top;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.intro-astrophysics {
    background: url(../../img/intro-astrophysics.jpg) no-repeat center 50%;
    background-size: cover;
  }
}
section#pageHdr.camp.quantum-mechanics {
  background: url(../../img/quantum-mechanics.jpg) no-repeat 91% top;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.quantum-mechanics {
    background: url(../../img/quantum-mechanics.jpg) no-repeat right top;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.quantum-mechanics {
    background: url(../../img/quantum-mechanics.jpg) no-repeat center 50%;
    background-size: cover;
  }
}
section#pageHdr.camp.ChatGpt {
  background: url(../../img/ChatGpt.png) no-repeat center 100px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.ChatGpt {
    background: url(../../img/ChatGpt.png) no-repeat center 96px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.ChatGpt {
    background: url(../../img/ChatGpt.png) no-repeat center -33%;
    background-size: cover;
  }
}
section#pageHdr.camp.custom-family-college-tour {
  background: url(../../img/custom-family-college-tour.png) no-repeat 91% top;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.custom-family-college-tour {
    background: url(../../img/custom-family-college-tour.png) no-repeat right top;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.custom-family-college-tour {
    background: url(../../img/custom-family-college-tour.png) no-repeat center 50%;
    background-size: cover;
  }
}
section#pageHdr.camp.psychology-9-12 {
  background: url(../../img/psychology-9-12.jpg) no-repeat 82% 110px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camp.psychology-9-12 {
    background: url(../../img/psychology-9-12.jpg) no-repeat right 100px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camp.psychology-9-12 {
    background: url(../../img/psychology-9-12.jpg) no-repeat center -28%;
    background-size: cover;
  }
}

section#pageHdr.schedule {
  background: url(../../img/interior-bkgd-img-3.jpg) no-repeat center center;
  background-size: cover;
}

section#pageHdr.location .large-6 {
  width: 100%;
}
section#pageHdr.location.online-pacific, section#pageHdr.location.online-eastern {
  background: url(../../img/prep-camp-excel.jpg) no-repeat 37% 134px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.location.online-pacific, section#pageHdr.location.online-eastern {
    background: url(../../img/prep-camp-excel.jpg) no-repeat 39% 134px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.location.online-pacific, section#pageHdr.location.online-eastern {
    background: url(../../img/prep-camp-excel.jpg) no-repeat center 134px;
    background-size: cover;
  }
}
section#pageHdr.location.tufts-university {
  background: url(../../img/tufts-university.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.caltech {
  background: url(../../img/caltech.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.east-coast-colleges {
  background: url(../../img/east-coast-colleges.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.cambridge-ma {
  background: url(../../img/cambridge-ma.jpg) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.stanford-university {
  background: url(../../img/stanford-university.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.college-tour {
  background: url(../../img/college-tour.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.yale-university-new-haven-connecticut-ivy-league-college-campus {
  background: url(../../img/yale.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.georgetown-university {
  background: url(../../img/georgetown-university.png) no-repeat center 75px;
  background-size: cover;
}
section#pageHdr.location.education-unlimited-camps-at-uc-berkeley {
  background: url(../../img/slide-img-5.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.education-unlimited-camps-at-ucla {
  background: url(../../img/ucla.png) no-repeat center center;
  background-size: cover;
}
section#pageHdr.location.connecticut-college {
  background: url(../../img/connecticut-college.png) no-repeat center center;
  background-size: cover;
}

section#pageHdr.grade.by-adult {
  background: url(../../img/by-adult.jpg) no-repeat center 39%;
  background-size: cover;
}
section#pageHdr.grade.by-4-5 {
  background: url(../../img/by-4-5.png) no-repeat center 85px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.grade.by-4-5 {
    background: url(../../img/by-4-5.png) no-repeat center -45px;
    background-size: cover;
  }
}
section#pageHdr.grade.by-6-8 {
  background: url(../../img/by-6-8.png) no-repeat -200px 85px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.grade.by-6-8 {
    background: url(../../img/by-6-8.png) no-repeat center 20px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.grade.by-6-8 {
    background: url(../../img/by-6-8.png) no-repeat center -110px;
    background-size: cover;
  }
}
section#pageHdr.grade.by-9-10 {
  background: url(../../img/by-9-10.png) no-repeat -130px 130px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.grade.by-9-10 {
    background: url(../../img/by-9-10.png) no-repeat -200px 115px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.grade.by-9-10 {
    background: url(../../img/by-9-10.png) no-repeat center 10px;
    background-size: cover;
  }
}
section#pageHdr.grade.by-11-12 {
  background: url(../../img/by-11-12.png) no-repeat -260px 120px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.grade.by-11-12 {
    background: url(../../img/by-11-12.png) no-repeat -505px -105px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.grade.by-11-12 {
    background: url(../../img/by-11-12.png) no-repeat center -120px;
    background-size: cover;
  }
}

/* general cms pages */
section#pageHdr.general {
  background: url(../../img/interior-bkgd-img-11.jpg) no-repeat center 0;
  background-size: cover;
}

section#pageHdr.about-us {
  background: url(../../img/interior-bkgd-img-24.png) no-repeat center center;
  background-size: cover;
}

section#pageHdr.contact {
  background: url(../../img/contact.png) no-repeat center 70px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.contact {
    background: url(../../img/contact.png) no-repeat center 30px;
    background-size: cover;
  }
}

section#pageHdr.apply {
  background: url(../../img/interior-bkgd-img-8.jpg) no-repeat center center;
  background-size: cover;
}

section#pageHdr.brochure {
  background: url(../../img/interior-bkgd-img-12.jpg) no-repeat center 0;
  background-size: cover;
}

section#pageHdr.camp-staff {
  background: url(../../img/interior-bkgd-img-13.png) no-repeat center 75px;
  background-size: cover;
}

section#pageHdr.testimonials {
  background: url(../../img/interior-bkgd-img-14.jpg) no-repeat center 30px;
  background-size: cover;
}

section#pageHdr.faq {
  background: url(../../img/faq.jpg) no-repeat center 80px;
  background-size: cover;
}

section#pageHdr.camps {
  background: url(../../img/specialties-leadership.png) no-repeat -465px 55px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.camps {
    background: url(../../img/specialties-leadership.png) no-repeat -955px -25px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.camps {
    background: url(../../img/specialties-leadership.png) no-repeat right -45px;
    background-size: cover;
  }
}

section#pageHdr.special-offers {
  background: url(../../img/interior-bkgd-img-22.png) no-repeat center 134px;
  background-size: cover;
}

section#pageHdr.locations {
  background: url(../../img/georgetown-university.png) no-repeat center 75px;
  background-size: cover;
}

section#pageHdr.specialties {
  background: url(../../img/specialties.png) no-repeat right 155px;
}
@media screen and (min-width: 64em) {
  section#pageHdr.specialties {
    background: url(../../img/specialties.png) no-repeat center 134px;
    background-size: cover;
  }
}

section#pageHdr.specialties-prep-camps {
  background: url(../../img/specialties-prep-camps.png) no-repeat center 134px;
  background-size: cover;
}

section#pageHdr.acting-camps {
  background: url(../../img/acting-camps.png) no-repeat center center;
  background-size: cover;
}

section#pageHdr.specialties-leadership {
  background: url(../../img/specialties-leadership.png) no-repeat -465px 55px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.specialties-leadership {
    background: url(../../img/specialties-leadership.png) no-repeat -955px -25px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.specialties-leadership {
    background: url(../../img/specialties-leadership.png) no-repeat right -45px;
    background-size: cover;
  }
}

section#pageHdr.specialties-gifted {
  background: url(../../img/specialties-gifted.png) no-repeat -75px 80px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.specialties-gifted {
    background: url(../../img/specialties-gifted.png) no-repeat -165px 0;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.specialties-gifted {
    background: url(../../img/specialties-gifted.png) no-repeat center 15px;
    background-size: cover;
  }
}

section#pageHdr.specialties-science {
  background: url(../../img/specialties-science.png) no-repeat -250px 134px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.specialties-science {
    background: url(../../img/specialties-science.png) no-repeat 87% 134px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.specialties-science {
    background: url(../../img/specialties-science.png) no-repeat center 110px;
    background-size: cover;
  }
}

/* camp-category */
section#pageHdr.competitive-debate-institute {
  background: url(../../img/competitive-debate-institute.jpg) no-repeat center 21%;
  background-size: cover;
}

section#pageHdr.competitive-speech-institute {
  background: url(../../img/competitive-speech-institute.png) no-repeat center 18%;
  background-size: cover;
}

section#pageHdr.emerging-writers-institute {
  background: url(../../img/emerging-writers-institute.png) no-repeat 61% 154px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.emerging-writers-institute {
    background: url(../../img/emerging-writers-institute.png) no-repeat right 154px;
    background-size: cover;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.emerging-writers-institute {
    background: url(../../img/emerging-writers-institute.png) no-repeat center 134px;
    background-size: cover;
  }
}

section#pageHdr.college-prep {
  background: url(../../img/college-prep.jpg) no-repeat center 130px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.college-prep {
    background: url(../../img/college-prep.jpg) no-repeat center 90px;
    background-size: cover;
  }
}

section#pageHdr.girls-science-camps {
  background: url(../../img/girls-science-camps.png) no-repeat center 120px;
  background-size: cover;
}

section#pageHdr.video-production {
  background: url(../../img/video-production-category.png) no-repeat center 100px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.video-production {
    background: url(../../img/video-production-category.png) no-repeat center 40px;
    background-size: cover;
  }
}

section#pageHdr.a-summer {
  background: url(../../img/a-summer.png) no-repeat center 50px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.a-summer {
    background: url(../../img/a-summer.png) no-repeat center -85px;
    background-size: cover;
  }
}

section#pageHdr.a-summer-pre-college {
  background: url(../../img/a-summer-pre-college.png) no-repeat center 50px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  section#pageHdr.a-summer-pre-college {
    background: url(../../img/a-summer-pre-college.png) no-repeat center -85px;
    background-size: cover;
  }
}

section#pageHdr.actors-workshop,
section#pageHdr.california-actors-workshop {
  background: url(../../img/actors-workshop.png) no-repeat -100px 95px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.actors-workshop,
  section#pageHdr.california-actors-workshop {
    background: url(../../img/actors-workshop.png) no-repeat -150px 70px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.actors-workshop,
  section#pageHdr.california-actors-workshop {
    background: url(../../img/actors-workshop.png) no-repeat center 40px;
    background-size: cover;
  }
}

section#pageHdr.actors-workshop-abridged {
  background: url(../../img/actors-workshop-abridged.png) no-repeat -220px 115px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.actors-workshop-abridged {
    background: url(../../img/actors-workshop-abridged.png) no-repeat 39% 70px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.actors-workshop-abridged {
    background: url(../../img/actors-workshop-abridged.png) no-repeat center 40px;
    background-size: cover;
  }
}

section#pageHdr.college-tours {
  background: url(../../img/college-tours.png) no-repeat center 134px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.college-tours {
    background: url(../../img/college-tours.png) no-repeat center 90px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.college-tours {
    background: url(../../img/college-tours.png) no-repeat center 134px;
    background-size: cover;
  }
}

section#pageHdr.computer-camps {
  background: url(../../img/computer-camps.png) no-repeat -365px 154px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.computer-camps {
    background: url(../../img/computer-camps.png) no-repeat -730px 85px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.computer-camps {
    background: url(../../img/computer-camps.png) no-repeat center 134px;
    background-size: cover;
  }
}

section#pageHdr.mock-trial {
  background: url(../../img/mock-trial.png) no-repeat -450px 154px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.mock-trial {
    background: url(../../img/mock-trial.png) no-repeat -925px 85px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.mock-trial {
    background: url(../../img/mock-trial.png) no-repeat center 30px;
    background-size: cover;
  }
}

section#pageHdr.public-speaking {
  background: url(../../img/public-speaking.png) no-repeat center 40px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.public-speaking {
    background: url(../../img/public-speaking.png) no-repeat center -25px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.public-speaking {
    background: url(../../img/public-speaking.png) no-repeat center top;
    background-size: cover;
  }
}

section#pageHdr.science-camps {
  background: url(../../img/science-camps.png) no-repeat center 100px;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  section#pageHdr.science-camps {
    background: url(../../img/science-camps.png) no-repeat center 50px;
  }
}
@media screen and (min-width: 64em) {
  section#pageHdr.science-camps {
    background: url(../../img/science-camps.png) no-repeat center top;
    background-size: cover;
  }
}

/* Mobile Styles */
@media all and (max-width: 640px) {
  section#pageHdr {
    width: 100%;
    height: 485px;
    background-color: #ccc;
  }
  section#pageHdr .overlayBkgd {
    width: 100%;
    height: 485px;
  }
  section#pageHdr h1.sectionTitle {
    color: #fff;
    font-size: 35px;
    line-height: 55px;
    margin-top: 320px;
    font-weight: bold;
    text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.67);
  }
}
/* Interior - General Styles
----------------------------------------------------- */
#bodyContent {
  margin-top: 50px;
  margin-bottom: 50px;
  /* Interior: Large 2 Column Buttons
  ----------------------------------------------------- */
  /* Btn Block Image Backgrounds */
}
#bodyContent h1 {
  color: #73909c;
  font-size: 40px;
  font-weight: bold;
}
#bodyContent h1.padTop {
  margin-top: 170px;
}
#bodyContent h3 {
  color: #525c60;
  font-family: "Montserrat", sans-serif;
}
#bodyContent h4 {
  color: #73909c;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 36px;
}
#bodyContent h5 {
  color: #525c60;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 36px;
}
#bodyContent .blockBtn {
  height: 350px;
  width: 100%;
  background: #ccc;
  margin: 5px 0px;
}
#bodyContent .blockBtn .bkgdOverlay {
  height: 350px;
  width: 100%;
  background: rgba(0, 139, 199, 0.7);
  padding: 30px;
  transition: all 0.3s ease;
}
#bodyContent .blockBtn .bkgdOverlay:hover {
  background: rgba(0, 139, 199, 0.2);
}
#bodyContent .blockBtn .contentWrap {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 17% 0% 0% 0%;
}
#bodyContent .blockBtn .contentWrap h3 {
  font-weight: bold;
  color: #fff;
}
#bodyContent .blockBtn .contentWrap h4 {
  font-weight: bold;
  color: #fff !important;
  opacity: 0.6;
  margin: 0px !important;
}
#bodyContent .blockBtn.by-4-5 {
  background: url(../../img/by-4-5.png) no-repeat center center;
  background-size: 170%;
}
#bodyContent .blockBtn.by-6-8 {
  background: url(../../img/by-6-8.png) no-repeat center center;
  background-size: 170%;
}
#bodyContent .blockBtn.by-9-10 {
  background: url(../../img/by-9-10.png) no-repeat center center;
  background-size: 170%;
}
#bodyContent .blockBtn.by-11-12 {
  background: url(../../img/by-11-12.png) no-repeat center center;
  background-size: 170%;
}

#bodyContent a.button {
  background: #a33031;
  border: 2px solid #a33031;
  border-radius: 25px;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  padding: 12px 20px;
  text-align: center;
  text-transform: none;
}
#bodyContent a.button.clear-filters {
  margin: -13px 16px auto 5px;
}
#bodyContent a.button.orange-btn {
  background-color: #a33031;
  border-radius: 25px;
  padding: 14px 20px;
  margin: 0px;
}

#bodyContent a.button.dark {
  background: transparent;
  color: #999;
}

#bodyContent .colContent ul {
  padding: 0px;
  margin: 0px;
}

#bodyContent .colContent ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../../img/icons-green-bullet.svg) no-repeat left 7px;
  background-size: 10px auto;
}

#bodyContent .colContent ul li a {
  color: #ADC46B;
}

#bodyContent h2.smallHdr {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  margin: 50px 0px;
}

#bodyContent thead {
  background: #525c60;
  color: #fff;
}

/* Large Fullwidth Button */
#bodyContent a.button.lrg {
  background: #ADC46B;
  width: 100%;
  text-align: center;
  border: none;
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 23px;
  padding: 25px;
  border-radius: 7px;
}

/* Tab Content */
#bodyContent ul.tabs {
  background: #73909c;
}
#bodyContent ul.tabs li {
  background-color: #73909c;
  background-image: none;
  color: #fefefe;
  margin: 0px;
  padding-left: 0px;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #bodyContent ul.tabs li {
    width: 100%;
  }
}
#bodyContent ul.tabs li.tabs-title > a:hover {
  background-color: #0070a0;
}
#bodyContent ul.tabs li.tabs-title.is-active a {
  background-color: #f3f3f3;
  color: #73909c;
}
#bodyContent ul.tabs li a {
  font-size: 16px;
  padding: 20px 35px;
  color: #fefefe;
}
#bodyContent .tabs-content h3 {
  color: #73909c;
  font-size: 20px;
  margin-bottom: 40px;
}
#bodyContent .tabs-content .highlights {
  font-weight: bold;
}
#bodyContent .tabs-content .tabs-panel {
  background: #f3f3f3;
}

/* Mobile Styles */
@media all and (max-width: 640px) {
  #bodyContent h4 {
    font-size: 17px;
    line-height: 30px;
  }
  #bodyContent ul.tabs li a {
    display: block;
  }
}
/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
PAGE SPECIFIC STYLES
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */
/* /camp-sessions/display/camp/* (Program Pages)
----------------------------------------------------- */
#photoGal.orbit ul.orbit-container {
  height: inherit !important;
}
#photoGal.orbit ul.orbit-container li {
  max-height: inherit !important;
}

.staffContent {
  margin-bottom: 40px;
  display: block;
}

.staffContent img {
  margin-right: 30px;
}

#sample-schedule {
  overflow: hidden;
}

table.sample-schedule {
  caption-side: bottom;
  color: #525c60;
  font-size: 16px;
  font-weight: normal;
}
table.sample-schedule th {
  font-weight: normal;
}
table.sample-schedule h3 {
  color: #fefefe !important;
  margin-bottom: -10px !important;
  margin-top: 10px;
}
table.sample-schedule tbody {
  background: transparent;
}
table.sample-schedule tbody tr:nth-child(even) {
  background: transparent;
}
table.sample-schedule tbody td {
  vertical-align: top;
}
table.sample-schedule caption {
  font-size: 13px;
}
table.sample-schedule col {
  width: 20%;
}
table.sample-schedule .header {
  background-color: #cbcacd;
  width: 10%;
}
table.sample-schedule .first {
  background-color: #f2f1f2;
}

/* / (Home Page)
----------------------------------------------------- */
#bodyContent .img.circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin-bottom: 25px;
}
#bodyContent .img.circle.pad-right {
  margin-right: 15px;
}

/* /parent/* (Parent Portal)
----------------------------------------------------- */
.actions.columns ul {
  margin: 0px;
  padding: 0px;
}

.actions.columns ul li {
  list-style: none;
}

.actions.columns ul li a {
  color: #cbcacd;
  padding-left: 20px;
  display: block;
  background: url(../../img/icons-green-bullet.svg) 0 17px no-repeat;
  background-size: 10px 10px;
  font-size: 13px;
  line-height: 22px;
}
.actions.columns ul li a.orange-btn {
  background-color: #a33031;
  border-radius: 25px;
  padding: 14px 20px;
  margin: 0px;
  background-image: none;
  color: #fefefe;
  text-align: center;
}

.actions h3 {
  color: #999;
}

.content .row {
  padding: 100px 0px;
}

.callout.message {
  border: none;
  background: #cbcacd;
  border-radius: 6px;
  margin-bottom: 25px;
}
.callout.message a {
  color: #ccc;
  font-weight: bold;
}
.callout.message p {
  color: #fff;
  margin-right: 20px;
}
.callout.message .close-button {
  color: #fff;
  font-weight: bold;
}
.callout.message.alert {
  background-color: #b71818;
}
.callout.message.success {
  background-color: #525c60;
}
.callout.message.warning {
  background-color: #a33031;
}

small.error {
  display: block;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #b71818;
  color: #fefefe;
}
small.success {
  display: block;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  color: #525c60;
}

ul.vcard {
  list-style-type: none;
  margin-left: 0;
}

/* /users/login (Login)
----------------------------------------------------- */
.form.login p {
  text-align: center;
  margin-bottom: 25px;
}
.form.login p a.button {
  border-radius: 5px;
}

/* Pagination
----------------------------------------------------- */
.paginator {
  text-align: center;
  font-size: 10px;
  color: #999;
}
.paginator ul.pagination .disabled {
  padding: initial;
}
.paginator ul.pagination li a {
  background: #a33031;
  color: #fff;
  padding: 12px 15px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
}
.paginator ul.pagination li.active a {
  background: transparent;
  color: #a33031;
  border: 1px solid #a33031;
}
.paginator ul.pagination li.disabled a {
  background: #ccc;
}

.pages.next-step {
  margin-bottom: 50px;
}

.wysiwyg-font-size-smaller {
  font-size: 80%;
}