@charset "UTF-8";
/* Styleguide
-------------------------------------------------------------------------------
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

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

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

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none; }
  .chosen-container * {
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    display: none; }
  .chosen-container.chosen-with-drop .chosen-drop {
    display: block; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
  .chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 25px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
*.white-color,
.icon.white-color,
.button.white-color,
a.white-color.node-preview-backlink,
.card.white-color {
  color: white; }

*.white-background,
.icon.white-background,
.button.white-background,
a.white-background.node-preview-backlink,
.card.white-background {
  background-color: white; }

*.black-color,
.icon.black-color,
.button.black-color,
a.black-color.node-preview-backlink,
.card.black-color {
  color: black; }

*.black-background,
.icon.black-background,
.button.black-background,
a.black-background.node-preview-backlink,
.card.black-background {
  background-color: black; }

*.blue-color,
.icon.blue-color,
.button.blue-color,
a.blue-color.node-preview-backlink,
.card.blue-color {
  color: #1d4f91; }

*.blue-background,
.icon.blue-background,
.button.blue-background,
a.blue-background.node-preview-backlink,
.card.blue-background {
  background-color: #1d4f91; }

*.green-color,
.icon.green-color,
.button.green-color,
a.green-color.node-preview-backlink,
.card.green-color {
  color: #a4d65e; }

*.green-background,
.icon.green-background,
.button.green-background,
a.green-background.node-preview-backlink,
.card.green-background {
  background-color: #a4d65e; }

*.turquoise-color,
.icon.turquoise-color,
.button.turquoise-color,
a.turquoise-color.node-preview-backlink,
.card.turquoise-color {
  color: #58a7af; }

*.turquoise-background,
.icon.turquoise-background,
.button.turquoise-background,
a.turquoise-background.node-preview-backlink,
.card.turquoise-background {
  background-color: #58a7af; }

*.schoolbus-color,
.icon.schoolbus-color,
.button.schoolbus-color,
a.schoolbus-color.node-preview-backlink,
.card.schoolbus-color {
  color: #f1be48; }

*.schoolbus-background,
.icon.schoolbus-background,
.button.schoolbus-background,
a.schoolbus-background.node-preview-backlink,
.card.schoolbus-background {
  background-color: #f1be48; }

*.robinsegg-color,
.icon.robinsegg-color,
.button.robinsegg-color,
a.robinsegg-color.node-preview-backlink,
.card.robinsegg-color {
  color: #94b7bb; }

*.robinsegg-background,
.icon.robinsegg-background,
.button.robinsegg-background,
a.robinsegg-background.node-preview-backlink,
.card.robinsegg-background {
  background-color: #94b7bb; }

*.butter-color,
.icon.butter-color,
.button.butter-color,
a.butter-color.node-preview-backlink,
.card.butter-color {
  color: #fbd872; }

*.butter-background,
.icon.butter-background,
.button.butter-background,
a.butter-background.node-preview-backlink,
.card.butter-background {
  background-color: #fbd872; }

*.moss-color,
.icon.moss-color,
.button.moss-color,
a.moss-color.node-preview-backlink,
.card.moss-color {
  color: #bbc592; }

*.moss-background,
.icon.moss-background,
.button.moss-background,
a.moss-background.node-preview-backlink,
.card.moss-background {
  background-color: #bbc592; }

*.orange-color,
.icon.orange-color,
.button.orange-color,
a.orange-color.node-preview-backlink,
.card.orange-color {
  color: #ff671f; }

*.orange-background,
.icon.orange-background,
.button.orange-background,
a.orange-background.node-preview-backlink,
.card.orange-background {
  background-color: #ff671f; }

*.light-turquoise-color,
.icon.light-turquoise-color,
.button.light-turquoise-color,
a.light-turquoise-color.node-preview-backlink,
.card.light-turquoise-color {
  color: #82cec9; }

*.light-turquoise-background,
.icon.light-turquoise-background,
.button.light-turquoise-background,
a.light-turquoise-background.node-preview-backlink,
.card.light-turquoise-background {
  background-color: #82cec9; }

*.soft-turquoise-color,
.icon.soft-turquoise-color,
.button.soft-turquoise-color,
a.soft-turquoise-color.node-preview-backlink,
.card.soft-turquoise-color {
  color: #deedec; }

*.soft-turquoise-background,
.icon.soft-turquoise-background,
.button.soft-turquoise-background,
a.soft-turquoise-background.node-preview-backlink,
.card.soft-turquoise-background {
  background-color: #deedec; }

*.light-butter-color,
.icon.light-butter-color,
.button.light-butter-color,
a.light-butter-color.node-preview-backlink,
.card.light-butter-color {
  color: #fbf4e3; }

*.light-butter-background,
.icon.light-butter-background,
.button.light-butter-background,
a.light-butter-background.node-preview-backlink,
.card.light-butter-background {
  background-color: #fbf4e3; }

*.light-moss-color,
.icon.light-moss-color,
.button.light-moss-color,
a.light-moss-color.node-preview-backlink,
.card.light-moss-color {
  color: #dee1cd; }

*.light-moss-background,
.icon.light-moss-background,
.button.light-moss-background,
a.light-moss-background.node-preview-backlink,
.card.light-moss-background {
  background-color: #dee1cd; }

*.slate-color,
.icon.slate-color,
.button.slate-color,
a.slate-color.node-preview-backlink,
.card.slate-color {
  color: #1f2221; }

*.slate-background,
.icon.slate-background,
.button.slate-background,
a.slate-background.node-preview-backlink,
.card.slate-background {
  background-color: #1f2221; }

*.light-slate-color,
.icon.light-slate-color,
.button.light-slate-color,
a.light-slate-color.node-preview-backlink,
.card.light-slate-color {
  color: #424c58; }

*.light-slate-background,
.icon.light-slate-background,
.button.light-slate-background,
a.light-slate-background.node-preview-backlink,
.card.light-slate-background {
  background-color: #424c58; }

*.red-color,
.icon.red-color,
.button.red-color,
a.red-color.node-preview-backlink,
.card.red-color {
  color: #c50e0e; }

*.red-background,
.icon.red-background,
.button.red-background,
a.red-background.node-preview-backlink,
.card.red-background {
  background-color: #c50e0e; }

*.teal-blue-color,
.icon.teal-blue-color,
.button.teal-blue-color,
a.teal-blue-color.node-preview-backlink,
.card.teal-blue-color {
  color: #244b5a; }

*.teal-blue-background,
.icon.teal-blue-background,
.button.teal-blue-background,
a.teal-blue-background.node-preview-backlink,
.card.teal-blue-background {
  background-color: #244b5a; }

*.dixie-color,
.icon.dixie-color,
.button.dixie-color,
a.dixie-color.node-preview-backlink,
.card.dixie-color {
  color: #d6832b; }

*.dixie-background,
.icon.dixie-background,
.button.dixie-background,
a.dixie-background.node-preview-backlink,
.card.dixie-background {
  background-color: #d6832b; }

*.soft-dixie-color,
.icon.soft-dixie-color,
.button.soft-dixie-color,
a.soft-dixie-color.node-preview-backlink,
.card.soft-dixie-color {
  color: #cc9c6b; }

*.soft-dixie-background,
.icon.soft-dixie-background,
.button.soft-dixie-background,
a.soft-dixie-background.node-preview-backlink,
.card.soft-dixie-background {
  background-color: #cc9c6b; }

*.rice-flower-color,
.icon.rice-flower-color,
.button.rice-flower-color,
a.rice-flower-color.node-preview-backlink,
.card.rice-flower-color {
  color: #eaecd2; }

*.rice-flower-background,
.icon.rice-flower-background,
.button.rice-flower-background,
a.rice-flower-background.node-preview-backlink,
.card.rice-flower-background {
  background-color: #eaecd2; }

*.gray-blue-color,
.icon.gray-blue-color,
.button.gray-blue-color,
a.gray-blue-color.node-preview-backlink,
.card.gray-blue-color {
  color: #95acc3; }

*.gray-blue-background,
.icon.gray-blue-background,
.button.gray-blue-background,
a.gray-blue-background.node-preview-backlink,
.card.gray-blue-background {
  background-color: #95acc3; }

*.light-gray-color,
.icon.light-gray-color,
.button.light-gray-color,
a.light-gray-color.node-preview-backlink,
.card.light-gray-color {
  color: #d0d0d0; }

*.light-gray-background,
.icon.light-gray-background,
.button.light-gray-background,
a.light-gray-background.node-preview-backlink,
.card.light-gray-background {
  background-color: #d0d0d0; }

@media (max-width: 834px) {
  .debug-bp.sm {
    display: block; } }

@media (min-width: 835px) {
  .debug-bp.md {
    display: block; } }

@media (min-width: 960px) {
  .debug-bp.lg {
    display: block; } }

@media (min-width: 1200px) {
  .debug-bp.wd {
    display: block; } }

.visually-hidden {
  position: absolute;
  left: -100%;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.inline {
  display: inline-block; }

.center {
  text-align: center; }

.small {
  font-size: 0.875em; }

.condensed {
  margin-bottom: 0; }
  .condensed + * {
    margin-top: 0; }

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

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

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

.v-position {
  display: flex; }
  .v-position .constrain--page,
  .v-position .constrain--text {
    width: 100%; }
  .v-position h1 {
    margin: 0; }

.v-position--top {
  align-items: flex-start; }
  .v-position--top > div {
    margin-top: 0; }

.v-position--bottom {
  align-items: flex-end; }
  .v-position--bottom > div {
    margin-bottom: 0; }

.v-position--center {
  align-items: center; }
  .v-position--center > div {
    margin-top: 0;
    margin-bottom: 0; }

@font-face {
  font-family: "Neutra";
  src: url("../fonts/NeutrafaceText-Book.woff2") format("woff2"), url("../fonts/NeutrafaceText-Book.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

@font-face {
  font-family: "Neutra Bold";
  src: url("../fonts/NeutrafaceText-Bold.woff2") format("woff2"), url("../fonts/NeutrafaceText-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

html {
  font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0; }

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 100%;
  line-height: 1.4; }
  @media (min-width: 43.75em) {
    body {
      font-size: 1.1em;
      line-height: 1.375; } }
h1, .h1 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 1.3em;
  margin-bottom: 0.8em;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: normal; }

h3 + h1 {
  margin-top: 0.25em; }

@media (min-width: 43.75em) {
  h1, .h1 {
    font-size: 2.5em;
    line-height: 1.125; } }

@media (min-width: 56.25em) {
  h1, .h1 {
    font-size: 3em;
    line-height: 1.05; } }

h2, .h2, .carousel__title {
  font-family: 'Open Sans', sans-serif;
  margin-top: 1.1em;
  margin-bottom: 0.6em;
  font-size: 1.625em;
  line-height: 1.15384615;
  font-weight: normal; }

@media (min-width: 43.75em) {
  h2, .h2, .carousel__title {
    font-size: 2em;
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h2, .h2, .carousel__title {
    font-size: 2.25em;
    line-height: 1.25; } }

h3, .h3, .teaser h1, .teaser h2 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0.9em;
  margin-bottom: 0.5em;
  font-size: 1.375em;
  line-height: 1.13636364;
  font-weight: normal; }

@media (min-width: 43.75em) {
  h3, .h3, .teaser h1, .teaser h2 {
    font-size: 1.5em;
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h3, .h3, .teaser h1, .teaser h2 {
    font-size: 2em;
    line-height: 1.25; } }

h3:empty {
  display: none; }

h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 1.5em;
  margin-bottom: 1.0em;
  font-size: 1.125em;
  line-height: 1.11111111; }

@media (min-width: 43.75em) {
  h4, .h4 {
    line-height: 1.4; } }

.teaser .announcement h4:last-child {
  margin-bottom: 1em; }

h5, .h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold; }

h6, .h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold; }

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.5; }
  p a:hover {
    text-decoration: underline; }
  p a.button:hover, p a.node-preview-backlink:hover {
    text-decoration: none; }

blockquote p:last-of-type {
  margin-bottom: 0; }

em > span, i > span {
  display: none; }

q {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.25em; }

a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: currentColor; }

p a,
li a {
  font-weight: bold;
  color: #1d4f91; }
  p a:hover,
  li a:hover {
    text-decoration: underline; }

.toolbar-menu li a {
  font-weight: normal; }

.deemphasis {
  color: #6e7e92; }

hr {
  margin: 0.8125em 0;
  border: 0;
  line-height: 0.8125em; }
  hr::after {
    display: block;
    content: '';
    border-top: 1px solid #82cec9; }

ul {
  font-family: 'Open Sans', sans-serif; }
  ul li {
    line-height: 1.5; }

.node-list ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  list-style-type: none; }
  .node-list ul > li {
    position: relative;
    margin-left: 1.5em; }
    .node-list ul > li:before {
      position: absolute;
      top: 0.3em;
      left: -1.5em;
      content: "";
      width: 0.8em;
      height: 0.8em;
      border-radius: 50%;
      background: #58a7af;
      vertical-align: middle; }

.list--inline {
  display: block;
  list-style: none;
  padding: 0;
  list-style: none; }
  .list--inline li {
    display: inline-block; }
  .list--inline li + li {
    margin-left: 0.5em; }

.list--unstyled {
  padding: 0;
  list-style: none; }

.list--bold {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.list--bold > li {
  position: relative;
  margin-left: 1.5em; }

.list--bold > li + li {
  margin-top: 1em; }

.list--bold > li:before {
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: currentColor;
  vertical-align: middle; }

.list--green > li:before {
  background: #a4d65e; }

.list--blue > li:before {
  background: #1d4f91; }

ol {
  font-family: 'Open Sans', sans-serif; }

dl {
  font-family: 'Open Sans', sans-serif; }

table,
table.table {
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif; }
  table th,
  table.table th {
    padding: 0.5em;
    color: #1d4f91; }
  table td,
  table.table td {
    padding: 0.5em; }

.node-table table th {
  color: #1f2221; }

table.table--striped th, table.table--striped td {
  border-top: 1px solid #94b7bb; }

table.table--striped tbody tr:nth-child(odd) td {
  background-color: #deedec; }

table.table--bordered th, table.table--bordered td {
  border: 1px solid #94b7bb; }

table.table--bordered tbody tr:nth-child(odd) td {
  background-color: #deedec; }

table.table--condensed {
  border-collapse: separate;
  border-spacing: 0 0.3em;
  border-color: red; }
  table.table--condensed th,
  table.table--condensed td {
    text-align: left;
    padding: 0;
    line-height: 1.5em;
    font-size: 0.875em;
    vertical-align: top; }
  table.table--condensed * + td {
    padding-left: 0.75em; }

table.table--stacked tr, table.table--stacked th, table.table--stacked td {
  display: block; }

table.table--stacked tr {
  margin-bottom: 0.5em; }

table.table--stacked th, table.table--stacked td {
  padding-left: 0;
  padding-right: 0;
  text-align: left; }

form {
  font-family: 'Open Sans', sans-serif; }

fieldset {
  border: 1px solid #ccc;
  padding: 2em 1em;
  margin-bottom: 1.5em; }

legend {
  font-family: 'Open Sans', sans-serif; }

.checkbox[checked="checked"] label.option.disabled,
input.disabled + label {
  pointer-events: none;
  color: #8b98a8;
  cursor: auto; }
  .checkbox[checked="checked"] label.option.disabled:before,
  input.disabled + label:before {
    border-color: #8b98a8;
    cursor: auto;
    background: #f1f3f5; }
  .checkbox[checked="checked"] label.option.disabled:after,
  input.disabled + label:after {
    opacity: 1;
    color: #8b98a8;
    cursor: auto; }

input[type="checkbox"] + label + .js-error-msg {
  font-size: 0.8em;
  position: absolute;
  background: #ffffff;
  padding: 2px 15px;
  border: 1px solid #1f2221;
  border-radius: 3px;
  box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.6);
  color: #1f2221;
  left: -45px;
  margin-top: 10px; }
  input[type="checkbox"] + label + .js-error-msg:after, input[type="checkbox"] + label + .js-error-msg:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  input[type="checkbox"] + label + .js-error-msg:after {
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -116px; }
  input[type="checkbox"] + label + .js-error-msg:before {
    border-bottom-color: #1f2221;
    border-width: 13px;
    margin-left: -117px; }
  input[type="checkbox"] + label + .js-error-msg img {
    vertical-align: middle;
    margin-right: 10px; }

textarea, input[type=number], input[type=color], input[type=datetime-local], input[type=datetime], input[type=time], input[type=week], input[type=month], input[type=date], input[type=url], input[type=tel], input[type=email], input[type=file], input[type=search], input[type=password], input[type=text] {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #1d4f91;
  padding: 0.4em 0.5em;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 3px;
  vertical-align: middle;
  color: currentColor; }

input:focus {
  outline: 0;
  border-color: #1d4f91; }

input[type=text] {
  border: 1px solid #1d4f91;
  height: 100%; }

input[type=time] {
  margin-top: 5px; }

input[type=reset], input[type=submit], button {
  color: white; }

button {
  font-family: 'Open Sans', sans-serif; }

select {
  font-family: 'Open Sans', sans-serif; }

details {
  padding-left: 1em; }
  details summary {
    margin-bottom: 1em;
    margin-left: -1em;
    font-weight: bold; }
  details summary::-webkit-details-marker {
    color: #ccc; }

details + details {
  margin-top: 2em; }

.field--field_media_oembed_video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .field--field_media_oembed_video > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

img {
  max-width: auto;
  height: auto; }
  img.align-left {
    margin: 0.25em 2em 1em 0; }
    @media (max-width: 834px) {
      img.align-left {
        margin: 0;
        width: 100%; } }
  img.align-right {
    margin: 0.25em 0 1em 2em; }
    @media (max-width: 834px) {
      img.align-right {
        margin: 0;
        width: 100%; } }
figure {
  display: table;
  width: 1px; }
  figure figcaption {
    font-size: 0.85em; }
  figure.align-left {
    margin: 0.5em 2em 1em 0; }
  figure.align-right {
    margin: 0.5em 0 1em 2em; }

@media (min-width: 835px) {
  .flex-columns {
    display: flex;
    flex-direction: row; } }

.flex-column__main {
  margin-bottom: 1em; }
  .flex-column__main h1, .flex-column__main h2, .flex-column__main h3, .flex-column__main h4 {
    margin-top: 0; }
  @media (min-width: 835px) {
    .flex-column__main {
      margin-bottom: 0;
      flex: 8; } }
.flex-column {
  flex: 1; }

.flex-column__sidebar {
  margin-bottom: 1em;
  min-width: 14em; }
  @media (min-width: 835px) {
    .flex-column__sidebar {
      flex: 4;
      margin-right: 3em;
      margin-bottom: 0; } }
@media (min-width: 835px) {
  .flex-column__main + .flex-column__sidebar {
    margin-left: 3em;
    margin-right: 0; } }

.flex-column__sidebar + .flex-column__main {
  margin-bottom: 0; }

@media (min-width: 835px) {
  .flex-column__sidebar.flex-column__sidebar--condensed {
    flex: 2; } }

@media (min-width: 835px) {
  .flex-column__sidebar.flex-column__sidebar--half {
    flex: 8; } }

.flex-grid {
  box-sizing: border-box; }

.flex-grid__item {
  box-sizing: border-box; }

.flex-grid--padded .flex-grid__item {
  padding: 0 1em; }

.flex-grid--padded .flex-grid__item {
  padding: 0.5em;
  width: 100%; }

.flex-grid--quarters,
.flex-grid--fifths {
  display: flex;
  flex-flow: row wrap; }

.flex-grid--quarters.two-up .flex-grid__item,
.flex-grid--fifths.two-up .flex-grid__item {
  width: 50%; }
  @media (min-width: 835px) {
    .flex-grid--quarters.two-up .flex-grid__item,
    .flex-grid--fifths.two-up .flex-grid__item {
      width: 25%; } }
@media (min-width: 835px) {
  .flex-grid {
    display: flex;
    flex-flow: row wrap; }
  .flex-grid--halves .flex-grid__item {
    width: 50%; }
  .flex-grid--thirds .flex-grid__item {
    width: 33.3%; }
  .flex-grid--quarters .flex-grid__item {
    width: 25%; }
  .flex-grid--fifths .flex-grid__item {
    width: 20%; } }

.flex-media {
  display: flex;
  flex-direction: row; }
  .flex-media > .flex-media__image {
    box-sizing: border-box;
    padding: 0.5em; }
    .flex-media > .flex-media__image > *:first-child {
      margin-top: 0; }
    .node .flex-media > .flex-media__image {
      padding-left: 0; }
    .node .comment .flex-media > .flex-media__image {
      width: 100%;
      max-width: calc(75px + 1em); }
  .flex-media > .flex-media__body {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0.5em 0 0.5em 0.5em; }
    .flex-media > .flex-media__body > *:first-child {
      margin-top: 0; }
  .flex-media--vertical-center {
    align-items: center; }
  .node .comment .flex-media .ds-dynamic-field > .label ~ div {
    font-weight: bold;
    color: #1d4f91;
    margin-bottom: 0.75em; }
    .node .comment .flex-media .ds-dynamic-field > .label ~ div p {
      color: #1f2221; }

@media (max-width: 834px) {
  .flex-media.flex-media--responsive {
    display: block; }
    .flex-media.flex-media--responsive .flex-media__image {
      padding-bottom: 0;
      width: 100% !important; }
    .flex-media.flex-media--responsive .flex-media__body {
      padding-top: 0;
      width: 100% !important; }
      .flex-media.flex-media--responsive .flex-media__body > * {
        margin-bottom: 0; } }

.flex-media.flex-media--reverse {
  flex-direction: row-reverse; }
  .flex-media.flex-media--reverse .flex-media__body {
    padding-right: 0.5em;
    padding-left: 0; }

.flex-media .centered-media {
  width: 100%;
  padding: 0; }

.square-media img {
  width: 100%;
  height: auto; }

.flex-media.flex-media--halves .flex-media__image {
  width: 50%; }

.flex-media.flex-media--halves .flex-media__body {
  width: 50%; }

.flex-media.flex-media--thirds .flex-media__image {
  width: 33.3%; }

.flex-media.flex-media--thirds .flex-media__body {
  width: 66.6%; }

.flex-media.flex-media--quarters .flex-media__image {
  width: 25%; }

.flex-media.flex-media--quarters .flex-media__body {
  width: 75%; }

.flex-media.flex-media--fifths .flex-media__image {
  width: 20%; }

.flex-media.flex-media--fifths .flex-media__body {
  width: 80%; }

.one-fifth {
  flex: 2.4;
  width: 20%; }

.one-quarter {
  flex: 3;
  width: 25%; }

.one-third {
  flex: 4;
  width: 33.3%; }

.two-fifths {
  flex: 4.8;
  width: 40%; }

.one-half {
  flex: 6;
  width: 50%; }

.three-fifths {
  flex: 7.2;
  width: 60%; }

.two-thirds {
  flex: 8;
  width: 66.6%; }

.three-quarters {
  flex: 9;
  width: 75%; }

.four-fifths {
  flex: 9.6;
  width: 80%; }

.full {
  flex: 12;
  width: 100%; }

.wrap {
  padding: 1.625em 0;
  clear: both; }

.constrain--text {
  box-sizing: border-box;
  padding: 0 0.5em; }
  @media (min-width: 835px) {
    .constrain--text {
      margin: 0 auto;
      padding: 0 1.5em;
      max-width: 55em; } }
  .constrain--text + [class*=feature] {
    margin-top: 3em; }

.constrain--page {
  box-sizing: border-box;
  padding: 0 0.5em; }
  @media (min-width: 835px) {
    .constrain--page {
      margin: 0 auto;
      padding: 0 1.5em;
      max-width: 70em; } }
  .constrain--page + [class*=feature] {
    margin-top: 3em; }

.constrain--margin {
  box-sizing: border-box;
  padding: 0 0; }
  @media (min-width: 835px) {
    .constrain--margin {
      margin: 0 auto;
      padding: 0 0;
      max-width: 70em; } }
  .constrain--margin + [class*=feature] {
    margin-top: 3em; }

@media (min-width: 34em) {
  .float--left {
    float: left;
    margin-right: 1.625em;
    margin-bottom: 1em;
    max-width: 17em; } }

@media (min-width: 34em) {
  .float--right {
    float: right;
    margin-left: 1.625em;
    margin-bottom: 1em;
    max-width: 17em; } }

@font-face {
  font-family: "Ionicons";
  src: url("ionicons.eot?v=2.0.0");
  src: url("ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("ionicons.ttf?v=2.0.0") format("truetype"), url("ionicons.woff?v=2.0.0") format("woff"), url("ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

.icon--medium {
  font-size: 2em; }

.icon--large {
  font-size: 2.5em; }
  @media (min-width: 835px) {
    .icon--large {
      font-size: 3.5em; } }
.icon--extralarge {
  font-size: 3.25em; }
  @media (min-width: 835px) {
    .icon--extralarge {
      font-size: 6em; } }
.icon--dot {
  color: white;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em; }

.icon--dot--small {
  font-size: 1.4em; }

.icon--dot--outline {
  border: 1px solid currentColor;
  color: currentColor;
  background: transparent; }

.tabs {
  margin: 0;
  padding-left: 0 !important;
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0; }
  .tabs::after {
    clear: both;
    content: "";
    display: block; }
  .tabs .tab__header {
    list-style: none; }
  .tabs .tab__link {
    background-color: white;
    border-top: 1px solid #94b7bb;
    color: #94b7bb;
    display: block;
    font-weight: bold;
    padding: 0.75em 0.809em;
    text-decoration: none; }
    .tabs .tab__link:hover {
      color: #1d4f91; }
    .tabs .tab__link:focus {
      outline: none; }
    .tabs .tab__link.active {
      color: #1d4f91; }
  .tabs .tab__content {
    background: white;
    display: none;
    padding: 1em 0;
    width: 100%; }
  .tabs .views-row {
    margin: 1.5em 0; }
    @media (max-width: 834px) {
      .tabs .views-row {
        margin: 0 1em 1.5em; } }
@media screen and (max-width: 40em) {
  .tabs {
    border-top: 1px solid #94b7bb; }
    .tabs .tab__header:first-child .tab__link {
      border-top: 0; } }

@media screen and (min-width: 40em) {
  .tabs {
    border-bottom: 1px solid #94b7bb;
    margin-top: 1.5em; }
    .tabs .tab__header {
      display: inline; }
    .tabs .tab__link {
      border-top: 0;
      display: inline-block;
      margin-bottom: 1px; }
      .tabs .tab__link.active, .tabs .tab__link.is-active {
        background-color: white;
        border: 1px solid #94b7bb;
        border-bottom-color: transparent;
        margin-bottom: -1px;
        padding-bottom: .82em; }
    .tabs .tab__content {
      border-top: 1px solid #94b7bb;
      float: left; } }

.form {
  margin: 0;
  padding: 0; }

.form__field {
  padding-bottom: 1.5em; }

.form__field > .button, .form__field > a.node-preview-backlink {
  margin-top: 1em; }

.form__field .label {
  display: block; }

.form__field .description {
  font-size: 0.75em;
  color: #424c58; }

@media (min-width: 835px) {
  .form--horizontal {
    display: inline-block;
    vertical-align: bottom; }
    .form--horizontal .form__field {
      display: inline-block; }
    .form--horizontal .form__field + .form__field {
      margin-left: 0.5em; } }

.form--narrow .form__field {
  padding-bottom: 0.5em; }
  .form--narrow .form__field:first-of-type {
    margin-top: 1em; }
  .form--narrow .form__field label.label {
    padding-bottom: 0.15em; }

.form--narrow input[type="text"] {
  max-width: 27em;
  font-size: 0.85em;
  height: 1.85em;
  padding: 0 0.5em; }

.form--narrow .select {
  width: 100%;
  max-width: 23em; }
  .form--narrow .select select {
    height: 1.85em;
    font-size: 0.85em; }
  .form--narrow .select:after {
    font-size: 0.78em; }

.form--narrow fieldset legend {
  display: block;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  color: #1d4f91; }

.form--narrow .checkbox {
  height: 1.25em;
  line-height: 1.85;
  font-size: 0.85em; }

.form--narrow textarea {
  max-width: 27em;
  height: 8em;
  font-size: 0.85em; }

.form--narrow .field-required {
  color: #c50e0e; }

.form--condensed h1, .form--condensed h2, .form--condensed h3, .form--condensed h4, .form--condensed h5 {
  margin-top: 0.25em;
  margin-bottom: 0.75em; }

.form--condensed .form__field {
  padding-bottom: 0.75em; }

form .g-recaptcha {
  margin: 1em 0; }

.form-actions {
  margin-bottom: 1.5em; }

label.label {
  display: inline-block;
  padding-bottom: 0.5em;
  font-size: 0.75em;
  line-height: 2em;
  color: #1d4f91; }

.input input {
  display: inline-block;
  box-sizing: border-box;
  outline: 0;
  padding: 0 0.5em;
  border: 1px solid #1d4f91;
  border-radius: 3px;
  font-size: 1em;
  line-height: 2em;
  height: 2em;
  transform: translateY(-2px); }

.input--full {
  width: 100%; }
  .input--full input, .input--full select, .input--full textarea, .input--full .button, .input--full a.node-preview-backlink {
    width: 100%; }

.input textarea,
.input textarea + .cke {
  display: inline-block;
  box-sizing: border-box;
  outline: 0;
  padding: 0.3em 0.5em;
  border: 1px solid #1d4f91;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.5em;
  width: 100%; }

.input textarea + .cke {
  padding: 0; }

.input--icon {
  position: relative; }
  .input--icon input {
    z-index: -1;
    padding-right: 2.25em; }
  .input--icon .input--icon__button {
    z-index: +1; }

.input--full button {
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: -2px;
  right: 0;
  width: 2em !important;
  box-shadow: none; }

.select,
.hs-fieldtype-select .input {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  font-size: 1em; }

.hs-fieldtype-select .input {
  display: block; }

.select select,
select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0;
  outline: 0;
  border: 0;
  border: 1px solid #1d4f91;
  border-radius: 3px;
  height: 2em;
  padding: 0 2.5em 0 0.357em;
  outline: none;
  font-size: 1em;
  color: #1d4f91;
  background: white;
  position: relative;
  cursor: pointer;
  width: 100%; }

select.hs-input {
  width: 100% !important; }

.select select option,
select.ht-input option {
  width: 100%; }

.select::after,
.hs-fieldtype-select .input::after {
  display: block;
  box-sizing: border-box;
  border-left: 1px solid #1d4f91;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  content: '▾';
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 1em;
  color: white;
  background: #1d4f91;
  z-index: 0;
  pointer-events: none;
  text-transform: none; }

.field--widget-options-buttons {
  padding-bottom: 1.5em; }
  .field--widget-options-buttons fieldset {
    margin-left: 0px; }
  .field--widget-options-buttons legend .fieldset-legend {
    display: block;
    padding-bottom: 0.5em;
    font-size: 1em;
    line-height: 2em;
    font-weight: bold;
    color: #1d4f91; }

.field--widget-options-select,
.field--widget-boolean-checkbox,
.form-item-copy {
  padding-bottom: 1.5em; }

.checkbox {
  position: relative;
  display: table;
  margin: 0 0 0.5em 0;
  padding: 0;
  outline: 0;
  border: 0;
  width: auto;
  height: 2em;
  font-size: 1em;
  line-height: 2em;
  margin-left: 1.5em; }

.checkbox input[type=checkbox] {
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  position: absolute;
  left: -9999px; }

.checkbox label {
  display: table-row;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0 0 1.6em;
  border: none;
  border-radius: 0px;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  white-space: normal;
  color: #1d4f91;
  box-shadow: none;
  cursor: pointer; }

.checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.35em;
  height: 1.3em;
  border: 1px solid #1d4f91;
  background: white;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px #ddd;
  margin-left: -1.5em; }

.checkbox label:after {
  position: absolute;
  display: block;
  content: '✓';
  top: 0.35em;
  left: -0.15em;
  width: 1.375em;
  height: 1.375em;
  font-size: 1.3em;
  line-height: 0.8;
  text-align: center;
  color: #1d4f91;
  margin-left: -1.15em;
  opacity: 0; }

.checkbox input[type=checkbox]:not(:checked) + label:after {
  opacity: 0; }

.checkbox input[type=checkbox]:not(:checked) + label:hover:after {
  opacity: 0.3; }

.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1; }

.checkbox .facet-item__details {
  display: table-cell;
  padding-left: 0.35em;
  line-height: 1.875; }

.checkbox--inline {
  float: left;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 2em; }

.checkbox--inline + .label {
  display: inline-block;
  padding: 0;
  line-height: 2.5em; }

.radio {
  line-height: 2.5em; }
  .radio input[type=radio] {
    display: none; }
  .radio.inline {
    line-height: 2.5em; }
  .radio.inline label {
    margin-bottom: 0;
    margin-right: .5em;
    display: inline-block; }
  .radio label {
    display: block;
    color: #1d4f91;
    cursor: pointer; }
  .radio label::before {
    margin-top: -.25em;
    margin-right: -0.2em;
    box-sizing: border-box;
    border: 1px solid #1d4f91;
    display: inline-block;
    content: "";
    border-radius: 50%;
    width: 1.7em;
    height: 1.7em;
    background: white;
    vertical-align: middle;
    transition: all 150ms ease-in-out 0s; }
  .radio input[type=radio]:checked + label::before {
    border: 0.55em solid #1d4f91; }

.button, a.node-preview-backlink,
.layout-content .hs-button.primary {
  display: inline-block;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0.5em 1.5em;
  padding: 0 0.75em;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #1d4f91;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
  .button:hover, a.node-preview-backlink:hover,
  .layout-content .hs-button.primary:hover {
    text-decoration: none; }
  .button.button--primary, a.button--primary.node-preview-backlink,
  .layout-content .hs-button.primary.button--primary {
    color: #1d4f91;
    background: #a4d65e; }

.button:hover, a.node-preview-backlink:hover,
.layout-content .hs-button.primary:hover {
  box-shadow: 0 3px 5px rgba(29, 79, 145, 0.8);
  cursor: pointer; }

.button--default {
  background: #1d4f91; }

.button--primary {
  color: #1d4f91;
  background: #a4d65e; }

.button--outline {
  color: #1d4f91;
  background: transparent;
  border: 1px solid #1d4f91;
  box-shadow: none; }

.button--medium {
  padding: 1em 2em;
  line-height: 1.5em; }

.button--large {
  padding: 0.75em 1.5em;
  font-size: 1.25em;
  line-height: 1.5em; }

.button--full {
  width: 100%;
  text-align: center; }

.custom-vertical-tabs.ui-tabs {
  position: relative;
  padding: 0.5em 0.5em 0.5em 11.5em;
  background: #e9e9e9; }
  .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 11em;
    padding: 0.5em 0 0.5em 0.5em; }
    .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab {
      right: 1px;
      width: 100%;
      border-radius: 4px 0px 0px 4px;
      overflow: hidden;
      margin-left: 0;
      margin-top: 0;
      border-width: 1px;
      background-color: #1d4f91;
      outline: 0; }
      .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab:before {
        display: none; }
      .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab > a {
        color: white !important;
        outline: 0;
        width: 100%; }
      .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active {
        background: white;
        border-color: #c5c5c5;
        border-right: 2px solid white; }
        .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active > a {
          color: #1d4f91 !important; }
  .custom-vertical-tabs.ui-tabs .ui-tabs-panel {
    background: white;
    border-radius: 0 3px 3px 0;
    border: 1px solid #c5c5c5; }
  @media (max-width: 834px) {
    .custom-vertical-tabs.ui-tabs {
      padding: 0.5em; }
      .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav {
        position: relative;
        width: auto;
        padding: 0; }
        .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab {
          border-radius: 0; }
          .custom-vertical-tabs.ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active {
            border-right: 1px solid #c5c5c5; } }
.circle-img,
a.circle-img,
a:hover.circle-img,
a > .circle-img,
a:hover > .circle-img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 100%;
  max-width: 18em;
  height: auto; }
  @media (min-width: 835px) {
    .circle-img,
    a.circle-img,
    a:hover.circle-img,
    a > .circle-img,
    a:hover > .circle-img {
      max-width: 30em; } }
.circle-img img {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: auto;
  width: 100%; }

a.circle-img,
a > .circle-img {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }

a:hover.circle-img,
a:hover > .circle-img {
  box-shadow: 0 3px 5px rgba(29, 79, 145, 0.8); }

.circle-img + * {
  margin-top: 1.5em; }

.circle-img.squared {
  border-radius: 0; }

@media (min-width: 835px) {
  .circle-text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 30em;
    color: white; }
    .circle-text b {
      color: #1d4f91; } }

@media (min-width: 835px) {
  .circle-text::after {
    display: block;
    border-radius: 50%;
    content: '';
    padding-bottom: 100%; } }

@media (min-width: 835px) {
  .circle-text__wrap {
    box-sizing: border-box;
    padding: 0 10%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1em;
    font-size: 3.8vw;
    justify-content: center;
    text-align: center; } }

@media (min-width: 1200px) {
  .circle-text__wrap {
    font-size: 2.6em; } }

@media (min-width: 835px) {
  .circle-text__content {
    font-size: 1em; } }

.circle-text--schoolbus::after {
  background: #f1be48; }

.alert {
  box-sizing: border-box;
  border: 6px solid #1d4f91;
  padding: 1em;
  background-color: white;
  margin-bottom: 2em; }
  .alert *:first-child {
    margin-top: 0; }

.teaser .alert:last-child {
  margin-bottom: 2em; }

.card {
  display: block;
  padding: 1.5em;
  text-decoration: none;
  color: curentColor;
  background: white; }
  .card h4 {
    margin-top: 0em; }
  .card img {
    display: block;
    width: 100%;
    height: auto; }
  .card .circle-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 16em; }
  .card .related-content {
    background: inherit; }
  .card .flex-media__image {
    padding: 0 1em 0 0; }
  .card .flex-media__body {
    padding: 0; }

.card + .card,
.views-card + .views-card {
  margin-top: 1.625em; }

.card__image {
  margin: -1.5em -1.5em 1.5em -1.5em;
  background: white; }
  .card__image img {
    display: block;
    width: 100%; }

.card .card__action .button + .button, .card .card__action a.node-preview-backlink + .button, .card .card__action .button + a.node-preview-backlink, .card .card__action a.node-preview-backlink + a.node-preview-backlink {
  margin-left: 0.5em; }

.card .card__action:last-child {
  margin-top: 1.5em; }

a.card,
.card.link {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

a:hover.card,
.card.link:hover {
  box-shadow: 0 3px 5px rgba(29, 79, 145, 0.8);
  cursor: pointer; }

.card--condensed {
  padding: 0.75em 1.5em; }
  .card--condensed .teaser {
    margin-bottom: 0; }

.quote {
  box-sizing: border-box;
  margin: 0 0 2em 0;
  padding: 1.5em;
  color: #1d4f91;
  background: white;
  min-height: 2em;
  position: relative; }
  @media (max-width: 834px) {
    .quote q {
      font-size: 0.85em; } }
.quote::after {
  position: absolute;
  display: block;
  content: '';
  left: 1em;
  top: 100%;
  border-top: 0.75em solid white;
  border-right: 0.75em solid white;
  border-bottom: 0.75em solid transparent;
  border-left: 0.75em solid transparent; }
  @media (min-width: 835px) {
    .quote::after {
      border-top: 1em solid white;
      border-right: 1em solid transparent;
      border-bottom: 1em solid transparent;
      border-left: 1em solid white; } }
.quote--dark {
  color: white;
  background: #58a7af; }

.quote--dark::after {
  border-top-color: #58a7af;
  border-left-color: #58a7af; }

@media (min-width: 835px) {
  .quote--left {
    margin: 0 2em 0 0;
    min-height: 4em; } }

@media (min-width: 835px) {
  .quote--left::after {
    top: 50%;
    left: 100%; } }

.quote--medium {
  font-size: 1.5em; }
  @media (min-width: 835px) {
    .quote--medium > * {
      font-size: 1.5em; } }
@media (min-width: 835px) {
  .quote--large > * {
    font-size: 2em; } }

.pullquote {
  margin: 1em 0em;
  padding: 0;
  border-top: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  padding: 0.75em 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  color: #1d4f91; }
  .pullquote p {
    font-weight: bold; }
  @media (max-width: 834px) {
    .pullquote {
      float: none;
      margin: 0;
      max-width: 100%; } }
.pullquote *:first-child {
  margin-top: 0; }

.pullquote *:last-child {
  margin-bottom: 0; }

.pullquote--left {
  float: left;
  margin-right: 1.5em;
  max-width: 300px; }

.pullquote--right {
  float: right;
  margin-left: 1.5em;
  max-width: 300px; }

@media (min-width: 40em) {
  .pullquote--medium > * {
    font-size: 1.5em; } }

@media (min-width: 40em) {
  .pullquote--large > * {
    font-size: 2em; } }

.pullquote--quotation {
  font-family: Georgia, Times, "Times New Roman", serif;
  margin: 0 0 1em 1.5em;
  padding: 0 1em;
  border-top: 0;
  border-bottom: 0;
  border-left: 5px solid #1d4f91;
  font-weight: normal;
  float: right;
  min-height: 3.75em;
  max-width: 18.75em; }
  .pullquote--quotation:before {
    display: block;
    content: "\201C";
    margin-right: 10px;
    padding: 10px 8px 10px 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    font-size: 85px;
    font-weight: bold;
    line-height: 90px;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #58a7af; }
  .pullquote--quotation p {
    font-weight: normal; }
  @media (max-width: 834px) {
    .pullquote--quotation {
      margin-left: 0;
      border-left: 0;
      border-top: 5px solid #1d4f91;
      border-bottom: 5px solid #1d4f91;
      padding: 1em;
      max-width: 100%; }
      .pullquote--quotation p {
        padding-left: 82px; } }
.teaser *:first-child {
  margin-top: 0; }

.teaser *:last-child {
  margin-bottom: 0; }

.teaser h3 {
  color: #1d4f91; }

.teaser h3, .teaser h4 {
  font-size: 1.125em;
  line-height: 1.11111111;
  font-weight: bold; }

.teaser p {
  font-size: 0.875em; }

.teaser .circle-img {
  margin-bottom: 1em; }

.announcement .teaser h4 {
  margin-bottom: 1em; }

.flex-grid__item .teaser {
  margin-bottom: 1em; }
  @media (min-width: 835px) {
    .flex-grid__item .teaser {
      margin-bottom: 2em; } }
.teaser--condensed {
  font-size: 0.8125em; }
  .teaser--condensed h1, .teaser--condensed h2, .teaser--condensed h3, .teaser--condensed h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
    font-weight: bold;
    margin-bottom: 0; }

.flex-media .teaser {
  margin-bottom: 0; }

.teaser .body-summary {
  padding-top: 1em;
  padding-bottom: 1em; }

.tip {
  position: relative; }
  .tip .tip__content {
    display: none;
    box-sizing: border-box;
    padding: 2em 1.5em;
    position: absolute;
    transform: translateY(2em);
    font-size: 0.75em;
    min-width: 240px;
    max-width: 300px;
    /* match floater */
    color: white;
    background: #1d4f91;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    z-index: +1; }
  .tip .tip__content::before {
    display: block;
    position: absolute;
    top: -1.9em;
    left: 0;
    box-sizing: border-box;
    border-top: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1em solid #1d4f91;
    border-left: 1em solid #1d4f91;
    content: ''; }
  .tip .tip__content > *:first-child {
    margin-top: 0; }
  .tip .tip__content > *:last-child {
    margin-bottom: 0; }
  .tip:hover .tip__content {
    display: block; }

.tip--right .tip__content {
  left: none;
  right: 0; }

.tip--right .tip__content::before {
  left: auto;
  right: 0;
  border-top: 1em solid transparent;
  border-right: 1em solid #1d4f91;
  border-bottom: 1em solid #1d4f91;
  border-left: 1em solid transparent; }

.tip--top .tip__content {
  transform: translateY(-2em); }

.tip--top .tip__content::before {
  top: unset;
  bottom: -1.9em;
  border-top: 1em solid #1d4f91;
  border-right: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #1d4f91; }

.tip--top .tip--right .tip__content::before {
  border-top: 1em solid #1d4f91;
  border-right: 1em solid #1d4f91;
  border-bottom: 1em solid transparent;
  border-left: 1em solid transparent; }

.flex-grid__item.tip .more__content {
  margin-top: -1em; }
  .flex-grid__item.tip .more__content .field-content {
    font-size: 0.875em; }

.more {
  margin: -1em;
  padding: 2em;
  position: relative; }

.more:hover {
  color: white;
  background: #1d4f91; }

.more:hover .more__content {
  display: block; }

.more__content {
  position: absolute;
  left: 0;
  display: none;
  padding: 0 2em 2em 2em;
  color: white;
  background: #1d4f91;
  z-index: +9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }

.pager {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  color: #1d4f91; }

.pager__control {
  display: inline-block;
  line-height: 2em; }
  .pager__control.is-active a {
    border: 1px solid #1d4f91; }

.pager__control + .pager__control {
  margin-left: 0.25em; }

.pager_control_link {
  display: block;
  box-sizing: border-box;
  padding: 0 0.5em;
  text-decoration: none;
  color: currentColor;
  display: block;
  min-width: 2em;
  text-align: center;
  border-radius: 1em; }
  .pager_control_link:hover {
    color: white;
    background: #1d4f91;
    text-decoration: none; }

.pager__control--current {
  font-weight: bold; }

.pager__control--disabled {
  color: #bbc592; }

.pager__control__prev {
  font-family: sans-serif; }

.pager__control__next {
  font-family: sans-serif; }

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

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

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

.date-box {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.75em;
  padding: 0.625em 0.5em;
  text-align: center;
  min-width: 4em;
  color: white;
  background: #1d4f91; }

.date-box span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  font-weight: bold;
  text-transform: uppercase; }

.date-box .date-box__day {
  font-size: 2.25em;
  font-weight: normal;
  line-height: 0.95; }

.eyebrow {
  text-transform: uppercase;
  color: #1d4f91;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: 0.05em; }

.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3 {
  margin-top: 0; }

.messages {
  margin: 1em auto;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  font-size: 0.95em;
  width: 93%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: no-repeat 10px 17px; }
  .messages ul {
    margin: 0px; }
  .messages a {
    text-decoration: underline; }

.messages--status {
  border-width: 1px 1px 1px 0;
  border-color: #71a42a;
  color: #71a42a;
  background-color: #f4faec;
  background-image: url(/core/misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #71a42a; }

.messages--warning {
  border-width: 1px 1px 1px 0;
  border-color: #c48d0f;
  color: #c48d0f;
  background-color: #fef9ee;
  background-image: url(/core/misc/icons/e29700/warning.svg);
  box-shadow: -8px 0 0 #c48d0f; }

.messages--error {
  border-width: 1px 1px 1px 0;
  border-color: #c50e0e;
  color: #c50e0e;
  background-color: #feeeee;
  background-image: url(/core/misc/icons/e32700/error.svg);
  box-shadow: -8px 0 0 #c50e0e; }

.call-out {
  background: #f1be48;
  padding: 1em;
  width: 12em; }
  .call-out a {
    color: #1d4f91;
    font-weight: bold; }
  .call-out a:hover {
    text-decoration: underline; }
  @media (max-width: 834px) {
    .call-out {
      float: none;
      margin: 0;
      width: auto; } }
  .call-out.call-out--right {
    margin: 0.25em 0 1em 2em;
    float: right; }
  .call-out.call-out--left {
    margin: 0.25em 2em 1em 0;
    float: right; }

.chosen {
  height: 1.85em;
  padding: 0 0.5em; }

/* focus? line height, etc. */
.chosen-search-input {
  line-height: 2em; }

.chosen-choices {
  background: lime; }

.chosen-container-multi .chosen-choices {
  border-radius: 3px;
  border: 1px solid #1d4f91; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 2.25em;
  line-height: 2.25em; }

.chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  box-shadow: none;
  color: white;
  background: #1d4f91;
  line-height: inherit; }

.chosen-container-multi .chosen-choices .search-choice-close {
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat !important; }
  .chosen-container-multi .chosen-choices .search-choice-close:hover {
    background-position: -42px -10px; }

@media (min-width: 835px) {
  body {
    margin-top: 5.3em; } }

.toolbar-fixed .page-header {
  top: 39px; }

.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .page-header {
  top: 80px; }

.toolbar-fixed.toolbar-vertical.toolbar-tray-open .page-header {
  margin-left: 15em; }

@media (min-width: 835px) {
  .toolbar-fixed .logo {
    left: 0; } }

.page-header {
  position: relative;
  height: 4em;
  border-bottom: 1px solid #82cec9;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  z-index: +9; }
  .page-header li {
    line-height: 2em; }
    .page-header li a:hover {
      text-decoration: none; }
  .page-header .constrain--page {
    position: relative; }
    @media (max-width: 834px) {
      .page-header .constrain--page {
        padding: 0; } }
  @media (min-width: 835px) {
    .page-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: auto; } }
.page-header .search-form .form__field {
  padding-bottom: 0; }

.page-header .search-form .form__field .label {
  display: none; }

.page-header .search-form .form-actions {
  margin-bottom: 0; }

.kss-modifier__example > .page-header {
  position: relative; }

.logo {
  display: block;
  position: absolute;
  top: 1.4em;
  left: 0.65em;
  height: 2.6em;
  font-size: 0.8em;
  width: 9.5em;
  overflow: hidden; }
  .logo img {
    height: 2.6em; }
  @media (min-width: 835px) {
    .logo {
      top: 1.55em;
      width: 9.5em;
      left: 1.5em; } }
  @media (min-width: 835px) {
    .logo {
      min-width: 18em; } }
  @media (min-width: 835px) {
    .logo {
      top: 1.25em;
      left: 1.5em;
      font-size: 1em; } }
.nav-toggle {
  display: block;
  float: right;
  font-size: 0.875em;
  line-height: 4.6em;
  text-decoration: none;
  font-weight: bold;
  color: #58a7af; }
  .nav-toggle::after {
    display: inline-block;
    font-family: "Ionicons";
    content: '\f20e';
    width: 2em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 2em;
    line-height: 2em;
    text-align: center; }
  @media (min-width: 835px) {
    .nav-toggle {
      display: none; } }
.utility__menu {
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
  font-size: 0.875em;
  line-height: 2em;
  clear: both;
  color: white;
  background-color: #58a7af; }
  @media (max-width: 834px) {
    .utility__menu {
      display: none; } }
  @media (min-width: 835px) {
    .utility__menu {
      text-align: right;
      color: #58a7af;
      background-color: transparent; } }
.utility__menu__item a {
  display: block;
  padding: 0.5em 0.75em;
  text-decoration: none;
  color: currentColor; }

.utility__menu__item a:hover {
  color: #1d4f91;
  background-color: #82cec9; }

.utility__menu__item .icon {
  font-size: 1.5em; }

@media (min-width: 835px) {
  .utility__menu__item {
    display: inline-block;
    vertical-align: middle; } }

@media (max-width: 834px) {
  .active .utility__menu {
    display: block; } }

.search-form {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  color: #1d4f91; }
  .search-form form {
    display: block;
    position: relative;
    box-sizing: border-box; }
  .search-form label {
    display: none; }
  .search-form h4 {
    display: none; }
  .search-form .form-actions {
    margin-bottom: 0; }
  @media (min-width: 835px) {
    .search-form {
      width: 7em;
      -webkit-transition: width 300ms;
      transition: width 300ms; }
      .search-form:hover, .search-form.active {
        width: 20em;
        background: #deedec; } }
.search-form__field[type=text] {
  box-sizing: border-box;
  border: 0;
  padding: 0.5em 2.2em 0.5em 0.5em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  width: 100%;
  background: white;
  box-shadow: none;
  color: #58a7af; }
  .search-form__field[type=text]::-webkit-input-placeholder {
    color: #58a7af; }
  .search-form__field[type=text]::-moz-placeholder {
    color: #58a7af; }
  .search-form__field[type=text]:-ms-input-placeholder {
    color: #58a7af; }
  .search-form__field[type=text]:-moz-placeholder {
    color: #58a7af; }
  @media (min-width: 835px) {
    .search-form__field[type=text] {
      background: transparent;
      padding: 0 2.2em 0.25em 0.5em; } }
.search-form__submit[type=submit] {
  position: absolute;
  border: 0;
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  color: #58a7af !important;
  background: transparent;
  cursor: pointer; }

.topnav__menu {
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
  font-size: 0.875em;
  line-height: 2em;
  color: white;
  background-color: #58a7af; }
  @media (max-width: 834px) {
    .topnav__menu {
      display: none; } }
  @media (min-width: 835px) {
    .topnav__menu {
      text-align: right;
      color: #1d4f91;
      background-color: transparent; } }
.topnav__menu__item {
  position: relative; }
  @media (min-width: 835px) {
    .topnav__menu__item:hover {
      color: white;
      background-color: #58a7af; } }
  .topnav__menu__item a {
    display: block;
    padding: 0.5em 0.75em;
    text-decoration: none;
    margin-right: 3em;
    color: currentColor; }
    @media (min-width: 835px) {
      .topnav__menu__item a {
        margin-right: 0; } }
  .topnav__menu__item a:hover {
    color: #1d4f91; }
    @media (max-width: 834px) {
      .topnav__menu__item a:hover {
        background-color: #82cec9; } }
  @media (min-width: 835px) {
    .topnav__menu__item {
      display: inline-block; } }
.topnav__menu__item.section-active {
  color: white;
  background-color: #58a7af; }
  .topnav__menu__item.section-active > a:hover {
    color: #1d4f91; }
  .topnav__menu__item.section-active > a:hover:after {
    color: #1d4f91; }
  .topnav__menu__item.section-active > a:after {
    color: white; }

.topnav__menu__item--has-submenu::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  padding: 0.5em;
  content: '+';
  width: 3em;
  text-align: center;
  top: 0;
  right: 0;
  color: white; }
  @media (min-width: 835px) {
    .topnav__menu__item--has-submenu::after {
      display: none; } }
@media (max-width: 834px) {
  .topnav__menu__item--has-submenu.active {
    background-color: #82cec9; }
  .topnav__menu__item--has-submenu.active::after {
    content: '–'; } }

@media (min-width: 835px) {
  .topnav__menu__item--has-submenu > a::after {
    display: inline-block;
    content: '+';
    margin-right: -0.5em;
    width: 1.5em;
    text-align: center;
    color: #58a7af; }
  .topnav__menu__item--has-submenu:hover > a::after {
    content: '–'; } }

@media (max-width: 834px) {
  .active .topnav__menu {
    display: block; } }

.topnav__submenu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2em;
  text-align: left;
  color: #58a7af;
  z-index: +9; }
  .topnav__submenu a {
    text-decoration: none;
    white-space: nowrap;
    padding-left: 2.5em;
    color: white; }
    @media (min-width: 835px) {
      .topnav__submenu a {
        padding-left: 1em; } }
  .topnav__submenu a:hover {
    color: #1d4f91; }
  @media (min-width: 835px) {
    .topnav__submenu {
      position: absolute;
      top: 2.875em;
      left: 0;
      background-color: #58a7af;
      box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1); } }
@media (max-width: 834px) {
  .topnav__menu__item.active .topnav__submenu {
    display: block; } }

@media (min-width: 835px) {
  .topnav__menu__item:hover .topnav__submenu {
    display: block; } }

@media (min-width: 835px) {
  .topnav__menu__item:last-child .topnav__submenu {
    left: auto;
    right: 0; } }

.page-footer {
  padding: 1.5em 0;
  color: white;
  background-color: #58a7af; }
  .page-footer a {
    text-decoration: none;
    color: white; }
  @media (max-width: 834px) {
    .page-footer .flex-media__body {
      padding-right: 0.5em; } }
.page-footer__form {
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 835px) {
    .page-footer__form {
      margin-top: 3em;
      margin-bottom: 5em; } }
.page-footer__nav {
  margin-bottom: 1.625em;
  font-size: 0.75em;
  text-align: center; }
  .page-footer__nav li a {
    font-weight: normal; }
  .page-footer__nav a:hover {
    text-decoration: none; }
  @media (min-width: 835px) {
    .page-footer__nav {
      display: flex;
      flex-direction: row;
      flex-flow: row wrap;
      margin-bottom: 5em;
      text-align: left; } }
.page-footer__nav__group > * {
  margin: 0;
  line-height: 2em; }

.page-footer__nav__group a:hover {
  border-bottom: 1px solid currentColor;
  color: #1d4f91; }

.page-footer__nav__group a.button:hover, .page-footer__nav__group a.node-preview-backlink:hover {
  color: white;
  border-bottom: #1d4f91; }

.page-footer__nav__group a[href^="/about/contact-us"]:before {
  content: "\f132";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  padding-right: 5px;
  padding-bottom: 1px;
  font-size: 1.5em; }

.page-footer__nav__group + .page-footer__nav__group {
  margin: 2.5em 0 0 0; }
  @media (min-width: 835px) {
    .page-footer__nav__group + .page-footer__nav__group {
      margin: 0 0 0 2.5em; } }
@media (max-width: 834px) {
  .page-footer__indicia {
    margin-top: 3em; } }

@media (min-width: 835px) {
  .page-footer__indicia {
    display: flex;
    flex-direction: row-reverse; } }

.page-footer__indicia__social {
  margin-bottom: 2em;
  text-align: center; }
  .page-footer__indicia__social a + a {
    margin-left: 0.375em; }
  .page-footer__indicia__social a:hover {
    color: #1d4f91; }
  @media (min-width: 835px) {
    .page-footer__indicia__social {
      flex-grow: 1 1 25%;
      text-align: right; } }
.page-footer__indicia__legal {
  text-align: center;
  font-size: 0.75em; }
  .page-footer__indicia__legal a:hover {
    border-bottom: 1px solid currentColor;
    color: #1d4f91; }
  .page-footer__indicia__legal p a:hover {
    text-decoration: none; }
  @media (min-width: 835px) {
    .page-footer__indicia__legal {
      flex: 1 1;
      text-align: left; } }
.flex-grid.form-and-feed .flex-grid__item:nth-child(1) {
  width: 66%; }
  @media (max-width: 834px) {
    .flex-grid.form-and-feed .flex-grid__item:nth-child(1) {
      width: 100%; } }
.flex-grid.form-and-feed .flex-grid__item:nth-child(2) {
  width: 34%;
  margin-top: 3em;
  margin-bottom: -7em; }
  @media (max-width: 834px) {
    .flex-grid.form-and-feed .flex-grid__item:nth-child(2) {
      width: 70%;
      text-align: center;
      margin: 0 auto 1em; } }
  .flex-grid.form-and-feed .flex-grid__item:nth-child(2) > div {
    background: #aed4d8;
    border-radius: 7px; }

.hero {
  clear: both;
  color: white;
  background-repeat: no-repeat;
  background-size: 0 0;
  background-position: 100% 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 835px) {
    .hero {
      background-size: cover;
      background-position: bottom left; } }
  @media (min-width: 2000px) {
    .hero {
      background-size: 2000px;
      background-color: #fbf4e3;
      background-position: center; } }
  .hero h1 {
    font-weight: normal;
    color: #1d4f91; }
  .hero b {
    color: white; }
  .hero .constrain--page {
    position: relative; }
    @media (max-width: 834px) {
      .hero .constrain--page {
        padding: 0; } }
  .hero .flex-media {
    position: relative;
    z-index: +1; }
    @media (min-width: 835px) {
      .hero .flex-media {
        min-height: 300px; } }
  .hero .flex-media--reverse .flex-media__image {
    padding-right: 0; }
  .hero .flex-media__image {
    padding-bottom: 2em; }
    @media (max-width: 834px) {
      .hero .flex-media__image {
        background: #58a7af;
        overflow: auto; } }
    @media (min-width: 835px) {
      .hero .flex-media__image {
        padding-top: 2em;
        padding-left: 0; } }
  .hero .flex-media__body {
    display: flex;
    align-items: center;
    padding-bottom: 2em; }
    @media (max-width: 834px) {
      .hero .flex-media__body {
        color: white;
        background: #58a7af; } }
    @media (min-width: 835px) {
      .hero .flex-media__body {
        padding-top: 2em; } }
  .hero .hero__image {
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 835px) {
      .hero .hero__image {
        display: none; } }
  .hero .hero__trigger {
    position: relative;
    margin: 0.5em auto 0 auto;
    display: block;
    width: 36px;
    height: 36px;
    transition: all 300ms ease-in-out;
    transform: rotate(0deg); }
    @media (max-width: 834px) {
      .hero .hero__trigger {
        display: none; } }
  .hero .hero__trigger::after {
    display: block;
    position: absolute;
    content: '';
    border-top: 4px solid currentColor;
    top: 16px;
    left: 0;
    right: 0; }
  .hero .hero__trigger::before {
    display: block;
    position: absolute;
    content: '';
    border-left: 4px solid currentColor;
    top: 0;
    bottom: 0;
    left: 16px; }
  .hero:hover .hero__trigger {
    transform: rotate(360deg); }
  .hero .hero__bgcolor {
    position: absolute;
    top: 9%;
    right: 67%;
    bottom: 9%;
    left: 1.5em;
    border-radius: 50%;
    background: #58a7af;
    opacity: 0.8; }
    @media (max-width: 834px) {
      .hero .hero__bgcolor {
        display: none; } }
  .hero .flex-media--reverse + .hero__bgcolor {
    top: 9%;
    right: 1.5em;
    bottom: 9%;
    left: 67%; }
  .hero .hero__body__wrap {
    padding-right: 0.5em;
    color: currentColor; }
    @media (min-width: 835px) {
      .hero .hero__body__wrap {
        padding-right: 1em;
        opacity: 0; } }
.hero-image {
  background-position: 100% 100%;
  background-size: 0 0; }
  @media (max-width: 834px) {
    .hero-image {
      background-color: white;
      background-image: none !important;
      text-align: left; }
      .hero-image .white-color {
        color: #1d4f91; } }
  @media (min-width: 835px) {
    .hero-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      min-height: 300px; } }
  @media (min-width: 2000px) {
    .hero-image {
      background-size: 2000px;
      background-color: #fbf4e3;
      background-position: center; } }
@media (min-width: 835px) {
  .hero-image .hero-image__title,
  .paragraph--type--hero-image-with-circle {
    max-width: 100%; } }

@media (max-width: 834px) {
  .hero-image .hero-image__title h1,
  .paragraph--type--hero-image-with-circle h1 {
    font-size: 2em;
    margin: 0.5em 0 !important; } }

@media (min-width: 835px) {
  .hero-image .hero-image__title {
    max-width: 100%;
    padding-top: 2em;
    padding-bottom: 2em; } }

.hero-image.text-alignment-center .hero-image__title {
  text-align: center; }

@media (max-width: 834px) {
  .hero-image[class*="-background"] {
    background-color: transparent; } }

@media (min-width: 835px) {
  .hero-text .hero-text__title {
    padding-top: 2em;
    padding-bottom: 1em;
    max-width: 33.3%; } }

.vertical-positioning-center,
.vertical-positioning-top,
.vertical-positioning-bottom {
  display: flex; }
  .vertical-positioning-center .constrain--page,
  .vertical-positioning-center .constrain--text,
  .vertical-positioning-top .constrain--page,
  .vertical-positioning-top .constrain--text,
  .vertical-positioning-bottom .constrain--page,
  .vertical-positioning-bottom .constrain--text {
    width: 100%; }
    .vertical-positioning-center .constrain--page h1,
    .vertical-positioning-center .constrain--text h1,
    .vertical-positioning-top .constrain--page h1,
    .vertical-positioning-top .constrain--text h1,
    .vertical-positioning-bottom .constrain--page h1,
    .vertical-positioning-bottom .constrain--text h1 {
      margin: 0; }

.vertical-positioning-center {
  align-items: center; }

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

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

.image-feature {
  clear: both;
  color: #1d4f91;
  background-repeat: no-repeat;
  background-size: 0 0;
  background-position: 100% 100%; }
  .image-feature h1 > b, .image-feature h2 > b, .image-feature h3 > b {
    color: #58a7af; }
  @media (min-width: 835px) {
    .image-feature {
      background-size: contain;
      background-position: 0 0; } }
  @media (min-width: 960px) {
    .image-feature {
      background-position: 30% 0; } }
.image-feature__image {
  display: block;
  width: 100%; }
  @media (min-width: 835px) {
    .image-feature__image {
      display: none; } }
.image-feature .flex-media {
  min-height: 300px; }

.image-feature .flex-media__image,
.image-feature .flex-media__body {
  padding-bottom: 2em; }
  @media (min-width: 835px) {
    .image-feature .flex-media__image,
    .image-feature .flex-media__body {
      padding-top: 2em; } }
@media (min-width: 835px) {
  .image-feature .flex-media__image {
    padding-left: 0;
    padding-right: 10%; } }

@media (max-width: 834px) {
  .image-feature .flex-media.flex-media--responsive .flex-media__image {
    padding-top: 2em;
    padding-bottom: 1.5em; } }

@media (min-width: 835px) {
  .image-feature .flex-media--reverse .flex-media__image {
    padding-right: 0;
    padding-left: 10%; } }

.text-feature {
  clear: both;
  color: #1d4f91;
  background-repeat: no-repeat;
  background-size: 0 0;
  background-position: 100% 100%; }
  .text-feature h1 > b, .text-feature h2 > b, .text-feature h3 > b {
    color: #58a7af; }
  @media (min-width: 835px) {
    .text-feature {
      background-size: contain;
      background-position: bottom left; } }
  @media (min-width: 960px) {
    .text-feature {
      background-position: 30% 0; } }
.text-feature__image {
  display: block;
  width: 100%; }
  @media (min-width: 835px) {
    .text-feature__image {
      display: none; } }
.text-feature .flex-media {
  min-height: 300px; }

.text-feature .flex-media__image,
.text-feature .flex-media__body {
  padding-bottom: 2em; }
  @media (min-width: 835px) {
    .text-feature .flex-media__image,
    .text-feature .flex-media__body {
      padding-top: 2em; } }
@media (min-width: 835px) {
  .text-feature .flex-media__image {
    padding-left: 0; } }

@media (min-width: 835px) {
  .text-feature .flex-media--reverse .flex-media__image {
    padding-left: 2em;
    padding-right: 0; } }

@media (max-width: 834px) {
  .text-feature .flex-media.flex-media--responsive .flex-media__image {
    padding-top: 2em; } }

.testimonial .flex-media {
  align-items: center;
  justify-content: center; }
  @media (max-width: 834px) {
    .testimonial .flex-media {
      display: block; } }
.testimonial .flex-media__image {
  text-align: center; }
  .testimonial .flex-media__image .circle-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 16em; }

.testimonial .circle-img {
  margin-bottom: 1em; }

@media (max-width: 834px) {
  .testimonial {
    display: block; }
    .testimonial .flex-media__image {
      margin-top: 0;
      padding-left: 4em;
      width: 100% !important;
      text-align: left; }
    .testimonial .flex-media__body {
      margin-bottom: 0;
      width: 100% !important; }
    .testimonial .circle-img {
      display: none; } }

.testimonial .flex-media {
  align-items: flex-start; }
  .testimonial .flex-media .flex-media__body {
    padding: 0;
    margin-left: -0.5em; }
  .testimonial .flex-media .flex-media__image {
    padding-right: 0; }

@media (max-width: 834px) {
  .testimonial .flex-media .flex-media__body {
    margin-left: 0; } }

.carousel {
  padding-bottom: 1.875em; }

.carousel + .carousel__title {
  margin-top: 1.5em; }

.carousel__title {
  margin-top: 0;
  padding-top: 1em; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-bottom: 2.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-track {
  display: flex;
  padding-bottom: 0.5em; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide:focus {
  outline: none; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-track .slick-slide {
  display: flex;
  height: auto;
  margin: 0 0.5em; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
  margin: 0;
  padding: 0;
  width: 1.8125em;
  height: 1.8125em;
  border: 0;
  color: transparent;
  background: transparent;
  position: relative;
  outline: 0;
  cursor: pointer; }

.slick-prev {
  position: absolute;
  left: 0.5em;
  bottom: -0.375em;
  z-index: +1; }

.slick-prev::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: sans-serif;
  font-size: 1.5em;
  content: '◀';
  color: #1d4f91; }

.slick-next {
  position: absolute;
  right: 0.5em;
  bottom: -0.375em;
  z-index: +1; }

.slick-next::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: sans-serif;
  font-size: 1.5em;
  content: '▶';
  color: #1d4f91; }

.slick-dotted.slick-slider {
  margin-bottom: 1.875em; }

.slick-dots {
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center; }

.slick-slider .slick-dots .slick-active {
  background: #1d4f91; }

.slick-dots li {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 0.8125em;
  height: 0.8125em;
  margin: 0 0.40625em;
  padding: 0;
  cursor: pointer;
  background: white; }

.slick-dots li button {
  display: block;
  border: 0;
  outline: none;
  font-size: 0;
  line-height: 0;
  width: 8125em;
  height: 8125em;
  color: transparent;
  background: transparent;
  cursor: pointer; }

.action-block {
  border: 0.375em solid currentColor;
  background-color: white; }
  @media (min-width: 835px) {
    .action-block {
      border-width: 0.625em;
      display: flex;
      align-items: center;
      justify-content: center; }
      .float--left .action-block,
      .float--right .action-block {
        display: block;
        border: 0.375em solid currentColor; }
        .float--left .action-block h2,
        .float--right .action-block h2 {
          font-size: 1.625em;
          line-height: 1.15384615; }
        .float--left .action-block .icon--extralarge,
        .float--right .action-block .icon--extralarge {
          font-size: 3.25em; } }
[class*=constrain] > .action-block {
  margin: 1.625em 0; }

.action-block > div > * {
  margin-top: 0; }

@media (max-width: 834px) {
  .action-block__into {
    padding: 1.25em 1.25em 0 1.25em;
    font-size: 0.75em; } }

@media (min-width: 835px) {
  .action-block__into {
    padding: 1.5em;
    flex: 1 1 75%; }
    .float--left .action-block__into,
    .float--right .action-block__into {
      padding: 1.25em 1.25em 0 1.25em;
      font-size: 0.75em; } }

.action-block__action {
  text-align: center; }
  @media (max-width: 834px) {
    .action-block__action {
      padding: 0 1.25em 1.5em 1.25em;
      font-size: 0.75em; } }
  @media (min-width: 835px) {
    .action-block__action {
      padding: 1.5em;
      flex: 1 1 25%; }
      .float--left .action-block__action,
      .float--right .action-block__action {
        padding: 0 1em 2em 1em;
        font-size: 0.75em; } }
.subscribe-block h1, .subscribe-block h2, .subscribe-block h3, .subscribe-block h4 {
  margin: 0;
  line-height: 1em; }

@media (min-width: 835px) {
  .subscribe-block p {
    font-size: 1.3em;
    line-height: 1em; } }

@media (max-width: 834px) {
  .subscribe-block.flex-media {
    display: block; } }

.subscribe-block .flex-media__image,
.subscribe-block .flex-media__body {
  text-align: center; }
  @media (min-width: 835px) {
    .subscribe-block .flex-media__image,
    .subscribe-block .flex-media__body {
      text-align: left; } }
.subscribe-form {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 20em;
  font-size: 0.75em;
  color: #1d4f91; }
  @media (max-width: 834px) {
    .subscribe-form {
      margin-left: auto;
      margin-right: auto; } }
input.subscribe-form__field {
  padding: 0.8em 3.2em 0.8em 1em;
  width: 100%; }

.subscribe-form__sumbit {
  position: absolute;
  margin: 0;
  border: 0;
  border-radius: 0 3px 3px 0;
  padding: 0 0.35em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 2em;
  color: white;
  background-color: #1d4f91;
  cursor: pointer; }

.default-theme {
  color: #1f2221;
  background-color: white; }
  .default-theme b {
    color: #1f2221; }
  .default-theme.circle-text,
  .default-theme .circle-text {
    background-color: transparent; }
    .default-theme.circle-text::after,
    .default-theme .circle-text::after {
      background-color: transparent; }
  .default-theme.text-feature h1 b,
  .default-theme.text-feature h1 strong,
  .default-theme.text-feature h2 b,
  .default-theme.text-feature h2 strong,
  .default-theme.text-feature h3 b,
  .default-theme.text-feature h3 strong,
  .default-theme.text-feature h4 b,
  .default-theme.text-feature h4 strong {
    color: #1f2221; }
  .default-theme.hero {
    background-color: #fbf4e3; }
    .default-theme.hero h1 {
      color: #1f2221; }
    .default-theme.hero .hero__bgcolor {
      background-color: white; }
    @media (max-width: 834px) {
      .default-theme.hero .flex-media__image,
      .default-theme.hero .flex-media__body {
        color: #1f2221;
        background-color: white; } }
  .default-theme .card {
    background-color: white; }
    .default-theme .card h4,
    .default-theme .card p {
      color: #1d4f91; }

.turquoise-theme {
  color: white;
  background-color: #58a7af; }
  .turquoise-theme b {
    color: #1d4f91; }
  .turquoise-theme.circle-text,
  .turquoise-theme .circle-text {
    background-color: transparent; }
    .turquoise-theme.circle-text::after,
    .turquoise-theme .circle-text::after {
      background-color: transparent; }
  .turquoise-theme.text-feature h1 b,
  .turquoise-theme.text-feature h1 strong,
  .turquoise-theme.text-feature h2 b,
  .turquoise-theme.text-feature h2 strong,
  .turquoise-theme.text-feature h3 b,
  .turquoise-theme.text-feature h3 strong,
  .turquoise-theme.text-feature h4 b,
  .turquoise-theme.text-feature h4 strong {
    color: #1d4f91; }
  .turquoise-theme.hero {
    background-color: #fbf4e3; }
    .turquoise-theme.hero h1 {
      color: white; }
    .turquoise-theme.hero .hero__bgcolor {
      background-color: #58a7af; }
    @media (max-width: 834px) {
      .turquoise-theme.hero .flex-media__image,
      .turquoise-theme.hero .flex-media__body {
        color: white;
        background-color: #58a7af; } }
  .turquoise-theme .card {
    background-color: #deedec; }
    .turquoise-theme .card h4,
    .turquoise-theme .card p {
      color: #1d4f91; }

.blue-theme {
  color: white;
  background-color: #1d4f91; }
  .blue-theme b {
    color: #a4d65e; }
  .blue-theme.circle-text,
  .blue-theme .circle-text {
    background-color: transparent; }
    .blue-theme.circle-text::after,
    .blue-theme .circle-text::after {
      background-color: transparent; }
  .blue-theme.text-feature h1 b,
  .blue-theme.text-feature h1 strong,
  .blue-theme.text-feature h2 b,
  .blue-theme.text-feature h2 strong,
  .blue-theme.text-feature h3 b,
  .blue-theme.text-feature h3 strong,
  .blue-theme.text-feature h4 b,
  .blue-theme.text-feature h4 strong {
    color: #a4d65e; }
  .blue-theme.hero {
    background-color: #fbf4e3; }
    .blue-theme.hero h1 {
      color: white; }
    .blue-theme.hero .hero__bgcolor {
      background-color: #1d4f91; }
    @media (max-width: 834px) {
      .blue-theme.hero .flex-media__image,
      .blue-theme.hero .flex-media__body {
        color: white;
        background-color: #1d4f91; } }
  .blue-theme .card {
    background-color: #deedec; }
    .blue-theme .card h4,
    .blue-theme .card p {
      color: #1d4f91; }

.schoolbus-theme {
  color: #1d4f91;
  background-color: #f1be48; }
  .schoolbus-theme b {
    color: #58a7af; }
  .schoolbus-theme.circle-text,
  .schoolbus-theme .circle-text {
    background-color: transparent; }
    .schoolbus-theme.circle-text::after,
    .schoolbus-theme .circle-text::after {
      background-color: transparent; }
  .schoolbus-theme.text-feature h1 b,
  .schoolbus-theme.text-feature h1 strong,
  .schoolbus-theme.text-feature h2 b,
  .schoolbus-theme.text-feature h2 strong,
  .schoolbus-theme.text-feature h3 b,
  .schoolbus-theme.text-feature h3 strong,
  .schoolbus-theme.text-feature h4 b,
  .schoolbus-theme.text-feature h4 strong {
    color: #58a7af; }
  .schoolbus-theme.hero {
    background-color: #fbf4e3; }
    .schoolbus-theme.hero h1 {
      color: #1d4f91; }
    .schoolbus-theme.hero .hero__bgcolor {
      background-color: #f1be48; }
    @media (max-width: 834px) {
      .schoolbus-theme.hero .flex-media__image,
      .schoolbus-theme.hero .flex-media__body {
        color: #1d4f91;
        background-color: #f1be48; } }
  .schoolbus-theme .card {
    background-color: #fbf4e3; }
    .schoolbus-theme .card h4,
    .schoolbus-theme .card p {
      color: #1d4f91; }

.moss-theme {
  color: #1d4f91;
  background-color: #bbc592; }
  .moss-theme b {
    color: #58a7af; }
  .moss-theme.circle-text,
  .moss-theme .circle-text {
    background-color: transparent; }
    .moss-theme.circle-text::after,
    .moss-theme .circle-text::after {
      background-color: transparent; }
  .moss-theme.text-feature h1 b,
  .moss-theme.text-feature h1 strong,
  .moss-theme.text-feature h2 b,
  .moss-theme.text-feature h2 strong,
  .moss-theme.text-feature h3 b,
  .moss-theme.text-feature h3 strong,
  .moss-theme.text-feature h4 b,
  .moss-theme.text-feature h4 strong {
    color: #58a7af; }
  .moss-theme.hero {
    background-color: #fbf4e3; }
    .moss-theme.hero h1 {
      color: #1d4f91; }
    .moss-theme.hero .hero__bgcolor {
      background-color: #bbc592; }
    @media (max-width: 834px) {
      .moss-theme.hero .flex-media__image,
      .moss-theme.hero .flex-media__body {
        color: #1d4f91;
        background-color: #bbc592; } }
  .moss-theme .card {
    background-color: #dee1cd; }
    .moss-theme .card h4,
    .moss-theme .card p {
      color: #1d4f91; }

.light-butter-theme {
  color: #1d4f91;
  background-color: #fbf4e3; }
  .light-butter-theme b {
    color: #58a7af; }
  .light-butter-theme.circle-text,
  .light-butter-theme .circle-text {
    background-color: transparent; }
    .light-butter-theme.circle-text::after,
    .light-butter-theme .circle-text::after {
      background-color: transparent; }
  .light-butter-theme.text-feature h1 b,
  .light-butter-theme.text-feature h1 strong,
  .light-butter-theme.text-feature h2 b,
  .light-butter-theme.text-feature h2 strong,
  .light-butter-theme.text-feature h3 b,
  .light-butter-theme.text-feature h3 strong,
  .light-butter-theme.text-feature h4 b,
  .light-butter-theme.text-feature h4 strong {
    color: #58a7af; }
  .light-butter-theme.hero {
    background-color: #fbf4e3; }
    .light-butter-theme.hero h1 {
      color: #1d4f91; }
    .light-butter-theme.hero .hero__bgcolor {
      background-color: #fbf4e3; }
    @media (max-width: 834px) {
      .light-butter-theme.hero .flex-media__image,
      .light-butter-theme.hero .flex-media__body {
        color: #1d4f91;
        background-color: #fbf4e3; } }
  .light-butter-theme .card {
    background-color: white; }
    .light-butter-theme .card h4,
    .light-butter-theme .card p {
      color: #1d4f91; }

.light-moss-theme {
  color: #1d4f91;
  background-color: #dee1cd; }
  .light-moss-theme b {
    color: #58a7af; }
  .light-moss-theme.circle-text,
  .light-moss-theme .circle-text {
    background-color: transparent; }
    .light-moss-theme.circle-text::after,
    .light-moss-theme .circle-text::after {
      background-color: transparent; }
  .light-moss-theme.text-feature h1 b,
  .light-moss-theme.text-feature h1 strong,
  .light-moss-theme.text-feature h2 b,
  .light-moss-theme.text-feature h2 strong,
  .light-moss-theme.text-feature h3 b,
  .light-moss-theme.text-feature h3 strong,
  .light-moss-theme.text-feature h4 b,
  .light-moss-theme.text-feature h4 strong {
    color: #58a7af; }
  .light-moss-theme.hero {
    background-color: #fbf4e3; }
    .light-moss-theme.hero h1 {
      color: #1d4f91; }
    .light-moss-theme.hero .hero__bgcolor {
      background-color: #dee1cd; }
    @media (max-width: 834px) {
      .light-moss-theme.hero .flex-media__image,
      .light-moss-theme.hero .flex-media__body {
        color: #1d4f91;
        background-color: #dee1cd; } }
  .light-moss-theme .card {
    background-color: white; }
    .light-moss-theme .card h4,
    .light-moss-theme .card p {
      color: #1d4f91; }

.soft-turquoise-theme {
  color: #1d4f91;
  background-color: #deedec; }
  .soft-turquoise-theme b {
    color: #58a7af; }
  .soft-turquoise-theme.circle-text,
  .soft-turquoise-theme .circle-text {
    background-color: transparent; }
    .soft-turquoise-theme.circle-text::after,
    .soft-turquoise-theme .circle-text::after {
      background-color: transparent; }
  .soft-turquoise-theme.text-feature h1 b,
  .soft-turquoise-theme.text-feature h1 strong,
  .soft-turquoise-theme.text-feature h2 b,
  .soft-turquoise-theme.text-feature h2 strong,
  .soft-turquoise-theme.text-feature h3 b,
  .soft-turquoise-theme.text-feature h3 strong,
  .soft-turquoise-theme.text-feature h4 b,
  .soft-turquoise-theme.text-feature h4 strong {
    color: #58a7af; }
  .soft-turquoise-theme.hero {
    background-color: #fbf4e3; }
    .soft-turquoise-theme.hero h1 {
      color: #1d4f91; }
    .soft-turquoise-theme.hero .hero__bgcolor {
      background-color: #deedec; }
    @media (max-width: 834px) {
      .soft-turquoise-theme.hero .flex-media__image,
      .soft-turquoise-theme.hero .flex-media__body {
        color: #1d4f91;
        background-color: #deedec; } }
  .soft-turquoise-theme .card {
    background-color: white; }
    .soft-turquoise-theme .card h4,
    .soft-turquoise-theme .card p {
      color: #1d4f91; }

*.white-color,
.icon.white-color,
.button.white-color,
a.white-color.node-preview-backlink,
.card.white-color {
  color: white; }

*.white-background,
.icon.white-background,
.button.white-background,
a.white-background.node-preview-backlink,
.card.white-background {
  background-color: white; }

.white-card .card {
  background-color: white; }
  .white-card .card h4, .white-card .card p {
    color: #1d4f91; }

*.black-color,
.icon.black-color,
.button.black-color,
a.black-color.node-preview-backlink,
.card.black-color {
  color: black; }

*.black-background,
.icon.black-background,
.button.black-background,
a.black-background.node-preview-backlink,
.card.black-background {
  background-color: black; }

.black-card .card {
  background-color: black; }
  .black-card .card h4, .black-card .card p {
    color: #1d4f91; }

*.blue-color,
.icon.blue-color,
.button.blue-color,
a.blue-color.node-preview-backlink,
.card.blue-color {
  color: #1d4f91; }

*.blue-background,
.icon.blue-background,
.button.blue-background,
a.blue-background.node-preview-backlink,
.card.blue-background {
  background-color: #1d4f91; }

.blue-card .card {
  background-color: #1d4f91; }
  .blue-card .card h4, .blue-card .card p {
    color: #1d4f91; }

*.green-color,
.icon.green-color,
.button.green-color,
a.green-color.node-preview-backlink,
.card.green-color {
  color: #a4d65e; }

*.green-background,
.icon.green-background,
.button.green-background,
a.green-background.node-preview-backlink,
.card.green-background {
  background-color: #a4d65e; }

.green-card .card {
  background-color: #a4d65e; }
  .green-card .card h4, .green-card .card p {
    color: #1d4f91; }

*.turquoise-color,
.icon.turquoise-color,
.button.turquoise-color,
a.turquoise-color.node-preview-backlink,
.card.turquoise-color {
  color: #58a7af; }

*.turquoise-background,
.icon.turquoise-background,
.button.turquoise-background,
a.turquoise-background.node-preview-backlink,
.card.turquoise-background {
  background-color: #58a7af; }

.turquoise-card .card {
  background-color: #58a7af; }
  .turquoise-card .card h4, .turquoise-card .card p {
    color: #1d4f91; }

*.schoolbus-color,
.icon.schoolbus-color,
.button.schoolbus-color,
a.schoolbus-color.node-preview-backlink,
.card.schoolbus-color {
  color: #f1be48; }

*.schoolbus-background,
.icon.schoolbus-background,
.button.schoolbus-background,
a.schoolbus-background.node-preview-backlink,
.card.schoolbus-background {
  background-color: #f1be48; }

.schoolbus-card .card {
  background-color: #f1be48; }
  .schoolbus-card .card h4, .schoolbus-card .card p {
    color: #1d4f91; }

*.robinsegg-color,
.icon.robinsegg-color,
.button.robinsegg-color,
a.robinsegg-color.node-preview-backlink,
.card.robinsegg-color {
  color: #94b7bb; }

*.robinsegg-background,
.icon.robinsegg-background,
.button.robinsegg-background,
a.robinsegg-background.node-preview-backlink,
.card.robinsegg-background {
  background-color: #94b7bb; }

.robinsegg-card .card {
  background-color: #94b7bb; }
  .robinsegg-card .card h4, .robinsegg-card .card p {
    color: #1d4f91; }

*.butter-color,
.icon.butter-color,
.button.butter-color,
a.butter-color.node-preview-backlink,
.card.butter-color {
  color: #fbd872; }

*.butter-background,
.icon.butter-background,
.button.butter-background,
a.butter-background.node-preview-backlink,
.card.butter-background {
  background-color: #fbd872; }

.butter-card .card {
  background-color: #fbd872; }
  .butter-card .card h4, .butter-card .card p {
    color: #1d4f91; }

*.moss-color,
.icon.moss-color,
.button.moss-color,
a.moss-color.node-preview-backlink,
.card.moss-color {
  color: #bbc592; }

*.moss-background,
.icon.moss-background,
.button.moss-background,
a.moss-background.node-preview-backlink,
.card.moss-background {
  background-color: #bbc592; }

.moss-card .card {
  background-color: #bbc592; }
  .moss-card .card h4, .moss-card .card p {
    color: #1d4f91; }

*.orange-color,
.icon.orange-color,
.button.orange-color,
a.orange-color.node-preview-backlink,
.card.orange-color {
  color: #ff671f; }

*.orange-background,
.icon.orange-background,
.button.orange-background,
a.orange-background.node-preview-backlink,
.card.orange-background {
  background-color: #ff671f; }

.orange-card .card {
  background-color: #ff671f; }
  .orange-card .card h4, .orange-card .card p {
    color: #1d4f91; }

*.light-turquoise-color,
.icon.light-turquoise-color,
.button.light-turquoise-color,
a.light-turquoise-color.node-preview-backlink,
.card.light-turquoise-color {
  color: #82cec9; }

*.light-turquoise-background,
.icon.light-turquoise-background,
.button.light-turquoise-background,
a.light-turquoise-background.node-preview-backlink,
.card.light-turquoise-background {
  background-color: #82cec9; }

.light-turquoise-card .card {
  background-color: #82cec9; }
  .light-turquoise-card .card h4, .light-turquoise-card .card p {
    color: #1d4f91; }

*.soft-turquoise-color,
.icon.soft-turquoise-color,
.button.soft-turquoise-color,
a.soft-turquoise-color.node-preview-backlink,
.card.soft-turquoise-color {
  color: #deedec; }

*.soft-turquoise-background,
.icon.soft-turquoise-background,
.button.soft-turquoise-background,
a.soft-turquoise-background.node-preview-backlink,
.card.soft-turquoise-background {
  background-color: #deedec; }

.soft-turquoise-card .card {
  background-color: #deedec; }
  .soft-turquoise-card .card h4, .soft-turquoise-card .card p {
    color: #1d4f91; }

*.light-butter-color,
.icon.light-butter-color,
.button.light-butter-color,
a.light-butter-color.node-preview-backlink,
.card.light-butter-color {
  color: #fbf4e3; }

*.light-butter-background,
.icon.light-butter-background,
.button.light-butter-background,
a.light-butter-background.node-preview-backlink,
.card.light-butter-background {
  background-color: #fbf4e3; }

.light-butter-card .card {
  background-color: #fbf4e3; }
  .light-butter-card .card h4, .light-butter-card .card p {
    color: #1d4f91; }

*.light-moss-color,
.icon.light-moss-color,
.button.light-moss-color,
a.light-moss-color.node-preview-backlink,
.card.light-moss-color {
  color: #dee1cd; }

*.light-moss-background,
.icon.light-moss-background,
.button.light-moss-background,
a.light-moss-background.node-preview-backlink,
.card.light-moss-background {
  background-color: #dee1cd; }

.light-moss-card .card {
  background-color: #dee1cd; }
  .light-moss-card .card h4, .light-moss-card .card p {
    color: #1d4f91; }

*.slate-color,
.icon.slate-color,
.button.slate-color,
a.slate-color.node-preview-backlink,
.card.slate-color {
  color: #1f2221; }

*.slate-background,
.icon.slate-background,
.button.slate-background,
a.slate-background.node-preview-backlink,
.card.slate-background {
  background-color: #1f2221; }

.slate-card .card {
  background-color: #1f2221; }
  .slate-card .card h4, .slate-card .card p {
    color: #1d4f91; }

*.light-slate-color,
.icon.light-slate-color,
.button.light-slate-color,
a.light-slate-color.node-preview-backlink,
.card.light-slate-color {
  color: #424c58; }

*.light-slate-background,
.icon.light-slate-background,
.button.light-slate-background,
a.light-slate-background.node-preview-backlink,
.card.light-slate-background {
  background-color: #424c58; }

.light-slate-card .card {
  background-color: #424c58; }
  .light-slate-card .card h4, .light-slate-card .card p {
    color: #1d4f91; }

*.red-color,
.icon.red-color,
.button.red-color,
a.red-color.node-preview-backlink,
.card.red-color {
  color: #c50e0e; }

*.red-background,
.icon.red-background,
.button.red-background,
a.red-background.node-preview-backlink,
.card.red-background {
  background-color: #c50e0e; }

.red-card .card {
  background-color: #c50e0e; }
  .red-card .card h4, .red-card .card p {
    color: #1d4f91; }

*.teal-blue-color,
.icon.teal-blue-color,
.button.teal-blue-color,
a.teal-blue-color.node-preview-backlink,
.card.teal-blue-color {
  color: #244b5a; }

*.teal-blue-background,
.icon.teal-blue-background,
.button.teal-blue-background,
a.teal-blue-background.node-preview-backlink,
.card.teal-blue-background {
  background-color: #244b5a; }

.teal-blue-card .card {
  background-color: #244b5a; }
  .teal-blue-card .card h4, .teal-blue-card .card p {
    color: #1d4f91; }

*.dixie-color,
.icon.dixie-color,
.button.dixie-color,
a.dixie-color.node-preview-backlink,
.card.dixie-color {
  color: #d6832b; }

*.dixie-background,
.icon.dixie-background,
.button.dixie-background,
a.dixie-background.node-preview-backlink,
.card.dixie-background {
  background-color: #d6832b; }

.dixie-card .card {
  background-color: #d6832b; }
  .dixie-card .card h4, .dixie-card .card p {
    color: #1d4f91; }

*.soft-dixie-color,
.icon.soft-dixie-color,
.button.soft-dixie-color,
a.soft-dixie-color.node-preview-backlink,
.card.soft-dixie-color {
  color: #cc9c6b; }

*.soft-dixie-background,
.icon.soft-dixie-background,
.button.soft-dixie-background,
a.soft-dixie-background.node-preview-backlink,
.card.soft-dixie-background {
  background-color: #cc9c6b; }

.soft-dixie-card .card {
  background-color: #cc9c6b; }
  .soft-dixie-card .card h4, .soft-dixie-card .card p {
    color: #1d4f91; }

*.rice-flower-color,
.icon.rice-flower-color,
.button.rice-flower-color,
a.rice-flower-color.node-preview-backlink,
.card.rice-flower-color {
  color: #eaecd2; }

*.rice-flower-background,
.icon.rice-flower-background,
.button.rice-flower-background,
a.rice-flower-background.node-preview-backlink,
.card.rice-flower-background {
  background-color: #eaecd2; }

.rice-flower-card .card {
  background-color: #eaecd2; }
  .rice-flower-card .card h4, .rice-flower-card .card p {
    color: #1d4f91; }

*.gray-blue-color,
.icon.gray-blue-color,
.button.gray-blue-color,
a.gray-blue-color.node-preview-backlink,
.card.gray-blue-color {
  color: #95acc3; }

*.gray-blue-background,
.icon.gray-blue-background,
.button.gray-blue-background,
a.gray-blue-background.node-preview-backlink,
.card.gray-blue-background {
  background-color: #95acc3; }

.gray-blue-card .card {
  background-color: #95acc3; }
  .gray-blue-card .card h4, .gray-blue-card .card p {
    color: #1d4f91; }

*.light-gray-color,
.icon.light-gray-color,
.button.light-gray-color,
a.light-gray-color.node-preview-backlink,
.card.light-gray-color {
  color: #d0d0d0; }

*.light-gray-background,
.icon.light-gray-background,
.button.light-gray-background,
a.light-gray-background.node-preview-backlink,
.card.light-gray-background {
  background-color: #d0d0d0; }

.light-gray-card .card {
  background-color: #d0d0d0; }
  .light-gray-card .card h4, .light-gray-card .card p {
    color: #1d4f91; }

.blue-card .card h4,
.blue-card .card p {
  color: white; }

.partners-block img {
  width: 100%;
  height: auto; }

.partners-block .flex-grid__item {
  padding: 0 4em 0px !important;
  width: 100% !important; }
  .partners-block .flex-grid__item .views-row {
    margin-bottom: 4em; }

@media (min-width: 960px) {
  .partners-block .flex-grid__item {
    padding: 3em 6%;
    width: 25% !important; }
    .partners-block .flex-grid__item:nth-child(1) {
      padding-left: 0; }
    .partners-block .flex-grid__item:nth-child(4) {
      padding-right: 0; } }

.action-block > div > div > * {
  margin-top: 0; }

#stripe-card-element,
#edit-credit-card-card-element {
  width: 440px;
  min-width: 400px;
  border: 1px solid #1d4f91;
  border-radius: 3px;
  padding: 12px 10px 10px;
  box-shadow: inset 0 1px 3px #ddd; }
  @media (max-width: 834px) {
    #stripe-card-element,
    #edit-credit-card-card-element {
      width: 100%;
      max-width: 370px;
      min-width: auto; } }
#stripe-card-errors {
  color: #c50e0e; }

.utility__menu .utility__menu__item img.donate {
  width: 27px;
  vertical-align: middle; }

.give-donation-donate-form,
.give-donation-donate-payment-form {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1.5em 1.5em 0;
  max-width: 55em; }
  .give-donation-donate-form h3,
  .give-donation-donate-payment-form h3 {
    border: 1px solid #1d4f91;
    padding: 20px 30px;
    font-size: 16px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #1d4f91;
    background-color: #deedec;
    background-image: url(/core/misc/icons/73b355/check.svg) no-repeat 10px 17px; }
  .give-donation-donate-form input[name="donor_name_for_stripe"],
  .give-donation-donate-form input[name="mail"],
  .give-donation-donate-payment-form input[name="donor_name_for_stripe"],
  .give-donation-donate-payment-form input[name="mail"] {
    width: 50%;
    min-width: 320px; }
    @media (max-width: 834px) {
      .give-donation-donate-form input[name="donor_name_for_stripe"],
      .give-donation-donate-form input[name="mail"],
      .give-donation-donate-payment-form input[name="donor_name_for_stripe"],
      .give-donation-donate-payment-form input[name="mail"] {
        width: 100%; } }
  .give-donation-donate-form input.form-submit,
  .give-donation-donate-payment-form input.form-submit {
    color: white;
    background: #1d4f91; }
  .give-donation-donate-form .field-prefix,
  .give-donation-donate-payment-form .field-prefix {
    float: left;
    margin-right: 0.25em; }
  @media (max-width: 834px) {
    .give-donation-donate-form,
    .give-donation-donate-payment-form {
      padding: 1em 0.5em 0; } }
  .give-donation-donate-form .form-item-credit-card-extra-text img,
  .give-donation-donate-payment-form .form-item-credit-card-extra-text img {
    width: 465px; }
    @media (max-width: 834px) {
      .give-donation-donate-form .form-item-credit-card-extra-text img,
      .give-donation-donate-payment-form .form-item-credit-card-extra-text img {
        width: 100%; } }
.progress-bar {
  position: relative;
  height: 4em;
  max-width: 50em;
  margin: 2em auto;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: #F7F7F7; }
  .progress-bar .progress-bar--raised {
    position: absolute;
    z-index: 2;
    left: 1.5em;
    top: 0.25em;
    text-shadow: 0px 1px 1px #d2ebaf;
    color: #47671a; }
  .progress-bar .progress-bar--goal {
    position: absolute;
    z-index: 2;
    right: 1.5em;
    top: 0.25em; }
  .progress-bar .progress-bar--bar {
    background-size: 40px 40px;
    float: left;
    height: 80%;
    background-color: #a4d65e;
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 10%;
    left: 7px;
    z-index: 1;
    box-shadow: inset 1px 5px 12px #d2ebaf, inset -1px -4px 5px #71a42a, 1px 2px 1px #ECECEC; }

form.webform-style--fieldsets {
  margin-top: 2em; }
  form.webform-style--fieldsets h2.webform-section-title {
    border: 1px solid #1d4f91;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
    padding: 0.75em;
    color: white;
    background: #b7bfc9; }
  form.webform-style--fieldsets div.webform-section-wrapper {
    border: 1px solid #1d4f91;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 0.75em;
    display: none; }
  form.webform-style--fieldsets .webform-section {
    margin-bottom: 1.5em; }
    form.webform-style--fieldsets .webform-section.webform-section--active h2.webform-section-title {
      background: #1d4f91;
      border-bottom: 0;
      border-radius: 5px 5px 0 0; }
    form.webform-style--fieldsets .webform-section.webform-section--complete h2.webform-section-title {
      background-image: url(/core/misc/icons/73b355/check.svg);
      background-size: 1.5em;
      background-repeat: no-repeat;
      background-position: right 0.75em center; }
  form.webform-style--fieldsets .form-button,
  form.webform-style--fieldsets .form-button ~ .js-form-wrapper,
  form.webform-style--fieldsets .form-item-credit-card {
    padding-bottom: 0;
    display: inline-block; }
  form.webform-style--fieldsets .js-form-type-stripe.form-item-credit-card.js-form-item-credit-card {
    display: block; }
  form.webform-style--fieldsets fieldset {
    margin-top: 0; }
    form.webform-style--fieldsets fieldset#edit-donation-amount {
      background: #ECECEC;
      border-radius: 5px;
      padding: 1em; }
      form.webform-style--fieldsets fieldset#edit-donation-amount legend {
        position: absolute; }
      form.webform-style--fieldsets fieldset#edit-donation-amount .fieldset-wrapper {
        padding-top: 1.5em; }
    form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper, form.webform-style--fieldsets fieldset#edit-name--wrapper, form.webform-style--fieldsets fieldset#edit-address--wrapper {
      background: #ECECEC;
      border-radius: 5px;
      padding: 1em; }
      form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper legend, form.webform-style--fieldsets fieldset#edit-name--wrapper legend, form.webform-style--fieldsets fieldset#edit-address--wrapper legend {
        position: absolute;
        font-weight: bold;
        color: #1f2221; }
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper legend .visually-hidden, form.webform-style--fieldsets fieldset#edit-name--wrapper legend .visually-hidden, form.webform-style--fieldsets fieldset#edit-address--wrapper legend .visually-hidden {
          position: static !important;
          clip: auto; }
      form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .fieldset-wrapper, form.webform-style--fieldsets fieldset#edit-name--wrapper .fieldset-wrapper, form.webform-style--fieldsets fieldset#edit-address--wrapper .fieldset-wrapper {
        padding-top: 2.5em; }
      form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-confirm-email-mail-1,
      form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-confirm-email-mail-2,
      form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-name-first,
      form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-name-last, form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-confirm-email-mail-1,
      form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-confirm-email-mail-2,
      form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-name-first,
      form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-name-last, form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-confirm-email-mail-1,
      form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-confirm-email-mail-2,
      form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-name-first,
      form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-name-last {
        display: inline-block;
        max-width: 48%; }
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-confirm-email-mail-1:first-child,
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-confirm-email-mail-2:first-child,
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-name-first:first-child,
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-name-last:first-child, form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-confirm-email-mail-1:first-child,
        form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-confirm-email-mail-2:first-child,
        form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-name-first:first-child,
        form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-name-last:first-child, form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-confirm-email-mail-1:first-child,
        form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-confirm-email-mail-2:first-child,
        form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-name-first:first-child,
        form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-name-last:first-child {
          margin-right: 2%; }
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-confirm-email-mail-1 input,
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-confirm-email-mail-2 input,
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-name-first input,
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-name-last input, form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-confirm-email-mail-1 input,
        form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-confirm-email-mail-2 input,
        form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-name-first input,
        form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-name-last input, form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-confirm-email-mail-1 input,
        form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-confirm-email-mail-2 input,
        form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-name-first input,
        form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-name-last input {
          max-width: 100%; }
      form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-address-state-province, form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-address-state-province, form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-address-state-province {
        display: inline-block;
        max-width: 20em;
        margin-right: 0.25em; }
      form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-address-postal-code, form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-address-postal-code, form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-address-postal-code {
        display: inline-block;
        max-width: 12em; }
        form.webform-style--fieldsets fieldset#edit-confirm-email--wrapper .form-item-address-postal-code input, form.webform-style--fieldsets fieldset#edit-name--wrapper .form-item-address-postal-code input, form.webform-style--fieldsets fieldset#edit-address--wrapper .form-item-address-postal-code input {
          max-width: 12em; }
  form.webform-style--fieldsets .form-item-donation-amount-other .input:before {
    content: '$'; }
  form.webform-style--fieldsets .webform-radios legend,
  form.webform-style--fieldsets .webform-radios-other legend {
    color: #1d4f91;
    padding-bottom: 0.5em;
    font-size: 0.75em;
    line-height: 2em; }
  form.webform-style--fieldsets .radio .form-radio ~ label {
    color: #1f2221; }
  form.webform-style--fieldsets .input-error {
    border: 1px solid #c50e0e; }

.webform-submission-website-donation-general-form .webform-confirmation,
.webform-submission-website-donation-20th-form .webform-confirmation {
  margin: 3em 0 10em; }
  .webform-submission-website-donation-general-form .webform-confirmation a,
  .webform-submission-website-donation-20th-form .webform-confirmation a {
    color: #1d4f91; }

.webform-submission-website-donation-general-form .hide-webform-element,
.webform-submission-website-donation-20th-form .hide-webform-element {
  display: none !important; }

@media (min-width: 835px) {
  .image-feature .flex-media__image.bio-image {
    padding-right: 5%; } }

.field--field_text > ul:first-child {
  margin-top: 0; }

.field--widget-options-buttons {
  padding-bottom: 1.5em; }
  .field--widget-options-buttons fieldset {
    margin-left: 0px; }
  .field--widget-options-buttons legend .fieldset-legend {
    display: block;
    padding-bottom: 0.5em;
    font-size: 1em;
    line-height: 2em;
    font-weight: bold;
    color: #1d4f91; }

.field--widget-options-select,
.field--widget-boolean-checkbox,
.form-item-copy {
  padding-bottom: 1.5em; }

.form-item-getresponse-forms-name-field label:after {
  content: ' (Required)';
  color: #c50e0e; }

.projects-link a {
  font-weight: bold;
  color: #1d4f91; }
  .projects-link a:hover {
    text-decoration: underline; }

.webinars-hero h1 {
  visibility: hidden; }

.search-webinars form.views-exposed-form,
.search-webinars form.views-exposed-form ~ div {
  display: inline; }

.search-webinars h2 {
  margin-top: 0;
  margin-bottom: 0.5em; }

.search-webinars div[class^="field--field_"] {
  display: inline-block; }
  .search-webinars div[class^="field--field_"].field-label {
    font-weight: bold; }
    .search-webinars div[class^="field--field_"].field-label:after {
      content: ":"; }
  .search-webinars div[class^="field--field_"] ~ .field-value p {
    margin: 0; }

.search-webinars div[class^="field-wrapper--field_"] {
  margin: 1em 0; }

.search-webinars div.field-wrapper--field_webinar_speakers > div > .field-value {
  display: block;
  position: relative;
  margin-left: 1.5em; }
  .search-webinars div.field-wrapper--field_webinar_speakers > div > .field-value:before {
    position: absolute;
    top: 0.3em;
    left: -1.5em;
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background: #58a7af;
    vertical-align: middle; }
  .search-webinars div.field-wrapper--field_webinar_speakers > div > .field-value p {
    margin: 0; }

.search-webinars a.button, .search-webinars a.node-preview-backlink,
.search-webinars .button a,
.search-webinars a.node-preview-backlink a {
  font-weight: normal;
  color: white; }

.search-webinars .field--field_webinar_cosponsorship.field-value {
  margin-right: 1em; }

.logo {
  width: 9.5em;
  top: 1.4em;
  left: 0.65em; }
  @media (min-width: 835px) {
    .logo {
      top: 1.55em;
      width: 9.5em;
      left: 1.5em; } }
@media (max-width: 835px) {
  .logo {
    width: auto; }
  .flex-grid--padded {
    padding: 0 0.5em; }
    .flex-grid--padded.flex-grid--quarters .flex-grid__item, .flex-grid--padded.flex-grid--fifths .flex-grid__item {
      width: 50%; }
      .flex-grid--padded.flex-grid--quarters .flex-grid__item .more, .flex-grid--padded.flex-grid--fifths .flex-grid__item .more {
        padding: 1em; }
        .flex-grid--padded.flex-grid--quarters .flex-grid__item .more .more__content, .flex-grid--padded.flex-grid--fifths .flex-grid__item .more .more__content {
          padding: 0 1em 1em 1em; }
    .flex-grid--padded .circle-img {
      max-width: none; } }

.views-exposed-form .form__field,
.views-exposed-form .form-actions {
  display: inline-block;
  margin-right: 10px; }

.views-exposed-form label[for=edit-search] {
  display: none; }

.views-exposed-form input {
  margin-right: 10px; }

div.field--field_sections:first-child div.paragraph--type--simple-text-area {
  padding-top: 0.5rem; }

div[class*="-theme"]:not(.-theme).paragraph--type--simple-text-area {
  padding: 2rem 0; }

.lightbox-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.lightbox {
  margin-top: -3em;
  padding-top: 2em;
  text-align: left;
  max-width: 450px;
  max-height: 800px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  background: white; }
  @media (max-width: 834px) {
    .lightbox {
      max-width: 95%;
      width: 95%; } }
  .lightbox i {
    font-size: 1.35em;
    color: #1d4f91;
    cursor: pointer; }
  .lightbox textarea,
  .lightbox input[type="text"],
  .lightbox input.subscribe-form__field,
  .lightbox select.select {
    width: 100%; }
  .lightbox .close-lightbox {
    position: absolute;
    right: 10px;
    top: 5px; }

.node--unpublished {
  margin: 0.5em auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  color: #ff671f;
  background-color: #fff1eb; }

.node-preview-container {
  right: -1em;
  top: 7em; }
  .node-preview-container .form-item-view-mode,
  .node-preview-container input,
  .node-preview-container .input {
    display: none; }

.toolbar-horizontal .node-preview-container {
  top: 12em; }

a.node-preview-backlink {
  padding: 0.5em 1.5em;
  line-height: 1.5; }
  a.node-preview-backlink:before {
    content: '⇦ '; }

.field--field_sections h3 + h1 {
  margin-top: 0; }

.field--field_sections:first-child .paragraph--type--simple-text-area {
  padding-top: 0.5em; }
  .field--field_sections:first-child .paragraph--type--simple-text-area h1 {
    margin-top: 0.55em; }

.resource-node {
  padding-top: 0.5em; }
  .resource-node .flex-media__body {
    padding-top: 0; }
  .resource-node .flex-media__image {
    padding-top: 0; }
    @media (max-width: 834px) {
      .resource-node .flex-media__image {
        display: none; } }
.resource-date-and-source {
  margin-bottom: 2em; }
  .resource-date-and-source .field--field_year {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em; }
  .resource-date-and-source .field--field_resource_source {
    display: inline; }
  .resource-date-and-source .field--field_year:nth-child(1),
  .resource-date-and-source .field--field_resource_source:nth-child(1) {
    font-weight: bold; }
    .resource-date-and-source .field--field_year:nth-child(1):after,
    .resource-date-and-source .field--field_resource_source:nth-child(1):after {
      content: ': '; }

.resource-files a.button, .resource-files a.node-preview-backlink {
  margin: 1em 0; }

.project-description .flex-media__body {
  color: #1f2221; }
  .project-description .flex-media__body h1 {
    color: #1d4f91; }
  .project-description .flex-media__body h3 {
    color: #58a7af; }

/*
This should really be using a more general class so
the color patterns can be re-used. Very confusing nesting —
difficult to sort out for now.

TODO: I can try at some point to clean this up, but
it's really only applicable to one particular section for
projects where we wanted to have colors for the 'active'
and 'complete' statuses that adequately contrast with the
background.
*/
.project-details.light-moss-background h3.h2, .project-details.light-moss-background h3.carousel__title, .project-details.moss-background h3.h2, .project-details.moss-background h3.carousel__title, .project-details.light-butter-background h3.h2, .project-details.light-butter-background h3.carousel__title, .project-details.soft-turquoise-background h3.h2, .project-details.soft-turquoise-background h3.carousel__title {
  color: #1d4f91; }
  .project-details.light-moss-background h3.h2.active strong, .project-details.light-moss-background h3.active.carousel__title strong, .project-details.moss-background h3.h2.active strong, .project-details.moss-background h3.active.carousel__title strong, .project-details.light-butter-background h3.h2.active strong, .project-details.light-butter-background h3.active.carousel__title strong, .project-details.soft-turquoise-background h3.h2.active strong, .project-details.soft-turquoise-background h3.active.carousel__title strong {
    color: #58a7af; }
  .project-details.light-moss-background h3.h2.complete strong, .project-details.light-moss-background h3.complete.carousel__title strong, .project-details.moss-background h3.h2.complete strong, .project-details.moss-background h3.complete.carousel__title strong, .project-details.light-butter-background h3.h2.complete strong, .project-details.light-butter-background h3.complete.carousel__title strong, .project-details.soft-turquoise-background h3.h2.complete strong, .project-details.soft-turquoise-background h3.complete.carousel__title strong {
    color: #1d4f91; }

.project-details.light-moss-background p, .project-details.moss-background p, .project-details.light-butter-background p, .project-details.soft-turquoise-background p {
  color: #1d4f91; }

.project-details.light-moss-background .flex-media__body, .project-details.moss-background .flex-media__body, .project-details.light-butter-background .flex-media__body, .project-details.soft-turquoise-background .flex-media__body {
  color: #1d4f91; }
  .project-details.light-moss-background .flex-media__body ul:not(.slick-dots) > li:before, .project-details.moss-background .flex-media__body ul:not(.slick-dots) > li:before, .project-details.light-butter-background .flex-media__body ul:not(.slick-dots) > li:before, .project-details.soft-turquoise-background .flex-media__body ul:not(.slick-dots) > li:before {
    background-color: #1d4f91; }

.project-details.turquoise-background .flex-media__image h3.h2, .project-details.turquoise-background .flex-media__image h3.carousel__title {
  color: white; }
  .project-details.turquoise-background .flex-media__image h3.h2.active strong, .project-details.turquoise-background .flex-media__image h3.active.carousel__title strong {
    color: #1d4f91; }
  .project-details.turquoise-background .flex-media__image h3.h2.complete strong, .project-details.turquoise-background .flex-media__image h3.complete.carousel__title strong {
    color: white; }

.project-details.turquoise-background .flex-media__image p {
  color: white; }

.project-details.turquoise-background .flex-media__body {
  color: white; }
  .project-details.turquoise-background .flex-media__body ul:not(.slick-dots) > li:before {
    background-color: white; }

.project-page ul:not(.slick-dots) {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  .project-page ul:not(.slick-dots) > li {
    position: relative;
    margin-left: 1.5em; }
    .project-page ul:not(.slick-dots) > li:before {
      background: #1f2221;
      position: absolute;
      top: 0.3em;
      left: -1.5em;
      content: "";
      width: 0.8em;
      height: 0.8em;
      border-radius: 50%;
      vertical-align: middle; }
    .project-page ul:not(.slick-dots) > li + li {
      margin-top: 1em; }

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden; }

.flex-container.flex-container__media-inquiries {
  display: flex;
  justify-content: center;
  align-items: center; }
  .flex-container.flex-container__media-inquiries > div:nth-child(1) {
    width: 30%; }
    @media (max-width: 834px) {
      .flex-container.flex-container__media-inquiries > div:nth-child(1) {
        width: 100%; } }
  .flex-container.flex-container__media-inquiries > div:not(:first-child) {
    width: 35%;
    align-items: center;
    justify-content: center; }
    @media (max-width: 834px) {
      .flex-container.flex-container__media-inquiries > div:not(:first-child) {
        width: 100%; } }
  @media (max-width: 834px) {
    .flex-container.flex-container__media-inquiries {
      display: block; } }
.constrain--text .flex-container.flex-container__media-inquiries > div:nth-child(1) {
  width: 20%; }
  @media (max-width: 834px) {
    .constrain--text .flex-container.flex-container__media-inquiries > div:nth-child(1) {
      width: 100%; } }
.constrain--text .flex-container.flex-container__media-inquiries > div:nth-child(2) {
  width: 35%; }
  @media (max-width: 834px) {
    .constrain--text .flex-container.flex-container__media-inquiries > div:nth-child(2) {
      width: 100%; } }
.constrain--text .flex-container.flex-container__media-inquiries > div:nth-child(3) {
  width: 45%; }
  @media (max-width: 834px) {
    .constrain--text .flex-container.flex-container__media-inquiries > div:nth-child(3) {
      width: 100%; } }
.flex-container.flex-container__media-inquiries .circle-img {
  width: 85%; }

.flex-container.flex-container__media-inquiries .flex-media__body {
  font-size: 0.85em; }
  .flex-container.flex-container__media-inquiries .flex-media__body > div {
    font-size: 0.85em; }
  .flex-container.flex-container__media-inquiries .flex-media__body a {
    font-weight: bold;
    color: #1d4f91; }

.call-out--left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0; }

.call-out--right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em; }

.call-out--left,
.call-out--right {
  background-color: #f1be48;
  max-width: 330px;
  padding: 1.5em; }
  .call-out--left a,
  .call-out--right a {
    color: #1d4f91;
    font-weight: bold; }
  @media (max-width: 834px) {
    .call-out--left,
    .call-out--right {
      margin: 1.5em 0; } }
.psp-logo {
  text-align: center;
  margin-top: 4em; }

.states-list {
  display: none; }

.paragraph.section-spacing {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important; }
  .paragraph.section-spacing.paragraph--type--text-and-image-side-by-side {
    margin-top: 1rem; }

.paragraph--type--social-icons {
  margin: 1em 0 2em 0; }
  .paragraph--type--social-icons div[class^="share-"] {
    display: inline-block;
    font-size: 0.8em; }
  .paragraph--type--social-icons .share-facebook i {
    background-color: #3b5998; }
  .paragraph--type--social-icons .share-twitter i {
    background-color: #1da1f2; }
  .paragraph--type--social-icons .share-linkedin i {
    background-color: #0077b5; }
  .paragraph--type--social-icons .share-mail i {
    background-color: #a4d05f; }
  .paragraph--type--social-icons .share-print i {
    background-color: #5aa6a1; }
  .paragraph--type--social-icons .divider {
    width: 100%;
    border-top: 1px solid #1d4f91;
    margin-bottom: 1em; }

.turquoise-theme .paragraph--type--simple-text-area {
  padding: 1.5rem 0; }

@media (min-width: 835px) {
  .paragraph--type--carousel .testimonial .flex-media {
    display: block; } }

@media (min-width: 835px) {
  .paragraph--type--carousel .testimonial .flex-media__body,
  .paragraph--type--carousel .testimonial .flex-media__image {
    display: table-cell;
    vertical-align: top; } }

/*
TODO: For the site-wide search results page I had wanted to use a
two-column layout, where the first column would feature the facets and
the second column would be the search results. However, targeting the
appropriate chunk of Drupal markup just for this page's layout is not
easy to do. So, much of the initial nesting here is really about making
the .flex-media__image the wider of the two flex'ed divs - as this is
using a three-column flex-media arrangement. I don't know how this will
all be handled for the community theme, given that you're using regions,
and I wonder whether this could be either (a) used as a model or (b) re-
worked once the community theme is complete? I guess we just leave this
here if we decide not to go with either of those options.
*/
.search-page .flex-media.flex-media--thirds .flex-media__image {
  width: 66.6%; }
  .search-page .flex-media.flex-media--thirds .flex-media__image h2 {
    margin-bottom: 0.5rem; }

.search-page .flex-media.flex-media--thirds .flex-media__body {
  width: 33.3%;
  margin-top: 1rem; }
  .search-page .flex-media.flex-media--thirds .flex-media__body h2 {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 2rem 0 1rem; }

.search-page .views-row {
  margin-top: 1.5rem; }
  .search-page .views-row .views-field-rendered-item {
    margin-bottom: 0.25rem; }
    .search-page .views-row .views-field-rendered-item a {
      color: #1d4f91;
      font-weight: bold; }
  .search-page .views-row .views-field-search-api-excerpt {
    font-size: 0.9em; }

.search-page ol {
  margin-left: 0;
  padding-left: 0; }
  .search-page ol > li {
    position: relative;
    margin-left: 1.5em;
    padding-left: 0.5em; }
    .search-page ol > li + li {
      margin-top: 1em; }

@media (max-width: 834px) {
  #search-resources .card {
    padding: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em; } }

@media (max-width: 834px) {
  #search-resources .card .flex-media__image {
    width: 30%; } }

@media (max-width: 834px) {
  #search-resources .card .flex-media__body {
    padding-left: 0.5em;
    width: 70%; } }

.checkbox.facet-item {
  margin: 0 0 0.75rem 1.5rem;
  padding-top: 0.2rem; }
  .checkbox.facet-item .facet-item__details {
    line-height: 1.575; }

.block-facet--dropdown {
  display: inline-block;
  width: calc(33.3% - 1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 2em; }
  .block-facet--dropdown:first-of-type {
    margin-left: 0; }
  .block-facet--dropdown:last-of-type {
    margin-right: 0; }
  .block-facet--dropdown h2 {
    font-size: 1em;
    font-weight: bold;
    color: #1d4f91; }

.resources-view .block-facet--dropdown {
  width: calc(25% - 1em); }

@media (max-width: 834px) {
  .block-facet--dropdown,
  .resources-view .block-facet--dropdown {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0; } }

.facets-widget-checkbox ul.item-list__checkbox {
  padding-left: 0; }

.facets-widget-dropdown .select {
  width: 100%; }

.facets-widget-dropdown.facet-empty select {
  cursor: default;
  border-color: #8b98a8;
  color: #8b98a8; }

.facets-widget-dropdown.facet-empty .select:after {
  border-left-color: #8b98a8;
  background-color: #8b98a8; }

.views-row.flex-grid__item {
  margin-bottom: 2em; }
  .views-row.flex-grid__item a.card {
    height: 100%;
    padding: 1.5em 1.5em 0; }

.flex-views .views-view-grid {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box; }
  .flex-views .views-view-grid .views-col {
    box-sizing: border-box; }
  .flex-views .views-view-grid.cols-3 .views-col {
    width: 100% !important; }
    @media (min-width: 835px) {
      .flex-views .views-view-grid.cols-3 .views-col {
        width: 33.3% !important; } }
.no-results {
  margin: 4em 0 10em; }

.news-view,
.resources-view {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 834px) {
    .news-view,
    .resources-view {
      display: block; } }
.news-view .exposed-news-form {
  width: 100%; }
  @media (min-width: 835px) {
    .news-view .exposed-news-form {
      width: 65%; } }
.resources-view .exposed-resources-form {
  width: 100%; }
  @media (min-width: 835px) {
    .resources-view .exposed-resources-form {
      width: 55%; } }
.news-view .media-inquiries {
  width: 100%;
  padding: 1em 0; }
  @media (min-width: 835px) {
    .news-view .media-inquiries {
      width: 35%; } }
.resources-view .media-inquiries {
  width: 100%;
  padding: 1em 0; }
  @media (min-width: 835px) {
    .resources-view .media-inquiries {
      width: 45%; } }
#block-views-block-publications-publications em > span {
  display: inline; }

.timeline--viz {
  position: relative;
  margin: 0 1.5em; }
  @media (max-width: 834px) {
    .timeline--viz {
      display: none; } }
@media (max-width: 834px) {
  .timeline--filter {
    display: none; } }

.timeline--mobile {
  display: none; }
  .timeline--mobile .views-row {
    clear: both;
    margin: 1em 0.5em; }
    .timeline--mobile .views-row .views-field-field-when {
      float: left;
      width: 6em;
      margin-right: 1em;
      padding: 0.5em;
      color: #1d4f91; }
    .timeline--mobile .views-row .views-field-rh-action {
      margin-left: 7.5em;
      background-color: #f1be48;
      padding: 0.5em; }
      .timeline--mobile .views-row .views-field-rh-action a {
        color: #1d4f91; }
      .timeline--mobile .views-row .views-field-rh-action.Active {
        background-color: #58a7af; }
        .timeline--mobile .views-row .views-field-rh-action.Active a {
          color: white; }
  @media (max-width: 834px) {
    .timeline--mobile {
      display: block; } }
.vis-timeline {
  font-family: 'Open Sans', sans-serif;
  border: none;
  font-size: 12px; }
  .vis-timeline .vis-text.vis-minor,
  .vis-timeline .vis-text.vis-major {
    padding-left: 0.5em;
    color: #1d4f91;
    border-left: 1px solid #e5e5e5;
    font-weight: bold; }
  .vis-timeline .vis-current-time {
    display: none; }

.vis-item.vis-range {
  border-radius: 0px;
  border-color: #f1be48;
  border: 3px;
  cursor: pointer; }
  .vis-item.vis-range.complete {
    background-color: #f1be48;
    color: #1d4f91; }
  .vis-item.vis-range.active {
    background-color: #58a7af;
    color: white; }
  .vis-item.vis-range:hover, .vis-item.vis-range.vis-selected {
    border: 3px solid #1d4f91;
    opacity: 1 !important; }
    .vis-item.vis-range:hover .vis-item-content, .vis-item.vis-range.vis-selected .vis-item-content {
      padding: 5px 9px; }
  .vis-item.vis-range .vis-item-content {
    padding: 8px 12px; }
  .vis-item.vis-range .vis-item-overflow:hover {
    overflow: visible; }
  .vis-item.vis-range .vis-selected .vis-item-overflow {
    overflow: visible; }

.vis-panel.vis-center {
  border: none; }

.vis-panel.vis-top {
  border: none;
  z-index: 3;
  background: white; }

.fixed-axis {
  position: fixed;
  top: 90px !important;
  left: auto !important;
  box-shadow: 0px 8px 6px -6px dimgray; }
  .fixed-axis .vis-time-axis.vis-foreground {
    height: 74px !important;
    top: 30px !important; }

#block-views-block-list-of-projects-list-of-projects-by-name {
  display: none; }

.grouped-list {
  margin-top: 2em; }
  .grouped-list.alt-b {
    display: none; }
  .grouped-list h3 {
    border-bottom: 1px solid #58a7af;
    color: #58a7af; }
  .grouped-list .col-1 {
    padding-right: 2em; }
    @media (max-width: 834px) {
      .grouped-list .col-1 {
        padding-right: 1.5em;
        padding-left: 0; } }
  .grouped-list .col-2 {
    padding-left: 2em;
    padding-right: 2em; }
    @media (max-width: 834px) {
      .grouped-list .col-2 {
        padding-right: 1.5em;
        padding-left: 0; } }
  .grouped-list .col-3 {
    padding-left: 2em; }
    @media (max-width: 834px) {
      .grouped-list .col-3 {
        padding-right: 1.5em;
        padding-left: 0; } }
  .grouped-list .views-row {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 1.5em;
    font-size: 0.85em; }
    .grouped-list .views-row:before {
      position: absolute;
      top: 0.3em;
      left: -1.5em;
      vertical-align: middle;
      border-radius: 50%;
      content: "";
      width: 0.8em;
      height: 0.8em;
      background: #a3cf5d; }
    .grouped-list .views-row a {
      color: #1d4f91; }
      .grouped-list .views-row a:hover {
        text-decoration: underline; }

.tip-text {
  display: block; }
  .tip-text > div {
    margin-top: 2em; }
    .tip-text > div li:before {
      background: #a4d65e !important; }

#customTip li:before {
  background: #a4d65e !important; }

.map-view--js-enabled,
.list-view,
#customTip,
#map,
#x,
#y {
  display: none; }

.tip p a,
.dynamic-tooltip p a,
#block-scott-content a.button,
#block-scott-content a.node-preview-backlink {
  color: white;
  font-weight: normal;
  cursor: pointer; }
  .tip p a.green-background.blue-color,
  .dynamic-tooltip p a.green-background.blue-color,
  #block-scott-content a.button.green-background.blue-color,
  #block-scott-content a.green-background.blue-color.node-preview-backlink {
    color: #1d4f91; }

.dynamic-tooltip {
  display: none;
  z-index: 2;
  position: absolute;
  border-radius: 0px;
  border: none;
  padding: 1.5em 1em;
  font-size: 13px;
  line-height: 1.25;
  white-space: normal;
  max-width: 25em;
  min-width: 25em;
  color: white;
  background-color: #1d4f91;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); }
  .dynamic-tooltip p {
    line-height: 1.25; }
    .dynamic-tooltip p.project-more {
      margin-bottom: 0; }
  .dynamic-tooltip:before {
    position: absolute;
    content: '';
    top: -1.9em;
    border: 1em solid #1d4f91; }
  .dynamic-tooltip.tip-left:before {
    left: 0px;
    border-top-color: transparent;
    border-right-color: transparent; }
  .dynamic-tooltip.tip-right:before {
    right: 0px;
    border-top-color: transparent;
    border-left-color: transparent; }
  .dynamic-tooltip .project-more {
    text-align: right; }
    .dynamic-tooltip .project-more:hover {
      text-decoration: underline; }

.map-key {
  display: none;
  float: right;
  color: #93b7bb; }
  .map-key > div {
    width: 1em;
    height: 1em;
    background-color: #a4d65e;
    display: inline-block;
    margin-right: 5px; }

.show-list, .show-map {
  cursor: pointer;
  color: #1d4f91;
  font-weight: bold; }

.accordion {
  padding: 1.5em 0; }

.ui-accordion .ui-accordion-header {
  background-color: #bbcee0;
  border-color: #bbcee0;
  font-weight: bold;
  outline: 0;
  font-size: 1.15em; }
  .ui-accordion .ui-accordion-header.ui-state-hover:not(.ui-accordion-header-active) {
    background-color: #b8d7f5; }
  .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background-color: #0f4b80;
    border-color: #0f4b80;
    font-weight: bold;
    color: white; }

.ui-accordion .ui-accordion-content {
  padding: 0.5em 1.5em;
  background: #dae5ec;
  background: linear-gradient(180deg, #a3b8c7 0%, #dae5ec 9%, white 98%);
  border: 1px solid #104a80; }

.hbspt-form .hs-form-field {
  margin-bottom: 1em; }
  .hbspt-form .hs-form-field .input {
    margin-right: 2em !important; }
  .hbspt-form .hs-form-field:last-child .input {
    margin-right: 0 !important; }

.hbspt-form .input > input.hs-input {
  width: 100% !important;
  max-width: 60em !important; }

.hbspt-form .actions {
  margin-top: 1em; }

.hbspt-form label {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 0.9em;
  display: block;
  color: #1d4f91; }

.hbspt-form .hs-form-required {
  color: #c50e0e; }

.hbspt-form .legal-consent-container {
  font-size: 0.75em; }

.hbspt-form .inputs-list {
  margin: -0.35em 0 1.35em 0;
  padding: 0;
  list-style-type: none; }

.hbspt-form li.hs-form-radio,
.hbspt-form li.hs-form-checkbox,
.hbspt-form li.hs-form-booleancheckbox {
  margin-left: 0;
  margin-bottom: 0.25em;
  line-height: 1em;
  cursor: pointer; }
  .hbspt-form li.hs-form-radio:before,
  .hbspt-form li.hs-form-checkbox:before,
  .hbspt-form li.hs-form-booleancheckbox:before {
    display: none; }
  .hbspt-form li.hs-form-radio label,
  .hbspt-form li.hs-form-checkbox label,
  .hbspt-form li.hs-form-booleancheckbox label {
    padding-bottom: 0;
    font-size: 0.85em;
    font-weight: normal;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    line-height: 1em !important;
    position: relative; }

.hbspt-form li.hs-form-radio label > input {
  display: none; }
  .hbspt-form li.hs-form-radio label > input:checked + span:before {
    border: 0.75em solid #1d4f91; }

.hbspt-form li.hs-form-radio label > span:before {
  margin-top: -.25em;
  box-sizing: border-box;
  border: 1px solid #1d4f91;
  display: inline-block;
  content: "";
  border-radius: 50%;
  margin-right: .5em;
  width: 2em;
  height: 2em;
  background: white;
  vertical-align: middle;
  transition: all 150ms ease-in-out 0s; }

.hbspt-form li.hs-form-checkbox label::before,
.hbspt-form li.hs-form-booleancheckbox label::before {
  content: "";
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #1d4f91;
  border-radius: 3px;
  left: 0;
  top: 0;
  width: 1.80em;
  height: 1.80em;
  color: #1d4f91;
  background: white;
  cursor: pointer;
  margin-top: 0.5em; }

.hbspt-form li.hs-form-checkbox label > input,
.hbspt-form li.hs-form-booleancheckbox label > input {
  visibility: hidden;
  cursor: pointer; }
  .hbspt-form li.hs-form-checkbox label > input:after,
  .hbspt-form li.hs-form-booleancheckbox label > input:after {
    visibility: visible;
    position: absolute;
    content: '✓';
    width: 1.175em;
    height: 1.375em;
    font-size: 1.65em;
    text-align: center;
    color: #1d4f91;
    opacity: 0;
    margin-top: 0.35em; }
  .hbspt-form li.hs-form-checkbox label > input:checked:after,
  .hbspt-form li.hs-form-booleancheckbox label > input:checked:after {
    opacity: 1; }
  .hbspt-form li.hs-form-checkbox label > input + span,
  .hbspt-form li.hs-form-booleancheckbox label > input + span {
    margin-left: 1.5em; }

.hbspt-form li.hs-form-checkbox label:hover > input:after,
.hbspt-form li.hs-form-booleancheckbox label:hover > input:after {
  opacity: 0.35; }

.hbspt-form li.hs-form-checkbox label:hover > input:checked:after,
.hbspt-form li.hs-form-booleancheckbox label:hover > input:checked:after {
  opacity: 1; }

/* Correct margin in the footer mailing list signup */
#page-footer .hbspt-form .hs-form-field .input {
  margin-right: 0 !important; }

.hs-gate-form .hs_submit.hs-submit {
  display: none; }

.hs-gate-form.expand {
  display: none; }
  .hs-gate-form.expand ~ .hs-gate-escape {
    display: none; }

.hs-gate-form .hs-error-msgs {
  margin: 0;
  padding: 0; }
  .hs-gate-form .hs-error-msgs li {
    list-style-type: none;
    font-style: italic; }
    .hs-gate-form .hs-error-msgs li label {
      color: #c50e0e; }

.page-footer .subscribe-block {
  padding: 3em 0 4em; }
  .page-footer .subscribe-block .field--body {
    width: 15em;
    position: relative; }
    @media (max-width: 834px) {
      .page-footer .subscribe-block .field--body {
        margin: 0 auto; } }
  .page-footer .subscribe-block h4 {
    margin: 1em 0;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: normal; }
  .page-footer .subscribe-block form {
    position: relative;
    max-width: 20em; }
    @media (max-width: 834px) {
      .page-footer .subscribe-block form {
        margin: 0 auto; } }
  .page-footer .subscribe-block label {
    display: none; }
  .page-footer .subscribe-block div.hs_email input {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0.8em 3.2em 0.8em 0.75em;
    line-height: 1.15;
    width: 100%;
    color: #333;
    background: white;
    box-shadow: inset 0 1px 3px #ddd;
    height: 2.25em; }
  .page-footer .subscribe-block div.hs_submit,
  .page-footer .subscribe-block div.hs_error_rollup {
    display: none !important; }
  .page-footer .subscribe-block button[type="submit"] {
    color: white;
    background: #1d4f91;
    position: absolute;
    bottom: 2px;
    right: 0;
    outline: 0;
    margin-top: -1px;
    font-size: 1.5em; }
  .page-footer .subscribe-block ul.hs-error-msgs {
    position: absolute;
    padding: 0;
    margin-top: 0.25em; }
    .page-footer .subscribe-block ul.hs-error-msgs li {
      list-style-type: none; }
    .page-footer .subscribe-block ul.hs-error-msgs label {
      color: #1d4f91;
      display: block;
      font-size: 0.875em;
      font-style: italic; }
  .page-footer .subscribe-block .submitted-message {
    color: #1d4f91; }

.flex-grid.form-and-feed .flex-grid__item:nth-child(1) {
  width: 66%; }
  @media (max-width: 834px) {
    .flex-grid.form-and-feed .flex-grid__item:nth-child(1) {
      width: 100%; } }
.flex-grid.form-and-feed .flex-grid__item:nth-child(2) {
  width: 34%;
  margin-top: 3em;
  margin-bottom: -7em; }
  @media (max-width: 834px) {
    .flex-grid.form-and-feed .flex-grid__item:nth-child(2) {
      width: 90%;
      text-align: center;
      margin: 0 auto 3em; } }
  .flex-grid.form-and-feed .flex-grid__item:nth-child(2) > div {
    background: #aed4d8;
    border-radius: 7px; }

textarea.hs-input {
  width: 100% !important;
  min-height: 10em; }

.leadinModal-reset.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-v3.leadinModal-preview > .leadinModal-overlay + .leadinModal-content {
  top: 65%;
  background: transparent !important;
  box-shadow: unset; }
  .leadinModal-reset.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-v3.leadinModal-preview > .leadinModal-overlay + .leadinModal-content .leadinModal-content-wrapper {
    background: #58a7af;
    border-bottom-left-radius: 5px;
    box-shadow: 3px 0px 5px black; }

#play {
  position: relative; }
  #play #intro-text {
    width: 85%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    #play #intro-text #play-button {
      cursor: pointer;
      margin: 2em auto;
      font-size: 1.5em;
      clear: both;
      display: block;
      width: 200px; }
  #play #lifespan-group {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 1; }
    #play #lifespan-group .lifespan {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: none; }
  #play #framework-group {
    width: 85%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto; }
    #play #framework-group .framework {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: none; }

#eccscoiin-resources .list--green > li:before {
  background: #a4d65e !important; }

@media (max-width: 800px) {
  .flex-media__body {
    font-size: 0.9em; } }

@media (max-width: 900px) {
  .flex-media__body {
    font-size: 0.75em; } }

@media (max-width: 1000px) {
  .flex-media__body {
    font-size: 0.9em; } }

.accordion {
  padding: 1.5em 0; }
  .accordion .ui-accordion .ui-accordion-header {
    background-color: #bbcee0;
    border-color: #bbcee0;
    font-weight: bold;
    outline: 0;
    font-size: 1.15em; }
    .accordion .ui-accordion .ui-accordion-header.ui-state-hover:not(.ui-accordion-header-active) {
      background-color: #b8d7f5; }
    .accordion .ui-accordion .ui-accordion-header.ui-accordion-header-active {
      background-color: #0f4b80;
      border-color: #0f4b80;
      font-weight: bold;
      color: white; }
  .accordion .ui-accordion .ui-accordion-content {
    padding: 0.5em 1.5em;
    background: #dae5ec;
    background: linear-gradient(180deg, #a3b8c7 0%, #dae5ec 9%, white 98%);
    border: 1px solid #104a80; }

.project-aim {
  padding: 2em 2em 1em;
  background: #f9e7bd;
  margin: 2em 0 0; }
  .project-aim ul {
    margin-top: 0.5em; }
    .project-aim ul > li {
      font-style: italic; }
      .project-aim ul > li:before {
        background: #5aa6a1 !important; }
      .project-aim ul > li + li {
        margin-top: 0 !important; }
    .project-aim ul li {
      margin-top: 0.25em !important; }
    .project-aim ul ul li {
      margin-top: 0.25em !important; }
      .project-aim ul ul li:before {
        background: #9c9c9c !important;
        border-radius: 0 !important; }
  .project-aim p {
    margin: 0;
    font-weight: bold; }

#nnpqc-resources .list--green > li:before {
  background: #a4d65e !important; }

#nnpqc-success-stories .custom-vertical-tabs {
  margin-top: 1.5em;
  margin-bottom: 0.5em; }

#nnpqc-success-stories h2 {
  margin-bottom: 0.5em; }

#nnpqc-success-stories h3 {
  color: #5aa6a1;
  margin-top: 0; }
