<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: komura
Theme URI: http://komura.s115.xrea.com
Author: kawak
Author URI: http://komura.s115.xrea.com
Description:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

comment:
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

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

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

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

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

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

/**
 * Correct the font size and margin on `
 ` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */


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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the &lt;fieldset&gt; element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

[data-whatinput='mouse'] button {
  outline: 0;
}

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

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


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

cite:before {
  content: '\2014 \0020';
}

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

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

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

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

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

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

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

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

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

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



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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


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

.row::after {
  clear: both;
}

.row.collapse &gt; .column, .row.collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 31em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (min-width: 31em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/*.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}*/

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

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

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

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  width: 100%;
  float: left;
}

.small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
  float: left;
}

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  width: 50%;
  float: left;
}

.small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
  float: left;
}

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
  float: left;
}

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  width: 25%;
  float: left;
}

.small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
  float: left;
}

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  width: 20%;
  float: left;
}

.small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
  float: left;
}

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
  float: left;
}

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
  float: left;
}

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
  float: left;
}

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

@media screen and (min-width: 31em) {
  .medium-1 {
    width: 8.33333%;
  }

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

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

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

  .medium-2 {
    width: 16.66667%;
  }

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

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

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

  .medium-3 {
    width: 25%;
  }

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

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

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

  .medium-4 {
    width: 33.33333%;
  }

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

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

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

  .medium-5 {
    width: 41.66667%;
  }

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

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

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

  .medium-6 {
    width: 50%;
  }

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

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

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

  .medium-7 {
    width: 58.33333%;
  }

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

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

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

  .medium-8 {
    width: 66.66667%;
  }

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

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

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

  .medium-9 {
    width: 75%;
  }

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

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

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

  .medium-10 {
    width: 83.33333%;
  }

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

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

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

  .medium-11 {
    width: 91.66667%;
  }

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

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

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
    float: left;
  }

  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
    float: left;
  }

  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
    float: left;
  }

  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
    float: left;
  }

  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
    float: left;
  }

  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
    float: left;
  }

  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
    float: left;
  }

  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
    float: left;
  }

  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }

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

  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

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

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .large-1 {
    width: 8.33333%;
  }

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

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

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

  .large-2 {
    width: 16.66667%;
  }

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

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

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

  .large-3 {
    width: 25%;
  }

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

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

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

  .large-4 {
    width: 33.33333%;
  }

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

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

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

  .large-5 {
    width: 41.66667%;
  }

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

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

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

  .large-6 {
    width: 50%;
  }

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

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

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

  .large-7 {
    width: 58.33333%;
  }

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

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

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

  .large-8 {
    width: 66.66667%;
  }

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

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

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

  .large-9 {
    width: 75%;
  }

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

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

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

  .large-10 {
    width: 83.33333%;
  }

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

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

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

  .large-11 {
    width: 91.66667%;
  }

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

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

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
    float: left;
  }

  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
    float: left;
  }

  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
    float: left;
  }

  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
    float: left;
  }

  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
    float: left;
  }

  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
    float: left;
  }

  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
    float: left;
  }

  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
    float: left;
  }

  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0;
  }

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

  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

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

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

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

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

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

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

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

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

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

.input-group &gt; :first-child {
  border-radius: 0 0 0 0;
}

.input-group &gt; :last-child &gt; * {
  border-radius: 0 0 0 0;
}

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

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

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

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

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}*/

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 0.825rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

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

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

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

.form-error.is-visible {
  display: block;
}



.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.callout &gt; :first-child {
  margin-top: 0;
}

.callout &gt; :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 31em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal &gt; :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 31em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 31em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 31em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 31em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 31em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

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

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   _s
   ========================================================================== */
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-content .gallery {
  margin-bottom: 1.5em;
}

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-content .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-content,
.entry-summary {
  margin: 1.5em 1em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* ==========================================================================
   Custom
   ========================================================================== */

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #222;
  font-size: 0.875em;
}

pre {
  padding: 10px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.site-address {
  text-align: right;
  padding-top: 10px;
  padding-bottom:5px;
  font-size: 0.75em;
}

#site-navigation {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 100;
  background-color: #777777;
}

#site-navigation.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#primary {
  padding-top: 20px;
}

#secondary {
  background-color: #fff4f4;
  padding-top: 20px;
}

#main-img img {
  min-width: 100%;
}

article.post {
/*  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;*/
}

article .thumbnail {
  padding-right: 0;
}

article .thumbnail img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.single article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.entry-content ul,
.entry-content ol {
  margin-left: 25px;
}

ul.comment-list,
ol.comment-list,
ul.children,
ol ul.comment-list {
  list-style-type: none;
}

li.comment {
  margin: 15px 0;
}

#comments {
  padding: 20px;
  background-color: #fff4f4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.widget ul {
  margin-left: 10px;
  margin-bottom:20px;
}
.widget li {
  list-style-type: none;
  line-height: 1.5;
  padding: 5px 0;
  font-size:0.625em;
}
.widget .widget-title {
/*  border-bottom: 1px solid #d05252;*/
        /*background-color: #484848;*/
        background: rgb(5, 5, 5);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0 transparent;
        padding:.7em .4em .65em 1.25em !important ;
        color: #fff !important;
        font-size:0.725em;
        font-weight:normal;
        border-left:1px solid #333333;
        border-top:1px solid #333333;
        border-bottom:1px solid #333333;
        border-right:1px solid #333333;
        margin-top:0.5em;
        margin-bottom:1em;
/*background-image:url("./assets/img/arrow_g.gif");
      background-repeat:no-repeat;
      background-position:0.3125em center;*/

}

.site-footer {
  padding: 15px 0 0 0;
  margin-top:30px;
  background-color: #484848;
}

.site-footer,
.site-footer h4,
.site-footer a {
  color: #333333;
}

.breadcrumb {
  background-color: #fff4f4;
  color: #222;
  padding-top: 10px;
  margin-top: 20px;
}
.breadcrumb p {
  font-size: 0.75em;
  margin-bottom: 7px;
}

#colophon {
/*  background-color: #484848;*/
  background-color: #dddddd;

}
#colophon a:hover {
  text-decoration: underline;
}
#colophon p, #colophon li, #colophon .site-info {
  font-size: 0.875em;
}

/* =Menu
----------------------------------------------- */
.navigation-main {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.navigation-main ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.navigation-main li {
  float: left;
  position: relative;
}

.navigation-main a {
  display: block;
  text-decoration: none;
  padding: 10px 27px;
  color: #fff;
}

.navigation-main ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2.8em;
  left: 0;
  z-index: 99999;
}

.navigation-main ul ul ul {
  left: 100%;
  top: 0;
}

.navigation-main ul ul a {
  width: 200px;
  color: #fff;
}

.navigation-main ul ul a:hover {
  background-color: #484848;
}

.navigation-main ul ul li {
  background-color: #484848;
}

.navigation-main li:hover &gt; a {
  background-color: #484848;
}

.navigation-main ul ul :hover &gt; a {
  background-color: #484848;
}

.navigation-main ul ul a:hover {
  background-color: #636363;
}

.navigation-main ul li:hover &gt; ul {
  display: block;
}

.site-header .current-menu-item {
  background-color: #484848;
}
.site-header .current-menu-item a {
  color: #FFF;
}
.site-header .site-logo a {
  max-width: 300px;
  display: block;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .site-header .site-logo a {
    margin: 10px auto;
  }
}

/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer;
  margin: 0 20px 0 0;
  padding: 8px 10px 5px 10px;
}

.menu-toggle .genericon-menu {
  margin-top: 5px;
  font-size: 0.725em;
}

.main-small-navigation ul {
  display: none;
}

.main-small-navigation li {
  list-style: none;
  border-bottom: 1px solid #EFEFEF;
  -webkit-box-shadow: 0 1px 0 #eae2cc;
  -moz-box-shadow: 0 1px 0 #eae2cc;
  font-size:0.85em;
}

.main-small-navigation li a {
  display: block;
  padding: 10px 30px;
}

.main-small-navigation li a:hover {
  background-color: #484848;
}

.main-small-navigation .large-12 {
  background-color: #eeeeee;
}

@media screen and (max-width: 768px) {
  .menu-toggle,
  .main-small-navigation ul.nav-menu.toggled-on {
    display: block;
/*    margin: 0;*/
    padding-right: 20px;
  }
  .menu-toggle a,
  .main-small-navigation ul.nav-menu.toggled-on a {
/*    padding: 5px;*/
  }
  .menu-toggle a:hover,
  .main-small-navigation ul.nav-menu.toggled-on a:hover {
    color: #FFF;
  }

  .navigation-main ul {
    display: none;
  }

  #site-navigation {
    background-color: #cccccc;
    margin-top:10px;
  }
  #site-navigation .genericon-menu {
    color: #FFF;
  }
}
.front-feature {
  margin-top: 40px;
}
.front-feature img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.front-feature p {
  font-size: 0.875em;
}

.front-news {
  background-color: #ffffff;
  padding: 0;
  margin: 10px 0;
}

.front-news:first-child{
	margin:20px 0px 10px 0px;
}

.front-news h3 {
  border-bottom: 1px solid #d05252;
  box-shadow: 0 1px 0 #eae2cc;
  -webkit-box-shadow: 0 1px 0 #eae2cc;
  -moz-box-shadow: 0 1px 0 #eae2cc;
  padding-left:0px;
}
.front-news .date {
  margin-top: 10px;
}
.front-news .thumbnail img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.newspost {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  font-size: 0.875em;
  height: 320px;
}

.news-meta {
  padding: 0 5px;
}

.front-sp .circle {
  text-align: center;
}
.front-sp .circle img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

h1.entry-title {
  color: #5F2F08;
  background-color: #fff4f4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 8px 15px 2px;
}

.entry-content h2 {
  border-left: 17px solid #E0BC32;
  padding: 14px 10px 12px;
}

.entry-content h3 {
  border-bottom: 1px dashed #5F2F08;
  padding-bottom: 10px 0 5px 0;
}

.pagination-centered {
  clear: both;
}

.page-links {
  margin: 20px;
}
.page-links a {
  padding: 7px 10px;
  background-color: #fff;
  color: #5f2f08;
  border: 1px solid #484848;
}
.page-links a:hover {
  background-color: #484848;
  color: #fff;
}

.page_navi {
  text-align: center;
  clear: both;
  margin-bottom:10px;
}
.page_navi li {
  display: inline;
  list-style-type: none;
}
.page_navi li a {
  padding: 7px 10px;
  background-color: #fff;
  color: #5f2f08;
  border: 1px solid #484848;
}
.page_navi li a:hover {
  background-color: #484848;
  color: #fff;
}
.page_navi li.current span {
  padding: 7px 10px;
  background-color: #484848;
  color: #fff;
  border: 1px solid #484848;
}
.page_navi li.page_nums span {
  padding: 7px 10px;
  background-color: #484848;
  color: #fff;
  border: 1px solid #484848;
}

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

table#wp-calendar {
  width: 100%;
}
table#wp-calendar a {
  color: #5F2F08;
}

.tablepress [class*="column"] + [class*="column"]:last-child {
  float: none;
}

.tablepress [class*="column"] + [class*="column"].end {
  float: none;
}

.tablepress {
  margin: 20px 0;
}

.tablepress-responsive-phone tbody tr {
  vertical-align: top;
}

ul#page_link_menu {
  padding: 10px;
  margin: 20px 0;
  overflow: hidden;
  background-color: #484848;
}

#page_link_menu li {
  float: left;
  list-style-type: none;
}

#page_link_menu li a {
  color: #fff;
}



.menu h1 {
  color: #5F2F08;
  background-color: #fff4f4;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 8px 15px 5px;
}

.menu-cat-set {
  margin: 0 25px 25px 15px;
  padding-top: 25px;
}

.menu #content h2 {
  color: #5F2F08;
  font-weight: bold;
  border-bottom: 1px dashed #5F2F08;
  padding: 5px 0 10px;
  line-height: 110%;
  position: relative;
  border-left: none;
}

.menu .menu_set {
  border-bottom: 1px dashed #C6B688;
  display: block;
  overflow: hidden;
  padding: 15px 0;
}

.menu .menu_set .menu_set_txt.has_image {
  width: 78%;
  float: left;
}

.menu .menu_set .menu_set_txt .price {
  margin-left: 1em;
  font-size: 0.75em;
  color: #5F2F08;
  float: right;
  border: 1px solid #d05252;
  padding: 1px 5px;
  border-radius: 3px;
}

.menu .menu_set .menu_set_txt p {
  margin-bottom: 0;
  font-size: 0.857em;
}

.menu .menu_set .menu_set_image {
  width: 20%;
  max-width: 100px;
  float: right;
}

.menu .menu_set .menu_set_image img {
  border: 1px solid #d05252;
  border-radius: 5px;
}

ul#page_link_menu {
  border-left: 1px solid #d05252;
  margin-left: 0;
}

ul#page_link_menu li {
  display: inline;
  list-style: none;
}

ul#page_link_menu li a {
  padding: 0 20px;
  border-right: 1px solid #d05252;
}

/*Contact Form　全体を囲う　div*/
.wpcf7 {
  max-width: 400px;
}

/*テキストパーツにフォーカスすると色を変更*/
.wpcf7 input[type=text]:focus,
.wpcf7 textarea:focus {
  border-color: #83B6C2;
  outline: none;
  box-shadow: 2px 2px 4px rgba(143, 183, 222, 0.6), -2px -2px 4px rgba(143, 183, 222, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*フォームの文字のフォント変更*/
.wpcf7 input[type="text"], .wpcf7 input[type="number"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 textarea {
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
  border: 1px solid #B9C9CE;
  border-radius: 5px;
  padding: 12px 0.8em;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 50px;
}

.wpcf7 textarea {
  height: 100px;
}

/*サブミットボタン*/
.wpcf7-submit {
  text-align: center;
  width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #848483;
  padding: 15px 20px;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #dadada);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dadada));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #848483;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(15, 15, 15, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(15, 15, 15, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(15, 15, 15, 0);
  text-shadow: 1px 1px 1px white, 0px 0px 0px rgba(255, 255, 255, 0);
}

/* Search
--------------------------------------------- */
#searchform {
  *zoom: 1;
}

#searchform #s {
  width: 80%;
  height: 32px;
  float: left;
  border: solid 1px #333333;
  border-right: none;
}

#searchform:after {
  content: "";
  clear: both;
  display: block;
}

#searchform #searchsubmit {
  background: url("./img/icon_search.png") #333333 no-repeat center center;
  border: 0 none;
  cursor: pointer;
  width: 20%;
  height: 32px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}

.error404 #primary form#searchform {
  width: 320px;
}

@media only screen and (max-width: 767px) {
  .site-header p {
    margin-bottom: 5px;
  }

  .site-branding,
  .site-address {
    text-align: center;
    padding-top: 0;
  }

  .front-news .small-3 {
    padding-right: 0;
  }

  .front-news .small-9 {
    padding-left: 5px;
  }

  .newspost {
    margin-bottom: 10px;
    height: auto;
  }

  .comments-area {
    margin-bottom: 20px;
  }

  #content #s {
    width: 180px;
  }

  .staff .entry-content .staffCate {
    display: block;
    margin: 10px 0 0 0;
  }
}
/**

	Genericons

*/
/* IE8 and below use EOT and allow cross-site embedding.
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url("../font/Genericons.eot");
  src: url("../font/Genericons.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("../font/Genericons.ttf") format("truetype"), url("../font/Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Genericons";
    src: url("../font/Genericons.svg#Genericons") format("svg");
  }
}
/**
 * All Genericons
 */
.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/**
 * Helper classes
 */
.genericon-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.genericon-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/**
 * Individual icons
 */
.genericon-404:before {
  content: "\f423";
}

.genericon-activity:before {
  content: "\f508";
}

.genericon-anchor:before {
  content: "\f509";
}

.genericon-aside:before {
  content: "\f101";
}

.genericon-attachment:before {
  content: "\f416";
}

.genericon-audio:before {
  content: "\f109";
}

.genericon-bold:before {
  content: "\f471";
}

.genericon-book:before {
  content: "\f444";
}

.genericon-bug:before {
  content: "\f50a";
}

.genericon-cart:before {
  content: "\f447";
}

.genericon-category:before {
  content: "\f301";
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-checkmark:before {
  content: "\f418";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.genericon-cloud:before {
  content: "\f426";
}

.genericon-cloud-download:before {
  content: "\f440";
}

.genericon-cloud-upload:before {
  content: "\f441";
}

.genericon-code:before {
  content: "\f462";
}

.genericon-codepen:before {
  content: "\f216";
}

.genericon-cog:before {
  content: "\f445";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-day:before {
  content: "\f305";
}

.genericon-digg:before {
  content: "\f221";
}

.genericon-document:before {
  content: "\f443";
}

.genericon-dot:before {
  content: "\f428";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-download:before {
  content: "\f50b";
}

.genericon-draggable:before {
  content: "\f436";
}

.genericon-dribbble:before {
  content: "\f201";
}

.genericon-dropbox:before {
  content: "\f225";
}

.genericon-dropdown:before {
  content: "\f433";
}

.genericon-dropdown-left:before {
  content: "\f434";
}

.genericon-edit:before {
  content: "\f411";
}

.genericon-ellipsis:before {
  content: "\f476";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-external:before {
  content: "\f442";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-fastforward:before {
  content: "\f458";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-flickr:before {
  content: "\f211";
}

.genericon-foursquare:before {
  content: "\f226";
}

.genericon-fullscreen:before {
  content: "\f474";
}

.genericon-gallery:before {
  content: "\f103";
}

.genericon-github:before {
  content: "\f200";
}

.genericon-googleplus:before {
  content: "\f206";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-handset:before {
  content: "\f50c";
}

.genericon-heart:before {
  content: "\f461";
}

.genericon-help:before {
  content: "\f457";
}

.genericon-hide:before {
  content: "\f404";
}

.genericon-hierarchy:before {
  content: "\f505";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-image:before {
  content: "\f102";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-italic:before {
  content: "\f472";
}

.genericon-key:before {
  content: "\f427";
}

.genericon-leftarrow:before {
  content: "\f503";
}

.genericon-link:before {
  content: "\f107";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-location:before {
  content: "\f417";
}

.genericon-lock:before {
  content: "\f470";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-maximize:before {
  content: "\f422";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-microphone:before {
  content: "\f50d";
}

.genericon-minimize:before {
  content: "\f421";
}

.genericon-minus:before {
  content: "\f50e";
}

.genericon-month:before {
  content: "\f307";
}

.genericon-move:before {
  content: "\f50f";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-notice:before {
  content: "\f456";
}

.genericon-paintbrush:before {
  content: "\f506";
}

.genericon-path:before {
  content: "\f219";
}

.genericon-pause:before {
  content: "\f448";
}

.genericon-phone:before {
  content: "\f437";
}

.genericon-picture:before {
  content: "\f473";
}

.genericon-pinned:before {
  content: "\f308";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-play:before {
  content: "\f452";
}

.genericon-plugin:before {
  content: "\f439";
}

.genericon-plus:before {
  content: "\f510";
}

.genericon-pocket:before {
  content: "\f224";
}

.genericon-polldaddy:before {
  content: "\f217";
}

.genericon-portfolio:before {
  content: "\f460";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-print:before {
  content: "\f469";
}

.genericon-quote:before {
  content: "\f106";
}

.genericon-rating-empty:before {
  content: "\f511";
}

.genericon-rating-full:before {
  content: "\f512";
}

.genericon-rating-half:before {
  content: "\f513";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-refresh:before {
  content: "\f420";
}

.genericon-reply:before {
  content: "\f412";
}

.genericon-reply-alt:before {
  content: "\f466";
}

.genericon-reply-single:before {
  content: "\f467";
}

.genericon-rewind:before {
  content: "\f459";
}

.genericon-rightarrow:before {
  content: "\f501";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-send-to-phone:before {
  content: "\f438";
}

.genericon-send-to-tablet:before {
  content: "\f454";
}

.genericon-share:before {
  content: "\f415";
}

.genericon-show:before {
  content: "\f403";
}

.genericon-shuffle:before {
  content: "\f514";
}

.genericon-sitemap:before {
  content: "\f507";
}

.genericon-skip-ahead:before {
  content: "\f451";
}

.genericon-skip-back:before {
  content: "\f450";
}

.genericon-skype:before {
  content: "\f220";
}

.genericon-spam:before {
  content: "\f424";
}

.genericon-spotify:before {
  content: "\f515";
}

.genericon-standard:before {
  content: "\f100";
}

.genericon-star:before {
  content: "\f408";
}

.genericon-status:before {
  content: "\f105";
}

.genericon-stop:before {
  content: "\f449";
}

.genericon-stumbleupon:before {
  content: "\f223";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-subscribed:before {
  content: "\f465";
}

.genericon-summary:before {
  content: "\f425";
}

.genericon-tablet:before {
  content: "\f453";
}

.genericon-tag:before {
  content: "\f302";
}

.genericon-time:before {
  content: "\f303";
}

.genericon-top:before {
  content: "\f435";
}

.genericon-trash:before {
  content: "\f407";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitch:before {
  content: "\f516";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-unapprove:before {
  content: "\f446";
}

.genericon-unsubscribe:before {
  content: "\f464";
}

.genericon-unzoom:before {
  content: "\f401";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-user:before {
  content: "\f304";
}

.genericon-video:before {
  content: "\f104";
}

.genericon-videocamera:before {
  content: "\f517";
}

.genericon-vimeo:before {
  content: "\f212";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-website:before {
  content: "\f475";
}

.genericon-week:before {
  content: "\f306";
}

.genericon-wordpress:before {
  content: "\f205";
}

.genericon-xpost:before {
  content: "\f504";
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-zoom:before {
  content: "\f402";
}

@font-face {
  font-family: dashicons;
  src: url(../font/dashicons.eot);
}
@font-face {
  font-family: dashicons;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(../font/dashicons.ttf) format("truetype"), url(../font/dashicons.svg#dashicons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.dashicons,
.dashicons-before:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Admin Menu Icons */
.dashicons-menu:before {
  content: "\f333";
}

.dashicons-admin-site:before {
  content: "\f319";
}

.dashicons-dashboard:before {
  content: "\f226";
}

.dashicons-admin-media:before {
  content: "\f104";
}

.dashicons-admin-page:before {
  content: "\f105";
}

.dashicons-admin-comments:before {
  content: "\f101";
}

.dashicons-admin-appearance:before {
  content: "\f100";
}

.dashicons-admin-plugins:before {
  content: "\f106";
}

.dashicons-admin-users:before {
  content: "\f110";
}

.dashicons-admin-tools:before {
  content: "\f107";
}

.dashicons-admin-settings:before {
  content: "\f108";
}

.dashicons-admin-network:before {
  content: "\f112";
}

.dashicons-admin-generic:before {
  content: "\f111";
}

.dashicons-admin-home:before {
  content: "\f102";
}

.dashicons-admin-collapse:before {
  content: "\f148";
}

.dashicons-filter:before {
  content: "\f536";
}

.dashicons-admin-customizer:before {
  content: "\f540";
}

.dashicons-admin-multisite:before {
  content: "\f541";
}

/* Both Admin Menu and Post Formats */
.dashicons-admin-links:before,
.dashicons-format-links:before {
  content: "\f103";
}

.dashicons-admin-post:before,
.dashicons-format-standard:before {
  content: "\f109";
}

/* Post Format Icons */
.dashicons-format-image:before {
  content: "\f128";
}

.dashicons-format-gallery:before {
  content: "\f161";
}

.dashicons-format-audio:before {
  content: "\f127";
}

.dashicons-format-video:before {
  content: "\f126";
}

.dashicons-format-chat:before {
  content: "\f125";
}

.dashicons-format-status:before {
  content: "\f130";
}

.dashicons-format-aside:before {
  content: "\f123";
}

.dashicons-format-quote:before {
  content: "\f122";
}

/* Welcome Screen Icons */
.dashicons-welcome-write-blog:before,
.dashicons-welcome-edit-page:before {
  content: "\f119";
}

.dashicons-welcome-add-page:before {
  content: "\f133";
}

.dashicons-welcome-view-site:before {
  content: "\f115";
}

.dashicons-welcome-widgets-menus:before {
  content: "\f116";
}

.dashicons-welcome-comments:before {
  content: "\f117";
}

.dashicons-welcome-learn-more:before {
  content: "\f118";
}

/* Image Editing Icons */
.dashicons-image-crop:before {
  content: "\f165";
}

.dashicons-image-rotate:before {
  content: "\f531";
}

.dashicons-image-rotate-left:before {
  content: "\f166";
}

.dashicons-image-rotate-right:before {
  content: "\f167";
}

.dashicons-image-flip-vertical:before {
  content: "\f168";
}

.dashicons-image-flip-horizontal:before {
  content: "\f169";
}

.dashicons-image-filter:before {
  content: "\f533";
}

/* Both Image Editing and TinyMCE */
.dashicons-undo:before {
  content: "\f171";
}

.dashicons-redo:before {
  content: "\f172";
}

/* TinyMCE Icons */
.dashicons-editor-bold:before {
  content: "\f200";
}

.dashicons-editor-italic:before {
  content: "\f201";
}

.dashicons-editor-ul:before {
  content: "\f203";
}

.dashicons-editor-ol:before {
  content: "\f204";
}

.dashicons-editor-quote:before {
  content: "\f205";
}

.dashicons-editor-alignleft:before {
  content: "\f206";
}

.dashicons-editor-aligncenter:before {
  content: "\f207";
}

.dashicons-editor-alignright:before {
  content: "\f208";
}

.dashicons-editor-insertmore:before {
  content: "\f209";
}

.dashicons-editor-spellcheck:before {
  content: "\f210";
}

.dashicons-editor-distractionfree:before,
.dashicons-editor-expand:before {
  content: "\f211";
}

.dashicons-editor-contract:before {
  content: "\f506";
}

.dashicons-editor-kitchensink:before {
  content: "\f212";
}

.dashicons-editor-underline:before {
  content: "\f213";
}

.dashicons-editor-justify:before {
  content: "\f214";
}

.dashicons-editor-textcolor:before {
  content: "\f215";
}

.dashicons-editor-paste-word:before {
  content: "\f216";
}

.dashicons-editor-paste-text:before {
  content: "\f217";
}

.dashicons-editor-removeformatting:before {
  content: "\f218";
}

.dashicons-editor-video:before {
  content: "\f219";
}

.dashicons-editor-customchar:before {
  content: "\f220";
}

.dashicons-editor-outdent:before {
  content: "\f221";
}

.dashicons-editor-indent:before {
  content: "\f222";
}

.dashicons-editor-help:before {
  content: "\f223";
}

.dashicons-editor-strikethrough:before {
  content: "\f224";
}

.dashicons-editor-unlink:before {
  content: "\f225";
}

.dashicons-editor-rtl:before {
  content: "\f320";
}

.dashicons-editor-break:before {
  content: "\f474";
}

.dashicons-editor-code:before {
  content: "\f475";
}

.dashicons-editor-paragraph:before {
  content: "\f476";
}

.dashicons-editor-table:before {
  content: "\f535";
}

/* Post Icons */
.dashicons-align-left:before {
  content: "\f135";
}

.dashicons-align-right:before {
  content: "\f136";
}

.dashicons-align-center:before {
  content: "\f134";
}

.dashicons-align-none:before {
  content: "\f138";
}

.dashicons-lock:before {
  content: "\f160";
}

.dashicons-unlock:before {
  content: "\f528";
}

.dashicons-calendar:before {
  content: "\f145";
}

.dashicons-calendar-alt:before {
  content: "\f508";
}

.dashicons-visibility:before {
  content: "\f177";
}

.dashicons-hidden:before {
  content: "\f530";
}

.dashicons-post-status:before {
  content: "\f173";
}

.dashicons-edit:before {
  content: "\f464";
}

.dashicons-post-trash:before,
.dashicons-trash:before {
  content: "\f182";
}

.dashicons-sticky:before {
  content: "\f537";
}

/* Sorting */
.dashicons-external:before {
  content: "\f504";
}

.dashicons-arrow-up:before {
  content: "\f142";
}

.dashicons-arrow-down:before {
  content: "\f140";
}

.dashicons-arrow-left:before {
  content: "\f141";
}

.dashicons-arrow-right:before {
  content: "\f139";
}

.dashicons-arrow-up-alt:before {
  content: "\f342";
}

.dashicons-arrow-down-alt:before {
  content: "\f346";
}

.dashicons-arrow-left-alt:before {
  content: "\f340";
}

.dashicons-arrow-right-alt:before {
  content: "\f344";
}

.dashicons-arrow-up-alt2:before {
  content: "\f343";
}

.dashicons-arrow-down-alt2:before {
  content: "\f347";
}

.dashicons-arrow-left-alt2:before {
  content: "\f341";
}

.dashicons-arrow-right-alt2:before {
  content: "\f345";
}

.dashicons-leftright:before {
  content: "\f229";
}

.dashicons-sort:before {
  content: "\f156";
}

.dashicons-randomize:before {
  content: "\f503";
}

.dashicons-list-view:before {
  content: "\f163";
}

.dashicons-exerpt-view:before,
.dashicons-excerpt-view:before {
  content: "\f164";
}

.dashicons-grid-view:before {
  content: "\f509";
}

.dashicons-move:before {
  content: "\f545";
}

/* WPorg specific icons: Jobs, Profiles, WordCamps */
.dashicons-hammer:before {
  content: "\f308";
}

.dashicons-art:before {
  content: "\f309";
}

.dashicons-migrate:before {
  content: "\f310";
}

.dashicons-performance:before {
  content: "\f311";
}

.dashicons-universal-access:before {
  content: "\f483";
}

.dashicons-universal-access-alt:before {
  content: "\f507";
}

.dashicons-tickets:before {
  content: "\f486";
}

.dashicons-nametag:before {
  content: "\f484";
}

.dashicons-clipboard:before {
  content: "\f481";
}

.dashicons-heart:before {
  content: "\f487";
}

.dashicons-megaphone:before {
  content: "\f488";
}

.dashicons-schedule:before {
  content: "\f489";
}

/* Internal/Products */
.dashicons-wordpress:before {
  content: "\f120";
}

.dashicons-wordpress-alt:before {
  content: "\f324";
}

.dashicons-pressthis:before {
  content: "\f157";
}

.dashicons-update:before {
  content: "\f463";
}

.dashicons-screenoptions:before {
  content: "\f180";
}

.dashicons-cart:before {
  content: "\f174";
}

.dashicons-feedback:before {
  content: "\f175";
}

.dashicons-cloud:before {
  content: "\f176";
}

.dashicons-translation:before {
  content: "\f326";
}

/* Taxonomies */
.dashicons-tag:before {
  content: "\f323";
}

.dashicons-category:before {
  content: "\f318";
}

/* Widget icons */
.dashicons-archive:before {
  content: "\f480";
}

.dashicons-tagcloud:before {
  content: "\f479";
}

.dashicons-text:before {
  content: "\f478";
}

/* Media icons */
.dashicons-media-archive:before {
  content: "\f501";
}

.dashicons-media-audio:before {
  content: "\f500";
}

.dashicons-media-code:before {
  content: "\f499";
}

.dashicons-media-default:before {
  content: "\f498";
}

.dashicons-media-document:before {
  content: "\f497";
}

.dashicons-media-interactive:before {
  content: "\f496";
}

.dashicons-media-spreadsheet:before {
  content: "\f495";
}

.dashicons-media-text:before {
  content: "\f491";
}

.dashicons-media-video:before {
  content: "\f490";
}

.dashicons-playlist-audio:before {
  content: "\f492";
}

.dashicons-playlist-video:before {
  content: "\f493";
}

.dashicons-controls-play:before {
  content: "\f522";
}

.dashicons-controls-pause:before {
  content: "\f523";
}

.dashicons-controls-forward:before {
  content: "\f519";
}

.dashicons-controls-skipforward:before {
  content: "\f517";
}

.dashicons-controls-back:before {
  content: "\f518";
}

.dashicons-controls-skipback:before {
  content: "\f516";
}

.dashicons-controls-repeat:before {
  content: "\f515";
}

.dashicons-controls-volumeon:before {
  content: "\f521";
}

.dashicons-controls-volumeoff:before {
  content: "\f520";
}

/* Alerts/Notifications/Flags */
.dashicons-yes:before {
  content: "\f147";
}

.dashicons-no:before {
  content: "\f158";
}

.dashicons-no-alt:before {
  content: "\f335";
}

.dashicons-plus:before {
  content: "\f132";
}

.dashicons-plus-alt:before {
  content: "\f502";
}

.dashicons-plus-alt2:before {
  content: "\f543";
}

.dashicons-minus:before {
  content: "\f460";
}

.dashicons-dismiss:before {
  content: "\f153";
}

.dashicons-marker:before {
  content: "\f159";
}

.dashicons-star-filled:before {
  content: "\f155";
}

.dashicons-star-half:before {
  content: "\f459";
}

.dashicons-star-empty:before {
  content: "\f154";
}

.dashicons-flag:before {
  content: "\f227";
}

.dashicons-info:before {
  content: "\f348";
}

.dashicons-warning:before {
  content: "\f534";
}

/* Social Icons */
.dashicons-share:before {
  content: "\f237";
}

.dashicons-share1:before {
  content: "\f237";
}

.dashicons-share-alt:before {
  content: "\f240";
}

.dashicons-share-alt2:before {
  content: "\f242";
}

.dashicons-twitter:before {
  content: "\f301";
}

.dashicons-rss:before {
  content: "\f303";
}

.dashicons-email:before {
  content: "\f465";
}

.dashicons-email-alt:before {
  content: "\f466";
}

.dashicons-facebook:before {
  content: "\f304";
}

.dashicons-facebook-alt:before {
  content: "\f305";
}

.dashicons-networking:before {
  content: "\f325";
}

.dashicons-googleplus:before {
  content: "\f462";
}

/* Misc/CPT */
.dashicons-location:before {
  content: "\f230";
}

.dashicons-location-alt:before {
  content: "\f231";
}

.dashicons-camera:before {
  content: "\f306";
}

.dashicons-images-alt:before {
  content: "\f232";
}

.dashicons-images-alt2:before {
  content: "\f233";
}

.dashicons-video-alt:before {
  content: "\f234";
}

.dashicons-video-alt2:before {
  content: "\f235";
}

.dashicons-video-alt3:before {
  content: "\f236";
}

.dashicons-vault:before {
  content: "\f178";
}

.dashicons-shield:before {
  content: "\f332";
}

.dashicons-shield-alt:before {
  content: "\f334";
}

.dashicons-sos:before {
  content: "\f468";
}

.dashicons-search:before {
  content: "\f179";
}

.dashicons-slides:before {
  content: "\f181";
}

.dashicons-analytics:before {
  content: "\f183";
}

.dashicons-chart-pie:before {
  content: "\f184";
}

.dashicons-chart-bar:before {
  content: "\f185";
}

.dashicons-chart-line:before {
  content: "\f238";
}

.dashicons-chart-area:before {
  content: "\f239";
}

.dashicons-groups:before {
  content: "\f307";
}

.dashicons-businessman:before {
  content: "\f338";
}

.dashicons-id:before {
  content: "\f336";
}

.dashicons-id-alt:before {
  content: "\f337";
}

.dashicons-products:before {
  content: "\f312";
}

.dashicons-awards:before {
  content: "\f313";
}

.dashicons-forms:before {
  content: "\f314";
}

.dashicons-testimonial:before {
  content: "\f473";
}

.dashicons-portfolio:before {
  content: "\f322";
}

.dashicons-book:before {
  content: "\f330";
}

.dashicons-book-alt:before {
  content: "\f331";
}

.dashicons-download:before {
  content: "\f316";
}

.dashicons-upload:before {
  content: "\f317";
}

.dashicons-backup:before {
  content: "\f321";
}

.dashicons-clock:before {
  content: "\f469";
}

.dashicons-lightbulb:before {
  content: "\f339";
}

.dashicons-microphone:before {
  content: "\f482";
}

.dashicons-desktop:before {
  content: "\f472";
}

.dashicons-laptop:before {
  content: "\f547";
}

.dashicons-tablet:before {
  content: "\f471";
}

.dashicons-smartphone:before {
  content: "\f470";
}

.dashicons-phone:before {
  content: "\f525";
}

.dashicons-smiley:before {
  content: "\f328";
}

.dashicons-index-card:before {
  content: "\f510";
}

.dashicons-carrot:before {
  content: "\f511";
}

.dashicons-building:before {
  content: "\f512";
}

.dashicons-store:before {
  content: "\f513";
}

.dashicons-album:before {
  content: "\f514";
}

.dashicons-palmtree:before {
  content: "\f527";
}

.dashicons-tickets-alt:before {
  content: "\f524";
}

.dashicons-money:before {
  content: "\f526";
}

.dashicons-thumbs-up:before {
  content: "\f529";
}

.dashicons-thumbs-down:before {
  content: "\f542";
}

.dashicons-layout:before {
  content: "\f538";
}

.dashicons-paperclip:before {
  content: "\f546";
}
</pre></body></html>