@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300,300italic);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #32588F;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2b4c7b;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

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

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }

  .hide-on-print,
  .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;
  }
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 *
 * Improved by Gecko Designs to reset ALL the things!
 */
html, body, div, span, applet, object, iframe,
button, input, select, textarea,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  background: none;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a, a:hover, a:active, a:visited, a:link {
  color: inherit;
}

/* Grid Box (1.0.0)
 * Creates a variable-count and variable-gutter grid system.
 * Apply this class to all children and ensure that they are the only members of the grid container.
 * This system is much more flexible than Foundation, it should be used for grids instead of columns.
 */
/* Breakpoint Utilities (1.0.0)
 * Provides utilities for imlementing custom, flexible breakpoints.
 */
/* Touch Nav Detection (1.0.0)
 * Determines whether we should be using touch navigation or not.
 * Pass in 'false' to the argument if the mixin is being used in the root instead of in a block.
 */
.soliloquy-viewport {
  height: auto !important;
}

/* Full-width mixin (1.0.0)
 * Creates a full-width section
 * Side-effect: element must be position relative
 */
body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  background-color: #015cab;
  color: #333;
}

a,
button,
:before,
:after {
  transition: all .2s ease-in-out;
}

button, .button {
  display: inline-block;
  margin-right: 30px;
  padding: 0px 18px;
  min-width: 165px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #000;
  font-size: 18px;
  line-height: 42px;
}
button:after, .button:after {
  margin-left: 8px;
  font-family: fontawesome;
  content: "\f178";
}

main {
  background-color: #fff;
}

ge-modal {
  display: block;
  position: fixed;
  transition: top 0.5s ease-in-out, visibility 0s linear 0.5s;
  visibility: hidden;
  top: -100%;
}
ge-modal.active {
  transition-delay: 0s;
  visibility: visible;
  top: 100px;
}
ge-modal .close::before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}

#blackout {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: black;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
  opacity: 0;
  visibility: hidden;
}
#blackout.active {
  opacity: 0.7;
  visibility: visible;
  transition-delay: 0s;
}

body.login {
  background-color: #134282;
}
body.login div#login h1 a {
  background-image: url(../avatar.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 300px;
  height: 100px;
}

header.desktop {
  background-color: #015cab;
}
header.desktop .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.desktop .branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c3d1e6;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
}
header.desktop .branding .announcement {
  line-height: 40px;
}
header.desktop .branding .announcement a {
  text-transform: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  color: #fefefe;
}
header.desktop .branding .announcement a:after {
  margin-left: 15px;
  font-family: fontawesome;
  font-size: 20px;
  content: "\f178";
  color: #c3d1e6;
}
header.desktop .branding span {
  margin-left: 20px;
  font-size: 22px;
  color: #8cc63e;
  text-transform: none;
  font-weight: 600;
}
header.desktop .social a {
  margin-left: 30px;
  color: #c3d1e6;
  font-size: 24px;
  line-height: 40px;
}
header.desktop .social a:before {
  font-family: fontawesome;
}
header.desktop .social a.login:before {
  content: "\f007";
}
header.desktop .social a.facebook:before {
  content: "\f09a";
}
header.desktop .social a.twitter:before {
  content: "\f099";
}
header.desktop .social a.linkedin:before {
  content: "\f08c";
}
header.desktop .social a.instagram:before {
  content: "\f16d";
}
header.desktop .social a.pinterest:before {
  content: "\f0d3";
}
header.desktop .social a.search:before {
  content: "\f002";
  color: #ffce34;
}
header.desktop .social a:hover:before {
  color: #fff;
}
@media screen and (max-width: 40rem) {
  header.desktop {
    display: none;
  }
}
html.touch header.desktop {
  display: none;
}
header.desktop nav ul > li {
  display: inline-block;
}
header.desktop nav ul > li > a {
  display: block;
}
header.desktop nav ul > li > .sub-menu {
  display: none;
}

section.slider {
  position: relative;
  background-color: #fff;
  min-height: 330px;
}
section.slider .row {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  section.slider .row {
    top: 0px;
  }
}
@media only screen and (max-width: 40em) {
  section.slider .row {
    position: relative;
  }
}
section.slider .intro {
  padding: 30px 20px;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  min-width: 270px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.3333333333%;
  float: left;
}
@media only screen and (max-width: 40em) {
  section.slider .intro {
    width: 100%;
  }
}
section.slider .intro img {
  display: block;
  margin: 0px auto 5px auto;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  section.slider .intro img {
    width: 75%;
  }
}
@media only screen and (max-width: 40em) {
  section.slider .intro img {
    display: none;
  }
}
section.slider .intro nav ul li {
  margin: 0px 0px 20px 0px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  section.slider .intro nav ul li {
    margin-bottom: 10px;
  }
}
section.slider .intro nav ul li a {
  display: block;
  padding: 10px 28px;
  background-color: #005dab;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 23px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
section.slider .intro nav ul li a:before {
  font-family: fontawesome;
  color: #98bbd9;
  margin-right: 10px;
}
section.slider .intro nav ul li a:after {
  float: right;
  font-family: fontawesome;
  color: #98bbd9;
  content: "\f178";
}
section.slider .intro nav ul li a:hover {
  color: #005dab;
  background-color: #5ca5e6;
  font-weight: 700;
}
section.slider .intro nav ul li a:hover::before, section.slider .intro nav ul li a:hover:after {
  color: #005dab;
}
section.slider .intro nav ul li:nth-child(1) a:before {
  content: "\f140";
}
section.slider .intro nav ul li:nth-child(2) a:before {
  content: "\f05a";
}
section.slider .intro nav ul li:nth-child(3) a:before {
  content: "\f041";
}
section.slider .intro nav ul li:nth-child(4) a:before {
  content: "\f007";
}
section.slider .intro nav ul li:last-child {
  margin-bottom: 0px;
}
section.slider .soliloquy-outer-container .soliloquy-container {
  max-width: 2000px;
  max-height: 800px;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-image {
  width: 100%;
  height: auto;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption {
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%;
  left: 0;
  right: 0;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption:before, section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption:after {
  content: " ";
  display: table;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption:after {
  clear: both;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 41.6666666667%;
  float: left;
  margin-left: 58.3333333333% !important;
  text-align: left;
  background: none;
  margin-bottom: 50px;
  padding: 0;
  text-shadow: 0 0 10px #fff;
  color: #101820;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 40em) {
  section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside {
    width: 100%;
    font-size: 18px;
    margin-left: 10px !important;
    line-height: 22px;
  }
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside a {
  display: inline-block;
  padding: 15px 20px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  background-color: #8dc73f;
  border-radius: 3px;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside a:after {
  font-family: fontawesome;
  content: "\f178";
  margin-left: 10px;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-viewport .soliloquy-slider .soliloquy-item .soliloquy-caption .soliloquy-caption-inside a:hover {
  background-color: #005dab;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-controls .soliloquy-pager {
  height: auto;
  bottom: 20px;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-controls .soliloquy-pager .soliloquy-pager-item {
  margin: 0px 8px;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-controls .soliloquy-pager .soliloquy-pager-item .soliloquy-pager-link {
  background-image: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
section.slider .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper .soliloquy-controls .soliloquy-pager .soliloquy-pager-item .soliloquy-pager-link.active {
  background-color: #005dab;
}

nav.primary {
  line-height: 44px;
  background-color: #fff;
  border-bottom: solid 1px #c2dcf2;
  position: relative;
  border-bottom: 44px solid #ffe080;
}
@media only screen and (max-width: 40em) {
  nav.primary {
    display: none;
  }
}
nav.primary ul {
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
nav.primary ul:before, nav.primary ul:after {
  content: " ";
  display: table;
}
nav.primary ul:after {
  clear: both;
}
nav.primary ul li {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
nav.primary ul li.current-menu-item {
  background-color: #ffe080;
}
nav.primary ul li.current-menu-item ul.sub-menu, nav.primary ul li.current_page_ancestor ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
}
nav.primary ul li:hover ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.primary ul li:hover {
  background-color: #ffe080;
}
nav.primary ul li a {
  display: block;
  padding: 0px 9px;
  font-size: 19px;
  font-weight: 700;
  color: #015cab;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 10px 0px;
  text-align: center;
}
nav.primary ul li ul.sub-menu {
  display: none;
  background-color: #ffe080;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 100;
}
nav.primary ul li ul.sub-menu li {
  text-align: center;
}
nav.primary ul li ul.sub-menu li:hover {
  background-color: #ffce34;
}
nav.primary ul li ul.sub-menu li a {
  font-weight: 300;
  text-transform: none;
}
nav.primary ul li ul.sub-menu li.current-menu-item {
  background-color: #ffce34;
}
nav.primary ul li ul.sub-menu li ul.sub-menu {
  display: none;
}

#search-positioner {
  display: none;
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%;
  position: relative;
}
#search-positioner.active {
  display: block;
}
#search-positioner:before, #search-positioner:after {
  content: " ";
  display: table;
}
#search-positioner:after {
  clear: both;
}
#search-positioner form#search-wrapper {
  position: absolute;
  z-index: 2000;
  right: 0;
  background-color: #fff;
  border: 2px solid #5CA5E6;
  border-radius: 5px;
  padding-left: 0px;
  margin-top: 5px;
}
#search-positioner form#search-wrapper:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  border: 2px solid #5CA5E6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -9px;
  right: 18px;
  border-right: none;
  border-bottom: none;
}
#search-positioner form#search-wrapper input {
  padding: 5px 10px;
  width: 160px;
}
#search-positioner form#search-wrapper input:focus {
  outline: none;
}
#search-positioner form#search-wrapper button {
  border: none;
  margin-right: 10px;
  padding: 0;
  background-color: transparent;
  min-width: auto;
  line-height: 0;
  color: #025DAA;
  outline: none;
}
#search-positioner form#search-wrapper button:after {
  content: "";
}

header.mobile {
  display: none;
  padding: 5px;
  padding-top: 0px;
  width: 100%;
  height: 65px;
  background-color: #3f6fb5;
}
@media screen and (max-width: 40rem) {
  header.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html.touch header.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.mobile .toggle-off-canvas {
  display: inline-block;
  font-weight: 100;
  padding-top: 15px;
  padding-left: 10px;
  font-size: 30px;
  cursor: pointer;
}
header.mobile .toggle-off-canvas::before {
  font-family: FontAwesome;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  vertical-align: top;
  content: "\f0c9";
  color: #fff;
}
header.mobile .logo {
  display: inline-block;
  width: 160px;
}

.mobile-off-canvas {
  position: fixed;
  top: 0;
  z-index: 105;
  width: 60vw;
  min-width: 280px;
  max-width: 400px;
  height: 100vh;
  background-color: white;
  overflow: scroll;
  transition: left 0.5s ease-in-out;
  left: -100%;
}
.mobile-off-canvas.active {
  left: 0;
}
.mobile-off-canvas header {
  padding: 8px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: 1px solid black;
}
.mobile-off-canvas nav {
  padding: 0px;
  padding-left: 5px;
  font-size: 24px;
}
.mobile-off-canvas nav li {
  display: block;
  padding: 4px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #015cab;
  text-transform: uppercase;
  line-height: 1.3em;
}
.mobile-off-canvas nav li ul {
  margin-left: 5px;
}
.mobile-off-canvas nav li ul li {
  font-weight: 500;
  padding-left: 15px;
  text-indent: -15px;
}
.mobile-off-canvas nav li ul li:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.mobile-off-canvas nav li ul li ul li {
  padding-left: 15px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  text-indent: 0;
  line-height: 1em;
}
.mobile-off-canvas nav li ul li ul li:before {
  display: none;
  content: "";
}
.mobile-off-canvas nav li ul li ul li:nth-child(1) {
  margin-top: 10px;
}

main.internal, main.search {
  padding: 33px 0px;
  background-color: #f2f9ff;
}
main.internal section.full-width, main.search section.full-width {
  z-index: 0;
  clear: both;
  margin-top: 10px;
  margin-bottom: 35px;
  padding: 20px 0px 20px 0px;
  position: relative;
}
main.internal section.full-width::before, main.search section.full-width::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: -20px;
  border-top: solid 1px #c2dcf2;
  border-bottom: solid 1px #c2dcf2;
  background-color: #fff;
}
@media screen and (min-width: 71.25rem) {
  main.internal section.full-width::before, main.search section.full-width::before {
    left: calc(-50vw + 71.25rem / 2);
  }
}
main.internal h1, main.search h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  color: #101820;
}
@media only screen and (max-width: 40em) {
  main.internal h1, main.search h1 {
    white-space: normal;
  }
}
main.internal h1:after, main.search h1:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 15px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c3d1e6;
}
@media only screen and (max-width: 40em) {
  main.internal h1:after, main.search h1:after {
    display: none;
  }
}
main.internal div.content h2, main.search div.content h2 {
  margin-bottom: 20px;
  font-size: 42px;
  color: #37465d;
}
main.internal div.content h3, main.search div.content h3 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #37465d;
}
main.internal div.content h4, main.search div.content h4 {
  margin-bottom: 20px;
  font-size: 32px;
  color: #37465d;
}
main.internal div.content h5, main.search div.content h5 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #37465d;
}
main.internal div.content h6, main.search div.content h6 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #37465d;
}
main.internal div.content p, main.search div.content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}
main.internal div.content a, main.search div.content a {
  color: #005dab;
}
main.internal div.content a:hover, main.search div.content a:hover {
  text-decoration: underline;
}
main.internal div.content a.button, main.search div.content a.button {
  padding: 15px 30px;
  font-size: 24px;
  color: #37465d;
}
main.internal div.content a.button:hover, main.search div.content a.button:hover {
  text-decoration: none;
  background-color: #ffce34;
  border-color: #ffce34 !important;
  color: #fff;
}
main.internal div.content a.button:hover:before, main.search div.content a.button:hover:before {
  color: #fff !important;
}
main.internal div.content a.button.phone, main.search div.content a.button.phone {
  margin-right: 38px;
  margin-bottom: 20px;
  border-color: #dbdbdb;
}
main.internal div.content a.button.phone:before, main.search div.content a.button.phone:before {
  font-family: fontawesome;
  content: "\f095";
  margin-right: 10px;
  color: #ffce34;
}
main.internal div.content a.button.phone:after, main.search div.content a.button.phone:after {
  content: "";
  margin: 0px;
}
main.internal div.content a.button.fax, main.search div.content a.button.fax {
  margin-right: 0px;
  margin-bottom: 20px;
  border-color: #dbdbdb;
}
main.internal div.content a.button.fax:before, main.search div.content a.button.fax:before {
  font-family: fontawesome;
  content: "\f1ac";
  margin-right: 10px;
  color: #ffce34;
}
main.internal div.content a.button.fax:after, main.search div.content a.button.fax:after {
  content: "";
  margin: 0px;
}
main.internal div.content strong, main.search div.content strong {
  font-weight: 700;
}
main.internal div.content em,
main.internal div.content i, main.search div.content em,
main.search div.content i {
  font-style: italic;
}
main.internal div.content ul, main.search div.content ul {
  margin-left: 0px;
  margin-bottom: 20px;
  list-style-type: none;
}
main.internal div.content ul li, main.search div.content ul li {
  margin-bottom: 15px;
  padding-left: 50px;
  text-indent: -45px;
  font-size: 24px;
  line-height: 30px;
}
main.internal div.content ul li:before, main.search div.content ul li:before {
  margin-right: 35px;
  font-family: fontawesome;
  content: "\f105";
  color: #ffce34;
}
main.internal div.content ol, main.search div.content ol {
  margin-left: 0px;
  margin-bottom: 20px;
  list-style-type: none;
  counter-reset: ge-ol;
}
main.internal div.content ol li, main.search div.content ol li {
  margin-bottom: 15px;
  padding-left: 50px;
  text-indent: -53px;
  font-size: 24px;
  line-height: 30px;
}
main.internal div.content ol li::before, main.search div.content ol li::before {
  margin-right: 35px;
  content: counter(ge-ol) ". ";
  counter-increment: ge-ol;
  color: #ffce34;
}
main.internal div.content blockquote, main.search div.content blockquote {
  position: relative;
  margin-top: 50px;
  margin-bottom: 35px;
  padding: 40px 100px 40px 190px;
  border: solid 1px #c2dcf2;
  border-radius: 3px;
  background-color: #f2f9ff;
}
main.internal div.content blockquote:before, main.search div.content blockquote:before {
  position: absolute;
  top: -35px;
  left: 100px;
  content: "“";
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 140px;
  color: #005dab;
}
main.internal div.content blockquote p, main.search div.content blockquote p {
  margin: 0px;
  font-size: 38px;
  line-height: 58px;
  font-style: italic;
  color: #005dab;
}
main.internal div.content blockquote p:last-of-type:after, main.search div.content blockquote p:last-of-type:after {
  content: "”";
}
main.internal div.content img.alignright,
main.internal div.content figure.alignright, main.search div.content img.alignright,
main.search div.content figure.alignright {
  float: right;
  margin: 0px 0px 20px 20px;
}
main.internal div.content img.alignleft,
main.internal div.content figure.alignleft, main.search div.content img.alignleft,
main.search div.content figure.alignleft {
  float: left;
  margin: 0px 20px 20px 0px;
}
main.internal div.content img.aligncenter,
main.internal div.content figure.aligncenter, main.search div.content img.aligncenter,
main.search div.content figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
main.internal div.content img figcaption,
main.internal div.content figure figcaption, main.search div.content img figcaption,
main.search div.content figure figcaption {
  margin-top: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
main.internal div.content address, main.search div.content address {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
main.internal div.content .gform_wrapper, main.search div.content .gform_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
main.internal div.content .gform_wrapper form .gform_body .gform_fields, main.search div.content .gform_wrapper form .gform_body .gform_fields {
  margin: 0px;
  padding: 0px;
}
main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-indent: 0px;
}
main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container {
  display: none;
}
main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield:before, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield:before {
  display: none;
}
main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  font-style: normal;
}
main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  margin: 5px 0px 0px 0px;
  padding: 10px 20px 5px 20px;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  color: #7b7b7b;
  border-radius: 3px;
  background-color: #e5f3ff;
  border: solid 1px #e5f3ff;
  outline: none;
}
main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  background-color: #fff;
  border-color: #015cab;
}
@media only screen and (max-width: 40em) {
  main.internal div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea, main.search div.content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    width: 100%;
  }
}
main.internal div.content .gform_wrapper form .gform_footer, main.search div.content .gform_wrapper form .gform_footer {
  margin: 0px;
  padding: 0px;
}
main.internal div.content .gform_wrapper form .gform_footer button, main.search div.content .gform_wrapper form .gform_footer button {
  font-weight: 700;
  text-transform: uppercase;
  color: #8dc73f;
  border-color: #8dc73f;
}
main.internal div.content .gform_wrapper form .gform_footer button:hover, main.search div.content .gform_wrapper form .gform_footer button:hover {
  color: #fff;
  background-color: #8dc73f;
}
main.internal div.content .navigation, main.search div.content .navigation {
  margin-top: 50px;
  padding-top: 20px;
  border-top: solid 1px #005dab;
  text-align: right;
}
main.internal div.content .navigation span.previous, main.search div.content .navigation span.previous {
  float: left;
}
main.internal.index article, main.search.index article {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: solid 1px #005dab;
}
main.internal.index article h2, main.search.index article h2 {
  margin: 5px 0px 5px 0px;
}
main.internal.index .navigation, main.search.index .navigation {
  border-top-style: none !important;
}
main.internal.neighborhoods .neighborhood, main.search.neighborhoods .neighborhood {
  margin-bottom: 30px;
}
main.internal.neighborhoods .neighborhood .neighborhood-image, main.search.neighborhoods .neighborhood .neighborhood-image {
  height: 200px;
  width: 100%;
  background-size: cover;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  main.internal.neighborhoods .neighborhood .neighborhood-image, main.search.neighborhoods .neighborhood .neighborhood-image {
    height: 300px;
  }
}
@media only screen and (max-width: 40em) {
  main.internal.neighborhoods .neighborhood .neighborhood-image, main.search.neighborhoods .neighborhood .neighborhood-image {
    height: 300px;
  }
}
main.internal.neighborhoods .neighborhood img, main.search.neighborhoods .neighborhood img {
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
}
main.internal.neighborhoods .neighborhood h2, main.search.neighborhoods .neighborhood h2 {
  margin: 10px 0px 30px 0px;
  padding: 0px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}
main.internal.neighborhoods .neighborhood h2 a, main.search.neighborhoods .neighborhood h2 a {
  position: relative;
  color: #015cab;
}
main.internal.neighborhoods .neighborhood h2 a:before, main.search.neighborhoods .neighborhood h2 a:before {
  position: absolute;
  top: -25px;
  left: -55px;
  font-family: fontawesome;
  content: "\f041";
  font-size: 100px;
  color: #ffe080;
}
main.internal.neighborhoods .neighborhood h2 a:hover, main.search.neighborhoods .neighborhood h2 a:hover {
  text-decoration: none;
}
main.internal.neighborhood .content nav, main.search.neighborhood .content nav {
  margin: 0;
  padding: 0;
}
main.internal.neighborhood .content nav ul, main.search.neighborhood .content nav ul {
  margin: 0px;
}
main.internal.neighborhood .content nav ul li, main.search.neighborhood .content nav ul li {
  display: block;
  padding-left: 15px;
  border-right: solid 1px #015cab;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 30px;
  line-height: 60px;
  text-indent: 0px;
  color: #a1a1a1;
  outline: none;
}
main.internal.neighborhood .content nav ul li:before, main.search.neighborhood .content nav ul li:before {
  margin: 0px;
  content: "";
}
main.internal.neighborhood .content nav ul li.ui-tabs-active, main.search.neighborhood .content nav ul li.ui-tabs-active {
  border-top: solid 1px #015cab;
  border-bottom: solid 1px #015cab;
  text-decoration: none;
  color: #015cab;
  border-right: none;
}
main.internal.neighborhood .content nav ul li.ui-tabs-active a, main.search.neighborhood .content nav ul li.ui-tabs-active a {
  color: #005dab;
}
main.internal.neighborhood .content nav ul li.ui-tabs-active:after, main.search.neighborhood .content nav ul li.ui-tabs-active:after {
  float: right;
  content: "\f178";
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0px;
}
main.internal.neighborhood .content nav ul li a, main.search.neighborhood .content nav ul li a {
  padding: 0px;
  font-style: normal;
  outline: none;
  color: #c8d3e4;
}
main.internal.neighborhood .content nav ul li a:hover, main.search.neighborhood .content nav ul li a:hover {
  text-decoration: none;
  color: #005dab;
}

aside.sidebar nav {
  margin-bottom: 30px;
}
aside.sidebar nav ul li a {
  display: block;
  border-left: solid 1px #015cab;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
  font-size: 28px;
  line-height: 60px;
  color: #a1a1a1;
}
aside.sidebar nav ul li a:hover {
  color: #005dab;
}
aside.sidebar nav ul li.current_page_item a {
  color: #005dab;
  border-top: solid 1px #015cab;
  border-bottom: solid 1px #015cab;
  border-left: solid 1px #f2f9ff;
}
aside.sidebar nav ul li.current_page_item a:before {
  margin: 0px 10px 0px 0px;
  font-family: fontawesome;
  content: "\f177";
}
aside.sidebar > a.button {
  padding: 10px 14px;
  font-size: 24px;
  color: #37465d;
}
aside.sidebar > a.button.phone {
  margin-right: 3px;
  margin-bottom: 20px;
  border-color: #dbdbdb;
}
aside.sidebar > a.button.phone:before {
  font-family: fontawesome;
  content: "\f095";
  margin-right: 10px;
  color: #ffce34;
}
aside.sidebar > a.button.phone:after {
  content: "";
  margin: 0px;
}
aside.sidebar > a.button.fax {
  margin-right: 0px;
  margin-bottom: 20px;
  border-color: #dbdbdb;
}
aside.sidebar > a.button.fax:before {
  font-family: fontawesome;
  content: "\f1ac";
  margin-right: 10px;
  color: #ffce34;
}
aside.sidebar > a.button.fax:after {
  content: "";
  margin: 0px;
}
aside.sidebar section {
  margin-bottom: 30px;
  padding: 20px 32px;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #dbdbdb;
}
aside.sidebar section.blue {
  border-color: #c2dcf2;
}
aside.sidebar section.blue header {
  font-weight: 700;
}
aside.sidebar section.blue .button {
  margin-top: 10px;
}
aside.sidebar section.info header:before {
  content: "\f0f3";
}
aside.sidebar section.map header:before {
  content: "\f041";
}
@media only screen and (max-width: 40em) {
  aside.sidebar section.map #mor {
    width: 288px;
  }
}
aside.sidebar section.find header:before {
  content: "";
  margin-right: 0px;
}
aside.sidebar section.testimonial header:before {
  content: "\f086";
}
aside.sidebar section.testimonial span {
  position: relative;
  display: block;
}
aside.sidebar section.testimonial span:before {
  position: absolute;
  top: -20px;
  left: 80px;
  content: "\201C";
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 180px;
  color: #ffe080;
}
aside.sidebar section.testimonial span img {
  border-radius: 50%;
}
aside.sidebar section.testimonial blockquote p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
aside.sidebar section.testimonial blockquote p:after {
  content: "\201C";
}
aside.sidebar section.testimonial blockquote cite {
  font-size: 14px;
  line-height: 24px;
  color: #37465d;
}
aside.sidebar section.testimonial blockquote cite:before {
  content: "- ";
}
aside.sidebar section header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  color: #37465d;
}
aside.sidebar section header:before {
  margin-right: 10px;
  font-family: fontawesome;
  color: #ffce34;
}
aside.sidebar section p {
  margin-bottom: 10px;
}
aside.sidebar section a.button {
  margin-left: 0px !important;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  line-height: 36px;
}
@media only screen and (max-width: 40em) {
  aside.sidebar section a.button {
    margin-bottom: 20px;
  }
}
aside.sidebar section a.button:after {
  color: #005dab;
}
aside.sidebar section a.button.green {
  margin-right: 0px;
  margin-left: 30px;
  padding-right: 20px;
  padding-left: 20px;
  min-width: auto;
  color: #fff;
  background-color: #8dc73f;
  text-transform: uppercase;
  font-weight: 700;
  border-color: #8dc73f;
}
aside.sidebar section a.button.green:after {
  color: #fff;
}
aside.sidebar section a.button.green:hover {
  color: #8dc73f;
  background-color: #fff;
}
aside.sidebar section a.button.green:hover:after {
  color: #8dc73f;
}
aside.sidebar section .full {
  margin: 0px 0px -20px -32px;
}
aside.sidebar section .gform_wrapper form .gform_heading .gform_description {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #37465d;
}
aside.sidebar section .gform_wrapper form .gform_heading .gform_description:before {
  margin-right: 10px;
  font-family: fontawesome;
  content: "\f0e0";
  color: #ffce34;
}
aside.sidebar section .gform_wrapper form .validation_error {
  color: #f00;
  margin-bottom: 10px;
}
aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}
aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin-bottom: 20px;
}
aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  display: block;
  padding: 10px 20px;
  width: 100%;
  outline: none;
  border: solid 1px #8dc73f;
  border-radius: 3px;
  font-size: 18px;
  font-style: italic;
}
aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 120px;
}
aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
  display: none;
}
aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
  border-color: #f00;
}
aside.sidebar section .gform_wrapper form .gform_body .gform_fields .gform_validation_container {
  display: none;
}
aside.sidebar section .gform_wrapper form .gform_footer {
  text-align: right;
}
aside.sidebar section .gform_wrapper form .gform_footer button {
  margin-right: 0px;
  background-color: #8dc73f;
  border-color: #8dc73f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  outline: none;
}
aside.sidebar section .gform_wrapper form .gform_footer button:hover {
  background-color: #fff;
  color: #8dc73f;
}

footer.primary nav {
  padding: 30px 0px 25px 0px;
  background-color: #015cab;
  font-size: 18px;
  line-height: 24px;
  color: #c3d1e6;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  footer.primary nav .footer-section {
    height: 320px;
  }
}
@media only screen and (max-width: 40em) {
  footer.primary nav .footer-section {
    margin-bottom: 30px;
  }
}
footer.primary nav h6 {
  margin: 0px 0px 18px 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}
footer.primary nav h6 a {
  color: #fff;
}
footer.primary nav h6:before {
  display: block;
  margin: 0px auto 12px auto;
  font-family: fontawesome;
  font-size: 60px;
  line-height: 60px;
  color: #5ca5e5;
}
footer.primary nav h6.about:before {
  content: "\f05a";
}
footer.primary nav h6.public:before {
  content: "\f0a1";
}
footer.primary nav h6.find:before {
  content: "\f007";
}
footer.primary nav h6.contact:before {
  content: "\f0e0";
}
footer.primary nav a {
  color: #c3d1e6;
}
footer.primary nav a:hover {
  color: #fff;
}
footer.primary .legal {
  padding: 20px 0px;
  background-color: #5ca5e6;
  font-size: 18px;
  color: #333;
}
footer.primary .legal strong {
  font-weight: 700;
}
footer.primary .legal em {
  font-style: italic;
}
footer.primary .legal p {
  margin-bottom: 0px;
}
footer.primary .legal p:first-child {
  margin-bottom: 25px;
}
footer.primary .legal hr {
  margin: 20px 0px;
  border-top: solid 1px #cef29d;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
footer.primary .badges {
  padding: 20px 0px;
  color: #fff;
  font-size: 12px;
}
footer.primary .badges .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  footer.primary .badges .badge {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 40em) {
  footer.primary .badges .badge {
    margin-bottom: 20px;
  }
}
footer.primary .badges img {
  margin-right: 17px;
}

main.front section.quote-stats {
  padding: 25px 0px;
  background-color: #f2f9ff;
  border-bottom: solid 1px #c2dcf2;
}
main.front section.quote-stats h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-bottom: 15px;
  font-size: 36px;
  color: #37465d;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main.front section.quote-stats h2:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 25px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c3d1e6;
}
main.front section.quote-stats article {
  padding: 12px 15px 30px 12px;
  height: 185px;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
}
main.front section.quote-stats article h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #37465d;
}
main.front section.quote-stats article h3 a {
  color: #37465d;
}
main.front section.quote-stats article img {
  float: right;
  margin-left: 18px;
}
main.front section.quote-stats div.quote {
  position: relative;
}
main.front section.quote-stats div.quote article {
  margin-left: 85px;
  padding-top: 30px;
  padding-left: 115px;
  overflow-y: auto;
}
main.front section.quote-stats div.quote article img {
  position: absolute;
  top: 55px;
  left: 0px;
  border-radius: 50%;
  width: 165px;
  height: 165px;
}
main.front section.quote-stats div.quote article blockquote p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
main.front section.quote-stats div.quote article blockquote p:before {
  position: absolute;
  top: 110px;
  left: 5px;
  content: "\201C";
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 180px;
  color: #ffe080;
}
main.front section.quote-stats div.quote article blockquote p:after {
  content: "\201C";
}
main.front section.quote-stats div.quote article blockquote cite {
  font-size: 14px;
  line-height: 24px;
  color: #37465d;
}
main.front section.quote-stats div.quote article blockquote cite:before {
  content: "- ";
}
main.front section.quote-stats div.stats .stat-tooltip {
  display: none;
  position: absolute;
  width: 200px;
  height: 100px;
  left: -8px;
  bottom: -95px;
  text-align: center;
  background-color: #c8d3e4;
  padding: 10px 15px;
  box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.75);
  font-weight: normal;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  z-index: 10;
}
main.front section.quote-stats div.stats .stat-tooltip:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #c8d3e4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -8px;
}
main.front section.quote-stats div.stats .stat-tooltip strong {
  font-weight: bold;
}
main.front section.quote-stats div.stats div.stat {
  padding: 12px 15px 30px 12px;
  height: 185px;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #ffc202;
  cursor: pointer;
}
main.front section.quote-stats div.stats div.stat:hover .stat-tooltip {
  display: inline-block;
}
main.front section.quote-stats div.stats div.stat header {
  font-size: 24px;
  font-weight: 300;
  color: #37465d;
}
main.front section.quote-stats div.stats div.stat header:before {
  display: block;
  margin: 30px auto 10px auto;
  font-family: fontawesome;
  font-size: 60px;
  color: #c3d1e5;
}
main.front section.quote-stats div.stats div.stat.active header:before {
  content: "\f03a";
}
main.front section.quote-stats div.stats div.stat.median header:before {
  content: "\f155";
}
main.front section.quote-stats div.stats div.stat.absorption header:before {
  content: "\f201";
}
main.front section.quote-stats div.stats div.stat.sold header:before {
  content: "\f015";
}
main.front section.news-why {
  padding: 30px 0px 50px 0px;
}
main.front section.news-why h2 {
  margin-bottom: 15px;
  font-size: 36px;
  color: #37465d;
}
main.front section.news-why .news article div.meta {
  margin-bottom: 12px;
  padding: 0px 12px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  border: solid 1px #c2e199;
  border-radius: 3px;
}
main.front section.news-why .news article div.meta span {
  margin-right: 25px;
}
main.front section.news-why .news article div.meta span:before {
  font-family: fontawesome;
  margin-right: 8px;
}
main.front section.news-why .news article div.meta span.date:before {
  content: "\f073";
}
main.front section.news-why .news article div.meta span.author:before {
  content: "\f007";
}
main.front section.news-why .news article p {
  margin-bottom: 20px;
  font-siz: 18px;
  color: #333;
}
main.front section.news-why .news article a.button {
  color: #8dc73f;
  font-weight: 700;
  border-color: #8dc73f;
  text-transform: uppercase;
}
main.front section.news-why .news article a.button:hover {
  color: #fff;
  background-color: #8dc73f;
}
@media only screen and (max-width: 40em) {
  main.front section.news-why .news article a.button {
    margin-bottom: 10px;
  }
}
main.front section.news-why .why article {
  padding: 20px 30px;
  background-color: #f2f9ff;
  border: solid 1px #c2dcf2;
  border-radius: 3px;
}
main.front section.news-why .why article h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #37465d;
}
main.front section.news-why .why article p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #37465d;
}
main.front section.news-why .why article a.button {
  color: #37465d;
  border-color: #005dab;
  text-transform: uppercase;
}
main.front section.news-why .why article a.button:after {
  color: #005dab;
}
main.front section.news-why .why article a.button:hover {
  color: #fff;
  background-color: #005dab;
}
main.front section.news-why .why article a.button:hover:after {
  color: #fff;
}

main.search h1 .search-term {
  padding-left: 10px;
  font-style: italic;
}
main.search h2 a {
  margin-bottom: 20px;
  font-size: 42px;
  color: #37465d;
  margin-bottom: 20px;
  display: inline-block;
}
main.search ol.posts {
  padding-top: 40px;
  counter-reset: search-counter;
}
main.search ol.posts li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 40px;
  line-height: 1.3em;
}
main.search ol.posts li:before {
  content: counter(search-counter) ".";
  counter-increment: search-counter;
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 2em;
}

main.staff h1 {
  width: 100%;
  clear: both;
}
main.staff .staff-section .staff-profile {
  margin-bottom: 50px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  main.staff .staff-section .staff-profile {
    height: 450px;
  }
}
@media only screen and (max-width: 40em) {
  main.staff .staff-section .staff-profile {
    height: 350px;
  }
}
main.staff .staff-section .staff-profile h3 {
  font-size: 30px;
  font-weight: bold;
  color: #005dab;
}
main.staff .staff-section .staff-profile .mugshot {
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
main.staff .staff-section .staff-profile cite {
  display: block;
}
main.staff .mor-officers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap row;
      flex-flow: wrap row;
}
main.staff .mor-officers .staff-profile {
  -ms-flex-preferred-size: 15rem;
      flex-basis: 15rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}
main.staff .mor-officers .staff-profile .mugshot {
  width: 255px !important;
  height: 255px !important;
}
main.staff .mor-officers .staff-profile .staff-name {
  color: #101820;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
main.staff .mor-officers .staff-profile .staff-affiliation {
  color: #015cab;
  font-size: 21px;
  line-height: 30px;
}
main.staff .mor-local-directors,
main.staff .mor-state-directors,
main.staff .mor-local-committee-chairs,
main.staff .mor-staff-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap row;
      flex-flow: wrap row;
}
main.staff .mor-local-directors::after,
main.staff .mor-state-directors::after,
main.staff .mor-local-committee-chairs::after,
main.staff .mor-staff-extras::after {
  content: " ";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
main.staff .mor-local-directors .staff-profile,
main.staff .mor-state-directors .staff-profile,
main.staff .mor-local-committee-chairs .staff-profile,
main.staff .mor-staff-extras .staff-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 9rem;
      flex-basis: 9rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 10rem;
}
main.staff .mor-local-directors .staff-profile .mugshot,
main.staff .mor-state-directors .staff-profile .mugshot,
main.staff .mor-local-committee-chairs .staff-profile .mugshot,
main.staff .mor-staff-extras .staff-profile .mugshot {
  width: 160px;
  height: 160px;
}
main.staff .mor-local-directors .staff-profile h3,
main.staff .mor-state-directors .staff-profile h3,
main.staff .mor-local-committee-chairs .staff-profile h3,
main.staff .mor-staff-extras .staff-profile h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  color: #005dab;
}
main.staff .mor-local-directors .staff-profile .staff-name,
main.staff .mor-state-directors .staff-profile .staff-name,
main.staff .mor-local-committee-chairs .staff-profile .staff-name,
main.staff .mor-staff-extras .staff-profile .staff-name {
  color: #101820;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
main.staff .mor-local-directors .staff-profile .staff-affiliation,
main.staff .mor-state-directors .staff-profile .staff-affiliation,
main.staff .mor-local-committee-chairs .staff-profile .staff-affiliation,
main.staff .mor-staff-extras .staff-profile .staff-affiliation {
  color: #015cab;
  font-size: 16px;
  line-height: 21px;
}



/*# sourceMappingURL=maps/theme.css.map */
