@charset 'UTF-8';
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
      -ms-text-size-adjust: 100%;
  /* 3 */
}

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

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

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

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* 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;
  /* 2 */
  text-decoration: underline dotted;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,[type='button'],[type='reset'],[type='submit'] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type='search']::-webkit-search-cancel-button,[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .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;
  /* 3 */
  color: inherit;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.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;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  line-height: 1; 
  padding: 0;
}
[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

.row {
  margin-left: auto; 
  margin-right: auto;
  max-width: 69rem;
  max-width: 1104px;
}
.row:before,.row:after {
  content: ' '; 
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,.row.collapse > .columns {
  padding-left: 0; 
  padding-right: 0;
}
.row .row {
  margin-left: -.625rem; 
  margin-left: -10px;
  margin-right: -.625rem;
  margin-right: -10px;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-left: -.9375rem; 
    margin-right: -.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-left: -.9375rem; 
    margin-right: -.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0; 
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto; 
  margin-right: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column,.row.gutter-small > .columns {
  padding-left: .625rem; 
  padding-left: 10px;
  padding-right: .625rem;
  padding-right: 10px;
}
.row.gutter-medium > .column,.row.gutter-medium > .columns {
  padding-left: .9375rem; 
  padding-left: 15px;
  padding-right: .9375rem;
  padding-right: 15px;
}

.column,.columns {
  float: left;
  padding-left: .625rem; 
  padding-left: 10px;
  padding-right: .625rem;
  padding-right: 10px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .column,.columns {
    padding-left: .9375rem; 
    padding-right: .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 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; 
  padding-right: 0;
}

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.small-centered {
  margin-left: auto; 
  margin-right: auto;
}
.small-centered,.small-centered:last-child:not(:first-child) {
  clear: both; 
  float: none;
}

.small-uncentered,.small-push-0,.small-pull-0 {
  position: static;

  float: left;
  margin-left: 0; 
  margin-right: 0;
}

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

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

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

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

  .medium-2 {
    width: 16.66667%;
  }

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

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

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

  .medium-3 {
    width: 25%;
  }

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

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

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

  .medium-4 {
    width: 33.33333%;
  }

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

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

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

  .medium-5 {
    width: 41.66667%;
  }

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

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

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

  .medium-6 {
    width: 50%;
  }

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

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

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

  .medium-7 {
    width: 58.33333%;
  }

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

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

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

  .medium-8 {
    width: 66.66667%;
  }

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

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

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

  .medium-9 {
    width: 75%;
  }

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

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

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

  .medium-10 {
    width: 83.33333%;
  }

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

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

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

  .medium-11 {
    width: 91.66667%;
  }

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

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

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

  .medium-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .medium-uncollapse > .column,.medium-uncollapse > .columns {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }

  .medium-centered {
    margin-left: auto; 
    margin-right: auto;
  }
  .medium-centered,.medium-centered:last-child:not(:first-child) {
    clear: both; 
    float: none;
  }

  .medium-uncentered,.medium-push-0,.medium-pull-0 {
    position: static;

    float: left;
    margin-left: 0; 
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }

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

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

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

  .large-2 {
    width: 16.66667%;
  }

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

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

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

  .large-3 {
    width: 25%;
  }

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

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

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

  .large-4 {
    width: 33.33333%;
  }

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

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

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

  .large-5 {
    width: 41.66667%;
  }

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

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

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

  .large-6 {
    width: 50%;
  }

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

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

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

  .large-7 {
    width: 58.33333%;
  }

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

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

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

  .large-8 {
    width: 66.66667%;
  }

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

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

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

  .large-9 {
    width: 75%;
  }

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

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

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

  .large-10 {
    width: 83.33333%;
  }

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

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

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

  .large-11 {
    width: 91.66667%;
  }

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

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

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

  .large-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .large-uncollapse > .column,.large-uncollapse > .columns {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }

  .large-centered {
    margin-left: auto; 
    margin-right: auto;
  }
  .large-centered,.large-centered:last-child:not(:first-child) {
    clear: both; 
    float: none;
  }

  .large-uncentered,.large-push-0,.large-pull-0 {
    position: static;

    float: left;
    margin-left: 0; 
    margin-right: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem; 
  margin-bottom: 20px;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  margin-bottom: 16px;
  text-rendering: optimizeLegibility;
}

em,i {
  font-style: italic;
  line-height: inherit;
}

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

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

h1,h2,h3,h4,h5,h6 {
  color: inherit;
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  color: #cbcbcb; 
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: .5rem; 
  margin-bottom: 8px;
  margin-top: 0;
}

h2 {
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: .5rem; 
  margin-bottom: 8px;
  margin-top: 0;
}

h3 {
  font-size: 1.1875rem;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: .5rem; 
  margin-bottom: 8px;
  margin-top: 0;
}

h4 {
  font-size: 1.125rem;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: .5rem; 
  margin-bottom: 8px;
  margin-top: 0;
}

h5 {
  font-size: 1.0625rem;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: .5rem; 
  margin-bottom: 8px;
  margin-top: 0;
}

h6 {
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: .5rem; 
  margin-bottom: 8px;
  margin-top: 0;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #4db2ec;
  cursor: pointer; 
  line-height: inherit;
  text-decoration: none;
}
a:hover,a:focus {
  color: #25a1e8;
  text-decoration: underline;
}
a img {
  border: 0;
}

hr {
  border-bottom: 1px solid #cbcbcb;
  border-left: 0; 
  border-right: 0;
  border-top: 0;
  clear: both;
  height: 0;
  margin: 1.25rem auto;
  margin: 20px auto;
  max-width: 69rem;
  max-width: 1104px;
}

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem; 
  margin-left: 20px;
}

ul ul,ol ul,ul ol,ol ol {
  margin-bottom: 0; 
  margin-left: 1.25rem;
  margin-left: 20px;
}

dl {
  margin-bottom: 1rem; 
  margin-bottom: 16px;
}
dl dt {
  font-weight: bold; 
  margin-bottom: .3rem;
  margin-bottom: 4.8px;
}

blockquote {
  border-left: 1px solid #cbcbcb; 
  margin: 0 0 1rem;
  margin: 0 0 16px;
  padding: .5625rem 1.25rem 0 1.1875rem;
  padding: 9px 20px 0 19px;
}
blockquote,blockquote p {
  color: #b3b3b3; 
  line-height: 1.6;
}

cite {
  color: #b3b3b3; 
  display: block;
  font-size: .8125rem;
  font-size: 13px;
}
cite:before {
  content: '— ';
}

abbr {
  border-bottom: 1px dotted #474747;
  color: #262626;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
  color: #474747; 
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  padding: .125rem .3125rem .0625rem;
  padding: 2px 5px 1px;
}

kbd {
  background-color: #f5f5f5;
  color: #474747; 
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  margin: 0;
  padding: .125rem .25rem 0;
  padding: 2px 4px 0;
}

.subheader {
  color: #b3b3b3; 
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: .5rem;
  margin-bottom: 8px;
  margin-top: .2rem;
  margin-top: 3.2px;
}

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

.stat {
  font-size: 2.5rem;
  font-size: 40px;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem; 
  margin-top: -16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .print-break-inside {
    page-break-inside: auto;
  }
}
[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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
  background-color: #fefefe;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(71, 71, 71, .1);
  box-sizing: border-box;
  color: #474747;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  height: 2.4375rem;
  height: 39px;
  margin: 0 0 1rem;
  margin: 0 0 16px;
  padding: .5rem;
  padding: 8px;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  width: 100%;
}
[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 {
  background-color: #fefefe;
  border: 1px solid #b3b3b3;
  box-shadow: 0 0 5px #cbcbcb;
  outline: none;
  transition: box-shadow .5s, border-color .25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

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

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

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

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

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

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

[type='checkbox'] + label,[type='radio'] + label {
  display: inline-block;
  margin-bottom: 0; 
  margin-left: .5rem;
  margin-left: 8px;
  margin-right: 1rem;
  margin-right: 16px;
  vertical-align: baseline;
}
[type='checkbox'] + label[for],[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],label > [type='radio'] {
  margin-right: .5rem; 
  margin-right: 8px;
}

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

label {
  color: #474747; 
  display: block;
  font-size: .875rem;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0;
}
label.middle {
  margin: 0 0 1rem;
  margin: 0 0 16px;
  padding: .5625rem 0; 
  padding: 9px 0;
}

.help-text {
  color: #474747; 
  font-size: .8125rem;
  font-size: 13px;
  font-style: italic;
  margin-top: -.5rem;
  margin-top: -8px;
}

.input-group {
  display: table;
  margin-bottom: 1rem; 
  margin-bottom: 16px;
  width: 100%;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

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

.input-group-label {
  background: #f5f5f5;
  border: 1px solid #cbcbcb;
  color: #474747;
  height: 100%; 
  padding: 0 1rem;
  padding: 0 16px;
  text-align: center;
  white-space: nowrap;
  width: 1%;
}
.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; 
  height: 40px;
}

.input-group-button {
  height: 100%; 
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 1%;
}
.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label {
  font-size: 1rem; 
  font-size: 16px;
  height: 2.5rem;
  height: 40px;
  padding-bottom: 0;
  padding-top: 0;
}

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

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

legend {
  margin-bottom: .5rem; 
  margin-bottom: 8px;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cbcbcb; 
  margin: 1.125rem 0;
  margin: 18px 0;
  padding: 1.25rem;
  padding: 20px;
}
.fieldset legend {
  background: #fefefe; 
  margin: 0;
  margin-left: -.1875rem;
  margin-left: -3px;
  padding: 0 .1875rem;
  padding: 0 3px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fefefe;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' version=\'1.1\' width=\'32\' height=\'24\' viewBox=\'0 0 32 24\'><polygon points=\'0,0 32,0 16,24\' style=\'fill: rgb%28179, 179, 179%29\'></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-position: right -16px center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  color: #474747;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  height: 39px;
  height: 2.4375rem;
  line-height: normal;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 8px;
  padding: .5rem;
  padding-right: 1.5rem;
  padding-right: 24px;
  transition: box-shadow .5s, border-color .25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==');
  }
}
select:focus {
  background-color: #fefefe;
  border: 1px solid #b3b3b3;
  box-shadow: 0 0 5px #cbcbcb;
  outline: none;
  transition: box-shadow .5s, border-color .25s ease-in-out;
}
select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  background-image: none; 
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: #f9ecea; 
  border-color: #cc4b37;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

.form-error {
  color: #cc4b37; 
  display: none;
  font-size: .75rem;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-bottom: 16px;
  margin-top: -.5rem;
  margin-top: -8px;
}
.form-error.is-visible {
  display: block;
}

.button,.comments .submit {
  -webkit-appearance: none;
  background-color: #4db2ec;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fefefe; 
  cursor: pointer;
  display: inline-block;
  font-size: .9rem;
  font-size: 14.4px;
  line-height: 1;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  text-align: center;
  transition: background-color .25s ease-out, color .25s ease-out;
  vertical-align: middle;
}
[data-whatinput='mouse'] .button,[data-whatinput='mouse'] .comments .submit,.comments [data-whatinput='mouse'] .submit {
  outline: 0;
}
.button:hover,.comments .submit:hover,.button:focus,.comments .submit:focus {
  background-color: #23a0e7;
  color: #fefefe;
}
.button.tiny,.comments .tiny.submit {
  font-size: .6rem; 
  font-size: 9.6px;
}
.button.small,.comments .small.submit {
  font-size: .75rem; 
  font-size: 12px;
}
.button.large,.comments .large.submit {
  font-size: 1.25rem; 
  font-size: 20px;
}
.button.expanded,.comments .expanded.submit {
  display: block;
  margin-left: 0; 
  margin-right: 0;
  width: 100%;
}
.button.primary,.comments .primary.submit {
  background-color: #4db2ec;
  color: #474747;
}
.button.primary:hover,.comments .primary.submit:hover,.button.primary:focus,.comments .primary.submit:focus {
  background-color: #1899e2;
  color: #474747;
}
.button.secondary,.comments .secondary.submit {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover,.comments .secondary.submit:hover,.button.secondary:focus,.comments .secondary.submit:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success,.comments .success.submit {
  background-color: #3adb76;
  color: #474747;
}
.button.success:hover,.comments .success.submit:hover,.button.success:focus,.comments .success.submit:focus {
  background-color: #22bb5b;
  color: #474747;
}
.button.warning,.comments .warning.submit {
  background-color: #ffae00;
  color: #474747;
}
.button.warning:hover,.comments .warning.submit:hover,.button.warning:focus,.comments .warning.submit:focus {
  background-color: #cc8b00;
  color: #474747;
}
.button.alert,.comments .alert.submit {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover,.comments .alert.submit:hover,.button.alert:focus,.comments .alert.submit:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow,.comments .hollow.submit {
  border: 1px solid #4db2ec;
  color: #4db2ec;
}
.button.hollow,.comments .hollow.submit,.button.hollow:hover,.comments .hollow.submit:hover,.button.hollow:focus,.comments .hollow.submit:focus {
  background-color: transparent;
}
.button.hollow:hover,.comments .hollow.submit:hover,.button.hollow:focus,.comments .hollow.submit:focus {
  border-color: #0f5f8d;
  color: #0f5f8d;
}
.button.hollow.primary,.comments .hollow.primary.submit {
  border: 1px solid #4db2ec;
  color: #4db2ec;
}
.button.hollow.primary:hover,.comments .hollow.primary.submit:hover,.button.hollow.primary:focus,.comments .hollow.primary.submit:focus {
  border-color: #0f5f8d;
  color: #0f5f8d;
}
.button.hollow.secondary,.comments .hollow.secondary.submit {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover,.comments .hollow.secondary.submit:hover,.button.hollow.secondary:focus,.comments .hollow.secondary.submit:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success,.comments .hollow.success.submit {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover,.comments .hollow.success.submit:hover,.button.hollow.success:focus,.comments .hollow.success.submit:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning,.comments .hollow.warning.submit {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover,.comments .hollow.warning.submit:hover,.button.hollow.warning:focus,.comments .hollow.warning.submit:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert,.comments .hollow.alert.submit {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover,.comments .hollow.alert.submit:hover,.button.hollow.alert:focus,.comments .hollow.alert.submit:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.disabled,.comments .disabled.submit,.button[disabled],.comments [disabled].submit {
  cursor: not-allowed; 
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
  opacity: .25;
}
.button.disabled,.comments .disabled.submit,.button.disabled:hover,.comments .disabled.submit:hover,.button.disabled:focus,.comments .disabled.submit:focus,.button[disabled],.comments [disabled].submit,.button[disabled]:hover,.comments [disabled].submit:hover,.button[disabled]:focus,.comments [disabled].submit:focus {
  background-color: #4db2ec;
  color: #fefefe;
}
.button.disabled.primary,.comments .disabled.primary.submit,.button[disabled].primary,.comments [disabled].primary.submit {
  cursor: not-allowed; 
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
  opacity: .25;
}
.button.disabled.primary,.comments .disabled.primary.submit,.button.disabled.primary:hover,.comments .disabled.primary.submit:hover,.button.disabled.primary:focus,.comments .disabled.primary.submit:focus,.button[disabled].primary,.comments [disabled].primary.submit,.button[disabled].primary:hover,.comments [disabled].primary.submit:hover,.button[disabled].primary:focus,.comments [disabled].primary.submit:focus {
  background-color: #4db2ec;
  color: #474747;
}
.button.disabled.secondary,.comments .disabled.secondary.submit,.button[disabled].secondary,.comments [disabled].secondary.submit {
  cursor: not-allowed; 
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
  opacity: .25;
}
.button.disabled.secondary,.comments .disabled.secondary.submit,.button.disabled.secondary:hover,.comments .disabled.secondary.submit:hover,.button.disabled.secondary:focus,.comments .disabled.secondary.submit:focus,.button[disabled].secondary,.comments [disabled].secondary.submit,.button[disabled].secondary:hover,.comments [disabled].secondary.submit:hover,.button[disabled].secondary:focus,.comments [disabled].secondary.submit:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success,.comments .disabled.success.submit,.button[disabled].success,.comments [disabled].success.submit {
  cursor: not-allowed; 
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
  opacity: .25;
}
.button.disabled.success,.comments .disabled.success.submit,.button.disabled.success:hover,.comments .disabled.success.submit:hover,.button.disabled.success:focus,.comments .disabled.success.submit:focus,.button[disabled].success,.comments [disabled].success.submit,.button[disabled].success:hover,.comments [disabled].success.submit:hover,.button[disabled].success:focus,.comments [disabled].success.submit:focus {
  background-color: #3adb76;
  color: #474747;
}
.button.disabled.warning,.comments .disabled.warning.submit,.button[disabled].warning,.comments [disabled].warning.submit {
  cursor: not-allowed; 
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
  opacity: .25;
}
.button.disabled.warning,.comments .disabled.warning.submit,.button.disabled.warning:hover,.comments .disabled.warning.submit:hover,.button.disabled.warning:focus,.comments .disabled.warning.submit:focus,.button[disabled].warning,.comments [disabled].warning.submit,.button[disabled].warning:hover,.comments [disabled].warning.submit:hover,.button[disabled].warning:focus,.comments [disabled].warning.submit:focus {
  background-color: #ffae00;
  color: #474747;
}
.button.disabled.alert,.comments .disabled.alert.submit,.button[disabled].alert,.comments [disabled].alert.submit {
  cursor: not-allowed; 
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
  opacity: .25;
}
.button.disabled.alert,.comments .disabled.alert.submit,.button.disabled.alert:hover,.comments .disabled.alert.submit:hover,.button.disabled.alert:focus,.comments .disabled.alert.submit:focus,.button[disabled].alert,.comments [disabled].alert.submit,.button[disabled].alert:hover,.comments [disabled].alert.submit:hover,.button[disabled].alert:focus,.comments [disabled].alert.submit:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.dropdown:after,.comments .dropdown.submit:after {
  position: relative;
  top: .4em;

  border: inset .4em;
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  content: '';
  display: block;
  display: inline-block;
  float: right;
  height: 0;
  margin-left: 1em; 
  width: 0;
}
.button.dropdown.hollow:after,.comments .dropdown.hollow.submit:after {
  border-top-color: #4db2ec;
}
.button.dropdown.hollow.primary:after,.comments .dropdown.hollow.primary.submit:after {
  border-top-color: #4db2ec;
}
.button.dropdown.hollow.secondary:after,.comments .dropdown.hollow.secondary.submit:after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success:after,.comments .dropdown.hollow.success.submit:after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning:after,.comments .dropdown.hollow.warning.submit:after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert:after,.comments .dropdown.hollow.alert.submit:after {
  border-top-color: #cc4b37;
}
.button.arrow-only:after,.comments .arrow-only.submit:after {
  top: -.1em;

  float: none;
  margin-left: 0;
}

.accordion {
  background: #fefefe;
  list-style-type: none; 
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;

  border: 1px solid #f5f5f5;
  border-bottom: 0;
  color: #4db2ec; 
  display: block;
  font-size: .75rem;
  font-size: 12px;
  line-height: 1;
  padding: 1.25rem 1rem;
  padding: 20px 16px;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0 0 0 0;
}
.accordion-title:hover,.accordion-title:focus {
  background-color: #f5f5f5;
}
.accordion-title:before {
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;

  content: '+'; 
  margin-top: -.5rem;
  margin-top: -8px;
}
.is-active > .accordion-title:before {
  content: '\2013';
}

.accordion-content {
  background-color: #fefefe;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  color: #262626; 
  display: none;
  padding: 1rem;
  padding: 16px;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem; 

  border: inset 6px;
  border-bottom-width: 0;
  border-color: #4db2ec transparent transparent;
  border-top-style: solid;
  content: '';
  display: block;
  height: 0;
  margin-top: -3px;
  width: 0;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.badge {
  background: #4db2ec;
  border-radius: 50%;
  color: #fefefe; 
  display: inline-block;
  font-size: .6rem;
  font-size: 9.6px;
  min-width: 2.1em;
  padding: .3em;
  text-align: center;
}
.badge.primary {
  background: #4db2ec;
  color: #474747;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #474747;
}
.badge.warning {
  background: #ffae00;
  color: #474747;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.button-group {
  font-size: 0; 
  margin-bottom: 1rem;
  margin-bottom: 16px;
}
.button-group:before,.button-group:after {
  content: ' '; 
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group .button,.button-group .comments .submit,.comments .button-group .submit {
  font-size: .9rem; 
  font-size: 14.4px;
  margin: 0;
  margin-bottom: 1px;
  margin-right: 1px;
}
.button-group .button:last-child,.button-group .comments .submit:last-child,.comments .button-group .submit:last-child {
  margin-right: 0;
}
.button-group.tiny .button,.button-group.tiny .comments .submit,.comments .button-group.tiny .submit {
  font-size: .6rem; 
  font-size: 9.6px;
}
.button-group.small .button,.button-group.small .comments .submit,.comments .button-group.small .submit {
  font-size: .75rem; 
  font-size: 12px;
}
.button-group.large .button,.button-group.large .comments .submit,.comments .button-group.large .submit {
  font-size: 1.25rem; 
  font-size: 20px;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded:before,.button-group.expanded:after {
  display: none;
}
.button-group.expanded .button:first-child:last-child,.button-group.expanded .comments .submit:first-child:last-child,.comments .button-group.expanded .submit:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .comments .submit:first-child:nth-last-child(2),.comments .button-group.expanded .submit:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,.button-group.expanded .comments .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,.comments .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,.button-group.expanded .comments .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit,.comments .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit,.button-group.expanded .comments .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit,.comments .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit {
  display: inline-block;
  margin-right: 1px; 
  width: calc(50% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(2):last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(2):last-child,.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,.button-group.expanded .comments .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child,.comments .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .comments .submit:first-child:nth-last-child(3),.comments .button-group.expanded .submit:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,.button-group.expanded .comments .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,.comments .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,.button-group.expanded .comments .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit,.comments .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit,.button-group.expanded .comments .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit,.comments .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit {
  display: inline-block;
  margin-right: 1px; 
  width: calc(33.33333% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(3):last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(3):last-child,.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,.button-group.expanded .comments .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child,.comments .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .comments .submit:first-child:nth-last-child(4),.comments .button-group.expanded .submit:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,.button-group.expanded .comments .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,.comments .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,.button-group.expanded .comments .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit,.comments .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit,.button-group.expanded .comments .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit,.comments .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit {
  display: inline-block;
  margin-right: 1px; 
  width: calc(25% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(4):last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(4):last-child,.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,.button-group.expanded .comments .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child,.comments .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .comments .submit:first-child:nth-last-child(5),.comments .button-group.expanded .submit:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,.button-group.expanded .comments .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,.comments .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,.button-group.expanded .comments .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit,.comments .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit,.button-group.expanded .comments .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit,.comments .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit {
  display: inline-block;
  margin-right: 1px; 
  width: calc(20% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(5):last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(5):last-child,.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,.button-group.expanded .comments .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child,.comments .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .comments .submit:first-child:nth-last-child(6),.comments .button-group.expanded .submit:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,.button-group.expanded .comments .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,.comments .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,.button-group.expanded .comments .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit,.comments .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit,.button-group.expanded .comments .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit,.comments .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit {
  display: inline-block;
  margin-right: 1px; 
  width: calc(16.66667% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(6):last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(6):last-child,.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,.button-group.expanded .comments .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child,.comments .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child,.button-group.expanded .comments .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child,.comments .button-group.expanded .submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .submit:last-child {
  margin-right: -6px;
}
.button-group.primary .button,.button-group.primary .comments .submit,.comments .button-group.primary .submit {
  background-color: #4db2ec;
  color: #474747;
}
.button-group.primary .button:hover,.button-group.primary .comments .submit:hover,.comments .button-group.primary .submit:hover,.button-group.primary .button:focus,.button-group.primary .comments .submit:focus,.comments .button-group.primary .submit:focus {
  background-color: #1899e2;
  color: #474747;
}
.button-group.secondary .button,.button-group.secondary .comments .submit,.comments .button-group.secondary .submit {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover,.button-group.secondary .comments .submit:hover,.comments .button-group.secondary .submit:hover,.button-group.secondary .button:focus,.button-group.secondary .comments .submit:focus,.comments .button-group.secondary .submit:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button,.button-group.success .comments .submit,.comments .button-group.success .submit {
  background-color: #3adb76;
  color: #474747;
}
.button-group.success .button:hover,.button-group.success .comments .submit:hover,.comments .button-group.success .submit:hover,.button-group.success .button:focus,.button-group.success .comments .submit:focus,.comments .button-group.success .submit:focus {
  background-color: #22bb5b;
  color: #474747;
}
.button-group.warning .button,.button-group.warning .comments .submit,.comments .button-group.warning .submit {
  background-color: #ffae00;
  color: #474747;
}
.button-group.warning .button:hover,.button-group.warning .comments .submit:hover,.comments .button-group.warning .submit:hover,.button-group.warning .button:focus,.button-group.warning .comments .submit:focus,.comments .button-group.warning .submit:focus {
  background-color: #cc8b00;
  color: #474747;
}
.button-group.alert .button,.button-group.alert .comments .submit,.comments .button-group.alert .submit {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover,.button-group.alert .comments .submit:hover,.comments .button-group.alert .submit:hover,.button-group.alert .button:focus,.button-group.alert .comments .submit:focus,.comments .button-group.alert .submit:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.stacked .button,.button-group.stacked .comments .submit,.comments .button-group.stacked .submit,.button-group.stacked-for-small .button,.button-group.stacked-for-small .comments .submit,.comments .button-group.stacked-for-small .submit,.button-group.stacked-for-medium .button,.button-group.stacked-for-medium .comments .submit,.comments .button-group.stacked-for-medium .submit {
  width: 100%;
}
.button-group.stacked .button:last-child,.button-group.stacked .comments .submit:last-child,.comments .button-group.stacked .submit:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-small .comments .submit:last-child,.comments .button-group.stacked-for-small .submit:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-medium .comments .submit:last-child,.comments .button-group.stacked-for-medium .submit:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button,.button-group.stacked-for-small .comments .submit,.comments .button-group.stacked-for-small .submit {
    margin-bottom: 0; 
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button,.button-group.stacked-for-medium .comments .submit,.comments .button-group.stacked-for-medium .submit {
    margin-bottom: 0; 
    width: auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button,.button-group.stacked-for-small.expanded .comments .submit,.comments .button-group.stacked-for-small.expanded .submit {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;

  background-color: white;
  border: 1px solid rgba(71, 71, 71, .25);
  border-radius: 0;
  color: #262626; 
  margin: 0 0 1rem 0;
  margin: 0 0 16px 0;
  padding: 1rem;
  padding: 16px;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #e4f3fc;
  color: #262626;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #262626;
}
.callout.success {
  background-color: #e1faea;
  color: #262626;
}
.callout.warning {
  background-color: #fff3d9;
  color: #262626;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #262626;
}
.callout.small {
  padding-bottom: .5rem;
  padding-bottom: 8px;
  padding-left: .5rem; 
  padding-left: 8px;
  padding-right: .5rem;
  padding-right: 8px;
  padding-top: .5rem;
  padding-top: 8px;
}
.callout.large {
  padding-bottom: 3rem;
  padding-bottom: 48px;
  padding-left: 3rem; 
  padding-left: 48px;
  padding-right: 3rem;
  padding-right: 48px;
  padding-top: 3rem;
  padding-top: 48px;
}

.close-button {
  position: absolute;

  color: #b3b3b3;
  cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
.close-button:hover,.close-button:focus {
  color: #474747;
}
.close-button.small {
  top: .33em;
  right: 10.56px;
  right: .66rem;

  font-size: 1.5em;
  line-height: 1;
}
.close-button,.close-button.medium {
  top: 8px;
  top: .5rem;
  right: 16px;
  right: 1rem;

  font-size: 2em;
  line-height: 1;
}

.is-drilldown {
  position: relative;

  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height .5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;

  background: #fefefe;
  transition:         transform .15s linear, -webkit-transform .15s linear; 
  transition:         transform .15s linear;
  transition: -webkit-transform .15s linear;
  width: 100%;
  z-index: -1;
}
.is-drilldown-submenu.is-active {
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); 
  z-index: 1;
}
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem; 

  border: inset 6px;
  border-color: transparent transparent transparent #4db2ec;
  border-left-style: solid;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  margin-top: -6px;
  width: 0;
}

.js-drilldown-back > a:before {
  border: inset 6px;
  border-color: transparent #4db2ec transparent transparent;
  border-left-width: 0; 
  border-left-width: 0;
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: .75rem;
  margin-right: 12px;
  vertical-align: middle;
  width: 0;
}

.dropdown-pane {
  position: absolute;

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;

  padding-right: 1.5rem; 
  padding-right: 24px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  right: 5px;

  border: inset 6px;
  border-bottom-width: 0;
  border-color: #4db2ec transparent transparent;
  border-top-style: solid;
  content: '';
  display: block;
  height: 0;
  margin-top: -3px; 
  width: 0;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a:after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a:after {
  border: inset 6px;
  border-color: transparent #4db2ec transparent transparent; 
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.dropdown.menu.vertical > li.opens-right > a:after {
  border: inset 6px;
  border-color: transparent transparent transparent #4db2ec; 
  border-left-style: solid;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;

    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    right: 5px;

    border: inset 6px;
    border-bottom-width: 0;
    border-color: #4db2ec transparent transparent;
    border-top-style: solid;
    content: '';
    display: block;
    height: 0;
    margin-top: -3px; 
    width: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a:after {
    border: inset 6px;
    border-color: transparent #4db2ec transparent transparent; 
    border-left-width: 0;
    border-right-style: solid;
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    border: inset 6px;
    border-color: transparent transparent transparent #4db2ec; 
    border-left-style: solid;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;

    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    right: 5px;

    border: inset 6px;
    border-bottom-width: 0;
    border-color: #4db2ec transparent transparent;
    border-top-style: solid;
    content: '';
    display: block;
    height: 0;
    margin-top: -3px; 
    width: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a:after {
    border: inset 6px;
    border-color: transparent #4db2ec transparent transparent; 
    border-left-width: 0;
    border-right-style: solid;
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a:after {
    border: inset 6px;
    border-color: transparent transparent transparent #4db2ec; 
    border-left-style: solid;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a:after {
  position: absolute;
  top: 50%;
  right: 5px;

  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;

  background: #fefefe; 
  border: 1px solid #cbcbcb;
  display: none;
  min-width: 200px;
  z-index: 1;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  border: inset 6px;
  border-color: transparent #4db2ec transparent transparent; 
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  border: inset 6px;
  border-color: transparent transparent transparent #4db2ec; 
  border-left-style: solid;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,.flex-video {
  position: relative;

  height: 0;
  margin-bottom: 1rem;
  margin-bottom: 16px;
  overflow: hidden; 
  padding-bottom: 75%;
}
.responsive-embed iframe,.responsive-embed object,.responsive-embed embed,.responsive-embed video,.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video {
  position: absolute;
  top: 0;
  left: 0;

  height: 100%; 
  width: 100%;
}
.responsive-embed.widescreen,.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  background: #4db2ec;
  border-radius: 0;
  color: #fefefe; 
  cursor: default;
  display: inline-block;
  font-size: .8rem;
  font-size: 12.8px;
  line-height: 1;
  padding: .33333rem .5rem;
  padding: 5.333px 8px;
  white-space: nowrap;
}
.label.primary {
  background: #4db2ec;
  color: #474747;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #474747;
}
.label.warning {
  background: #ffae00;
  color: #474747;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

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

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem; 
  padding-right: 16px;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem; 
  padding-left: 16px;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;

  background: rgba(254, 254, 254, .25);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  height: 100%;
  opacity: 0;
  overflow: hidden; 
  transition: opacity .5s ease, visibility .5s ease;
  visibility: hidden;
  width: 100%;
}
.js-off-canvas-overlay.is-visible {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;

  overflow: hidden;
}

.off-canvas {
  position: fixed;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f5f5f5; 
  transition:         transform .5s ease, -webkit-transform .5s ease;
  transition:         transform .5s ease;
  transition: -webkit-transform .5s ease;
  z-index: 1;
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(71, 71, 71, .7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f5f5f5; 
  transition:         transform .5s ease, -webkit-transform .5s ease;
  transition:         transform .5s ease;
  transition: -webkit-transform .5s ease;
  z-index: 1;
}
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(71, 71, 71, .7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;

  height: 100%;
  overflow-y: auto; 
  -webkit-transform: translateX(-256px);
      -ms-transform: translateX(-256px);
          transform: translateX(-256px);
  width: 256px;
}
.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(256px);
      -ms-transform: translateX(256px);
          transform: translateX(256px);
}
.position-left.is-transition-push:after {
  position: absolute;
  top: 0;
  right: 0;

  box-shadow: 0 0 10px rgba(71, 71, 71, .7);
  content: ' '; 
  height: 100%;
  width: 1px;
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-right {
  top: 0;
  right: 0;

  height: 100%;
  overflow-y: auto; 
  -webkit-transform: translateX(256px);
      -ms-transform: translateX(256px);
          transform: translateX(256px);
  width: 256px;
}
.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-256px);
      -ms-transform: translateX(-256px);
          transform: translateX(-256px);
}
.position-right.is-transition-push:after {
  position: absolute;
  top: 0;
  left: 0;

  box-shadow: 0 0 10px rgba(71, 71, 71, .7);
  content: ' '; 
  height: 100%;
  width: 1px;
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-top {
  top: 0;
  left: 0;

  height: 256px;
  overflow-x: auto; 
  -webkit-transform: translateY(-256px);
      -ms-transform: translateY(-256px);
          transform: translateY(-256px);
  width: 100%;
}
.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(256px);
      -ms-transform: translateY(256px);
          transform: translateY(256px);
}
.position-top.is-transition-push:after {
  position: absolute;
  bottom: 0;
  left: 0;

  box-shadow: 0 0 10px rgba(71, 71, 71, .7);
  content: ' '; 
  height: 1px;
  width: 100%;
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;

  height: 256px;
  overflow-x: auto; 
  -webkit-transform: translateY(256px);
      -ms-transform: translateY(256px);
          transform: translateY(256px);
  width: 100%;
}
.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-256px);
      -ms-transform: translateY(-256px);
          transform: translateY(-256px);
}
.position-bottom.is-transition-push:after {
  position: absolute;
  top: 0;
  left: 0;

  box-shadow: 0 0 10px rgba(71, 71, 71, .7);
  content: ' '; 
  height: 1px;
  width: 100%;
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.off-canvas-content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; 
  transition:         transform .5s ease, -webkit-transform .5s ease;
  transition:         transform .5s ease;
  transition: -webkit-transform .5s ease;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 256px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 256px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 256px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 256px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 256px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 256px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 256px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 256px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;

  height: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

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

.orbit-caption {
  position: absolute;
  bottom: 0;

  background-color: rgba(71, 71, 71, .5);
  color: #fefefe; 
  margin-bottom: 0;
  padding: 1rem;
  padding: 16px;
  width: 100%;
}

.orbit-previous,.orbit-next {
  position: absolute;
  top: 50%;

  color: #fefefe; 
  padding: 1rem;
  padding: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
[data-whatinput='mouse'] .orbit-previous,[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}
.orbit-previous:hover,.orbit-next:hover,.orbit-previous:active,.orbit-next:active,.orbit-previous:focus,.orbit-next:focus {
  background-color: rgba(71, 71, 71, .5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  right: 0; 
  left: auto;
}

.orbit-bullets {
  position: relative;

  margin-bottom: .8rem;
  margin-bottom: 12.8px;
  margin-top: .8rem;
  margin-top: 12.8px;
  text-align: center;
}
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  background-color: #cbcbcb; 
  border-radius: 50%;
  height: 1.2rem;
  height: 19.2px;
  margin: .1rem;
  margin: 1.6px;
  width: 1.2rem;
  width: 19.2px;
}
.orbit-bullets button:hover {
  background-color: #b3b3b3;
}
.orbit-bullets button.is-active {
  background-color: #b3b3b3;
}

.pagination {
  margin-bottom: 1rem; 
  margin-bottom: 16px;
  margin-left: 0;
}
.pagination:before,.pagination:after {
  content: ' '; 
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination li {
  border-radius: 0;
  display: none; 
  font-size: .875rem;
  font-size: 14px;
  margin-right: .0625rem;
  margin-right: 1px;
}
.pagination li:last-child,.pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,.pagination button {
  border-radius: 0;
  color: #474747; 
  display: block;
  padding: .1875rem .625rem;
  padding: 3px 10px;
}
.pagination a:hover,.pagination button:hover {
  background: #f5f5f5;
}
.pagination .current {
  background: #4db2ec;
  color: #fefefe;
  cursor: default; 
  padding: .1875rem .625rem;
  padding: 3px 10px;
}
.pagination .disabled {
  color: #cbcbcb;
  cursor: not-allowed; 
  padding: .1875rem .625rem;
  padding: 3px 10px;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis:after {
  color: #474747; 
  content: '\2026';
  padding: .1875rem .625rem;
  padding: 3px 10px;
}

.pagination-previous a:before,.pagination-previous.disabled:before {
  content: '\00ab'; 
  display: inline-block;
  margin-right: .5rem;
  margin-right: 8px;
}

.pagination-next a:after,.pagination-next.disabled:after {
  content: '\00bb'; 
  display: inline-block;
  margin-left: .5rem;
  margin-left: 8px;
}

.progress {
  background-color: #cbcbcb; 
  border-radius: 0;
  height: 1rem;
  height: 16px;
  margin-bottom: 1rem;
  margin-bottom: 16px;
}
.progress.primary .progress-meter {
  background-color: #4db2ec;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;

  background-color: #4db2ec; 
  display: block;
  height: 100%;
  width: 0;
}

.progress-meter-text {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;

  color: #fefefe;
  font-size: 12px;
  font-size: .75rem;
  font-weight: bold;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;

  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); 
  z-index: 0;
}

.sticky.is-stuck {
  position: fixed;

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

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

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

html.is-reveal-open,html.is-reveal-open body {
  position: fixed;

  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-color: rgba(71, 71, 71, .45);
  display: none;
  overflow-y: scroll; 
  z-index: 1005;
}

.reveal {
  position: relative;
  top: 100px;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fefefe;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  display: none;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; 
  padding: 16px;
  padding: 1rem;
  z-index: 1006;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    max-width: 69rem; 
    width: 600px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;

    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    max-width: 69rem; 
    width: 30%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    max-width: 69rem; 
    width: 50%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    max-width: 69rem; 
    width: 90%;
  }
}
.reveal.full {
  top: 0;
  left: 0;

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

    border: 0;
    border-radius: 0; 
    height: 100vh;
    height: 100%;
    margin-left: 0;
    max-width: none;
    min-height: 100vh;
    width: 100%;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;

  color: #fefefe;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: 32px;
  height: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; 
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;

  background: #cbcbcb;
  border-radius: 0;
  color: inherit;
  cursor: pointer; 
  display: block;
  font-weight: inherit;
  height: 2rem;
  height: 32px;
  transition: all .25s ease-out;
  width: 64px;
  width: 4rem;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle:after {
  position: absolute;
  top: 4px;
  top: .25rem;
  left: 4px;
  left: .25rem;

  background: #fefefe;
  border-radius: 0;
  content: ''; 
  display: block;
  height: 24px;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: all .25s ease-out;
  width: 24px;
  width: 1.5rem;
}
input:checked ~ .switch-paddle {
  background: #4db2ec;
}
input:checked ~ .switch-paddle:after {
  left: 36px;
  left: 2.25rem;
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,.switch-inactive {
  position: absolute;
  top: 50%;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;

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

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

.switch.tiny {
  height: 1.5rem; 
  height: 24px;
}
.switch.tiny .switch-paddle {
  font-size: .625rem; 
  font-size: 10px;
  height: 1.5rem;
  height: 24px;
  width: 3rem;
  width: 48px;
}
.switch.tiny .switch-paddle:after {
  top: 4px;
  top: .25rem;
  left: 4px;
  left: .25rem;

  height: 1rem; 
  height: 16px;
  width: 1rem;
  width: 16px;
}
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 28px;
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem; 
  height: 28px;
}
.switch.small .switch-paddle {
  font-size: .75rem; 
  font-size: 12px;
  height: 1.75rem;
  height: 28px;
  width: 3.5rem;
  width: 56px;
}
.switch.small .switch-paddle:after {
  top: 4px;
  top: .25rem;
  left: 4px;
  left: .25rem;

  height: 1.25rem; 
  height: 20px;
  width: 1.25rem;
  width: 20px;
}
.switch.small input:checked ~ .switch-paddle:after {
  left: 32px;
  left: 2rem;
}

.switch.large {
  height: 2.5rem; 
  height: 40px;
}
.switch.large .switch-paddle {
  font-size: 1rem; 
  font-size: 16px;
  height: 2.5rem;
  height: 40px;
  width: 5rem;
  width: 80px;
}
.switch.large .switch-paddle:after {
  top: 4px;
  top: .25rem;
  left: 4px;
  left: .25rem;

  height: 2rem; 
  height: 32px;
  width: 2rem;
  width: 32px;
}
.switch.large input:checked ~ .switch-paddle:after {
  left: 44px;
  left: 2.75rem;
}

table {
  border-radius: 0; 
  margin-bottom: 1rem;
  margin-bottom: 16px;
  width: 100%;
}
thead,tbody,tfoot {
  background-color: #fefefe; 
  border: 1px solid #f1f1f1;
}

caption {
  font-weight: bold; 
  padding: .5rem .625rem .625rem;
  padding: 8px 10px 10px;
}

thead {
  background: #f8f8f8;
  color: #262626;
}

tfoot {
  background: #f1f1f1;
  color: #262626;
}

thead tr,tfoot tr {
  background: transparent;
}
thead th,thead td,tfoot th,tfoot td {
  font-weight: bold;
  padding: .5rem .625rem .625rem;
  padding: 8px 10px 10px;
  text-align: left;
}

tbody th,tbody td {
  padding: .5rem .625rem .625rem; 
  padding: 8px 10px 10px;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1; 
  border-bottom: 0;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  background-color: #fefefe; 
  border-bottom: 1px solid #f1f1f1;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,table.stack th,table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  overflow-x: auto; 
  width: 100%;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  background: #fefefe;
  border: 1px solid #f5f5f5;
  list-style-type: none; 
  margin: 0;
}
.tabs:before,.tabs:after {
  content: ' '; 
  display: table;
}
.tabs:after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

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

.tabs.primary {
  background: #4db2ec;
}
.tabs.primary > li > a {
  color: #474747;
}
.tabs.primary > li > a:hover,.tabs.primary > li > a:focus {
  background: #3facea;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  color: #4db2ec; 
  display: block;
  font-size: .75rem;
  font-size: 12px;
  line-height: 1;
  padding: 1.25rem 1.5rem;
  padding: 20px 24px;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #25a1e8;
}
.tabs-title > a:focus,.tabs-title > a[aria-selected='true'] {
  background: #f5f5f5;
  color: #4db2ec;
}

.tabs-content {
  background: #fefefe;
  border: 1px solid #f5f5f5;
  border-top: 0;
  color: #262626;
  transition: all .5s ease;
}

.tabs-content.vertical {
  border: 1px solid #f5f5f5;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem; 
  padding: 16px;
}
.tabs-panel[aria-hidden='false'] {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(71, 71, 71, .2);
  display: inline-block;
  line-height: 0; 
  margin-bottom: 1rem;
  margin-bottom: 16px;
  max-width: 100%;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover,a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(77, 178, 236, .5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  background: #474747;
  color: #fefefe; 
  padding: .5rem;
  padding: 8px;
}
.title-bar:before,.title-bar:after {
  content: ' '; 
  display: table;
}
.title-bar:after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: .25rem;
  margin-left: 4px;
  margin-right: .25rem; 
  margin-right: 4px;
}

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

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

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

.has-tip {
  position: relative;

  border-bottom: dotted 1px #b3b3b3;
  cursor: help; 
  display: inline-block;
  font-weight: bold;
}

.tooltip {
  position: absolute;
  top: calc(100% + .6495rem);

  background-color: #474747;
  border-radius: 0;
  color: #fefefe; 
  font-size: 80%;
  max-width: 160px;
  max-width: 10rem;
  padding: 12px;
  padding: .75rem;
  z-index: 1200;
}
.tooltip:before {
  position: absolute;
  bottom: 100%;
  left: 50%;

  border: inset .75rem;
  border: inset 12px;
  border-bottom-style: solid;
  border-color: transparent transparent #474747;
  border-top-width: 0;
  content: '';
  display: block;
  height: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); 
  width: 0;
}
.tooltip.top:before {
  top: 100%;
  bottom: auto; 

  border: inset .75rem;
  border: inset 12px;
  border-bottom-width: 0;
  border-color: #474747 transparent transparent;
  border-top-style: solid;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.tooltip.left:before {
  top: 50%;
  bottom: auto;
  left: 100%;

  border: inset .75rem;
  border: inset 12px;
  border-color: transparent transparent transparent #474747;
  border-left-style: solid;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
  width: 0;
}
.tooltip.right:before {
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;

  border: inset .75rem;
  border: inset 12px;
  border-color: transparent #474747 transparent transparent;
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
  width: 0;
}

.top-bar {
  padding: .5rem; 
  padding: 8px;
}
.top-bar:before,.top-bar:after {
  content: ' '; 
  display: table;
}
.top-bar:after {
  clear: both;
}
.top-bar,.top-bar ul {
  background-color: #f5f5f5;
}
.top-bar input {
  margin-right: 1rem; 
  margin-right: 16px;
  max-width: 200px;
}
.top-bar .input-group-field {
  margin-right: 0; 
  width: 100%;
}
.top-bar input.button,.top-bar .comments input.submit,.comments .top-bar input.submit {
  width: auto;
}
.top-bar .top-bar-left,.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,.top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: .5rem 1rem .5rem 0; 
  padding: 8px 16px 8px 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

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

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

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

.show-for-sr,.show-on-focus {
  position: absolute !important;

  clip: rect(0, 0, 0, 0); 
  height: 1px;
  overflow: hidden;
  width: 1px;
}

.show-on-focus:active,.show-on-focus:focus {
  position: static !important;

  clip: auto; 
  height: auto;
  overflow: visible;
  width: auto;
}

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto; 
  margin-right: auto;
}

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

.adjacent:after,.article__top:after,.article__bottom:after,.block:after,.cards:after,.cards--col2:after,.headerForum:after,.slider__item:after,.tableForum__header:after,.wp-pagenavi:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0; 
  height: 0;
  visibility: hidden;
}

.l-footer__top {
  background: #fafafa url('shared/img/site/top-shadow.png') repeat-x top;
  padding: 30px 0;
}
.l-footer__bottom {
  background-color: #474747;
  color: #fff;
  padding: 10px 0;
}
.l-footer__inner {
  float: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 69rem;
  max-width: 1104px;
  padding-left: .625rem; 
  padding-left: 10px;
  padding-right: .625rem;
  padding-right: 10px;
  width: 100%;
}
.l-footer__inner:before,.l-footer__inner:after {
  content: ' '; 
  display: table;
}
.l-footer__inner:after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .l-footer__inner {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
.l-footer__inner:last-child:not(:first-child) {
  float: right;
}
.l-footer__inner,.l-footer__inner:last-child {
  float: none;
}
.l-footer__copyright {
  margin: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .l-footer__top .widget {
    float: left;
    padding-left: .625rem; 
    padding-right: .625rem;
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .l-footer__top .widget {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .l-footer__top .widget:last-child:not(:first-child) {
    float: right;
  }
  .l-footer__copyright {
    text-align: left;
  }
}

.l-header {
  position: fixed;

  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGCAQAAACoGTy6AAAAF0lEQVQImWNgYGIAIWYGBhYGBlYGBjYAAKAAF4mj2TgAAAAASUVORK5CYII=') repeat-x;
  background-position: bottom;
  border-bottom: 4px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2); 
  width: 100%;
  z-index: 999;
}
.l-header__inner {
  float: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 69rem;
  max-width: 1104px;
  padding-left: .625rem; 
  padding-left: 10px;
  padding-right: .625rem;
  padding-right: 10px;
  width: 100%;
}
.l-header__inner:before,.l-header__inner:after {
  content: ' '; 
  display: table;
}
.l-header__inner:after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .l-header__inner {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
.l-header__inner:last-child:not(:first-child) {
  float: right;
}
.l-header__inner,.l-header__inner:last-child {
  float: none;
}
.l-header__logo {
  float: right;
  margin: 0; 
  width: 144px;
}
.l-header__globalBtn {
  float: left;
  font-size: 1.125rem;
  font-size: 18px;
  padding: 16px 0;
}
@media print, screen and (min-width: 40em) {
  .l-header {
    position: static;

    background-image: none;
    border: none;
    box-shadow: none;
    z-index: 10;
  }
  .l-header__top {
    position: relative; 

    background-color: #fff;
    padding-top: 20px;
    z-index: 999;
  }
  .l-header__bottom {
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGCAQAAACoGTy6AAAAF0lEQVQImWNgYGIAIWYGBhYGBlYGBjYAAKAAF4mj2TgAAAAASUVORK5CYII=') repeat-x;
    background-position: bottom;
    border-bottom: 4px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 998;
  }
  .l-header__bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    z-index: 1000;
  }
  .l-header__logo {
    display: block;
    float: none;
    width: auto;
  }
}

body {
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
          font-smoothing: subpixel-antialiased;
}

.text-primary {
  color: #4db2ec;
}

.text-muted {
  color: #c7c7c7 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.l-content {
  float: none;
  margin: 0 0 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 69rem;
  max-width: 1104px;
  padding-top: 75px;
}
.l-content:before,.l-content:after {
  content: ' '; 
  display: table;
}
.l-content:after {
  clear: both;
}

.l-main {
  float: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 69rem;
  max-width: 1104px;
  padding-left: .625rem; 
  padding-left: 10px;
  padding-right: .625rem;
  padding-right: 10px;
  width: 100%;
}
.l-main:before,.l-main:after {
  content: ' '; 
  display: table;
}
.l-main:after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .l-main {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
.l-main:last-child:not(:first-child) {
  float: right;
}
.l-main,.l-main:last-child {
  float: none;
}
.l-main__header {
  margin: 0 0 20px;
}
.l-main__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.875rem;
  font-size: 30px;
  margin: 0 0 2px;
}
.l-main__search {
  margin: 30px 0 10px;
}
.l-main__categoriesBefore {
  position: relative;
  top: -6px; 
  left: 2px;

  border-bottom: 1px solid #959595;
  border-left: 1px solid #959595;
  display: inline-block;
  height: 8px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 1px;
  width: 8px;
}
.l-main__categories {
  display: inline-block;
  margin: 0;
}

.l-sidebar {
  float: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 69rem;
  max-width: 1104px;
  padding-left: .625rem; 
  padding-left: 10px;
  padding-right: .625rem;
  padding-right: 10px;
  width: 100%;
}
.l-sidebar:before,.l-sidebar:after {
  content: ' '; 
  display: table;
}
.l-sidebar:after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .l-sidebar {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
.l-sidebar:last-child:not(:first-child) {
  float: right;
}
.l-sidebar,.l-sidebar:last-child {
  float: none;
}

@media print, screen and (min-width: 40em) {
  .l-content {
    padding-top: 0;
  }

  .l-main {
    float: left;
    padding-left: .625rem; 
    padding-right: .625rem;
    width: 66.66667%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .l-main {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .l-main:last-child:not(:first-child) {
    float: right;
  }

  .l-sidebar {
    float: left;
    padding-left: .625rem; 
    padding-right: .625rem;
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .l-sidebar {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .l-sidebar:last-child:not(:first-child) {
    float: right;
  }
}
.adjacent {
  margin: 30px 0;
}
.adjacent__item,.adjacent__item--prev,.adjacent__item--next {
  font-family: 'Ubuntu', sans-serif;
  margin: 0 0 20px; 
  text-align: center;
}
.adjacent__item .fa,.adjacent__item--prev .fa,.adjacent__item--next .fa {
  display: none;
}
.adjacent__item a,.adjacent__item--prev a,.adjacent__item--next a {
  color: #9a9a9a;
}
.adjacent__note {
  font-size: .8125rem;
  font-size: 13px;
  margin: 0 0 2px;
}
.adjacent__title {
  font-size: .8125rem;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .adjacent__item,.adjacent__item--prev,.adjacent__item--next {
    width: 40%;
  }
  .adjacent__item .fa,.adjacent__item--prev .fa,.adjacent__item--next .fa {
    display: inline-block;
  }
  .adjacent__item a:hover,.adjacent__item--prev a:hover,.adjacent__item--next a:hover {
    color: #4db2ec; 
    text-decoration: underline;
  }
  .adjacent__item--prev {
    float: left;
    text-align: left;
  }
  .adjacent__item--prev .fa {
    margin-right: .5em;
  }
  .adjacent__item--next {
    float: right;
    text-align: right;
  }
  .adjacent__item--next .fa {
    margin-left: .5em;
  }
}

.arpw-ul {
  margin: 0;
}
.arpw-li {
  margin-bottom: 30px;
}
.arpw-li a {
  display: block;
}
.arpw-thumbnail {
  display: block;
  margin-bottom: 10px;
}
.arpw-title {
  color: #262626; 
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3125rem;
  font-size: 21px;
  line-height: 1.3;
  margin: 0;
}
.arpw-title:hover {
  text-decoration: underline;
}
.arpw-time {
  color: #cbcbcb; 
  font-family: 'Ubuntu', sans-serif;
  font-size: .75rem;
  font-size: 12px;
  margin: 2px 0 6px 0;
}

.article__header {
  margin-bottom: 42px;
}
.article__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.75rem;
  font-size: 28px;
  line-height: 1.1; 
  margin: 0 0 7px;
}
.article__categories {
  display: inline-block;
  margin: 0;
}
.article__time {
  color: #cbcbcb; 
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: .75rem;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 5px;
}
.article__top,.article__bottom {
  text-align: center;
}
.article__top .article__ad,.article__bottom .article__ad {
  display: inline-block;
}
.article__ad {
  margin: 20px 0;
}
.article__meta {
  background-color: #fcfcfc;
  border: 1px solid #f5f5f5;
  margin-top: 30px;
}
.article__tags {
  border-bottom: 1px solid #f5f5f5;
  padding: 6px 2px 7px 10px;
  text-align: center;
}
.article__tagsTitle {
  background-color: #474747;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .75rem;
  font-size: 12px;
  font-weight: bold;
  margin: 0; 
  padding: 1px 8px;
}
@media print, screen and (min-width: 40em) {
  .article__title {
    font-size: 2.125rem;
  }
  .article__tags {
    text-align: left;
  }
  .article__forumBanner {
    text-align: center;
  }
  .article__ad {
    margin: 20px 10px;
  }
}

.bbp-topic-form,.bbp-reply-form {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 60px;
}
.bbp-topic-form .bbp-form,.bbp-reply-form .bbp-form {
  border: 1px solid #eee;
  margin-bottom: 10px; 
  padding: 10px 20px;
}
.bbp-topic-form .bbp-form legend,.bbp-reply-form .bbp-form legend {
  border: none;
  font-size: 1.3125rem; 
  font-size: 21px;
  margin-bottom: 0;
  width: auto;
}
.bbp-topic-form .bbp-form label,.bbp-reply-form .bbp-form label {
  display: inline; 
  font-size: .875rem;
  font-size: 14px;
}
.bbp-topic-form input,.bbp-topic-form textarea,.bbp-reply-form input,.bbp-reply-form textarea {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  box-shadow: none;
}
.bbp-topic-form .wp-editor-container,.bbp-reply-form .wp-editor-container {
  border: 1px solid #eee;
}
.bbp-topic-form #wp-bbp_topic_content-editor-container input,.bbp-topic-form #wp-bbp_topic_content-editor-container textarea,.bbp-topic-form #wp-bbp_reply_content-wrap input,.bbp-topic-form #wp-bbp_reply_content-wrap textarea,.bbp-reply-form #wp-bbp_topic_content-editor-container input,.bbp-reply-form #wp-bbp_topic_content-editor-container textarea,.bbp-reply-form #wp-bbp_reply_content-wrap input,.bbp-reply-form #wp-bbp_reply_content-wrap textarea {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  box-shadow: none;
}
.bbp-topic-form #wp-bbp_topic_content-editor-container textarea,.bbp-topic-form #wp-bbp_reply_content-wrap textarea,.bbp-reply-form #wp-bbp_topic_content-editor-container textarea,.bbp-reply-form #wp-bbp_reply_content-wrap textarea {
  margin: 0;
  width: 100%;
}
.bbp-topic-form #wp-bbp_topic_content-editor-container .ed_button,.bbp-topic-form #wp-bbp_reply_content-wrap .ed_button,.bbp-reply-form #wp-bbp_topic_content-editor-container .ed_button,.bbp-reply-form #wp-bbp_reply_content-wrap .ed_button {
  background-color: #4db2ec;
  border: none; 
  color: #fff;
}

.bbp-search-form {
  background-color: #fafafa;
  margin: 0 0 10px; 
  padding: 21px;
}
.bbp-search-form label {
  display: none;
}
.bbp-search-form form {
  position: relative;
}
.bbp-search-form #bbp_search {
  border: 1px solid #f0f0f0;
  box-shadow: none;
  height: 34px; 
  margin: 0;
  padding-right: 22%;
}
.bbp-search-form #bbp_search_submit {
  position: absolute;
  top: 0;
  right: 0;

  background-color: #4db2ec;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  max-width: 70px;
  padding: 10px 0;
  transition: .2s; 
  width: 22%;
}
.bbp-search-form #bbp_search_submit:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; 
  opacity: .8;
}

.block.widget {
  margin-bottom: 20px;
}
.block__title {
  border-bottom: 2px solid #4db2ec;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 26px; 
  padding-bottom: 1px;
}
.block__title span {
  background-color: #4db2ec;
  display: inline-block;
  padding: 3px 10px;
}

.breadcrumbs {
  color: #cbcbcb;
  display: none;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  margin: 15px 0; 
  margin-left: auto;
  margin-right: auto;
  max-width: 1104px;
  max-width: 69rem;
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem;
  width: 100%;
}
.breadcrumbs:before,.breadcrumbs:after {
  content: ' '; 
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .breadcrumbs {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
.breadcrumbs:last-child:not(:first-child) {
  float: right;
}
.breadcrumbs,.breadcrumbs:last-child {
  float: none;
}
.breadcrumbs a {
  color: #cbcbcb;
}
.breadcrumbs .category {
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}
@media print, screen and (min-width: 40em) {
  .breadcrumbs {
    display: block;
    margin-top: 25px;
  }
}

.card {
  margin-bottom: 43px;
}
.card__img {
  margin: 0 0 11px; 
  padding: 0;
}
.card__img a {
  display: block;
}
.card__img img {
  height: auto; 
  width: 100%;
}
.card__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3125rem;
  font-size: 21px;
  line-height: 1.3;
  margin: 0;
}
.card__title a {
  color: #262626;
}
.card__time {
  color: #cbcbcb; 
  font-family: 'Ubuntu', sans-serif;
  font-size: .75rem;
  font-size: 12px;
  margin: 2px 0 6px 0;
}
@media print, screen and (min-width: 40em) {
  .cards--col2 .card {
    float: left;
    padding-left: .625rem; 
    padding-right: .625rem;
    width: 50%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .cards--col2 .card {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .cards--col2 .card:last-child:not(:first-child) {
    float: right;
  }
  .cards--col2 .card:nth-child(odd) {
    clear: both;
    padding-left: 0;
  }
  .cards--col2 .card:nth-child(even) {
    padding-right: 0;
  }
}

.category {
  background-color: #4db2ec;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .75rem;
  font-size: 12px;
  font-weight: bold;
}
.category a {
  color: #fff;
  display: block;
  padding: 1px 8px;
}
@media print, screen and (min-width: 40em) {
  .category a:hover {
    text-decoration: underline;
  }
}

.comments__list {
  list-style: none; 
  margin: 0 0 40px;
}
.comments__list .fn {
  color: #262626;
}
.comments__list .fn:before {
  display: none;
}
.comments__list .says {
  display: none;
}
.comments .comment-body > p {
  clear: both;
  font-size: .8125rem;
  font-size: 13px;
  margin-bottom: 5px; 
  padding-top: 10px;
}
.comments .comment-meta a {
  color: #cbcbcb;
  font-size: .75rem; 
  font-size: 12px;
}
.comments .comment-author img {
  float: left;
  margin-right: 20px;
}
.comments .reply {
  font-size: .75rem; 
  font-size: 12px;
}
.comments .reply a {
  color: #cbcbcb;
}
.comments .comment-reply-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  font-size: 20px;
  margin: 13px 0 17px;
}

.editorArea iframe {
  max-width: 100%;
}
.editorArea .caption-bar {
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #ccc;
  font-size: 1.8em;
  line-height: 1; 
  margin-bottom: 15px;
  margin-top: 25px;
  padding-bottom: 5px;
  padding-left: 10px;
  vertical-align: middle;
}
.editorArea .reference {
  color: #c9c9c7;
  font-size: .8em;
  margin: 0 0 5px; 
  text-align: right;
}
.editorArea .author {
  clear: both; 
  color: #c9c9c7;
  float: right;
  font-size: .8em;
  padding-top: -100px;
}
.editorArea .pic_title {
  clear: both; 
  color: #c9c9c7;
  font-size: .8em;
  padding-top: -100px;
}
.editorArea .bold {
  font-weight: bold;
  line-height: 100%;
}
.editorArea .italic {
  font-style: italic;
}

.headerForum {
  border-bottom: 2px solid #4db2ec;
  font-family: 'PT Sans', sans-serif;
  font-size: .875rem;
  font-size: 14px;
  margin: 0 0 10px; 
  padding: 5px 0;
}
.headerForum__left {
  float: left;
}
.headerForum__right {
  color: #c7c7c7; 
  float: right;
}
.headerForum__right a {
  color: #c7c7c7;
}

.navGlobal {
  background-color: #f5f5f5;
}
.navGlobal__close {
  background-color: #4db2ec;
  box-shadow: inset -3px 0 17px 0 rgba(0, 0, 0, .15); 
  color: #fff;
  display: block;
  font-size: 1.0625rem;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 0 17px 0;
  text-align: center;
  width: 100%;
}
.navGlobal .menu {
  list-style: none;
  margin: 0;
}
.navGlobal .menu-item {
  font-family: 'Ubuntu', sans-serif;
}
.navGlobal .menu-item a {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid white;
  color: #262626;
  display: block;
  font-size: 1.0625rem;
  font-size: 17px;
  padding: 12px 13px 14px 17px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .navGlobal {
    background: transparent;
  }
  .navGlobal .menu-item {
    position: relative;
    bottom: -4px; 

    display: inline-block;
  }
  .navGlobal .menu-item a {
    border: none;
    border-bottom: 4px solid #fff; 
    font-size: 1rem;
    padding: 10px 11px;
  }
  .navGlobal .menu-item a:hover {
    border-bottom: 4px solid #4db2ec;
    text-decoration: none;
  }
  .navGlobal .menu-item.current-menu-item a {
    border-bottom: 4px solid #4db2ec;
  }
}

.navSearch {
  position: absolute;
  top: 0;
  left: 25px; 

  float: left;
}
.navSearch__btn {
  cursor: pointer; 
  font-size: 1.125rem;
  font-size: 18px;
  margin-left: 30px;
  outline: none;
  padding: 16px 0;
}
.navSearch__form {
  position: absolute;
  left: -25px;

  background-color: #fff;
  border-top: 4px solid #4db2ec;
  box-shadow: .9px .866px 5px 0 rgba(0, 0, 0, .3);
  display: none;
  padding: 10px;
  z-index: 11;
}
.navSearch__form:before {
  position: absolute;
  top: -9px;
  left: 58px;

  border-color: transparent transparent #4db2ec transparent; 
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
@media print, screen and (min-width: 40em) {
  .navSearch {
    position: relative;
    left: 0; 

    float: right;
  }
  .navSearch__btn {
    margin-left: 0; 
    padding: 15px 0;
  }
  .navSearch__form {
    top: 49px;
    right: -15px;
    left: auto;

    max-width: 340px;
    padding: 20px;
  }
  .navSearch__form:before {
    right: 18px; 
    left: auto;
  }
}

.searchform {
  position: relative;
}
.searchform label {
  display: none;
}
.searchform #s {
  background-color: #fcfcfc;
  border: 1px solid #f5f5f5;
  box-shadow: none;
  height: 34px; 
  margin: 0;
  padding-right: 22%;
}
.searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;

  background-color: #4db2ec;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  max-width: 70px;
  padding: 10px 0;
  transition: .2s; 
  width: 22%;
}
.searchform #searchsubmit:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; 
  opacity: .8;
}

.sga-ranking {
  list-style: none;
  margin: 0;
}
.sga-ranking a {
  color: #262626; 
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3125rem;
  font-size: 21px;
  line-height: 1.3;
  margin: 0;
}
.sga-ranking a:hover {
  text-decoration: underline;
}
.sga-ranking-list {
  margin-bottom: 30px;
}
.sga-ranking__thumbnail {
  margin-bottom: 10px;
}
.sga-ranking__thumbnail img {
  display: block;
  height: auto; 
  width: 100%;
}
.sga-ranking__time {
  color: #cbcbcb; 
  font-family: 'Ubuntu', sans-serif;
  font-size: .75rem;
  font-size: 12px;
  margin: 2px 0 6px 0;
}

/* Slider */
.slick-slider {
  position: relative;

  box-sizing: border-box;
  display: block;
  -webkit-tap-highlight-color: transparent; 
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;

  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand; 
  cursor: pointer;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none; 
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent; 
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  position: relative; 

  float: left;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1104px;
  max-width: 69rem;
  padding-left: .625rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-right: .625rem;
  width: 100%;
}
.slider:before,.slider:after {
  content: ' '; 
  display: table;
}
.slider:after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .slider {
    padding-left: .9375rem; 
    padding-right: .9375rem;
  }
}
.slider:last-child:not(:first-child) {
  float: right;
}
.slider,.slider:last-child {
  float: none;
}
.slider__item a:hover h2 {
  text-decoration: underline;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;

  color: #fff;
  cursor: pointer; 
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.25rem;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  margin-top: -10px;
  text-rendering: auto;
  text-shadow: 0 0 4px rgba(0, 0, 0, .2);
  z-index: 9999;
}
.slider .slick-prev {
  left: 10px;
}
.slider .slick-prev:before {
  content: '\f053';
}
.slider .slick-next {
  right: 10px;
}
.slider .slick-next:before {
  content: '\f054';
}
@media print, screen and (min-width: 40em) {
  .slider {
    max-height: 486px; 
    overflow: hidden;
  }
  .slider .slick-arrow {
    font-size: 1.875rem; 
    margin-top: -15px;
  }
  .slider .slick-prev {
    left: 30px;
  }
  .slider .slick-next {
    right: 30px;
  }
}

.sliderArticle,.sliderArticle--0,.sliderArticle--1,.sliderArticle--2,.sliderArticle--3,.sliderArticle--4,.sliderArticle--5,.sliderArticle--6,.sliderArticle--7 {
  position: relative;

  height: 134px;
  margin-bottom: 1%; 
  overflow: hidden;
}
.sliderArticle--2,.sliderArticle--3,.sliderArticle--6,.sliderArticle--7 {
  height: auto; 
  width: 49.5%;
}
.sliderArticle--2,.sliderArticle--6 {
  float: left;
}
.sliderArticle--3,.sliderArticle--7 {
  float: right;
}
.sliderArticle a,.sliderArticle--0 a,.sliderArticle--1 a,.sliderArticle--2 a,.sliderArticle--3 a,.sliderArticle--4 a,.sliderArticle--5 a,.sliderArticle--6 a,.sliderArticle--7 a {
  display: block;
}
.sliderArticle img,.sliderArticle--0 img,.sliderArticle--1 img,.sliderArticle--2 img,.sliderArticle--3 img,.sliderArticle--4 img,.sliderArticle--5 img,.sliderArticle--6 img,.sliderArticle--7 img {
  height: auto; 
  width: 100%;
}
.sliderArticle__title {
  position: absolute;
  bottom: 0;
  left: 0;

  background-color: rgba(77, 178, 236, .7);
  color: #fff;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 10px 5px; 
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .sliderArticle--2 .sliderArticle__title,.sliderArticle--3 .sliderArticle__title,.sliderArticle--6 .sliderArticle__title,.sliderArticle--7 .sliderArticle__title {
    font-size: .75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .sliderArticle,.sliderArticle--0,.sliderArticle--1,.sliderArticle--2,.sliderArticle--3,.sliderArticle--4,.sliderArticle--5,.sliderArticle--6,.sliderArticle--7 {
    margin-bottom: 3px;
  }
  .sliderArticle__title {
    padding: 10px;
  }
  .sliderArticle--0,.sliderArticle--4 {
    float: left; 
    height: 483px;
    width: 745px;
  }
  .sliderArticle--0 .sliderArticle__title,.sliderArticle--4 .sliderArticle__title {
    bottom: 20px; 

    font-size: 1.625rem;
    max-width: 380px;
    width: auto;
  }
  .sliderArticle--1,.sliderArticle--2,.sliderArticle--3,.sliderArticle--5,.sliderArticle--6,.sliderArticle--7 {
    float: right; 
    height: 159px;
    width: 326px;
  }
}

.sns {
  margin: 0;
  padding: 10px 0; 
  text-align: center;
}
.sns__item,.sns__item--twitter,.sns__item--facebook,.sns__item--googlePlus,.sns__item--pinterest {
  background-color: #b3b3b3;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1;
  list-style: none;
  margin: 0 5px; 
  vertical-align: top;
}
.sns__item a,.sns__item--twitter a,.sns__item--facebook a,.sns__item--googlePlus a,.sns__item--pinterest a {
  color: #fff; 
  display: block;
  height: 30px;
  text-align: center;
  width: 30px;
}
.sns__item--twitter {
  background-color: #55acee;
}
.sns__item--twitter a {
  padding: 3px 0;
}
.sns__item--facebook {
  background-color: #47639e;
  font-size: 1.375rem; 
  font-size: 22px;
}
.sns__item--facebook a {
  padding: 4px 0;
}
.sns__item--googlePlus {
  background-color: #dd4b39;
  font-size: 1.25rem; 
  font-size: 20px;
}
.sns__item--googlePlus a {
  padding: 5px 0;
}
.sns__item--pinterest {
  background-color: #cb2027;
  font-size: 1.5rem; 
  font-size: 24px;
}
.sns__item--pinterest a {
  padding: 3px 0;
}
.sns__text {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .sns {
    padding: 10px; 
    text-align: left;
  }
  .sns .sns__item,.sns .sns__item--twitter,.sns .sns__item--facebook,.sns .sns__item--googlePlus,.sns .sns__item--pinterest {
    font-size: 1.5rem;
    margin: 0 15px 0 0; 
    vertical-align: middle;
  }
  .sns .sns__item a,.sns .sns__item--twitter a,.sns .sns__item--facebook a,.sns .sns__item--googlePlus a,.sns .sns__item--pinterest a {
    height: auto;
    padding: 5px 8px 3px; 
    width: auto;
  }
  .sns .sns__item a:hover,.sns .sns__item--twitter a:hover,.sns .sns__item--facebook a:hover,.sns .sns__item--googlePlus a:hover,.sns .sns__item--pinterest a:hover {
    background-color: #474747;
  }
  .sns__text {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .8125rem;
    line-height: 25px;
    margin-left: 5px;
    vertical-align: top;
  }
}

.tableForum tbody tr,.tableForum--reply tbody tr {
  background-color: transparent;
}
.tableForum tbody tr td:last-child,.tableForum--reply tbody tr td:last-child {
  padding-right: 0;
}
.tableForum tbody th,.tableForum--reply tbody th,.tableForum tbody td,.tableForum--reply tbody td {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .75rem; 
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
.tableForum tbody th p,.tableForum--reply tbody th p,.tableForum tbody td p,.tableForum--reply tbody td p {
  margin: 4px 0;
}
.tableForum tbody .tableForum__title,.tableForum--reply tbody .tableForum__title {
  font-size: 1.0625rem; 
  font-size: 17px;
}
.tableForum tbody .tableForum__title a,.tableForum--reply tbody .tableForum__title a {
  color: #262626;
}
.tableForum tbody .tableForum__title a:hover,.tableForum--reply tbody .tableForum__title a:hover {
  color: #4db2ec;
}
.tableForum tbody .tableForum__avatars,.tableForum--reply tbody .tableForum__avatars {
  position: relative;

  height: 60px; 
  width: 60px;
}
.tableForum tbody .tableForum__avatars img,.tableForum--reply tbody .tableForum__avatars img {
  position: absolute;
}
.tableForum tbody .tableForum__avatars img:last-child,.tableForum--reply tbody .tableForum__avatars img:last-child {
  right: -10px;
  bottom: 0;
}
.tableForum tbody .tableForum__count,.tableForum--reply tbody .tableForum__count {
  color: #878787; 
  font-size: 1.5rem;
  font-size: 24px;
}
.tableForum tbody .tableForum__avatar,.tableForum--reply tbody .tableForum__avatar {
  box-sizing: content-box; 
  padding-left: 0;
  width: 50px;
}
.tableForum tbody .tableForum__authorID,.tableForum--reply tbody .tableForum__authorID {
  color: #939393; 
  font-size: .625rem;
  font-size: 10px;
}
.tableForum tbody .tableForum__replyContent,.tableForum--reply tbody .tableForum__replyContent {
  margin-bottom: 10px;
}
.tableForum tbody .tableForum__replyContent p,.tableForum--reply tbody .tableForum__replyContent p {
  font-size: .875rem; 
  font-size: 14px;
}
.tableForum__headerLeft {
  float: left;
}
.tableForum__headerRight {
  float: right;
  text-align: right;
}
.tableForum span.bbp-admin-links,.tableForum--reply span.bbp-admin-links {
  display: none;
}
.tableForum--reply {
  margin-bottom: 40px;
}
.tableForum--reply tbody th,.tableForum--reply tbody td {
  font-family: 'PT Sans', sans-serif;
  vertical-align: top;
}
@media print, screen and (min-width: 40em) {
  .tableForum span.bbp-admin-links,.tableForum--reply span.bbp-admin-links {
    display: inline-block;
    float: none;
    margin-right: 10px;
    min-width: 320px;
  }
}

.tag {
  background-color: #b3b3b3;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .75rem;
  font-size: 12px;
  font-weight: bold;
}
.tag a {
  color: #fff;
  display: block;
  padding: 0 8px;
}
@media print, screen and (min-width: 40em) {
  .tag a:hover {
    text-decoration: underline;
  }
}

.toTop {
  position: fixed;
  right: 5px;
  bottom: 5px;

  background-color: #4db2ec;
  color: #fff;
  display: block;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  height: 38px;
  opacity: .4;
  text-align: center;
  text-decoration: none;
  transition: .1s; 
  width: 38px;
}
.toTop:link,.toTop:visited,.toTop:hover,.toTop:active {
  color: #fff;
}
.toTop:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; 
  opacity: 1;
}
.toTop .fa {
  font-size: 2.25rem;
  font-size: 36px;
  line-height: 36px;
}

.widget-social {
  margin-bottom: 20px;
}
.widget-social a {
  display: inline-block;
  margin: 0 5px;
}

.wp-pagenavi {
  margin-bottom: 40px; 
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page-numbers,.wp-pagenavi .current,.wp-pagenavi .page,.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink,.wp-pagenavi .first,.wp-pagenavi .last {
  display: inline-block;
  font-size: .875rem;
  font-size: 14px;
  margin-right: 4px; 
  padding: 4px 8px;
  text-decoration: none;
}
.wp-pagenavi .page-numbers,.wp-pagenavi .page,.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink,.wp-pagenavi .first,.wp-pagenavi .last {
  border: 1px solid #f5f5f5;
  color: #262626;
}
.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi .current {
  background-color: #4db2ec;
  border: 1px solid #4db2ec;
  color: #fff;
}
.wp-pagenavi .extend {
  padding: 4px 8px;
}
.wp-pagenavi .previouspostslink:before {
  content: '\f104';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: .5em;
}
.wp-pagenavi .nextpostslink:after {
  content: '\f105';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: .5em;
}
.wp-pagenavi .first:before {
  content: '\f100';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: .5em;
}
.wp-pagenavi .last:after {
  content: '\f101';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: .5em;
}
@media print, screen and (min-width: 40em) {
  .wp-pagenavi {
    text-align: left;
  }
  .wp-pagenavi .pages {
    display: inline-block;
    float: right;
    padding: 4px 8px;
  }
  .wp-pagenavi .page-numbers,.wp-pagenavi .current,.wp-pagenavi .page,.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink,.wp-pagenavi .first,.wp-pagenavi .last {
    font-size: 1rem;
  }
  .wp-pagenavi .page-numbers:hover,.wp-pagenavi .page:hover,.wp-pagenavi .previouspostslink:hover,.wp-pagenavi .nextpostslink:hover,.wp-pagenavi .first:hover,.wp-pagenavi .last:hover {
    color: #4db2ec;
  }
  .wp-pagenavi .current:hover {
    color: #fff;
  }
  .wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink {
    display: inline-block;
  }
}

/* Menu
-------------------------------------------------------------- */
.puremag-nav-primary:before{
  content:" ";
  display:table
}

.puremag-nav-primary:after{
  clear:both;
  content:" ";
  display:table
}

.puremag-nav-primary{
  float:none;
  background:#ffffff;
  border:1px solid #ececec;
  -webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
  box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
}

.puremag-nav-menu{
  line-height:1;
  margin:0;
  padding:0;
  width:100%;
  list-style:none;
  list-style-type:none;
}

.puremag-nav-menu li{
  border-width:0;
  display:inline-block;
  margin:0;
  padding-bottom:0;
  text-align:left;
  float:left;
}

.puremag-nav-menu a{
  border:none;
  color:#f4eded;
  display:block;
  padding:15px;
  position:relative
}

.puremag-nav-menu a:hover,.puremag-nav-menu .current-menu-item > a,.puremag-nav-menu .current_page_item > a{
  text-decoration:none
}

.puremag-nav-menu .sub-menu,.puremag-nav-menu .children{
  margin:0;padding:0;left:-9999px;
  opacity:0;position:absolute;
  -webkit-transition:opacity .4s ease-in-out;
  -moz-transition:opacity .4s ease-in-out;
  -ms-transition:opacity .4s ease-in-out;
  -o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;
  width:190px;
  z-index:99;
}

.puremag-nav-menu .sub-menu a,.puremag-nav-menu .children a{
  border:1px solid #dddddd;
  border-top:none;
  letter-spacing:0;
  padding:16px 20px;
  position:relative;
  width:190px
}

.puremag-nav-menu .sub-menu li:first-child a,.puremag-nav-menu .children li:first-child a{
  border-top:1px solid #...;
}

.puremag-nav-menu .sub-menu .sub-menu,.puremag-nav-menu .children .children{
  margin:-47px 0 0 189px
}

.puremag-nav-menu li:hover{
  position:static
}

.puremag-nav-menu li:hover > .sub-menu,.puremag-nav-menu li:hover > .children{
  left:auto;
  opacity:1
}

.puremag-nav-menu a{
  font:normal normal 13px Oswald,Arial,Helvetica,sans-serif;
  line-height:1;
}

.puremag-nav-menu > li > a{
  text-transform:uppercase;
}

.puremag-nav-menu a:hover,.puremag-nav-menu .current-menu-item > a,.puremag-nav-menu .sub-menu .current-menu-item > a:hover,.puremag-nav-menu .current_page_item > a,.puremag-nav-menu .children .current_page_item > a:hover{
  background:#000000;
  color:#ffffff;
}

.puremag-nav-menu .sub-menu,.puremag-nav-menu .children{
  background:#f6f6f6;
}

.puremag-nav-menu .sub-menu a,.puremag-nav-menu .children a{
  padding:16px 20px
}

.puremag-nav-menu .sub-menu .current-menu-item > a,.puremag-nav-menu .children .current_page_item > a{
  color:#ffffff;
}

.puremag-responsive-menu-icon{cursor:pointer;display:none;margin-top:6px;margin-bottom:4px;text-align:center;}

.puremag-responsive-menu-icon::before{
  color:#f4eded;content:"\f0c9";
  font:normal 24px/1 FontAwesome;
  margin:0 auto;
}

.puremag-nav-menu > li > a{
  border-right:1px solid #dddddd;
}

.puremag-nav-menu > li:first-child > a {
  border-left: 0px solid #dddddd;
}

@media only screen and (max-width: 1076px) {
#puremag-primary-navigation{margin-left:0;margin-right:0;}
.puremag-nav-menu li{float:none}
.puremag-nav-menu{text-align:center}
.puremag-nav-menu.responsive-menu{display:none}
.puremag-nav-menu.responsive-menu li,.puremag-responsive-menu-icon{display:block}
.puremag-nav-menu.responsive-menu li:hover{position:static}
.puremag-nav-menu.responsive-menu li.current-menu-item > a,.puremag-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,.puremag-nav-menu.responsive-menu li.current_page_item > a,.puremag-nav-menu.responsive-menu .children li.current_page_item > a:hover,.puremag-nav-menu.responsive-menu li a,.puremag-nav-menu.responsive-menu li a:hover{display:block;padding:20px;border:none}
.puremag-nav-menu .sub-menu li:first-child a{border-top:none;}
.puremag-nav-menu .children li:first-child a{border-top:none;}
.puremag-nav-menu.responsive-menu .menu-item-has-children,.puremag-nav-menu.responsive-menu .page_item_has_children{cursor:pointer}
.puremag-nav-menu.responsive-menu .menu-item-has-children > a,.puremag-nav-menu.responsive-menu .page_item_has_children > a{margin-right:50px}
.puremag-nav-menu.responsive-menu > .menu-item-has-children:before,.puremag-nav-menu.responsive-menu > .page_item_has_children:before{content:"\f107";float:right;font:normal 20px/1 FontAwesome;width:50px;height:20px;padding:15px 20px;right:0;text-align:right;z-index:9999;color:#f4eded;}
.puremag-nav-menu.responsive-menu .menu-open.menu-item-has-children:before,.puremag-nav-menu.responsive-menu .menu-open.page_item_has_children:before{content:"\f106";color:#f4eded;}
.puremag-nav-menu.responsive-menu > li > .sub-menu,.puremag-nav-menu.responsive-menu > li > .children{display:none}
.puremag-nav-menu.responsive-menu .sub-menu,.puremag-nav-menu.responsive-menu .children{left:auto;opacity:1;position:relative;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-ms-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;width:100%;z-index:99;margin:0;}
.puremag-nav-menu.responsive-menu .sub-menu .sub-menu,.puremag-nav-menu.responsive-menu .children .children{background-color:transparent;margin:0;padding-left:15px}
.puremag-nav-menu.responsive-menu .sub-menu li a,.puremag-nav-menu.responsive-menu .sub-menu li a:hover,.puremag-nav-menu.responsive-menu .children li a,.puremag-nav-menu.responsive-menu .children li a:hover{padding:12px 20px;position:relative;width:100%}
.puremag-nav-menu.responsive-menu .current-menu-item > a,.puremag-nav-menu.responsive-menu .sub-menu li a,.puremag-nav-menu.responsive-menu .sub-menu li a:hover,.puremag-nav-menu.responsive-menu .sub-menu,.puremag-nav-menu.responsive-menu > .menu-item-has-children:before,.puremag-nav-menu.responsive-menu > .page_item_has_children:before,.puremag-nav-menu.responsive-menu .current_page_item > a,.puremag-nav-menu.responsive-menu .children li a,.puremag-nav-menu.responsive-menu .children li a:hover,.puremag-nav-menu.responsive-menu .children,.puremag-nav-menu.responsive-menu > .menu-item-has-children:before,.puremag-nav-menu.responsive-menu > .page_item_has_children:before,.puremag-nav-menu.responsive-menu > li:hover > a,.puremag-nav-menu.responsive-menu a:hover{}
}