/*!
Theme Name: GiottoPress
Author: Enrique Chavez
Author URI: https://enriquechavez.co
Description: GiottoPress is a lightweight, faster, clean, super flexible and Bulma based responsive theme suitable for any kind of blog, personal, fashion, food, travel, photography, publishing or tutorial blog sites, you will be amazed by the real time customizer with lots of smart options that will help you build your website with ease.
Version: 1.0.2
Text Domain: giottopress
Tags: left-sidebar, right-sidebar, footer-widgets, blog, custom-menu, custom-colors, custom-header, custom-logo, featured-images, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
GiottoPress is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
GiottoPress, Copyright 2017 Enrique Chavez

DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
To add your own CSS, use a child theme: https://giottopress.io/go/child-theme
*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #4c555a;
  display: block;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

img,
embed,
object,
audio,
video {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4c555a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #008cdd;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #363636;
}

code {
  background-color: #EAECEE;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #4c555a;
  font-weight: 700;
}

pre {
  background-color: #EAECEE;
  color: #4c555a;
  font-size: 0.875em;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  -webkit-overflow-scrolling: touch;
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #4c555a;
}

.is-clearfix:after, #comments:after, .gallery:after {
  clear: both;
  content: " ";
  display: table;
}

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

.is-pulled-right, section.page-header .page-title-right, #comments #commentform #submit {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-size-1 {
  font-size: 3rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
}

.is-size-2 {
  font-size: 2.5rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
}

.is-size-3 {
  font-size: 2rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-size-3-touch {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
}

.is-size-4 {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
}

.is-size-5 {
  font-size: 1.25rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
}

.is-size-6 {
  font-size: 1rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-size-6-touch {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
}

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

.has-text-left {
  text-align: left !important;
}

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

.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e5e5;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black;
}

.has-text-light {
  color: #EAECEE !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #ced3d7;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c;
}

.has-text-primary {
  color: #008cdd !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #006caa;
}

.has-text-info {
  color: #3273dc !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #205bbc;
}

.has-text-success {
  color: #23d160 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324;
}

.has-text-danger {
  color: #ff3860 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-text-white-ter {
  color: #EAECEE !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.is-block {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1007px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1008px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1392px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-marginless, section.page-header .page-title {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1007px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1008px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1392px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}

.columns.is-centered, header .is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px), print {
  .columns.is-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.is-grid > .column {
    max-width: 33.3333%;
    padding: 0.75rem;
    width: 33.3333%;
  }
  .columns.is-grid > .column + .column {
    margin-left: 0;
  }
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1008px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.block:not(:last-child) {
  margin-bottom: 1.5rem;
}

.container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1008px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
  .container.is-fluid {
    margin-left: 24px;
    margin-right: 24px;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 1199px) {
  .container.is-widescreen {
    max-width: 1152px;
    width: auto;
  }
}

@media screen and (max-width: 1391px) {
  .container.is-fullhd {
    max-width: 1344px;
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}

@media screen and (min-width: 1392px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete:before, .delete:after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.delete:before {
  height: 2px;
  width: 50%;
}

.delete:after {
  height: 50%;
  width: 2px;
}

.delete:hover, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.delete.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.delete.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.delete.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.fa {
  font-size: 21px;
  text-align: center;
  vertical-align: top;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight:not(:last-child) {
  margin-bottom: 1.5rem;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.loader {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAECEE;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button, input[type="submit"], #comments .comment-body .reply a {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}

.button:focus, input[type="submit"]:focus, #comments .comment-body .reply a:focus, .button.is-focused, input.is-focused[type="submit"], #comments .comment-body .reply a.is-focused, .button:active, input[type="submit"]:active, #comments .comment-body .reply a:active, .button.is-active, input.is-active[type="submit"], #comments .comment-body .reply a.is-active {
  outline: none;
}

.button[disabled], input[disabled][type="submit"], #comments .comment-body .reply a[disabled] {
  cursor: not-allowed;
}

.button strong, input[type="submit"] strong, #comments .comment-body .reply a strong {
  color: inherit;
}

.button .icon, input[type="submit"] .icon, #comments .comment-body .reply a .icon, .button .icon.is-small, input[type="submit"] .icon.is-small, #comments .comment-body .reply a .icon.is-small, .button .icon.is-medium, input[type="submit"] .icon.is-medium, #comments .comment-body .reply a .icon.is-medium, .button .icon.is-large, input[type="submit"] .icon.is-large, #comments .comment-body .reply a .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child), input[type="submit"] .icon:first-child:not(:last-child), #comments .comment-body .reply a .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child), input[type="submit"] .icon:last-child:not(:first-child), #comments .comment-body .reply a .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child, input[type="submit"] .icon:first-child:last-child, #comments .comment-body .reply a .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover, input[type="submit"]:hover, #comments .comment-body .reply a:hover, .button.is-hovered, input.is-hovered[type="submit"], #comments .comment-body .reply a.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus, input[type="submit"]:focus, #comments .comment-body .reply a:focus, .button.is-focused, input.is-focused[type="submit"], #comments .comment-body .reply a.is-focused {
  border-color: #008cdd;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 140, 221, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 140, 221, 0.25);
  color: #363636;
}

.button:active, input[type="submit"]:active, #comments .comment-body .reply a:active, .button.is-active, input.is-active[type="submit"], #comments .comment-body .reply a.is-active {
  border-color: #4a4a4a;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #363636;
}

.button.is-link, input.is-link[type="submit"], #comments .comment-body .reply a.is-link {
  background-color: transparent;
  border-color: transparent;
  color: #4c555a;
  text-decoration: underline;
}

.button.is-link:hover, input.is-link[type="submit"]:hover, #comments .comment-body .reply a.is-link:hover, .button.is-link.is-hovered, input.is-link.is-hovered[type="submit"], #comments .comment-body .reply a.is-link.is-hovered, .button.is-link:focus, input.is-link[type="submit"]:focus, #comments .comment-body .reply a.is-link:focus, .button.is-link.is-focused, input.is-link.is-focused[type="submit"], #comments .comment-body .reply a.is-link.is-focused, .button.is-link:active, input.is-link[type="submit"]:active, #comments .comment-body .reply a.is-link:active, .button.is-link.is-active, input.is-link.is-active[type="submit"], #comments .comment-body .reply a.is-link.is-active {
  background-color: #EAECEE;
  color: #4c555a;
}

.button.is-link[disabled], input.is-link[disabled][type="submit"], #comments .comment-body .reply a.is-link[disabled] {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-white, input.is-white[type="submit"], #comments .comment-body .reply a.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover, input.is-white[type="submit"]:hover, #comments .comment-body .reply a.is-white:hover, .button.is-white.is-hovered, input.is-white.is-hovered[type="submit"], #comments .comment-body .reply a.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus, input.is-white[type="submit"]:focus, #comments .comment-body .reply a.is-white:focus, .button.is-white.is-focused, input.is-white.is-focused[type="submit"], #comments .comment-body .reply a.is-white.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.button.is-white:active, input.is-white[type="submit"]:active, #comments .comment-body .reply a.is-white:active, .button.is-white.is-active, input.is-white.is-active[type="submit"], #comments .comment-body .reply a.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #0a0a0a;
}

.button.is-white[disabled], input.is-white[disabled][type="submit"], #comments .comment-body .reply a.is-white[disabled] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-white.is-inverted, input.is-white.is-inverted[type="submit"], #comments .comment-body .reply a.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover, input.is-white.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-white.is-inverted:hover {
  background-color: black;
}

.button.is-white.is-inverted[disabled], input.is-white.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-white.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-white.is-loading:after, input.is-white.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-white.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined, input.is-white.is-outlined[type="submit"], #comments .comment-body .reply a.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover, input.is-white.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-white.is-outlined:hover, .button.is-white.is-outlined:focus, input.is-white.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-white.is-outlined:focus {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading:after, input.is-white.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-white.is-outlined.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined[disabled], input.is-white.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined, input.is-white.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover, input.is-white.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus, input.is-white.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-white.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined[disabled], input.is-white.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black, input.is-black[type="submit"], #comments .comment-body .reply a.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover, input.is-black[type="submit"]:hover, #comments .comment-body .reply a.is-black:hover, .button.is-black.is-hovered, input.is-black.is-hovered[type="submit"], #comments .comment-body .reply a.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus, input.is-black[type="submit"]:focus, #comments .comment-body .reply a.is-black:focus, .button.is-black.is-focused, input.is-black.is-focused[type="submit"], #comments .comment-body .reply a.is-black.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.button.is-black:active, input.is-black[type="submit"]:active, #comments .comment-body .reply a.is-black:active, .button.is-black.is-active, input.is-black.is-active[type="submit"], #comments .comment-body .reply a.is-black.is-active {
  background-color: black;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: white;
}

.button.is-black[disabled], input.is-black[disabled][type="submit"], #comments .comment-body .reply a.is-black[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-black.is-inverted, input.is-black.is-inverted[type="submit"], #comments .comment-body .reply a.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover, input.is-black.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled], input.is-black.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-black.is-inverted[disabled] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading:after, input.is-black.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-black.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined, input.is-black.is-outlined[type="submit"], #comments .comment-body .reply a.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover, input.is-black.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-black.is-outlined:hover, .button.is-black.is-outlined:focus, input.is-black.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-black.is-outlined:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading:after, input.is-black.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-black.is-outlined.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined[disabled], input.is-black.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined, input.is-black.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover, input.is-black.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus, input.is-black.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-black.is-inverted.is-outlined:focus {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined[disabled], input.is-black.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-light, input.is-light[type="submit"], #comments .comment-body .reply a.is-light, #comments .comment-body .reply .tagcloud a, .tagcloud #comments .comment-body .reply a, .tagcloud a.button {
  background-color: #EAECEE;
  border-color: transparent;
  color: #363636;
}

.button.is-light:hover, input.is-light[type="submit"]:hover, #comments .comment-body .reply a.is-light:hover, #comments .comment-body .reply .tagcloud a:hover, .tagcloud #comments .comment-body .reply a:hover, .tagcloud a.button:hover, .button.is-light.is-hovered, input.is-light.is-hovered[type="submit"], #comments .comment-body .reply a.is-light.is-hovered, #comments .comment-body .reply .tagcloud a.is-hovered, .tagcloud #comments .comment-body .reply a.is-hovered, .tagcloud a.button.is-hovered {
  background-color: #e3e6e8;
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus, input.is-light[type="submit"]:focus, #comments .comment-body .reply a.is-light:focus, #comments .comment-body .reply .tagcloud a:focus, .tagcloud #comments .comment-body .reply a:focus, .tagcloud a.button:focus, .button.is-light.is-focused, input.is-light.is-focused[type="submit"], #comments .comment-body .reply a.is-light.is-focused, #comments .comment-body .reply .tagcloud a.is-focused, .tagcloud #comments .comment-body .reply a.is-focused, .tagcloud a.button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(234, 236, 238, 0.25);
          box-shadow: 0 0 0.5em rgba(234, 236, 238, 0.25);
  color: #363636;
}

.button.is-light:active, input.is-light[type="submit"]:active, #comments .comment-body .reply a.is-light:active, #comments .comment-body .reply .tagcloud a:active, .tagcloud #comments .comment-body .reply a:active, .tagcloud a.button:active, .button.is-light.is-active, input.is-light.is-active[type="submit"], #comments .comment-body .reply a.is-light.is-active, #comments .comment-body .reply .tagcloud a.is-active, .tagcloud #comments .comment-body .reply a.is-active, .tagcloud a.button.is-active {
  background-color: #dcdfe3;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #363636;
}

.button.is-light[disabled], input.is-light[disabled][type="submit"], #comments .comment-body .reply a.is-light[disabled], #comments .comment-body .reply .tagcloud a[disabled], .tagcloud #comments .comment-body .reply a[disabled], .tagcloud a.button[disabled] {
  background-color: #EAECEE;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-light.is-inverted, input.is-light.is-inverted[type="submit"], #comments .comment-body .reply a.is-light.is-inverted, #comments .comment-body .reply .tagcloud a.is-inverted, .tagcloud #comments .comment-body .reply a.is-inverted, .tagcloud a.button.is-inverted {
  background-color: #363636;
  color: #EAECEE;
}

.button.is-light.is-inverted:hover, input.is-light.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-light.is-inverted:hover, #comments .comment-body .reply .tagcloud a.is-inverted:hover, .tagcloud #comments .comment-body .reply a.is-inverted:hover, .tagcloud a.button.is-inverted:hover {
  background-color: #292929;
}

.button.is-light.is-inverted[disabled], input.is-light.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-light.is-inverted[disabled], #comments .comment-body .reply .tagcloud a.is-inverted[disabled], .tagcloud #comments .comment-body .reply a.is-inverted[disabled], .tagcloud a.button.is-inverted[disabled] {
  background-color: #363636;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #EAECEE;
}

.button.is-light.is-loading:after, input.is-light.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-light.is-loading:after, #comments .comment-body .reply .tagcloud a.is-loading:after, .tagcloud #comments .comment-body .reply a.is-loading:after, .tagcloud a.button.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined, input.is-light.is-outlined[type="submit"], #comments .comment-body .reply a.is-light.is-outlined, #comments .comment-body .reply .tagcloud a.is-outlined, .tagcloud #comments .comment-body .reply a.is-outlined, .tagcloud a.button.is-outlined {
  background-color: transparent;
  border-color: #EAECEE;
  color: #EAECEE;
}

.button.is-light.is-outlined:hover, input.is-light.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-light.is-outlined:hover, #comments .comment-body .reply .tagcloud a.is-outlined:hover, .tagcloud #comments .comment-body .reply a.is-outlined:hover, .tagcloud a.button.is-outlined:hover, .button.is-light.is-outlined:focus, input.is-light.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-light.is-outlined:focus, #comments .comment-body .reply .tagcloud a.is-outlined:focus, .tagcloud #comments .comment-body .reply a.is-outlined:focus, .tagcloud a.button.is-outlined:focus {
  background-color: #EAECEE;
  border-color: #EAECEE;
  color: #363636;
}

.button.is-light.is-outlined.is-loading:after, input.is-light.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-light.is-outlined.is-loading:after, #comments .comment-body .reply .tagcloud a.is-outlined.is-loading:after, .tagcloud #comments .comment-body .reply a.is-outlined.is-loading:after, .tagcloud a.button.is-outlined.is-loading:after {
  border-color: transparent transparent #EAECEE #EAECEE !important;
}

.button.is-light.is-outlined[disabled], input.is-light.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-light.is-outlined[disabled], #comments .comment-body .reply .tagcloud a.is-outlined[disabled], .tagcloud #comments .comment-body .reply a.is-outlined[disabled], .tagcloud a.button.is-outlined[disabled] {
  background-color: transparent;
  border-color: #EAECEE;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #EAECEE;
}

.button.is-light.is-inverted.is-outlined, input.is-light.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-light.is-inverted.is-outlined, #comments .comment-body .reply .tagcloud a.is-inverted.is-outlined, .tagcloud #comments .comment-body .reply a.is-inverted.is-outlined, .tagcloud a.button.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-light.is-inverted.is-outlined:hover, input.is-light.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-light.is-inverted.is-outlined:hover, #comments .comment-body .reply .tagcloud a.is-inverted.is-outlined:hover, .tagcloud #comments .comment-body .reply a.is-inverted.is-outlined:hover, .tagcloud a.button.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus, input.is-light.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-light.is-inverted.is-outlined:focus, #comments .comment-body .reply .tagcloud a.is-inverted.is-outlined:focus, .tagcloud #comments .comment-body .reply a.is-inverted.is-outlined:focus, .tagcloud a.button.is-inverted.is-outlined:focus {
  background-color: #363636;
  color: #EAECEE;
}

.button.is-light.is-inverted.is-outlined[disabled], input.is-light.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-light.is-inverted.is-outlined[disabled], #comments .comment-body .reply .tagcloud a.is-inverted.is-outlined[disabled], .tagcloud #comments .comment-body .reply a.is-inverted.is-outlined[disabled], .tagcloud a.button.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark, input.is-dark[type="submit"], #comments .comment-body .reply a.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #EAECEE;
}

.button.is-dark:hover, input.is-dark[type="submit"]:hover, #comments .comment-body .reply a.is-dark:hover, .button.is-dark.is-hovered, input.is-dark.is-hovered[type="submit"], #comments .comment-body .reply a.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #EAECEE;
}

.button.is-dark:focus, input.is-dark[type="submit"]:focus, #comments .comment-body .reply a.is-dark:focus, .button.is-dark.is-focused, input.is-dark.is-focused[type="submit"], #comments .comment-body .reply a.is-dark.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #EAECEE;
}

.button.is-dark:active, input.is-dark[type="submit"]:active, #comments .comment-body .reply a.is-dark:active, .button.is-dark.is-active, input.is-dark.is-active[type="submit"], #comments .comment-body .reply a.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #EAECEE;
}

.button.is-dark[disabled], input.is-dark[disabled][type="submit"], #comments .comment-body .reply a.is-dark[disabled] {
  background-color: #363636;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-dark.is-inverted, input.is-dark.is-inverted[type="submit"], #comments .comment-body .reply a.is-dark.is-inverted {
  background-color: #EAECEE;
  color: #363636;
}

.button.is-dark.is-inverted:hover, input.is-dark.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-dark.is-inverted:hover {
  background-color: #dcdfe3;
}

.button.is-dark.is-inverted[disabled], input.is-dark.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-dark.is-inverted[disabled] {
  background-color: #EAECEE;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading:after, input.is-dark.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-dark.is-loading:after {
  border-color: transparent transparent #EAECEE #EAECEE !important;
}

.button.is-dark.is-outlined, input.is-dark.is-outlined[type="submit"], #comments .comment-body .reply a.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover, input.is-dark.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus, input.is-dark.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-dark.is-outlined:focus {
  background-color: #363636;
  border-color: #363636;
  color: #EAECEE;
}

.button.is-dark.is-outlined.is-loading:after, input.is-dark.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-dark.is-outlined.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined[disabled], input.is-dark.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined, input.is-dark.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #EAECEE;
  color: #EAECEE;
}

.button.is-dark.is-inverted.is-outlined:hover, input.is-dark.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus, input.is-dark.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-dark.is-inverted.is-outlined:focus {
  background-color: #EAECEE;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined[disabled], input.is-dark.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #EAECEE;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #EAECEE;
}

.button.is-primary, input[type="submit"], #comments .comment-body .reply a.is-primary {
  background-color: #008cdd;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover, input[type="submit"]:hover, #comments .comment-body .reply a.is-primary:hover, .button.is-primary.is-hovered, input.is-hovered[type="submit"], #comments .comment-body .reply a.is-primary.is-hovered {
  background-color: #0084d0;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus, input[type="submit"]:focus, #comments .comment-body .reply a.is-primary:focus, .button.is-primary.is-focused, input.is-focused[type="submit"], #comments .comment-body .reply a.is-primary.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 140, 221, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 140, 221, 0.25);
  color: #fff;
}

.button.is-primary:active, input[type="submit"]:active, #comments .comment-body .reply a.is-primary:active, .button.is-primary.is-active, input.is-active[type="submit"], #comments .comment-body .reply a.is-primary.is-active {
  background-color: #007cc4;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff;
}

.button.is-primary[disabled], input[disabled][type="submit"], #comments .comment-body .reply a.is-primary[disabled] {
  background-color: #008cdd;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-primary.is-inverted, input.is-inverted[type="submit"], #comments .comment-body .reply a.is-primary.is-inverted {
  background-color: #fff;
  color: #008cdd;
}

.button.is-primary.is-inverted:hover, input.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled], input.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #008cdd;
}

.button.is-primary.is-loading:after, input.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined, input.is-outlined[type="submit"], #comments .comment-body .reply a.is-primary.is-outlined {
  background-color: transparent;
  border-color: #008cdd;
  color: #008cdd;
}

.button.is-primary.is-outlined:hover, input.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus, input.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-primary.is-outlined:focus {
  background-color: #008cdd;
  border-color: #008cdd;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading:after, input.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-primary.is-outlined.is-loading:after {
  border-color: transparent transparent #008cdd #008cdd !important;
}

.button.is-primary.is-outlined[disabled], input.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #008cdd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #008cdd;
}

.button.is-primary.is-inverted.is-outlined, input.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover, input.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus, input.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #008cdd;
}

.button.is-primary.is-inverted.is-outlined[disabled], input.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-info, input.is-info[type="submit"], #comments .comment-body .reply a.is-info {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover, input.is-info[type="submit"]:hover, #comments .comment-body .reply a.is-info:hover, .button.is-info.is-hovered, input.is-info.is-hovered[type="submit"], #comments .comment-body .reply a.is-info.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus, input.is-info[type="submit"]:focus, #comments .comment-body .reply a.is-info:focus, .button.is-info.is-focused, input.is-info.is-focused[type="submit"], #comments .comment-body .reply a.is-info.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

.button.is-info:active, input.is-info[type="submit"]:active, #comments .comment-body .reply a.is-info:active, .button.is-info.is-active, input.is-info.is-active[type="submit"], #comments .comment-body .reply a.is-info.is-active {
  background-color: #2366d1;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff;
}

.button.is-info[disabled], input.is-info[disabled][type="submit"], #comments .comment-body .reply a.is-info[disabled] {
  background-color: #3273dc;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-info.is-inverted, input.is-info.is-inverted[type="submit"], #comments .comment-body .reply a.is-info.is-inverted {
  background-color: #fff;
  color: #3273dc;
}

.button.is-info.is-inverted:hover, input.is-info.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled], input.is-info.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3273dc;
}

.button.is-info.is-loading:after, input.is-info.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-info.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined, input.is-info.is-outlined[type="submit"], #comments .comment-body .reply a.is-info.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

.button.is-info.is-outlined:hover, input.is-info.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-info.is-outlined:hover, .button.is-info.is-outlined:focus, input.is-info.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-info.is-outlined:focus {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.button.is-info.is-outlined.is-loading:after, input.is-info.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-info.is-outlined.is-loading:after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-info.is-outlined[disabled], input.is-info.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3273dc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3273dc;
}

.button.is-info.is-inverted.is-outlined, input.is-info.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover, input.is-info.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus, input.is-info.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #3273dc;
}

.button.is-info.is-inverted.is-outlined[disabled], input.is-info.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-success, input.is-success[type="submit"], #comments .comment-body .reply a.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover, input.is-success[type="submit"]:hover, #comments .comment-body .reply a.is-success:hover, .button.is-success.is-hovered, input.is-success.is-hovered[type="submit"], #comments .comment-body .reply a.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus, input.is-success[type="submit"]:focus, #comments .comment-body .reply a.is-success:focus, .button.is-success.is-focused, input.is-success.is-focused[type="submit"], #comments .comment-body .reply a.is-success.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.button.is-success:active, input.is-success[type="submit"]:active, #comments .comment-body .reply a.is-success:active, .button.is-success.is-active, input.is-success.is-active[type="submit"], #comments .comment-body .reply a.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff;
}

.button.is-success[disabled], input.is-success[disabled][type="submit"], #comments .comment-body .reply a.is-success[disabled] {
  background-color: #23d160;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-success.is-inverted, input.is-success.is-inverted[type="submit"], #comments .comment-body .reply a.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted:hover, input.is-success.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled], input.is-success.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}

.button.is-success.is-loading:after, input.is-success.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-success.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined, input.is-success.is-outlined[type="submit"], #comments .comment-body .reply a.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}

.button.is-success.is-outlined:hover, input.is-success.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-success.is-outlined:hover, .button.is-success.is-outlined:focus, input.is-success.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-success.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.button.is-success.is-outlined.is-loading:after, input.is-success.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-success.is-outlined.is-loading:after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-outlined[disabled], input.is-success.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #23d160;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined, input.is-success.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover, input.is-success.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus, input.is-success.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined[disabled], input.is-success.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-warning, input.is-warning[type="submit"], #comments .comment-body .reply a.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover, input.is-warning[type="submit"]:hover, #comments .comment-body .reply a.is-warning:hover, .button.is-warning.is-hovered, input.is-warning.is-hovered[type="submit"], #comments .comment-body .reply a.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus, input.is-warning[type="submit"]:focus, #comments .comment-body .reply a.is-warning:focus, .button.is-warning.is-focused, input.is-warning.is-focused[type="submit"], #comments .comment-body .reply a.is-warning.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:active, input.is-warning[type="submit"]:active, #comments .comment-body .reply a.is-warning:active, .button.is-warning.is-active, input.is-warning.is-active[type="submit"], #comments .comment-body .reply a.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled], input.is-warning[disabled][type="submit"], #comments .comment-body .reply a.is-warning[disabled] {
  background-color: #ffdd57;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-warning.is-inverted, input.is-warning.is-inverted[type="submit"], #comments .comment-body .reply a.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted:hover, input.is-warning.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled], input.is-warning.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-loading:after, input.is-warning.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-warning.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined, input.is-warning.is-outlined[type="submit"], #comments .comment-body .reply a.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

.button.is-warning.is-outlined:hover, input.is-warning.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus, input.is-warning.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-warning.is-outlined:focus {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading:after, input.is-warning.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-warning.is-outlined.is-loading:after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-outlined[disabled], input.is-warning.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffdd57;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined, input.is-warning.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover, input.is-warning.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus, input.is-warning.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined[disabled], input.is-warning.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger, input.is-danger[type="submit"], #comments .comment-body .reply a.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover, input.is-danger[type="submit"]:hover, #comments .comment-body .reply a.is-danger:hover, .button.is-danger.is-hovered, input.is-danger.is-hovered[type="submit"], #comments .comment-body .reply a.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus, input.is-danger[type="submit"]:focus, #comments .comment-body .reply a.is-danger:focus, .button.is-danger.is-focused, input.is-danger.is-focused[type="submit"], #comments .comment-body .reply a.is-danger.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

.button.is-danger:active, input.is-danger[type="submit"]:active, #comments .comment-body .reply a.is-danger:active, .button.is-danger.is-active, input.is-danger.is-active[type="submit"], #comments .comment-body .reply a.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff;
}

.button.is-danger[disabled], input.is-danger[disabled][type="submit"], #comments .comment-body .reply a.is-danger[disabled] {
  background-color: #ff3860;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-danger.is-inverted, input.is-danger.is-inverted[type="submit"], #comments .comment-body .reply a.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted:hover, input.is-danger.is-inverted[type="submit"]:hover, #comments .comment-body .reply a.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled], input.is-danger.is-inverted[disabled][type="submit"], #comments .comment-body .reply a.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-loading:after, input.is-danger.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-danger.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined, input.is-danger.is-outlined[type="submit"], #comments .comment-body .reply a.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}

.button.is-danger.is-outlined:hover, input.is-danger.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus, input.is-danger.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-danger.is-outlined:focus {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading:after, input.is-danger.is-outlined.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-danger.is-outlined.is-loading:after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-outlined[disabled], input.is-danger.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff3860;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined, input.is-danger.is-inverted.is-outlined[type="submit"], #comments .comment-body .reply a.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover, input.is-danger.is-inverted.is-outlined[type="submit"]:hover, #comments .comment-body .reply a.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus, input.is-danger.is-inverted.is-outlined[type="submit"]:focus, #comments .comment-body .reply a.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined[disabled], input.is-danger.is-inverted.is-outlined[disabled][type="submit"], #comments .comment-body .reply a.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-small, input.is-small[type="submit"], #comments .comment-body .reply a.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-medium, input.is-medium[type="submit"], #comments .comment-body .reply a.is-medium {
  font-size: 1.25rem;
}

.button.is-large, input.is-large[type="submit"], #comments .comment-body .reply a.is-large {
  font-size: 1.5rem;
}

.button[disabled], input[disabled][type="submit"], #comments .comment-body .reply a[disabled] {
  background-color: white;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth, input.is-fullwidth[type="submit"], #comments .comment-body .reply a.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button.is-loading, input.is-loading[type="submit"], #comments .comment-body .reply a.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading:after, input.is-loading[type="submit"]:after, #comments .comment-body .reply a.is-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.button.is-static, input.is-static[type="submit"], #comments .comment-body .reply a.is-static {
  background-color: #EAECEE;
  border-color: #dbdbdb;
  color: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.input, input:not([type="submit"]),
.textarea,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.input:focus, input:focus:not([type="submit"]), .input.is-focused, input.is-focused:not([type="submit"]), .input:active, input:active:not([type="submit"]), .input.is-active, input.is-active:not([type="submit"]),
.textarea:focus,
textarea:focus,
.textarea.is-focused,
textarea.is-focused,
.textarea:active,
textarea:active,
.textarea.is-active,
textarea.is-active {
  outline: none;
}

.input[disabled], input[disabled]:not([type="submit"]),
.textarea[disabled],
textarea[disabled] {
  cursor: not-allowed;
}

.input:hover, input:hover:not([type="submit"]), .input.is-hovered, input.is-hovered:not([type="submit"]),
.textarea:hover,
textarea:hover,
.textarea.is-hovered,
textarea.is-hovered {
  border-color: #b5b5b5;
}

.input:focus, input:focus:not([type="submit"]), .input.is-focused, input.is-focused:not([type="submit"]), .input:active, input:active:not([type="submit"]), .input.is-active, input.is-active:not([type="submit"]),
.textarea:focus,
textarea:focus,
.textarea.is-focused,
textarea.is-focused,
.textarea:active,
textarea:active,
.textarea.is-active,
textarea.is-active {
  border-color: #008cdd;
}

.input[disabled], input[disabled]:not([type="submit"]),
.textarea[disabled],
textarea[disabled] {
  background-color: #EAECEE;
  border-color: #EAECEE;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder, input[disabled]:not([type="submit"])::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
textarea[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]::-webkit-input-placeholder, input[disabled]:not([type="submit"])::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
textarea[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-moz-placeholder, input[disabled]:-moz-placeholder:not([type="submit"]),
.textarea[disabled]:-moz-placeholder,
textarea[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-ms-input-placeholder, input[disabled]:-ms-input-placeholder:not([type="submit"]),
.textarea[disabled]:-ms-input-placeholder,
textarea[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[type="search"], input[type="search"]:not([type="submit"]),
.textarea[type="search"],
textarea[type="search"] {
  border-radius: 290486px;
}

.input.is-white, input.is-white:not([type="submit"]),
.textarea.is-white,
textarea.is-white {
  border-color: white;
}

.input.is-black, input.is-black:not([type="submit"]),
.textarea.is-black,
textarea.is-black {
  border-color: #0a0a0a;
}

.input.is-light, input.is-light:not([type="submit"]), .tagcloud a.input,
.textarea.is-light,
textarea.is-light,
.tagcloud a.textarea {
  border-color: #EAECEE;
}

.input.is-dark, input.is-dark:not([type="submit"]),
.textarea.is-dark,
textarea.is-dark {
  border-color: #363636;
}

.input.is-primary, input.is-primary:not([type="submit"]),
.textarea.is-primary,
textarea.is-primary {
  border-color: #008cdd;
}

.input.is-info, input.is-info:not([type="submit"]),
.textarea.is-info,
textarea.is-info {
  border-color: #3273dc;
}

.input.is-success, input.is-success:not([type="submit"]),
.textarea.is-success,
textarea.is-success {
  border-color: #23d160;
}

.input.is-warning, input.is-warning:not([type="submit"]),
.textarea.is-warning,
textarea.is-warning {
  border-color: #ffdd57;
}

.input.is-danger, input.is-danger:not([type="submit"]),
.textarea.is-danger,
textarea.is-danger {
  border-color: #ff3860;
}

.input.is-small, input.is-small:not([type="submit"]),
.textarea.is-small,
textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.input.is-medium, input.is-medium:not([type="submit"]),
.textarea.is-medium,
textarea.is-medium {
  font-size: 1.25rem;
}

.input.is-large, input.is-large:not([type="submit"]),
.textarea.is-large,
textarea.is-large {
  font-size: 1.5rem;
}

.input.is-fullwidth, input.is-fullwidth:not([type="submit"]),
.textarea.is-fullwidth,
textarea.is-fullwidth {
  display: block;
  width: 100%;
}

.input.is-inline, input.is-inline:not([type="submit"]),
.textarea.is-inline,
textarea.is-inline {
  display: inline;
  width: auto;
}


.textarea,
textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]), textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows], textarea[rows] {
  height: unset;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input,
.radio input {
  cursor: pointer;
}

.checkbox:hover,
.radio:hover {
  color: #363636;
}

.checkbox[disabled],
.radio[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select, select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple), select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple)::after, select:not(.is-multiple)::after {
  border: 1px solid #008cdd;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}

.select select, select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select:focus, select select:focus, .select select.is-focused, select select.is-focused, .select select:active, select select:active, .select select.is-active, select select.is-active {
  outline: none;
}

.select select[disabled], select select[disabled] {
  cursor: not-allowed;
}

.select select:hover, select select:hover, .select select.is-hovered, select select.is-hovered {
  border-color: #b5b5b5;
}

.select select:focus, select select:focus, .select select.is-focused, select select.is-focused, .select select:active, select select:active, .select select.is-active, select select.is-active {
  border-color: #008cdd;
}

.select select[disabled], select select[disabled] {
  background-color: #EAECEE;
  border-color: #EAECEE;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder, select select[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]::-webkit-input-placeholder, select select[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-moz-placeholder, select select[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-ms-input-placeholder, select select[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select:hover, select select:hover {
  border-color: #b5b5b5;
}

.select select:focus, select select:focus, .select select.is-focused, select select.is-focused, .select select:active, select select:active, .select select.is-active, select select.is-active {
  border-color: #008cdd;
}

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

.select select[disabled]:hover, select select[disabled]:hover {
  border-color: #EAECEE;
}

.select select:not([multiple]), select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple], select select[multiple] {
  height: unset;
  padding: 0;
}

.select select[multiple] option, select select[multiple] option {
  padding: 0.5em 1em;
}

.select:hover::after, select:hover::after {
  border-color: #363636;
}

.select.is-white select, select.is-white select {
  border-color: white;
}

.select.is-black select, select.is-black select {
  border-color: #0a0a0a;
}

.select.is-light select, select.is-light select, .tagcloud a.select select {
  border-color: #EAECEE;
}

.select.is-dark select, select.is-dark select {
  border-color: #363636;
}

.select.is-primary select, select.is-primary select {
  border-color: #008cdd;
}

.select.is-info select, select.is-info select {
  border-color: #3273dc;
}

.select.is-success select, select.is-success select {
  border-color: #23d160;
}

.select.is-warning select, select.is-warning select {
  border-color: #ffdd57;
}

.select.is-danger select, select.is-danger select {
  border-color: #ff3860;
}

.select.is-small, select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium, select.is-medium {
  font-size: 1.25rem;
}

.select.is-large, select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after, select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth, select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select, select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after, select.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
          transform: none;
}

.select.is-loading.is-small:after, select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after, select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after, select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.label, label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child), label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small, label.is-small {
  font-size: 0.75rem;
}

.label.is-medium, label.is-medium {
  font-size: 1.25rem;
}

.label.is-large, label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light, .tagcloud a.help {
  color: #EAECEE;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #008cdd;
}

.help.is-info {
  color: #3273dc;
}

.help.is-success {
  color: #23d160;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #ff3860;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:first-child .button, .field.has-addons .control:first-child input[type="submit"], .field.has-addons .control:first-child #comments .comment-body .reply a, #comments .comment-body .reply .field.has-addons .control:first-child a,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child input:not([type="submit"]),
.field.has-addons .control:first-child .select select,
.field.has-addons .control:first-child select select {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.field.has-addons .control:last-child .button, .field.has-addons .control:last-child input[type="submit"], .field.has-addons .control:last-child #comments .comment-body .reply a, #comments .comment-body .reply .field.has-addons .control:last-child a,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child input:not([type="submit"]),
.field.has-addons .control:last-child .select select,
.field.has-addons .control:last-child select select {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.field.has-addons .control .button, .field.has-addons .control input[type="submit"], .field.has-addons .control #comments .comment-body .reply a, #comments .comment-body .reply .field.has-addons .control a,
.field.has-addons .control .input,
.field.has-addons .control input:not([type="submit"]),
.field.has-addons .control .select select,
.field.has-addons .control select select {
  border-radius: 0;
}

.field.has-addons .control .button:hover, .field.has-addons .control input[type="submit"]:hover, .field.has-addons .control #comments .comment-body .reply a:hover, #comments .comment-body .reply .field.has-addons .control a:hover, .field.has-addons .control .button.is-hovered, .field.has-addons .control input.is-hovered[type="submit"], .field.has-addons .control #comments .comment-body .reply a.is-hovered, #comments .comment-body .reply .field.has-addons .control a.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control input:hover:not([type="submit"]),
.field.has-addons .control .input.is-hovered,
.field.has-addons .control input.is-hovered:not([type="submit"]),
.field.has-addons .control .select select:hover,
.field.has-addons .control select select:hover,
.field.has-addons .control .select select.is-hovered,
.field.has-addons .control select select.is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:focus, .field.has-addons .control input[type="submit"]:focus, .field.has-addons .control #comments .comment-body .reply a:focus, #comments .comment-body .reply .field.has-addons .control a:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control input.is-focused[type="submit"], .field.has-addons .control #comments .comment-body .reply a.is-focused, #comments .comment-body .reply .field.has-addons .control a.is-focused, .field.has-addons .control .button:active, .field.has-addons .control input[type="submit"]:active, .field.has-addons .control #comments .comment-body .reply a:active, #comments .comment-body .reply .field.has-addons .control a:active, .field.has-addons .control .button.is-active, .field.has-addons .control input.is-active[type="submit"], .field.has-addons .control #comments .comment-body .reply a.is-active, #comments .comment-body .reply .field.has-addons .control a.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control input:focus:not([type="submit"]),
.field.has-addons .control .input.is-focused,
.field.has-addons .control input.is-focused:not([type="submit"]),
.field.has-addons .control .input:active,
.field.has-addons .control input:active:not([type="submit"]),
.field.has-addons .control .input.is-active,
.field.has-addons .control input.is-active:not([type="submit"]),
.field.has-addons .control .select select:focus,
.field.has-addons .control select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control select select:active,
.field.has-addons .control .select select.is-active,
.field.has-addons .control select select.is-active {
  z-index: 3;
}

.field.has-addons .control .button:focus:hover, .field.has-addons .control input[type="submit"]:focus:hover, .field.has-addons .control #comments .comment-body .reply a:focus:hover, #comments .comment-body .reply .field.has-addons .control a:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control input.is-focused[type="submit"]:hover, .field.has-addons .control #comments .comment-body .reply a.is-focused:hover, #comments .comment-body .reply .field.has-addons .control a.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control input[type="submit"]:active:hover, .field.has-addons .control #comments .comment-body .reply a:active:hover, #comments .comment-body .reply .field.has-addons .control a:active:hover, .field.has-addons .control .button.is-active:hover, .field.has-addons .control input.is-active[type="submit"]:hover, .field.has-addons .control #comments .comment-body .reply a.is-active:hover, #comments .comment-body .reply .field.has-addons .control a.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control input:focus:hover:not([type="submit"]),
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control input.is-focused:hover:not([type="submit"]),
.field.has-addons .control .input:active:hover,
.field.has-addons .control input:active:hover:not([type="submit"]),
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control input.is-active:hover:not([type="submit"]),
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control select select:active:hover,
.field.has-addons .control .select select.is-active:hover,
.field.has-addons .control select select.is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label, .field-label label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icon .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icon .input:focus + .icon, .control.has-icon input:focus:not([type="submit"]) + .icon {
  color: #7a7a7a;
}

.control.has-icon .input.is-small + .icon, .control.has-icon input.is-small:not([type="submit"]) + .icon {
  font-size: 0.75rem;
}

.control.has-icon .input.is-medium + .icon, .control.has-icon input.is-medium:not([type="submit"]) + .icon {
  font-size: 1.25rem;
}

.control.has-icon .input.is-large + .icon, .control.has-icon input.is-large:not([type="submit"]) + .icon {
  font-size: 1.5rem;
}

.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}

.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) input:not([type="submit"]) {
  padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon {
  right: 0;
}

.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right input:not([type="submit"]) {
  padding-right: 2.25em;
}

.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left input:focus:not([type="submit"]) ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-left select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right input:focus:not([type="submit"]) ~ .icon,
.control.has-icons-right .select:focus ~ .icon,
.control.has-icons-right select:focus ~ .icon {
  color: #7a7a7a;
}

.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left input.is-small:not([type="submit"]) ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-left select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right input.is-small:not([type="submit"]) ~ .icon,
.control.has-icons-right .select.is-small ~ .icon,
.control.has-icons-right select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left input.is-medium:not([type="submit"]) ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-left select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right input.is-medium:not([type="submit"]) ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon,
.control.has-icons-right select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left input.is-large:not([type="submit"]) ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-left select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right input.is-large:not([type="submit"]) ~ .icon,
.control.has-icons-right .select.is-large ~ .icon,
.control.has-icons-right select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input, .control.has-icons-left input:not([type="submit"]),
.control.has-icons-left .select select,
.control.has-icons-left select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input, .control.has-icons-right input:not([type="submit"]),
.control.has-icons-right .select select,
.control.has-icons-right select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

label {
  color: #4c555a;
}

/*--------------------------------------------------------------
# Tags
--------------------------------------------------------------*/
.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tags .tag, .tags .tagcloud a, .tagcloud .tags a {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child), .tags .tagcloud a:not(:last-child), .tagcloud .tags a:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.has-addons .tag, .tags.has-addons .tagcloud a, .tagcloud .tags.has-addons a {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child), .tags.has-addons .tagcloud a:not(:first-child), .tagcloud .tags.has-addons a:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child), .tags.has-addons .tagcloud a:not(:last-child), .tagcloud .tags.has-addons a:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag, .tagcloud a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAECEE;
  border-radius: 3px;
  color: #4c555a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag .delete, .tagcloud a .delete {
  margin-left: 0.25em;
  margin-right: -0.375em;
}

.tag.is-white, .tagcloud a.is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag.is-black, .tagcloud a.is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag.is-light, .tagcloud a {
  background-color: #EAECEE;
  color: #363636;
}

.tag.is-dark, .tagcloud a.is-dark {
  background-color: #363636;
  color: #EAECEE;
}

.tag.is-primary, .tagcloud a.is-primary {
  background-color: #008cdd;
  color: #fff;
}

.tag.is-info, .tagcloud a.is-info {
  background-color: #3273dc;
  color: #fff;
}

.tag.is-success, .tagcloud a.is-success {
  background-color: #23d160;
  color: #fff;
}

.tag.is-warning, .tagcloud a.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag.is-danger, .tagcloud a.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag.is-medium, .tagcloud a.is-medium {
  font-size: 1rem;
}

.tag.is-large, .tagcloud a.is-large {
  font-size: 1.25rem;
}

.tag.is-delete, .tagcloud a.is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag.is-delete:before, .tagcloud a.is-delete:before, .tag.is-delete:after, .tagcloud a.is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.tag.is-delete:before, .tagcloud a.is-delete:before {
  height: 1px;
  width: 50%;
}

.tag.is-delete:after, .tagcloud a.is-delete:after {
  height: 50%;
  width: 1px;
}

.tag.is-delete:hover, .tagcloud a.is-delete:hover, .tag.is-delete:focus, .tagcloud a.is-delete:focus {
  background-color: #dcdfe3;
}

.tag.is-delete:active, .tagcloud a.is-delete:active {
  background-color: #ced3d7;
}

.tag.is-rounded, .tagcloud a {
  border-radius: 290486px;
}

a.tag:hover, .tagcloud a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
}

.navbar > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}

.navbar-brand {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: #4c555a;
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 50%;
  -webkit-transition: none 86ms ease-out;
  transition: none 86ms ease-out;
  -webkit-transition-property: background, left, opacity, -webkit-transform;
  transition-property: background, left, opacity, -webkit-transform;
  transition-property: background, left, opacity, transform;
  transition-property: background, left, opacity, transform, -webkit-transform;
  width: 15px;
}

.navbar-burger span:nth-child(1) {
  margin-top: -6px;
}

.navbar-burger span:nth-child(2) {
  margin-top: -1px;
}

.navbar-burger span:nth-child(3) {
  margin-top: 4px;
}

.navbar-burger:hover {
  background-color: #EAECEE;
}

.navbar-burger.is-active span {
  background-color: #008cdd;
}

.navbar-burger.is-active span:nth-child(1) {
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  position: relative;
}

a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #EAECEE;
  color: #0a0a0a;
}

.navbar-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #008cdd;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #008cdd;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #008cdd;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.navbar-link {
  padding-right: 2.5em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: #dbdbdb;
  border: none;
  display: none;
  height: 1px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1007px) {
  .navbar-brand .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-menu {
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
}

@media screen and (min-width: 1008px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #EAECEE;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #EAECEE;
    color: #008cdd;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-link::after {
    border: 1px solid #008cdd;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
  }
  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:hover {
    background-color: #EAECEE;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: #EAECEE;
    color: #008cdd;
  }
  .navbar-dropdown.is-boxed {
    border-radius: 5px;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .navbar-divider {
    display: block;
  }
  .container > .navbar {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #EAECEE;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #4c555a;
  font-weight: 400;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: #EAECEE;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  text-align: center;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #4c555a;
  text-align: left;
}

.content table tr:hover {
  background-color: #EAECEE;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #4c555a;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #4c555a;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
body,
html {
  word-wrap: break-word;
}

#wrapper.columns:last-child {
  margin-bottom: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #4c555a;
}

.white-box {
  position: relative;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

cite {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead .main-title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: .5em;
}

header#masthead .main-title a {
  color: #4c555a;
}

header#masthead .main-title a:visited {
  color: #4c555a;
}

header#masthead .main-title a:hover {
  color: #008cdd;
}

header#masthead .site-description {
  font-size: .9em;
}

header#masthead .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

header#masthead .navbar-brand .navbar-item img {
  height: 3.5em;
  max-height: 3.5em;
}

body.header-minimal header#masthead {
  background-color: white;
}

body.header-transparent header#masthead {
  background: transparent !important;
  border-bottom: 0 solid transparent;
  position: absolute;
  z-index: 99;
  width: 100%;
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reverse-row-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header#masthead {
  border-bottom-style: solid;
  border-color: #eaecee;
  border-width: 1px;
}

.header-minimal #masthead .navbar-link::after,
.header-transparent #masthead .navbar-link::after {
  border-color: #4c555a;
}

.header-minimal #masthead .navbar,
.header-transparent #masthead .navbar {
  background-color: transparent;
}

.header-minimal #masthead .navbar .menu-item,
.header-transparent #masthead .navbar .menu-item {
  color: #4c555a;
}

.header-minimal #masthead .navbar .menu-item:visited,
.header-transparent #masthead .navbar .menu-item:visited {
  color: #4c555a;
}

.header-minimal #masthead .navbar .menu-item.is-active,
.header-transparent #masthead .navbar .menu-item.is-active {
  color: #008cdd;
}

#masthead .navbar-menu.is-active {
  position: relative;
  z-index: 99;
  background-color: white;
  padding-top: 0;
}

header .is-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

header.menu-center .site-branding {
  padding-top: 1em;
}

header.menu-center .site-description {
  display: block;
}

.posts-pagination {
  padding: 1em 0;
}

.posts-pagination .pagination .page-numbers {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 1.5em;
  color: #4c555a;
}

.navbar-dropdown .has-dropdown {
  padding: 0;
}

.navbar-dropdown .has-dropdown > a:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 55%;
}

.navbar-dropdown .has-dropdown .navbar-dropdown {
  position: absolute;
  left: -100%;
  top: 0 !important;
  opacity: 0 !important;
}

.navbar-item.has-dropdown:hover .navbar-item.has-dropdown .navbar-link {
  background-color: initial;
}

.navbar-item.has-dropdown:hover .navbar-item.has-dropdown .navbar-link:hover,
.navbar-item.has-dropdown:hover .navbar-item.has-dropdown:hover {
  background-color: #EAECEE;
}

.navbar-dropdown .has-dropdown:hover .navbar-dropdown {
  opacity: 1 !important;
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .navbar-dropdown .has-dropdown .navbar-dropdown {
    opacity: 1 !important;
    position: initial;
  }
  .navbar-dropdown .has-dropdown .navbar-dropdown a {
    padding-left: 3em !important;
  }
  .menu-center .navbar-burger {
    margin: 0 auto;
  }
  .menu-center #site-navigation {
    min-height: 0;
    height: 0;
    width: 100%;
  }
  .menu-center #site-navigation .navbar-menu {
    display: none;
  }
  .menu-center #site-navigation .navbar-menu.is-active {
    display: block;
  }
  .menu-center .navbar-item, .menu-center .navbar-link {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .navbar-dropdown .has-dropdown .navbar-dropdown {
    opacity: 1 !important;
    position: initial;
  }
  .navbar-dropdown .has-dropdown .navbar-dropdown a {
    padding-left: 3em !important;
  }
  .menu-center .navbar-burger {
    margin: 0 auto;
  }
  .menu-center #site-navigation {
    min-height: 0;
    height: 0;
    width: 100%;
  }
  .menu-center #site-navigation .navbar-menu {
    display: none;
  }
  .menu-center #site-navigation .navbar-menu.is-active {
    display: block;
  }
  .menu-center .navbar-item, .menu-center .navbar-link {
    text-align: left;
  }
}

@media screen and (min-width: 1008px) {
  .navbar-dropdown.is-boxed {
    top: calc(100%);
  }
  .navbar-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.navigation.pagination {
  text-align: center;
  margin-bottom: 1em;
}

.navigation.pagination .page-numbers {
  border: 1px solid #dbdbdb;
  min-width: 2.25em;
  border-radius: 3px;
  line-height: 1.5;
  padding: .5em 1em;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.content .entry-title {
  font-size: 2rem;
  margin-top: 1em !important;
}

.content .entry-title a {
  color: #4c555a;
}

.content .entry-title a:hover {
  color: #008cdd;
}

.content ul ul,
.content ol ul {
  list-style-type: circle;
}

/*--------------------------------------------------------------
# Posts/Pages
--------------------------------------------------------------*/
.content figure {
  max-width: 100%;
}

.content img {
  height: auto;
}

#page.is-fluid.is-marginless #wrapper.is-fluid.is-marginless #primary, section.page-header #page.is-fluid.page-title #wrapper.is-fluid.is-marginless #primary, #page.is-fluid.is-marginless section.page-header #wrapper.is-fluid.page-title #primary, section.page-header #page.is-fluid.is-marginless #wrapper.is-fluid.page-title #primary, section.page-header #page.is-fluid.page-title #wrapper.is-fluid.page-title #primary {
  padding: 0;
}

#page.is-fluid.is-marginless #wrapper.is-fluid.is-marginless #primary #main article.hentry, section.page-header #page.is-fluid.page-title #wrapper.is-fluid.is-marginless #primary #main article.hentry, #page.is-fluid.is-marginless section.page-header #wrapper.is-fluid.page-title #primary #main article.hentry, section.page-header #page.is-fluid.is-marginless #wrapper.is-fluid.page-title #primary #main article.hentry, section.page-header #page.is-fluid.page-title #wrapper.is-fluid.page-title #primary #main article.hentry {
  margin: 0 !important;
  padding: 0 !important;
}

#primary #main .hentry {
  border-bottom: 1px solid #EAECEE;
  padding-bottom: 3em;
}

#primary #main .hentry:last-of-type {
  margin-bottom: 2em;
}

#primary #main .hentry .entry-read-more {
  padding-top: 1em;
}

#primary #main .hentry .more-tag.button, #primary #main .hentry input.more-tag[type="submit"], #primary #main .hentry #comments .comment-body .reply a.more-tag, #comments .comment-body .reply #primary #main .hentry a.more-tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 1.5em;
  color: #4c555a;
}

.single #primary #main .hentry {
  border-bottom: 0 solid #EAECEE;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single #primary #main .hentry:last-of-type {
  margin-bottom: 0;
}

.page #primary #main .hentry {
  margin-top: 1em;
  border: 0 none transparent;
}

.entry-featured-image {
  padding-top: .5em;
  padding-bottom: 1em;
}

.entry-featured-image img {
  width: 100%;
  height: auto;
}

.entry-header {
  padding-bottom: 1em;
}

.entry-header .author-avatar {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}

.entry-header .author-avatar img {
  border-radius: 50%;
}

.entry-meta,
.entry-footer {
  font-size: .9em;
}

.entry-footer {
  padding: 1em 0 0 0;
}

.entry-footer span {
  display: block;
}

.post-navigation {
  padding: 1em;
}

@media screen and (max-width: 768px) {
  #primary #main .hentry {
    padding: 2em .5em;
  }
}

/*--------------------------------------------------------------
# Page Titles
--------------------------------------------------------------*/
section.page-header {
  padding: 2em 0;
  background-color: #F8F8F8;
}

section.page-header .page-title {
  font-size: 2rem;
}

section.page-header .page-title span {
  font-weight: 700;
}

section.page-header .page-subtitle {
  margin-top: .5em;
  font-size: .9em;
}

section.page-header #breadcrumbs {
  font-size: 1rem;
}

#primary .inline-page-title {
  margin-top: 2em;
}

#primary .page-title {
  font-size: 2rem;
}

#primary .page-title span {
  font-weight: 700;
}

#primary .page-subtitle {
  margin-top: .5em;
  font-size: .9em;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper {
    text-align: center;
    padding: 0 2em;
  }
  .page-title-right {
    float: none !important;
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#comments {
  margin-top: 2em;
  padding: 0 0 2em 0;
}

#comments .comment-reply-title {
  border-top: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
  padding: 1em 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

#comments li.comment {
  list-style: none;
  padding: 2em 0;
}

#comments li.comment.depth-1 {
  border-bottom: 1px solid #EAECEE;
}

#comments li.comment.depth-1:last-child {
  border-bottom: 0 solid #EAECEE;
}

#comments li.comment.parent {
  padding-bottom: 0;
}

#comments .comments-title {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #EAECEE;
  font-size: 1.5rem;
}

#comments .comment-list {
  margin-left: 0;
}

#comments .comment-body {
  position: relative;
}

#comments .comment-body footer {
  margin-bottom: 1em;
}

#comments .comment-body footer:after {
  clear: both;
  content: " ";
  display: table;
}

#comments .comment-body footer .comment-author img {
  float: left;
  border-radius: 50%;
  border: 1px solid #EAECEE;
  padding: 3px;
  margin-right: 1em;
}

#comments .comment-body footer .comment-author .says {
  display: none;
}

#comments .comment-body footer .comment-author .fn {
  font-size: 1.25rem;
}

#comments .comment-body footer .comment-author a {
  color: #4c555a;
}

#comments .comment-body footer .comment-author a:hover {
  color: #008cdd;
}

#comments .comment-body footer .comment-metadata {
  font-size: 1rem;
}

#comments .comment-body footer .comment-metadata a {
  color: #4c555a;
}

#comments .comment-body footer .comment-metadata a:hover {
  color: #008cdd;
}

#comments .comment-body .reply {
  position: absolute;
  right: 0;
  top: 0;
}

#comments .comment-body .reply a {
  padding: 0 1em;
}

#comments .comment-content {
  padding: 2em;
  border: 1px solid #EAECEE;
  border-radius: 3px;
}

#comments #commentform .comment-notes {
  font-style: italic;
  font-size: 0.75rem;
  font-weight: 700;
}

#comments iframe {
  max-width: 100%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #comments {
    padding: 2em;
  }
  #comments ol.children {
    margin-left: 0 !important;
  }
  #comments .comment-content {
    padding: 1em;
  }
  #comments .comment-body .reply {
    top: -5px;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 1.5em 0;
}

.widget:first-child {
  margin-top: 1em;
}

.widget .widget-title {
  text-transform: uppercase;
  border-bottom: 1px solid #EAECEE;
  padding-bottom: .75em;
  margin-bottom: .1em;
  font-weight: 700;
}

.widget ul li {
  padding: .5em 0;
}

.widget a {
  color: #4c555a;
}

.widget a:hover {
  color: #008cdd;
}

.tagcloud a {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery figure {
  padding: .5em;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
  float: left;
}

.gallery.gallery-columns-3 figure {
  width: 32.333333%;
  float: left;
}

.gallery.gallery-columns-4 figure {
  width: 24%;
  float: left;
}

.gallery.gallery-columns-5 figure {
  width: 20%;
  float: left;
}

.gallery.gallery-columns-6 figure {
  width: 16.666666%;
  float: left;
}

.gallery.gallery-columns-7 figure {
  width: 14.2857%;
  float: left;
}

.gallery.gallery-columns-8 figure {
  width: 12.5%;
  float: left;
}

.gallery.gallery-columns-9 figure {
  width: 11.111111%;
  float: left;
}

.gallery.gallery-columns-10 figure {
  width: 10%;
  float: left;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  background-color: white;
}

#site-footer .widget {
  font-size: .9em;
}

#site-footer .widget ul li {
  padding: .25em 0;
}

.site-credits {
  padding: 1em 0;
  background-color: #292929;
  color: white;
  font-size: .9em;
}

.site-credits a {
  color: white;
}

.site-credits a:hover {
  color: #008cdd;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding-top: 4em;
  min-height: calc(75vh);
}
