/*!
Theme Name: Bimu
Theme URI: http://underscores.me/
Author: Hway
Author URI: http://www.hway.it
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bimu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bimu is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Susy
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global conf
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

.site-header::after {
  clear: both;
  content: "";
  display: block; }

@media only screen and (min-width: 992px) {
  .site-header .site-header-container {
    max-width: 1284px;
    margin: 0 auto;
    padding: 0 10px; } }

.site-header .site-header-container .main-navigation {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }

.site-main > .page {
  max-width: 1284px; }
  .site-main > .page::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .site-main > .page {
      margin: 0 auto; } }
  .site-main > .page .entry-header {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .entry-header {
        width: calc(66.6666666667% - 33.3333333333px);
        float: left;
        margin-left: 20px;
        margin-left: calc(16.6666666667% - 23.3333333333px + 40px); } }
  .site-main > .page .entry-content-posts {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .entry-content-posts {
        width: calc(66.6666666667% - 33.3333333333px);
        float: left;
        margin-left: 20px; }
        .site-main > .page .entry-content-posts .entry-content-posts-container {
          margin-left: -20px;
          margin-right: -20px;
          width: calc(100% + 40px); }
          .site-main > .page .entry-content-posts .entry-content-posts-container::after {
            clear: both;
            content: "";
            display: block; }
          .site-main > .page .entry-content-posts .entry-content-posts-container .post-card {
            width: calc(100% - 40px);
            float: left;
            margin-left: 20px; }
          .site-main > .page .entry-content-posts .entry-content-posts-container .post-card:not(:first-child) {
            width: calc(50% - 30px);
            float: left;
            margin-left: 20px; } }
  .site-main > .page .entry-content-sidebar {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .entry-content-sidebar {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }
  .site-main > .page .home-entry-content-posts .entry-content-posts-container {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .home-entry-content-posts .entry-content-posts-container {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .site-main > .page .home-entry-content-posts .home-entry-content-sidebar,
  .site-main > .page .home-entry-content-posts .entry-content-posts-container {
    clear: both; }
  @media only screen and (min-width: 992px) {
    .site-main > .page .home-entry-content-posts {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); }
      .site-main > .page .home-entry-content-posts .post-card.col-1 {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; }
      .site-main > .page .home-entry-content-posts .post-card.col-2 {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; }
      .site-main > .page .home-entry-content-posts .post-card.col-3 {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }
  @media only screen and (min-width: 992px) {
    .site-main > .page .home-entry-content-sidebar::after {
      clear: both;
      content: "";
      display: block; }
    .site-main > .page .home-entry-content-sidebar .block-sidebar {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
      margin-bottom: 20px; } }
  .site-main > .page .press-entry-content-posts {
    clear: both;
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .press-entry-content-posts {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (min-width: 992px) {
      .site-main > .page .press-entry-content-posts .entry-content-posts-container {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); } }
    @media only screen and (min-width: 992px) {
      .site-main > .page .press-entry-content-posts .post-card:first-child {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; }
      .site-main > .page .press-entry-content-posts .post-card:nth-child(2) {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; }
      .site-main > .page .press-entry-content-posts .post-card:nth-child(n+3) {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }
  .site-main > .page .press-entry-content-sidebar {
    clear: both;
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .press-entry-content-sidebar {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (min-width: 992px) {
      .site-main > .page .press-entry-content-sidebar .entry-content-sidebar-container {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); } }
    @media only screen and (min-width: 992px) {
      .site-main > .page .press-entry-content-sidebar .block-sidebar.block-search {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px;
        margin-bottom: 20px; }
      .site-main > .page .press-entry-content-sidebar .block-sidebar.block-full,
      .site-main > .page .press-entry-content-sidebar .block-sidebar.block-button {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        margin-bottom: 20px; } }
  .site-main > .page .global-search-not-found-entry-content-posts,
  .site-main > .page .global-search-entry-content-posts {
    clear: both;
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .global-search-not-found-entry-content-posts,
      .site-main > .page .global-search-entry-content-posts {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (min-width: 992px) {
      .site-main > .page .global-search-not-found-entry-content-posts .entry-content-posts-container,
      .site-main > .page .global-search-entry-content-posts .entry-content-posts-container {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); } }
    @media only screen and (min-width: 992px) {
      .site-main > .page .global-search-not-found-entry-content-posts .post-card,
      .site-main > .page .global-search-entry-content-posts .post-card {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .site-main > .page .search-entry-content-sidebar {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .search-entry-content-sidebar {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }
  .site-main > .page .search-entry-content-posts {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page .search-entry-content-posts {
        width: calc(66.6666666667% - 33.3333333333px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (min-width: 992px) {
      .site-main > .page .search-entry-content-posts .entry-content-posts-container {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); } }
    @media only screen and (min-width: 992px) {
      .site-main > .page .search-entry-content-posts .post-card {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .site-main > .page.type-page .entry-content {
    clear: both;
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main > .page.type-page .entry-content {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }

.site-main .post {
  max-width: 1284px; }
  .site-main .post::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .site-main .post {
      margin: 0 auto;
      padding: 0 10px; } }
  .site-main .post .entry-content-post-container::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .site-main .post .entry-header {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .site-main .post .entry-content-post {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main .post .entry-content-post {
        width: calc(66.6666666667% - 33.3333333333px);
        float: left;
        margin-left: 20px; }
        .site-main .post .entry-content-post .entry-content-post-container {
          margin-left: -20px;
          margin-right: -20px;
          width: calc(100% + 40px); }
          .site-main .post .entry-content-post .entry-content-post-container::after {
            clear: both;
            content: "";
            display: block; }
          .site-main .post .entry-content-post .entry-content-post-container .entry-content {
            width: calc(100% - 40px);
            float: left;
            margin-left: 20px; } }
  .site-main .post .press-entry-content-sidebar,
  .site-main .post .entry-content-sidebar {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .site-main .post .press-entry-content-sidebar,
      .site-main .post .entry-content-sidebar {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }

.site-main .shortcode-form::after {
  clear: both;
  content: "";
  display: block; }

.site-main .shortcode-form .col-1 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media only screen and (min-width: 992px) {
    .site-main .shortcode-form .col-1 {
      width: calc(33.3333333333% - 26.6666666667px);
      float: left;
      margin-left: 20px; } }

.site-main .shortcode-form .col-2 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media only screen and (min-width: 992px) {
    .site-main .shortcode-form .col-2 {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; } }

.site-main .shortcode-form .col-3 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media only screen and (min-width: 992px) {
    .site-main .shortcode-form .col-3 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.block-twitter .block-container::after {
  clear: both;
  content: "";
  display: block; }

@media only screen and (min-width: 992px) {
  .block-twitter .block-container {
    max-width: 1284px;
    margin: 0 auto; } }

.block-twitter .block-container .block-right,
.block-twitter .block-container .block-left {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }

@media only screen and (min-width: 992px) {
  .block-twitter .block-container .block-left {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; } }

@media only screen and (min-width: 992px) {
  .block-twitter .block-container .block-right {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; } }

.block-exp-vis .block-container::after {
  clear: both;
  content: "";
  display: block; }

@media only screen and (min-width: 992px) {
  .block-exp-vis .block-container {
    max-width: 1284px;
    margin: 0 auto; } }

.block-exp-vis .block-container .block {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media only screen and (min-width: 992px) {
    .block-exp-vis .block-container .block {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; } }

.block-events {
  padding: 0 10px; }
  .block-events .block-container::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .block-events .block-container {
      max-width: 1284px;
      margin: 0 auto; } }
  @media only screen and (min-width: 992px) {
    .block-events .block-container .block {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.block-see-also .block-container::after {
  clear: both;
  content: "";
  display: block; }

@media only screen and (min-width: 992px) {
  .block-see-also .block-container {
    max-width: 1284px;
    margin: 0 auto; } }

.block-see-also .block-container h4 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media only screen and (min-width: 992px) {
    .block-see-also .block-container h4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.block-see-also .block-container .post-card {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media only screen and (min-width: 992px) {
    .block-see-also .block-container .post-card {
      width: calc(33.3333333333% - 26.6666666667px);
      float: left;
      margin-left: 20px; } }
  .block-see-also .block-container .post-card:nth-child(3), .block-see-also .block-container .post-card:nth-child(2) {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 992px) {
      .block-see-also .block-container .post-card:nth-child(3), .block-see-also .block-container .post-card:nth-child(2) {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }

footer .site-aside .site-aside-container {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 10px; }
  footer .site-aside .site-aside-container::after {
    clear: both;
    content: "";
    display: block; }
  footer .site-aside .site-aside-container .site-aside-row {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 768px) {
      footer .site-aside .site-aside-container .site-aside-row.row-1 {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; }
        footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos {
          margin-left: -20px;
          margin-right: -20px;
          width: calc(100% + 40px); }
          footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos::after {
            clear: both;
            content: "";
            display: block; }
          footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos .site-aside-logo {
            width: calc(33.3333333333% - 26.6666666667px);
            float: left;
            margin-left: 20px; }
          footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos .site-aside-con {
            width: calc(33.3333333333% - 26.6666666667px);
            float: left;
            margin-left: 20px; }
          footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos .site-aside-reg {
            width: calc(33.3333333333% - 26.6666666667px);
            float: left;
            margin-left: 20px; } }
    @media only screen and (min-width: 992px) {
      footer .site-aside .site-aside-container .site-aside-row.row-1 {
        width: calc(41.6666666667% - 28.3333333333px);
        float: left;
        margin-left: 20px; }
        footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos {
          margin-left: -20px;
          margin-right: -20px;
          width: calc(100% + 40px); }
          footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos::after {
            clear: both;
            content: "";
            display: block; }
          footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos .site-aside-logo {
            width: auto;
            float: left; }
          footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos .site-aside-con {
            width: auto;
            float: left;
            margin-left: 30px; }
          footer .site-aside .site-aside-container .site-aside-row.row-1 .site-aside-logos .site-aside-reg {
            width: auto;
            float: left;
            margin-left: 30px; } }
    @media only screen and (min-width: 992px) {
      footer .site-aside .site-aside-container .site-aside-row.row-2 {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px; } }
    footer .site-aside .site-aside-container .site-aside-row.row-2 .site-aside-follow-us::after {
      clear: both;
      content: "";
      display: block; }
    footer .site-aside .site-aside-container .site-aside-row.row-2 .site-aside-follow-us .social {
      width: calc(33.3333333333% - 13.3333333333px);
      float: left;
      margin-left: 10px; }
      @media only screen and (min-width: 992px) {
        footer .site-aside .site-aside-container .site-aside-row.row-2 .site-aside-follow-us .social {
          margin-left: -20px;
          margin-right: -20px;
          width: calc(100% + 40px);
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px; } }
    @media only screen and (min-width: 992px) {
      footer .site-aside .site-aside-container .site-aside-row.row-3 {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }

footer .site-pre-info .site-pre-info-container {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 10px; }
  footer .site-pre-info .site-pre-info-container::after {
    clear: both;
    content: "";
    display: block; }
  footer .site-pre-info .site-pre-info-container::after {
    clear: both;
    content: "";
    display: block; }
  footer .site-pre-info .site-pre-info-container div {
    width: calc(1200% - 130px);
    float: left;
    margin-left: 10px; }
    @media only screen and (min-width: 768px) {
      footer .site-pre-info .site-pre-info-container div {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (min-width: 992px) {
      footer .site-pre-info .site-pre-info-container div {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4A4A4A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="reset"] {
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    input[type="reset"] {
      margin-top: 0; } }

#cookie-notice .button.bootstrap,
button[type="submit"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  background-image: none;
  background-color: #E60003;
  color: white;
  text-align: center;
  border: none !important;
  outline: none;
  font: 700 16px/40px "Montserrat", sans-serif;
  border-radius: 16px;
  padding: 0 30px;
  min-width: 160px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

#cookie-notice .button.bootstrap {
  min-width: 60px;
  font: 700 16px/30px "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 0 20px; }
  #cookie-notice .button.bootstrap:hover {
    background-image: none;
    background-color: #E60003; }

input[type="submit"]:disabled,
button[type="submit"]:disabled {
  cursor: wait;
  background-color: #666; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  width: 100%;
  color: #666;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #e0e0e0;
  min-height: 36px; }

textarea {
  width: 100%;
  resize: none;
  min-height: 100px; }
  @media only screen and (min-width: 992px) {
    textarea {
      min-height: 200px; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:first-child {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell; }
    .input-group .input-group-addon:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 0; }
    .input-group .input-group-addon.submit {
      padding: 0;
      background-color: transparent;
      line-height: 36px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 0;
      border: none; }
      .input-group .input-group-addon.submit button[type="submit"] {
        line-height: 36px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
        min-width: auto;
        padding: 0 20px; }

.form-group-prev-square {
  display: none; }

.checkbox a {
  color: #4A4A4A; }
  .checkbox a:visited, .checkbox a:hover {
    color: #4A4A4A; }

footer .checkbox a {
  color: white; }
  footer .checkbox a:visited, footer .checkbox a:hover {
    color: white; }

.shortcode-form {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .shortcode-form h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font: 700 20px/30px "Montserrat", sans-serif; }
  .shortcode-form h4 {
    margin: 10px 0;
    font: 700 16px/28px "Montserrat", sans-serif; }
    .shortcode-form h4.first {
      margin-top: 0; }
  .shortcode-form .form-group {
    margin-bottom: 20px; }

.form-group-actions {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0; }

.shortcode-form-calc .form-group-total {
  display: none;
  padding: 0; }
  .shortcode-form-calc .form-group-total h4 {
    margin-bottom: 0; }

.form-service-message {
  display: none;
  margin: 0; }
  .form-service-message > div {
    display: none; }

.form-group-check {
  margin: 30px 0 20px; }
  .newsletter-form .form-group-check {
    margin: 10px 0 20px; }
  .shortcode-form-event .form-group-check,
  .shortcode-form-schools .form-group-check,
  .shortcode-form-info .form-group-check {
    margin: -10px 0 20px; }

.form-group-prev-square {
  margin-bottom: 20px; }

.form-message {
  display: none;
  padding: 20px 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #005478; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001; }
  .logged-in .site-header {
    margin-top: 46px; }
    @media only screen and (min-width: 992px) {
      .logged-in .site-header {
        margin-top: 32px; } }
  .noscrollfixed .site-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.main-navigation {
  clear: both;
  display: flex;
  align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  padding: 12px 0;
  z-index: 1010; }
  .main-navigation button.site-menu-toggle {
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    outline: none; }
    .main-navigation button.site-menu-toggle img.burger {
      display: block; }
    .main-navigation button.site-menu-toggle img.close {
      display: none; }
  .main-navigation.toggled button.site-menu-toggle img.burger {
    display: none; }
  .main-navigation.toggled button.site-menu-toggle img.close {
    display: block; }
  .main-navigation .site-branding {
    height: 25px; }
    @media only screen and (min-width: 992px) {
      .main-navigation .site-branding {
        height: 60px; } }
    .main-navigation .site-branding img {
      height: 25px; }
      @media only screen and (min-width: 992px) {
        .main-navigation .site-branding img {
          height: 60px; } }
  .main-navigation .site-branding-search .site-search-toggle {
    padding: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .main-navigation .site-branding-search .site-search-toggle {
        display: none; } }
  .main-navigation .site-branding-search .site-search-toggle {
    background: transparent url("../images/search.svg") no-repeat center center; }
  .main-navigation .site-branding-search.on .site-search-toggle {
    background: transparent url("../images/close.svg") no-repeat center center; }
  .main-navigation .site-branding-search.on .site-search-form {
    display: block; }
  .main-navigation .site-search-form {
    position: absolute;
    width: 100%;
    right: 0;
    top: 12px;
    display: none; }
    .main-navigation .site-search-form #searchform {
      position: relative; }
    .main-navigation .site-search-form input {
      width: 100%;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding-right: 35px; }
      .main-navigation .site-search-form input:focus {
        outline: none; }
    .main-navigation .site-search-form .site-search-close {
      position: absolute;
      right: 0;
      top: 3px;
      z-index: 100; }
  .main-navigation .site-menu-container {
    position: fixed;
    bottom: 0;
    right: 0;
    left: -100vw;
    top: 49px;
    height: calc(100vh - 49px);
    background: white;
    z-index: 100;
    width: 100vw;
    transition: 0.5s;
    overflow: hidden; }
    .main-navigation .site-menu-container > div {
      overflow: hidden; }
    .main-navigation .site-menu-container.on {
      left: 0; }
    @media only screen and (min-width: 992px) {
      .main-navigation .site-menu-container {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: inherit;
        width: auto;
        top: inherit;
        height: auto; } }
    .main-navigation .site-menu-container ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .main-navigation .site-menu-container ul li {
        margin: 20px 0 5px 10px;
        padding: 0;
        justify-content: space-between;
        display: inline-block;
        float: left;
        clear: both; }
        @media only screen and (min-width: 992px) {
          .main-navigation .site-menu-container ul li {
            margin: 0 0 0 74px;
            display: inline-block;
            padding: 0 2px;
            clear: none; } }
        @media only screen and (min-width: 992px) {
          .main-navigation .site-menu-container ul li:first-child {
            margin: 0; } }
        .main-navigation .site-menu-container ul li a {
          color: #E60003;
          font: normal 16px/19px "Montserrat", sans-serif;
          text-decoration: none;
          padding: 0;
          display: inline-block;
          text-align: center; }
          @media only screen and (min-width: 992px) {
            .main-navigation .site-menu-container ul li a {
              padding: 0 4px; } }
          .main-navigation .site-menu-container ul li a:focus, .main-navigation .site-menu-container ul li a:hover {
            font: 700 16px/19px "Montserrat", sans-serif; }
          .main-navigation .site-menu-container ul li a:after {
            display: block;
            content: attr(title);
            font-weight: 700;
            height: 0 !important;
            overflow: hidden;
            visibility: hidden; }
        .main-navigation .site-menu-container ul li.current-menu-item:after, .main-navigation .site-menu-container ul li.current_page_item:after {
          content: "";
          display: block;
          width: 100%;
          height: 4px;
          background-color: #E60003; }
        .main-navigation .site-menu-container ul li.current-menu-item a, .main-navigation .site-menu-container ul li.current_page_item a {
          color: #E60003;
          font: 700 16px/19px "Montserrat", sans-serif; }
    .main-navigation .site-menu-container .site-menu-social {
      background-color: #E60003;
      padding: 10px;
      bottom: 44px;
      color: white;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap; }
      .main-navigation .site-menu-container .site-menu-social a {
        display: inline-block;
        width: 28px;
        height: 28px; }
        .main-navigation .site-menu-container .site-menu-social a.icon {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 28px 28px; }
          .main-navigation .site-menu-container .site-menu-social a.icon.fb {
            background-image: url(../images/fb-icon.svg); }
          .main-navigation .site-menu-container .site-menu-social a.icon.ln {
            background-image: url(../images/linkedin-icon.svg); }
          .main-navigation .site-menu-container .site-menu-social a.icon.tw {
            background-image: url(../images/twitter-icon.svg);
            margin: 0 60px 0 54px; }
    .main-navigation .site-menu-container .site-menu-lang-switch,
    .main-navigation .site-menu-container .site-menu-social {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .main-navigation .site-menu-container .site-menu-lang-switch,
        .main-navigation .site-menu-container .site-menu-social {
          display: none; } }
    .main-navigation .site-menu-container .site-menu-lang-switch {
      background-color: #f2f2f2;
      padding: 10px;
      height: 44px;
      bottom: 0; }
      .main-navigation .site-menu-container .site-menu-lang-switch span {
        float: left;
        font: normal 16px/24px "Montserrat", sans-serif; }
      .main-navigation .site-menu-container .site-menu-lang-switch ul {
        display: inline; }
        .main-navigation .site-menu-container .site-menu-lang-switch ul li {
          float: left;
          display: inline;
          padding: 2px 20px;
          margin: 0;
          clear: none;
          font: normal 16px/24px "Montserrat", sans-serif; }
          .main-navigation .site-menu-container .site-menu-lang-switch ul li a {
            color: #4A4A4A;
            text-transform: uppercase; }
  .main-navigation .site-menu-meta-container {
    display: none; }
    @media only screen and (min-width: 992px) {
      .main-navigation .site-menu-meta-container {
        display: block;
        padding: 0 6px 0 0;
        position: absolute;
        right: 0;
        top: 12px; } }
    .main-navigation .site-menu-meta-container > div {
      float: left; }
    .main-navigation .site-menu-meta-container .site-menu-social {
      line-height: 28px; }
      .main-navigation .site-menu-meta-container .site-menu-social a {
        display: inline-block;
        width: 16px;
        height: 16px; }
        .main-navigation .site-menu-meta-container .site-menu-social a.icon {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 16px 16px; }
          .main-navigation .site-menu-meta-container .site-menu-social a.icon.fb {
            background-image: url(../images/fb-icon-n.svg); }
          .main-navigation .site-menu-meta-container .site-menu-social a.icon.ln {
            background-image: url(../images/linkedin-icon-n.svg); }
          .main-navigation .site-menu-meta-container .site-menu-social a.icon.tw {
            background-image: url(../images/twitter-icon-n.svg);
            margin: 0 20px; }
    .main-navigation .site-menu-meta-container .site-search-toggle-desktop {
      padding: 0;
      display: inline-block;
      width: 16px;
      height: 28px;
      position: relative;
      cursor: pointer; }
      @media only screen and (min-width: 992px) {
        .main-navigation .site-menu-meta-container .site-search-toggle-desktop {
          display: block; } }
    .main-navigation .site-menu-meta-container .site-search-toggle-desktop {
      background: transparent url("../images/search.svg") no-repeat center center; }
    .main-navigation .site-menu-meta-container.on .site-search-toggle-desktop {
      background: transparent url("../images/close.svg") no-repeat center center; }
    .main-navigation .site-menu-meta-container .site-menu-lang-switch {
      margin: 0 20px; }
      .main-navigation .site-menu-meta-container .site-menu-lang-switch ul {
        padding: 0 20px 0 0;
        margin: 0;
        display: block;
        border-left: 1px solid #4A4A4A;
        border-right: 1px solid #4A4A4A;
        position: relative; }
        .main-navigation .site-menu-meta-container .site-menu-lang-switch ul:hover {
          cursor: pointer; }
          .main-navigation .site-menu-meta-container .site-menu-lang-switch ul:hover li:not(.current-lang) {
            display: block;
            position: absolute;
            top: 28px;
            background: white;
            z-index: 1000;
            width: 100%; }
        .main-navigation .site-menu-meta-container .site-menu-lang-switch ul:after {
          font-family: "Font Awesome 5 Free";
          content: '\f107' !important;
          font-size: 18px;
          height: 16px;
          line-height: 24px;
          color: #4A4A4A;
          position: absolute;
          right: 20px;
          top: 2px; }
        .main-navigation .site-menu-meta-container .site-menu-lang-switch ul li {
          list-style-type: none;
          display: none;
          padding: 2px 20px;
          margin: 0;
          clear: none;
          font: normal 16px/24px "Montserrat", sans-serif; }
          .main-navigation .site-menu-meta-container .site-menu-lang-switch ul li.current-lang {
            display: block; }
          .main-navigation .site-menu-meta-container .site-menu-lang-switch ul li a {
            color: #4A4A4A;
            text-transform: uppercase;
            text-decoration: none; }

/* Small menu. */
.site-menu-toggle,
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-global-search {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: -100vh;
  height: calc(100vh - 84px);
  background: white;
  z-index: 999;
  width: calc(100vw);
  transition: .8s;
  overflow: hidden; }
  .site-global-search.on {
    top: 84px; }
  .site-global-search .flex-container {
    text-align: center;
    height: 100%; }
  .site-global-search input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font: normal 30px/44px "Montserrat", sans-serif;
    color: #4A4A4A;
    max-width: 60%; }
    .site-global-search input:focus {
      outline: none; }

@media only screen and (min-width: 992px) {
  .site-menu-toggle {
    display: none; } }

/*
@media screen and (min-width: 37.5em) {
	.site-menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #4A4A4A;
    display: block;
    font-size: 14px;
    font-size: 0.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; }

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

.flex-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center; }
  .flex-container .flex-vertical {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

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

.noscroll {
  margin: 0;
  height: 100%;
  overflow-y: hidden; }

.noscrollfixed {
  position: fixed;
  overflow-y: scroll;
  width: 100vw; }

html, body {
  height: 100%; }

body {
  background-color: #f2f2f2; }

.site-content {
  margin-top: 49px; }
  @media only screen and (min-width: 992px) {
    .site-content {
      margin-top: 84px; } }

/* Sections */
.content-area .post .entry-header,
.content-area .page .entry-header {
  text-align: center; }
  .content-area .post .entry-header h1,
  .content-area .page .entry-header h1 {
    color: #4A4A4A;
    font: 900 30px/32px "Montserrat", sans-serif;
    margin: 40px 0 0 0;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .content-area .post .entry-header h1,
      .content-area .page .entry-header h1 {
        margin-top: 50px;
        font: 900 40px/42px "Montserrat", sans-serif; } }
    .content-area .post .entry-header h1:after,
    .content-area .page .entry-header h1:after {
      content: "";
      display: block;
      height: 8px;
      width: 120px;
      background-color: #E60003;
      margin: 22px auto 20px auto; }
      @media only screen and (min-width: 992px) {
        .content-area .post .entry-header h1:after,
        .content-area .page .entry-header h1:after {
          margin: 32px auto 30px auto; } }
  .content-area .post .entry-header .entry-summary,
  .content-area .page .entry-header .entry-summary {
    color: #8C8A8D;
    font: normal 16px/22px "Montserrat", sans-serif;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .content-area .post .entry-header .entry-summary,
      .content-area .page .entry-header .entry-summary {
        font: normal 22px/30px "Montserrat", sans-serif; } }
    .content-area .post .entry-header .entry-summary p,
    .content-area .page .entry-header .entry-summary p {
      margin-top: 0; }

.content-area .post .entry-content-posts,
.content-area .page .entry-content-posts {
  color: #4A4A4A; }

.content-area .post .entry-header {
  text-align: left; }
  .content-area .post .entry-header h1:after {
    margin-left: 0; }

.content-area .post .entry-content {
  font: 400 18px/28px "Montserrat", sans-serif; }
  .content-area .post .entry-content h3 {
    font: 700 20px/30px "Montserrat", sans-serif; }
  .content-area .post .entry-content p {
    margin: 20px 0 0 0; }
    .content-area .post .entry-content p:first-child {
      margin: 0; }
    .content-area .post .entry-content p a {
      color: #E60003; }
      .content-area .post .entry-content p a:hover {
        color: #E60003; }
  .content-area .post .entry-content ul {
    margin: 30px 0;
    padding: 0; }
    .content-area .post .entry-content ul li {
      margin: 0 0 0 1em;
      padding: 0 0 20px 0; }
      .content-area .post .entry-content ul li:last-child {
        padding: 0; }

.content-area .post .entry-gallery {
  margin-top: 20px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .content-area .post .entry-gallery {
      margin-top: 20px; } }

.content-area .post .entry-downloads {
  margin: 20px 0; }
  @media only screen and (min-width: 992px) {
    .content-area .post .entry-downloads {
      margin: 40px 0; } }
  .content-area .post .entry-downloads .entry-downloads-download a {
    display: inline-block;
    color: #005478;
    text-decoration: underline;
    font: 400 14px/18px "Montserrat", sans-serif;
    margin-bottom: 10px; }
    .content-area .post .entry-downloads .entry-downloads-download a:before {
      color: white;
      content: '\f1c1';
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      font-size: 28px;
      line-height: 50px;
      text-align: center;
      width: 50px;
      opacity: 1;
      background-color: #005478;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      margin-right: 10px; }

.content-area .post .press-entry-content-sidebar,
.content-area .post .entry-content-sidebar {
  margin-top: 30px; }
  @media only screen and (min-width: 992px) {
    .content-area .post .press-entry-content-sidebar,
    .content-area .post .entry-content-sidebar {
      margin-top: 50px; } }

.page-template-page-home .content-area .home-slider-slides-slide {
  color: white;
  position: relative;
  height: 460px;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 992px) {
    .page-template-page-home .content-area .home-slider-slides-slide {
      height: 560px; } }
  .page-template-page-home .content-area .home-slider-slides-slide .home-slider-slides-slide-content {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-width: 80%;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .page-template-page-home .content-area .home-slider-slides-slide .home-slider-slides-slide-content {
        max-width: 70%; } }
    @media only screen and (min-width: 992px) {
      .page-template-page-home .content-area .home-slider-slides-slide .home-slider-slides-slide-content {
        text-align: left; } }
  .page-template-page-home .content-area .home-slider-slides-slide .home-slide-pre-title {
    font: 900 20px/24px "Montserrat", sans-serif; }
    @media only screen and (min-width: 992px) {
      .page-template-page-home .content-area .home-slider-slides-slide .home-slide-pre-title {
        font: 900 30px/34px "Montserrat", sans-serif; } }
  .page-template-page-home .content-area .home-slider-slides-slide .home-slide-title h3 {
    margin: 0;
    padding: 0;
    font: 900 26px/28px "Montserrat", sans-serif; }
    @media only screen and (min-width: 992px) {
      .page-template-page-home .content-area .home-slider-slides-slide .home-slide-title h3 {
        font: 900 40px/44px "Montserrat", sans-serif; } }
  .page-template-page-home .content-area .home-slider-slides-slide .home-slide-sub-title {
    font: 900 26px/28px "Montserrat", sans-serif; }
    @media only screen and (min-width: 992px) {
      .page-template-page-home .content-area .home-slider-slides-slide .home-slide-sub-title {
        font: 900 40px/44px "Montserrat", sans-serif; } }
  .page-template-page-home .content-area .home-slider-slides-slide .home-slide-text {
    display: none;
    margin-top: 20px; }
    @media only screen and (min-width: 992px) {
      .page-template-page-home .content-area .home-slider-slides-slide .home-slide-text {
        display: block;
        font: 400 20px/24px "Montserrat", sans-serif; } }
  .page-template-page-home .content-area .home-slider-slides-slide .home-slide-cta {
    margin-top: 20px; }
    .page-template-page-home .content-area .home-slider-slides-slide .home-slide-cta a {
      display: inline-block;
      font: 700 20px/24px "Montserrat", sans-serif;
      padding: 10px 20px 11px 20px;
      color: #E60003;
      text-decoration: none;
      background-color: white;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
      @media only screen and (min-width: 992px) {
        .page-template-page-home .content-area .home-slider-slides-slide .home-slide-cta a {
          font: 700 24px/48px "Montserrat", sans-serif;
          padding: 0 30px; } }

.content-area .press-entry-content-posts .entry-content-posts-border {
  height: 2px;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 50px;
  clear: both; }

.content-area .global-search-not-found-entry-content-posts p {
  text-align: center; }

.content-area .search-entry-content-sidebar {
  background-color: white;
  padding: 20px 20px 30px 20px;
  margin-bottom: 20px; }
  .content-area .search-entry-content-sidebar h4 {
    text-align: center;
    text-transform: uppercase;
    font: 700 20px/24px "Montserrat", sans-serif;
    padding-bottom: 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
  .content-area .search-entry-content-sidebar .form-group {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0; }
    .content-area .search-entry-content-sidebar .form-group:last-child {
      padding-bottom: 0;
      border-bottom: none;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .content-area .search-entry-content-sidebar .form-group:last-child {
          text-align: left; } }
    .content-area .search-entry-content-sidebar .form-group .control-label {
      font: 700 16px/22px "Montserrat", sans-serif; }
    .content-area .search-entry-content-sidebar .form-group .control-select-year {
      margin-top: 10px; }
    .content-area .search-entry-content-sidebar .form-group .checkbox-label,
    .content-area .search-entry-content-sidebar .form-group .control-label-tag {
      display: block;
      padding-bottom: 10px; }
    .content-area .search-entry-content-sidebar .form-group .checkbox-label:last-child {
      padding-bottom: 0; }
  .content-area .search-entry-content-sidebar input[type="reset"],
  .content-area .search-entry-content-sidebar input[type="submit"] {
    cursor: pointer;
    color: white;
    text-align: center;
    border: none;
    outline: none;
    font: 700 16px/40px "Montserrat", sans-serif;
    border-radius: 16px;
    padding: 0 20px;
    min-width: 120px; }
    @media only screen and (min-width: 768px) {
      .content-area .search-entry-content-sidebar input[type="reset"],
      .content-area .search-entry-content-sidebar input[type="submit"] {
        padding: 0 30px;
        min-width: 160px; } }

/* Blocchi */
.block-exp-vis {
  text-align: center;
  padding: 40px 0 60px;
  overflow: hidden; }
  .block-exp-vis .block {
    background: white;
    padding: 20px 12px;
    margin-top: 20px; }
    .block-exp-vis .block .block-title {
      font: 900 26px/28px "Montserrat", sans-serif; }
      .block-exp-vis .block .block-title h4 {
        margin: 0; }
    .block-exp-vis .block .block-content {
      margin-top: 10px;
      background-color: white;
      text-align: center;
      font: normal 16px/18px "Montserrat", sans-serif; }
      @media only screen and (min-width: 992px) {
        .block-exp-vis .block .block-content {
          max-width: 400px;
          margin: 30px auto 0 auto; } }
      .block-exp-vis .block .block-content p {
        margin-top: 0; }
    .block-exp-vis .block .block-more {
      margin-top: 15px; }
      @media only screen and (min-width: 992px) {
        .block-exp-vis .block .block-more {
          margin-top: 40px; } }
      .block-exp-vis .block .block-more a {
        font: 700 16px/40px "Montserrat", sans-serif;
        min-width: 160px;
        display: inline-block;
        padding: 0 30px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-decoration: none;
        color: white; }
        .block-exp-vis .block .block-more a:focus, .block-exp-vis .block .block-more a:hover {
          background-color: rgba(29, 29, 29, 0.2); }
    .block-exp-vis .block.block-exp .block-title {
      color: #E60003; }
    .block-exp-vis .block.block-exp .block-content {
      color: #E60003; }
    .block-exp-vis .block.block-exp .block-more a {
      background-color: #E60003; }
    .block-exp-vis .block.block-vis .block-title {
      color: #3C477C; }
    .block-exp-vis .block.block-vis .block-content {
      color: #3C477C; }
    .block-exp-vis .block.block-vis .block-more a {
      background-color: #3C477C; }

.block-events {
  overflow: hidden;
  color: white;
  background: #fbb123;
  background: -moz-linear-gradient(top, #fbb123 0%, #e62105 100%);
  background: -webkit-linear-gradient(top, #fbb123 0%, #e62105 100%);
  background: linear-gradient(to bottom, #fbb123 0%, #e62105 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb123', endColorstr='#e62105',GradientType=0 ); }
  @media only screen and (min-width: 992px) {
    .block-events {
      margin-top: 40px; } }
  .block-events h4 {
    text-align: center;
    text-transform: uppercase;
    font: 900 30px/37px "Montserrat", sans-serif;
    margin: 20px 0 40px 0; }
  .block-events .block-event-header .block-event-header-date {
    display: inline-block;
    text-align: center;
    border-right: 8px solid white;
    padding: 0 10px 0 0;
    float: left; }
    .block-events .block-event-header .block-event-header-date .block-event-header-day {
      font: 900 40px/49px "Montserrat", sans-serif;
      text-transform: uppercase; }
    .block-events .block-event-header .block-event-header-date .block-event-header-month {
      font: 900 26px/49px "Montserrat", sans-serif;
      text-transform: uppercase;
      margin-top: -10px; }
  .block-events .block-event-header .block-event-header-meta {
    text-align: left;
    padding: 0 0 0 15px;
    overflow: hidden; }
    .block-events .block-event-header .block-event-header-meta .block-event-header-meta-tags {
      font: normal 12px/15px "Montserrat", sans-serif;
      text-transform: uppercase; }
    .block-events .block-event-header .block-event-header-meta .block-event-header-meta-title {
      margin: 10px 0 0 0;
      font: 900 26px/30px "Montserrat", sans-serif;
      text-transform: none; }
      .block-events .block-event-header .block-event-header-meta .block-event-header-meta-title a {
        text-decoration: none;
        color: white; }
        .block-events .block-event-header .block-event-header-meta .block-event-header-meta-title a:hover, .block-events .block-event-header .block-event-header-meta .block-event-header-meta-title a:visited {
          text-decoration: none;
          color: white; }
  .block-events .block-event-content {
    clear: both; }
    .block-events .block-event-content .block-event-content-text,
    .block-events .block-event-content .block-event-content-schedule,
    .block-events .block-event-content .block-event-content-location {
      font: normal 16px/20px "Montserrat", sans-serif;
      margin-bottom: 10px; }
      .block-events .block-event-content .block-event-content-text span,
      .block-events .block-event-content .block-event-content-schedule span,
      .block-events .block-event-content .block-event-content-location span {
        font-weight: 700; }
      .block-events .block-event-content .block-event-content-text:first-child,
      .block-events .block-event-content .block-event-content-schedule:first-child,
      .block-events .block-event-content .block-event-content-location:first-child {
        padding-top: 20px; }
  .block-events .block-event-content-body {
    font: normal 16px/20px "Montserrat", sans-serif;
    margin-top: 20px; }
    .block-events .block-event-content-body a {
      text-decoration: none;
      color: white; }
      .block-events .block-event-content-body a:hover, .block-events .block-event-content-body a:visited {
        text-decoration: none;
        color: white; }
  .block-events .slick-slider {
    margin-bottom: 30px; }
  .block-events .slick-dots {
    position: static;
    margin-top: 30px;
    margin-bottom: 0; }

.block-twitter {
  background: #24345c;
  background: -moz-linear-gradient(left, #24345c 0%, #596b9a 100%);
  background: -webkit-linear-gradient(left, #24345c 0%, #596b9a 100%);
  background: linear-gradient(to right, #24345c 0%, #596b9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24345c', endColorstr='#596b9a',GradientType=1 );
  padding: 60px 0; }
  .block-twitter .block-container {
    display: block; }
    @media only screen and (min-width: 992px) {
      .block-twitter .block-container {
        display: flex; } }
  .block-twitter .block-left .block-title {
    height: 100%; }
    .block-twitter .block-left .block-title h4 {
      text-align: center;
      font: 700 30px/32px "Montserrat", sans-serif;
      color: white;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      margin: 20px 0 0 0; }
      @media only screen and (min-width: 992px) {
        .block-twitter .block-left .block-title h4 {
          margin: 0 0 20px 0; } }
      .block-twitter .block-left .block-title h4:before {
        content: '';
        display: block;
        background-image: url(../images/twitter-icon-home.svg);
        width: 70px;
        height: 70px;
        text-align: center;
        margin: 0 auto;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 992px) {
          .block-twitter .block-left .block-title h4:before {
            margin: 0 auto 30px auto; } }
      @media only screen and (min-width: 992px) {
        .block-twitter .block-left .block-title h4 {
          font: 700 40px/42px "Montserrat", sans-serif;
          margin: 0; } }
  .block-twitter .block-right iframe {
    display: block; }

.block-sidebar {
  color: white;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-bottom: 20px; }
  .block-sidebar > a {
    display: block;
    color: white;
    text-decoration: none; }
  .block-sidebar.block-full {
    color: white;
    position: relative; }
    .block-sidebar.block-full > a {
      padding: 75px 10px; }
    .block-sidebar.block-full .block-full-sub-title {
      font: normal 12px/14px "Montserrat", sans-serif;
      text-transform: uppercase;
      display: block;
      z-index: 10; }
      .block-sidebar.block-full .block-full-sub-title:before {
        content: "";
        display: block;
        height: 8px;
        width: 100px;
        background-color: white;
        margin: 0 auto 15px auto; }
    .block-sidebar.block-full .block-full-title {
      font: 900 30px/32px "Montserrat", sans-serif;
      margin-top: 10px;
      display: block;
      z-index: 10; }
    .block-sidebar.block-full .block-full-img {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      z-index: -1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .block-sidebar.block-full .block-full-img:after {
        content: '';
        /*background: #288791;
        background: -moz-linear-gradient(top, #288791 0%, #87cdb9 100%);
        background: -webkit-linear-gradient(top, #288791 0%,#87cdb9 100%);
        background: linear-gradient(to bottom, #288791 0%,#87cdb9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288791', endColorstr='#87cdb9',GradientType=0 );
        opacity: .5;*/
        background: rgba(74, 74, 74, 0.5);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%; }
  .block-sidebar.block-button {
    position: relative;
    color: white; }
    .block-sidebar.block-button > a {
      padding: 20px 10px; }
    .block-sidebar.block-button .block-button-title {
      font: 900 26px/28px "Montserrat", sans-serif;
      text-transform: uppercase;
      z-index: 10; }
    .block-sidebar.block-button .block-button-img {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      z-index: -1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .block-sidebar.block-button .block-button-img:after {
        content: '';
        /*background: #008db0;
        background: -moz-linear-gradient(top, #008db0 0%, #005478 100%);
        background: -webkit-linear-gradient(top, #008db0 0%,#005478 100%);
        background: linear-gradient(to bottom, #008db0 0%,#005478 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008db0', endColorstr='#005478',GradientType=0 );
        opacity: 0.5;*/
        background: rgba(74, 74, 74, 0.5);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%; }
  .block-sidebar.block-event {
    color: #4A4A4A;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: white;
    padding: 20px 10px; }
    .block-sidebar.block-event .block-event-header {
      text-align: center;
      text-transform: uppercase; }
      .block-sidebar.block-event .block-event-header .block-event-header-day {
        font: 900 40px/42px "Montserrat", sans-serif; }
      .block-sidebar.block-event .block-event-header .block-event-header-month {
        font: 900 26px/28px "Montserrat", sans-serif; }
      .block-sidebar.block-event .block-event-header:after {
        content: "";
        display: block;
        height: 8px;
        width: 140px;
        background: #e62105;
        background: -moz-linear-gradient(left, #e62105 0%, #fbb123 100%);
        background: -webkit-linear-gradient(left, #e62105 0%, #fbb123 100%);
        background: linear-gradient(to right, #e62105 0%, #fbb123 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62105', endColorstr='#fbb123',GradientType=1 );
        margin: 20px auto; }
    .block-sidebar.block-event .block-event-content {
      text-align: left;
      color: #8C8A8D; }
      .block-sidebar.block-event .block-event-content div {
        font: normal 16px/19px "Montserrat", sans-serif;
        margin-bottom: 10px; }
        .block-sidebar.block-event .block-event-content div span {
          font: 700 16px/19px "Montserrat", sans-serif; }
        .block-sidebar.block-event .block-event-content div a {
          color: #005478;
          font: normal 14px/19px "Montserrat", sans-serif;
          text-decoration: underline; }
        .block-sidebar.block-event .block-event-content div:last-child {
          margin-bottom: 0; }
  .block-sidebar.block-map {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    /* fixes potential theme css conflict */ }
    .block-sidebar.block-map .block-map-map {
      width: 100%;
      height: 160px;
      border: 10px solid white; }
      @media only screen and (min-width: 992px) {
        .block-sidebar.block-map .block-map-map {
          height: 300px; } }
    .block-sidebar.block-map .block-map-map img {
      max-width: inherit !important; }
  .block-sidebar.block-search {
    background-color: white;
    color: #4A4A4A;
    padding: 10px; }
    .block-sidebar.block-search > a {
      color: #4A4A4A; }
    .block-sidebar.block-search .block-search-img {
      max-width: 40px; }
    .block-sidebar.block-search .block-search-title {
      font: 900 30px/32px "Montserrat", sans-serif;
      margin-top: 10px;
      display: block;
      z-index: 10; }
  .block-sidebar:last-child {
    margin-bottom: 30px; }
  .type-page .press-entry-content-sidebar .block-sidebar.block-full,
  .type-page .home-entry-content-sidebar .block-sidebar.block-full {
    min-height: 400px;
    position: relative; }
    .type-page .press-entry-content-sidebar .block-sidebar.block-full a,
    .type-page .home-entry-content-sidebar .block-sidebar.block-full a {
      padding: 0 10px;
      height: 400px; }
    .type-page .press-entry-content-sidebar .block-sidebar.block-full .block-full-sub-title:before,
    .type-page .home-entry-content-sidebar .block-sidebar.block-full .block-full-sub-title:before {
      display: none; }
    .type-page .press-entry-content-sidebar .block-sidebar.block-full .block-full-title,
    .type-page .home-entry-content-sidebar .block-sidebar.block-full .block-full-title {
      margin-top: 0; }

.block-see-also h4 {
  text-align: center;
  color: #4A4A4A;
  font: 900 30px/32px "Montserrat", sans-serif;
  margin: 40px 0 0 0;
  position: relative; }
  .block-see-also h4:before {
    content: "";
    display: block;
    height: 2px;
    background-color: white;
    margin: 0 0 50px 0; }
  @media only screen and (min-width: 992px) {
    .block-see-also h4 {
      margin-top: 50px;
      font: 900 40px/32px "Montserrat", sans-serif; } }
  .block-see-also h4:after {
    content: "";
    display: block;
    height: 8px;
    width: 120px;
    background-color: #01AEC4;
    margin: 22px auto 30px auto; }
    @media only screen and (min-width: 992px) {
      .block-see-also h4:after {
        margin: 32px auto 50px auto; } }

.block-see-also .post-card .post-card-header-bar {
  background: #01AEC4 !important;
  background-color: #01AEC4 !important; }

.block-see-also .post-card .post-card-footer a:focus, .block-see-also .post-card .post-card-footer a:hover {
  color: #01AEC4; }

/* Post card */
.post-card {
  color: #4A4A4A;
  background-color: white;
  padding: 20px 10px 10px 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px !important;
  height: 260px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .post-card {
      height: 350px;
      padding: 30px 20px 10px 20px !important; } }
  .post-card .post-card-content-container {
    position: relative;
    height: 100%; }
  .post-card h2 {
    font: 900 26px/28px "Montserrat", sans-serif;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .post-card h2 {
        font: 900 30px/38px "Montserrat", sans-serif; } }
    .post-card h2 a {
      color: #4A4A4A;
      text-decoration: none; }
      .post-card h2 a:focus, .post-card h2 a:hover {
        text-decoration: underline; }
  .post-card .post-card-header-image {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 992px) {
      .post-card .post-card-header-image {
        width: calc(50% - 10px);
        height: 100%; } }
  .post-card .post-card-header-bar {
    display: block;
    height: 8px;
    width: 120px;
    background-color: #E60003;
    margin: 0 0 20px 0; }
  .post-card .post-card-header-type {
    font: normal 12px/15px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .post-card .post-card-header-type {
        font: normal 16px/19px "Montserrat", sans-serif; } }
  .post-card .post-card-header-event {
    display: inline-block;
    color: #9B9B9B; }
    .post-card .post-card-header-event .post-card-header-event-day {
      font: 900 40px/49px "Montserrat", sans-serif;
      text-transform: uppercase; }
    .post-card .post-card-header-event .post-card-header-event-month {
      font: 900 26px/49px "Montserrat", sans-serif;
      text-transform: uppercase;
      margin-top: -10px; }
  .post-card .post-card-content {
    font: normal 16px/22px "Montserrat", sans-serif;
    margin-top: 10px; }
    @media only screen and (min-width: 992px) {
      .post-card .post-card-content {
        font: normal 20px/26px "Montserrat", sans-serif; } }
    .post-card .post-card-content p {
      margin-top: 0; }
  .post-card .post-card-footer {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0; }
    .post-card .post-card-footer a {
      color: #4A4A4A;
      font: 900 12px/14px "Montserrat", sans-serif;
      text-decoration: underline;
      text-align: right; }
      .post-card .post-card-footer a:focus, .post-card .post-card-footer a:hover {
        color: #E60003;
        text-decoration: underline; }
      @media only screen and (min-width: 992px) {
        .post-card .post-card-footer a {
          font: 900 14px/16px "Montserrat", sans-serif; } }
  .post-card.type-event .post-card-header-bar, .post-card.type-evento .post-card-header-bar {
    background: #e62105;
    background: -moz-linear-gradient(left, #e62105 0%, #fbb123 100%);
    background: -webkit-linear-gradient(left, #e62105 0%, #fbb123 100%);
    background: linear-gradient(to right, #e62105 0%, #fbb123 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62105', endColorstr='#fbb123',GradientType=1 ); }
  .post-card.type-event.is_past_event .post-card-header-bar, .post-card.type-evento.is_past_event .post-card-header-bar {
    background: #9B9B9B;
    background-color: #9B9B9B; }
  .post-card.type-event.is_past_event .post-card-header-type,
  .post-card.type-event.is_past_event .post-card-footer,
  .post-card.type-event.is_past_event .post-card-header-title,
  .post-card.type-event.is_past_event .post-card-header-event, .post-card.type-evento.is_past_event .post-card-header-type,
  .post-card.type-evento.is_past_event .post-card-footer,
  .post-card.type-evento.is_past_event .post-card-header-title,
  .post-card.type-evento.is_past_event .post-card-header-event {
    color: #9B9B9B; }
    .post-card.type-event.is_past_event .post-card-header-type a,
    .post-card.type-event.is_past_event .post-card-footer a,
    .post-card.type-event.is_past_event .post-card-header-title a,
    .post-card.type-event.is_past_event .post-card-header-event a, .post-card.type-evento.is_past_event .post-card-header-type a,
    .post-card.type-evento.is_past_event .post-card-footer a,
    .post-card.type-evento.is_past_event .post-card-header-title a,
    .post-card.type-evento.is_past_event .post-card-header-event a {
      color: #9B9B9B; }
      .post-card.type-event.is_past_event .post-card-header-type a:hover,
      .post-card.type-event.is_past_event .post-card-footer a:hover,
      .post-card.type-event.is_past_event .post-card-header-title a:hover,
      .post-card.type-event.is_past_event .post-card-header-event a:hover, .post-card.type-evento.is_past_event .post-card-header-type a:hover,
      .post-card.type-evento.is_past_event .post-card-footer a:hover,
      .post-card.type-evento.is_past_event .post-card-header-title a:hover,
      .post-card.type-evento.is_past_event .post-card-header-event a:hover {
        color: #9B9B9B; }
  body.search .post-card .post-card-header-event .post-card-header-event-day,
  body.page-template-page-section-search-eventi .post-card .post-card-header-event .post-card-header-event-day {
    font: 900 26px/35px "Montserrat", sans-serif;
    text-transform: uppercase;
    float: left; }
    @media only screen and (min-width: 992px) {
      body.search .post-card .post-card-header-event .post-card-header-event-day,
      body.page-template-page-section-search-eventi .post-card .post-card-header-event .post-card-header-event-day {
        font: 900 40px/49px "Montserrat", sans-serif; } }
  body.search .post-card .post-card-header-event .post-card-header-event-month,
  body.page-template-page-section-search-eventi .post-card .post-card-header-event .post-card-header-event-month {
    font: 900 26px/35px "Montserrat", sans-serif;
    text-transform: uppercase;
    float: left;
    margin-top: 0; }
    @media only screen and (min-width: 992px) {
      body.search .post-card .post-card-header-event .post-card-header-event-month,
      body.page-template-page-section-search-eventi .post-card .post-card-header-event .post-card-header-event-month {
        font: 900 40px/49px "Montserrat", sans-serif; } }
    body.search .post-card .post-card-header-event .post-card-header-event-month:before,
    body.page-template-page-section-search-eventi .post-card .post-card-header-event .post-card-header-event-month:before {
      content: "|";
      font: 900 26px/35px "Montserrat", sans-serif;
      display: block;
      padding: 0 8px;
      margin-top: -3px;
      float: left; }
      @media only screen and (min-width: 992px) {
        body.search .post-card .post-card-header-event .post-card-header-event-month:before,
        body.page-template-page-section-search-eventi .post-card .post-card-header-event .post-card-header-event-month:before {
          font: 900 40px/49px "Montserrat", sans-serif; } }
  .post-card.col-1 {
    height: 520px; }
    @media only screen and (min-width: 992px) {
      .post-card.col-1 {
        height: 350px; } }
    .post-card.col-1 .post-card-content-container {
      position: relative;
      top: calc(50% + 10px);
      height: calc(50% - 10px); }
      @media only screen and (min-width: 992px) {
        .post-card.col-1 .post-card-content-container {
          overflow: hidden;
          float: right;
          width: 50%;
          top: 0;
          height: 100%;
          clear: both;
          padding-left: 10px; } }
      .post-card.col-1 .post-card-content-container.force-no-image {
        top: 0;
        height: 100%;
        width: 100%; }
    .post-card.col-1.force-no-image {
      height: 260px; }
      .post-card.col-1.force-no-image .post-card-content-container {
        top: 0; }
      @media only screen and (min-width: 992px) {
        .post-card.col-1.force-no-image {
          height: 350px; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
footer {
  color: white; }
  footer h6 {
    margin: 0; }
  footer .site-aside {
    background-color: #4a4a4a; }
    footer .site-aside .site-aside-row {
      padding: 20px 0;
      border-bottom: 1px solid white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      @media only screen and (min-width: 992px) {
        footer .site-aside .site-aside-row {
          border-bottom: none; } }
      footer .site-aside .site-aside-row:last-child {
        border-bottom: none; }
    footer .site-aside .site-aside-logos > div {
      margin-bottom: 20px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        footer .site-aside .site-aside-logos > div {
          text-align: left;
          margin-bottom: 0; } }
    footer .site-aside .site-aside-logo img {
      max-width: 152px; }
    footer .site-aside .site-aside-con h6 {
      font: 700 16px/18px "Montserrat", sans-serif;
      margin-bottom: 15px; }
    footer .site-aside .site-aside-con img {
      max-width: 140px; }
    footer .site-aside .site-aside-reg h6 {
      font: 700 16px/18px "Montserrat", sans-serif;
      margin-bottom: 15px; }
    footer .site-aside .site-aside-reg a {
      display: block;
      width: 120px;
      clear: both;
      margin: 0 auto; }
      footer .site-aside .site-aside-reg a.first {
        margin-bottom: 7px; }
      @media only screen and (min-width: 992px) {
        footer .site-aside .site-aside-reg a {
          float: left; } }
    footer .site-aside .site-aside-reg img {
      max-width: 120px;
      display: block; }
    @media only screen and (min-width: 992px) {
      footer .site-aside .site-aside-follow-us {
        border-left: 1px solid white;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid white;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        -webkit-background-clip: padding-box;
        background-clip: padding-box; } }
    footer .site-aside .site-aside-follow-us h6 {
      font: 700 16px/18px "Montserrat", sans-serif;
      text-align: center;
      margin-bottom: 20px; }
    footer .site-aside .site-aside-follow-us .social {
      font: normal 16px/18px "Montserrat", sans-serif;
      text-align: center; }
      footer .site-aside .site-aside-follow-us .social a {
        color: white;
        text-decoration: none;
        display: inline-block; }
        @media only screen and (min-width: 992px) {
          footer .site-aside .site-aside-follow-us .social a {
            line-height: 30px; } }
        footer .site-aside .site-aside-follow-us .social a .social-image {
          display: block;
          text-align: center;
          margin-bottom: 15px;
          height: 25px; }
          @media only screen and (min-width: 992px) {
            footer .site-aside .site-aside-follow-us .social a .social-image {
              display: block;
              height: 30px;
              float: left; }
              footer .site-aside .site-aside-follow-us .social a .social-image img {
                vertical-align: middle; } }
        footer .site-aside .site-aside-follow-us .social a .social-label {
          display: block; }
          @media only screen and (min-width: 992px) {
            footer .site-aside .site-aside-follow-us .social a .social-label {
              float: left;
              padding-left: 20px; } }
      footer .site-aside .site-aside-follow-us .social.social-fb .social-label {
        padding-top: 2px; }
      footer .site-aside .site-aside-follow-us .social.social-tw .social-image {
        padding-top: 6px; }
        @media only screen and (min-width: 992px) {
          footer .site-aside .site-aside-follow-us .social.social-tw .social-image {
            padding-top: 0; } }
      footer .site-aside .site-aside-follow-us .social.social-in .social-label {
        padding-top: 6px; }
    footer .site-aside .site-aside-newsletter h6 {
      font: 700 16px/18px "Montserrat", sans-serif;
      margin-bottom: 15px; }
  footer .site-pre-info {
    padding: 15px 0;
    background-color: #d9d9d9;
    /*h6 {
      font: 700 16px/19px $font__main;
      text-align: center;
    }*/ }
    footer .site-pre-info .site-pre-info-container {
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 20px 0; }
      @media only screen and (min-width: 768px) {
        footer .site-pre-info .site-pre-info-container {
          padding: 30px 0; } }
      @media only screen and (min-width: 992px) {
        footer .site-pre-info .site-pre-info-container {
          padding: 50px 0; } }
      footer .site-pre-info .site-pre-info-container > div {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) {
          footer .site-pre-info .site-pre-info-container > div {
            margin: 0; } }
        footer .site-pre-info .site-pre-info-container > div:last-child {
          margin-bottom: 0; }
    footer .site-pre-info .one img {
      max-width: 60px; }
    footer .site-pre-info .two img {
      max-width: 120px; }
    footer .site-pre-info .three img {
      max-width: 70px; }
    footer .site-pre-info .four img {
      max-width: 80px; }
    footer .site-pre-info .five img {
      max-width: 100px; }
  footer .site-info {
    padding: 20px 10px;
    background-color: #4a4a4a;
    color: white;
    font: normal 12px/20px "Montserrat", sans-serif;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      footer .site-info {
        padding: 20px 0; } }
    footer .site-info span > div {
      display: inline; }
      footer .site-info span > div ul {
        display: inline; }
    footer .site-info ul,
    footer .site-info ul.site-menu {
      padding: 0;
      margin: 0;
      list-style: none; }
      @media only screen and (min-width: 992px) {
        footer .site-info ul,
        footer .site-info ul.site-menu {
          padding: 0; } }
      footer .site-info ul li,
      footer .site-info ul.site-menu li {
        font: normal 12px/20px "Montserrat", sans-serif;
        padding: 0;
        display: inline; }
        footer .site-info ul li:after,
        footer .site-info ul.site-menu li:after {
          content: ' - '; }
        footer .site-info ul li:last-child:after,
        footer .site-info ul.site-menu li:last-child:after {
          content: ''; }
        footer .site-info ul li a,
        footer .site-info ul.site-menu li a {
          color: white;
          text-decoration: none;
          display: inline; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.slick-slide {
  outline: none; }

.slick-arrow {
  width: auto;
  height: 40px; }

.slick-next {
  right: 30px;
  z-index: 100; }
  .slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054' !important;
    font-size: 40px;
    opacity: 1;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5); }

.slick-prev {
  left: 30px;
  z-index: 100; }
  .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-size: 40px;
    opacity: 1;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5); }

.slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15px; }
  .slick-dots li button:before {
    content: '';
    color: white;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid white;
    opacity: 1;
    width: 14px;
    height: 14px;
    transition: background-color;
    transition-duration: 0.3s; }
  .slick-dots li button:hover:before {
    background: white;
    opacity: 1; }
  .slick-dots li.slick-active button:before {
    background: white;
    opacity: 1; }

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */