/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
@charset "UTF-8";
/*!
Theme Name:Perussuomalaisten pääsivusto
Theme URI:http://www.perussuomalaiset.fi/
Description: Framework for Wordpres themes
Author:Perussuomalaiset rp
Author URI:https://www.perussuomalaiset.fi/
Version:2.0
*/
/* Screen size selector */
/* Column system */
[class*=col-].row {
  font-size: 1e-8%;
}

[class*=col-] {
  overflow: hidden;
  font-size: medium;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-height: 1px;
  vertical-align: top;
}
[class*=col-] img, [class*=col-] object, [class*=col-] video, [class*=col-] figure {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.col-1 {
  width: calc(4.1666666667% - 20px);
  margin: 0 10px;
}

.col-1-wide {
  width: 4.1666666667%;
  margin: 0;
}

.col-1-wide-left {
  width: calc(4.1666666667% - 10px);
  margin: 0 10px 0 0;
}

.col-1-wide-right {
  width: calc(4.1666666667% - 10px);
  margin: 0 0 0 10px;
}

.col-2 {
  width: calc(8.3333333333% - 20px);
  margin: 0 10px;
}

.col-2-wide {
  width: 8.3333333333%;
  margin: 0;
}

.col-2-wide-left {
  width: calc(8.3333333333% - 10px);
  margin: 0 10px 0 0;
}

.col-2-wide-right {
  width: calc(8.3333333333% - 10px);
  margin: 0 0 0 10px;
}

.col-3 {
  width: calc(12.5% - 20px);
  margin: 0 10px;
}

.col-3-wide {
  width: 12.5%;
  margin: 0;
}

.col-3-wide-left {
  width: calc(12.5% - 10px);
  margin: 0 10px 0 0;
}

.col-3-wide-right {
  width: calc(12.5% - 10px);
  margin: 0 0 0 10px;
}

.col-4 {
  width: calc(16.6666666667% - 20px);
  margin: 0 10px;
}

.col-4-wide {
  width: 16.6666666667%;
  margin: 0;
}

.col-4-wide-left {
  width: calc(16.6666666667% - 10px);
  margin: 0 10px 0 0;
}

.col-4-wide-right {
  width: calc(16.6666666667% - 10px);
  margin: 0 0 0 10px;
}

.col-5 {
  width: calc(20.8333333333% - 20px);
  margin: 0 10px;
}

.col-5-wide {
  width: 20.8333333333%;
  margin: 0;
}

.col-5-wide-left {
  width: calc(20.8333333333% - 10px);
  margin: 0 10px 0 0;
}

.col-5-wide-right {
  width: calc(20.8333333333% - 10px);
  margin: 0 0 0 10px;
}

.col-6 {
  width: calc(25% - 20px);
  margin: 0 10px;
}

.col-6-wide {
  width: 25%;
  margin: 0;
}

.col-6-wide-left {
  width: calc(25% - 10px);
  margin: 0 10px 0 0;
}

.col-6-wide-right {
  width: calc(25% - 10px);
  margin: 0 0 0 10px;
}

.col-7 {
  width: calc(29.1666666667% - 20px);
  margin: 0 10px;
}

.col-7-wide {
  width: 29.1666666667%;
  margin: 0;
}

.col-7-wide-left {
  width: calc(29.1666666667% - 10px);
  margin: 0 10px 0 0;
}

.col-7-wide-right {
  width: calc(29.1666666667% - 10px);
  margin: 0 0 0 10px;
}

.col-8 {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}

.col-8-wide {
  width: 33.3333333333%;
  margin: 0;
}

.col-8-wide-left {
  width: calc(33.3333333333% - 10px);
  margin: 0 10px 0 0;
}

.col-8-wide-right {
  width: calc(33.3333333333% - 10px);
  margin: 0 0 0 10px;
}

.col-9 {
  width: calc(37.5% - 20px);
  margin: 0 10px;
}

.col-9-wide {
  width: 37.5%;
  margin: 0;
}

.col-9-wide-left {
  width: calc(37.5% - 10px);
  margin: 0 10px 0 0;
}

.col-9-wide-right {
  width: calc(37.5% - 10px);
  margin: 0 0 0 10px;
}

.col-10 {
  width: calc(41.6666666667% - 20px);
  margin: 0 10px;
}

.col-10-wide {
  width: 41.6666666667%;
  margin: 0;
}

.col-10-wide-left {
  width: calc(41.6666666667% - 10px);
  margin: 0 10px 0 0;
}

.col-10-wide-right {
  width: calc(41.6666666667% - 10px);
  margin: 0 0 0 10px;
}

.col-11 {
  width: calc(45.8333333333% - 20px);
  margin: 0 10px;
}

.col-11-wide {
  width: 45.8333333333%;
  margin: 0;
}

.col-11-wide-left {
  width: calc(45.8333333333% - 10px);
  margin: 0 10px 0 0;
}

.col-11-wide-right {
  width: calc(45.8333333333% - 10px);
  margin: 0 0 0 10px;
}

.col-12 {
  width: calc(50% - 20px);
  margin: 0 10px;
}

.col-12-wide {
  width: 50%;
  margin: 0;
}

.col-12-wide-left {
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
}

.col-12-wide-right {
  width: calc(50% - 10px);
  margin: 0 0 0 10px;
}

.col-13 {
  width: calc(54.1666666667% - 20px);
  margin: 0 10px;
}

.col-13-wide {
  width: 54.1666666667%;
  margin: 0;
}

.col-13-wide-left {
  width: calc(54.1666666667% - 10px);
  margin: 0 10px 0 0;
}

.col-13-wide-right {
  width: calc(54.1666666667% - 10px);
  margin: 0 0 0 10px;
}

.col-14 {
  width: calc(58.3333333333% - 20px);
  margin: 0 10px;
}

.col-14-wide {
  width: 58.3333333333%;
  margin: 0;
}

.col-14-wide-left {
  width: calc(58.3333333333% - 10px);
  margin: 0 10px 0 0;
}

.col-14-wide-right {
  width: calc(58.3333333333% - 10px);
  margin: 0 0 0 10px;
}

.col-15 {
  width: calc(62.5% - 20px);
  margin: 0 10px;
}

.col-15-wide {
  width: 62.5%;
  margin: 0;
}

.col-15-wide-left {
  width: calc(62.5% - 10px);
  margin: 0 10px 0 0;
}

.col-15-wide-right {
  width: calc(62.5% - 10px);
  margin: 0 0 0 10px;
}

.col-16 {
  width: calc(66.6666666667% - 20px);
  margin: 0 10px;
}

.col-16-wide {
  width: 66.6666666667%;
  margin: 0;
}

.col-16-wide-left {
  width: calc(66.6666666667% - 10px);
  margin: 0 10px 0 0;
}

.col-16-wide-right {
  width: calc(66.6666666667% - 10px);
  margin: 0 0 0 10px;
}

.col-17 {
  width: calc(70.8333333333% - 20px);
  margin: 0 10px;
}

.col-17-wide {
  width: 70.8333333333%;
  margin: 0;
}

.col-17-wide-left {
  width: calc(70.8333333333% - 10px);
  margin: 0 10px 0 0;
}

.col-17-wide-right {
  width: calc(70.8333333333% - 10px);
  margin: 0 0 0 10px;
}

.col-18 {
  width: calc(75% - 20px);
  margin: 0 10px;
}

.col-18-wide {
  width: 75%;
  margin: 0;
}

.col-18-wide-left {
  width: calc(75% - 10px);
  margin: 0 10px 0 0;
}

.col-18-wide-right {
  width: calc(75% - 10px);
  margin: 0 0 0 10px;
}

.col-19 {
  width: calc(79.1666666667% - 20px);
  margin: 0 10px;
}

.col-19-wide {
  width: 79.1666666667%;
  margin: 0;
}

.col-19-wide-left {
  width: calc(79.1666666667% - 10px);
  margin: 0 10px 0 0;
}

.col-19-wide-right {
  width: calc(79.1666666667% - 10px);
  margin: 0 0 0 10px;
}

.col-20 {
  width: calc(83.3333333333% - 20px);
  margin: 0 10px;
}

.col-20-wide {
  width: 83.3333333333%;
  margin: 0;
}

.col-20-wide-left {
  width: calc(83.3333333333% - 10px);
  margin: 0 10px 0 0;
}

.col-20-wide-right {
  width: calc(83.3333333333% - 10px);
  margin: 0 0 0 10px;
}

.col-21 {
  width: calc(87.5% - 20px);
  margin: 0 10px;
}

.col-21-wide {
  width: 87.5%;
  margin: 0;
}

.col-21-wide-left {
  width: calc(87.5% - 10px);
  margin: 0 10px 0 0;
}

.col-21-wide-right {
  width: calc(87.5% - 10px);
  margin: 0 0 0 10px;
}

.col-22 {
  width: calc(91.6666666667% - 20px);
  margin: 0 10px;
}

.col-22-wide {
  width: 91.6666666667%;
  margin: 0;
}

.col-22-wide-left {
  width: calc(91.6666666667% - 10px);
  margin: 0 10px 0 0;
}

.col-22-wide-right {
  width: calc(91.6666666667% - 10px);
  margin: 0 0 0 10px;
}

.col-23 {
  width: calc(95.8333333333% - 20px);
  margin: 0 10px;
}

.col-23-wide {
  width: 95.8333333333%;
  margin: 0;
}

.col-23-wide-left {
  width: calc(95.8333333333% - 10px);
  margin: 0 10px 0 0;
}

.col-23-wide-right {
  width: calc(95.8333333333% - 10px);
  margin: 0 0 0 10px;
}

.col-24 {
  width: calc(100% - 20px);
  margin: 0 10px;
}

.col-24-wide {
  width: 100%;
  margin: 0;
}

.col-24-wide-left {
  width: calc(100% - 10px);
  margin: 0 10px 0 0;
}

.col-24-wide-right {
  width: calc(100% - 10px);
  margin: 0 0 0 10px;
}

.col-pull-0 {
  right: 0%;
}

.col-push-0 {
  left: 0%;
}

.col-offset-0 {
  margin-left: calc(0% + 10px);
}

.col-offset-half-wide-0 {
  margin-left: calc(0% + 10px);
}

.col-offset-wide-0 {
  margin-left: calc(0%);
}

.col-pull-1 {
  right: 4.1666666667%;
}

.col-push-1 {
  left: 4.1666666667%;
}

.col-offset-1 {
  margin-left: calc(4.1666666667% + 10px);
}

.col-offset-half-wide-1 {
  margin-left: calc(4.1666666667% + 10px);
}

.col-offset-wide-1 {
  margin-left: calc(4.1666666667%);
}

.col-pull-2 {
  right: 8.3333333333%;
}

.col-push-2 {
  left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: calc(8.3333333333% + 10px);
}

.col-offset-half-wide-2 {
  margin-left: calc(8.3333333333% + 10px);
}

.col-offset-wide-2 {
  margin-left: calc(8.3333333333%);
}

.col-pull-3 {
  right: 12.5%;
}

.col-push-3 {
  left: 12.5%;
}

.col-offset-3 {
  margin-left: calc(12.5% + 10px);
}

.col-offset-half-wide-3 {
  margin-left: calc(12.5% + 10px);
}

.col-offset-wide-3 {
  margin-left: calc(12.5%);
}

.col-pull-4 {
  right: 16.6666666667%;
}

.col-push-4 {
  left: 16.6666666667%;
}

.col-offset-4 {
  margin-left: calc(16.6666666667% + 10px);
}

.col-offset-half-wide-4 {
  margin-left: calc(16.6666666667% + 10px);
}

.col-offset-wide-4 {
  margin-left: calc(16.6666666667%);
}

.col-pull-5 {
  right: 20.8333333333%;
}

.col-push-5 {
  left: 20.8333333333%;
}

.col-offset-5 {
  margin-left: calc(20.8333333333% + 10px);
}

.col-offset-half-wide-5 {
  margin-left: calc(20.8333333333% + 10px);
}

.col-offset-wide-5 {
  margin-left: calc(20.8333333333%);
}

.col-pull-6 {
  right: 25%;
}

.col-push-6 {
  left: 25%;
}

.col-offset-6 {
  margin-left: calc(25% + 10px);
}

.col-offset-half-wide-6 {
  margin-left: calc(25% + 10px);
}

.col-offset-wide-6 {
  margin-left: calc(25%);
}

.col-pull-7 {
  right: 29.1666666667%;
}

.col-push-7 {
  left: 29.1666666667%;
}

.col-offset-7 {
  margin-left: calc(29.1666666667% + 10px);
}

.col-offset-half-wide-7 {
  margin-left: calc(29.1666666667% + 10px);
}

.col-offset-wide-7 {
  margin-left: calc(29.1666666667%);
}

.col-pull-8 {
  right: 33.3333333333%;
}

.col-push-8 {
  left: 33.3333333333%;
}

.col-offset-8 {
  margin-left: calc(33.3333333333% + 10px);
}

.col-offset-half-wide-8 {
  margin-left: calc(33.3333333333% + 10px);
}

.col-offset-wide-8 {
  margin-left: calc(33.3333333333%);
}

.col-pull-9 {
  right: 37.5%;
}

.col-push-9 {
  left: 37.5%;
}

.col-offset-9 {
  margin-left: calc(37.5% + 10px);
}

.col-offset-half-wide-9 {
  margin-left: calc(37.5% + 10px);
}

.col-offset-wide-9 {
  margin-left: calc(37.5%);
}

.col-pull-10 {
  right: 41.6666666667%;
}

.col-push-10 {
  left: 41.6666666667%;
}

.col-offset-10 {
  margin-left: calc(41.6666666667% + 10px);
}

.col-offset-half-wide-10 {
  margin-left: calc(41.6666666667% + 10px);
}

.col-offset-wide-10 {
  margin-left: calc(41.6666666667%);
}

.col-pull-11 {
  right: 45.8333333333%;
}

.col-push-11 {
  left: 45.8333333333%;
}

.col-offset-11 {
  margin-left: calc(45.8333333333% + 10px);
}

.col-offset-half-wide-11 {
  margin-left: calc(45.8333333333% + 10px);
}

.col-offset-wide-11 {
  margin-left: calc(45.8333333333%);
}

.col-pull-12 {
  right: 50%;
}

.col-push-12 {
  left: 50%;
}

.col-offset-12 {
  margin-left: calc(50% + 10px);
}

.col-offset-half-wide-12 {
  margin-left: calc(50% + 10px);
}

.col-offset-wide-12 {
  margin-left: calc(50%);
}

.col-pull-13 {
  right: 54.1666666667%;
}

.col-push-13 {
  left: 54.1666666667%;
}

.col-offset-13 {
  margin-left: calc(54.1666666667% + 10px);
}

.col-offset-half-wide-13 {
  margin-left: calc(54.1666666667% + 10px);
}

.col-offset-wide-13 {
  margin-left: calc(54.1666666667%);
}

.col-pull-14 {
  right: 58.3333333333%;
}

.col-push-14 {
  left: 58.3333333333%;
}

.col-offset-14 {
  margin-left: calc(58.3333333333% + 10px);
}

.col-offset-half-wide-14 {
  margin-left: calc(58.3333333333% + 10px);
}

.col-offset-wide-14 {
  margin-left: calc(58.3333333333%);
}

.col-pull-15 {
  right: 62.5%;
}

.col-push-15 {
  left: 62.5%;
}

.col-offset-15 {
  margin-left: calc(62.5% + 10px);
}

.col-offset-half-wide-15 {
  margin-left: calc(62.5% + 10px);
}

.col-offset-wide-15 {
  margin-left: calc(62.5%);
}

.col-pull-16 {
  right: 66.6666666667%;
}

.col-push-16 {
  left: 66.6666666667%;
}

.col-offset-16 {
  margin-left: calc(66.6666666667% + 10px);
}

.col-offset-half-wide-16 {
  margin-left: calc(66.6666666667% + 10px);
}

.col-offset-wide-16 {
  margin-left: calc(66.6666666667%);
}

.col-pull-17 {
  right: 70.8333333333%;
}

.col-push-17 {
  left: 70.8333333333%;
}

.col-offset-17 {
  margin-left: calc(70.8333333333% + 10px);
}

.col-offset-half-wide-17 {
  margin-left: calc(70.8333333333% + 10px);
}

.col-offset-wide-17 {
  margin-left: calc(70.8333333333%);
}

.col-pull-18 {
  right: 75%;
}

.col-push-18 {
  left: 75%;
}

.col-offset-18 {
  margin-left: calc(75% + 10px);
}

.col-offset-half-wide-18 {
  margin-left: calc(75% + 10px);
}

.col-offset-wide-18 {
  margin-left: calc(75%);
}

.col-pull-19 {
  right: 79.1666666667%;
}

.col-push-19 {
  left: 79.1666666667%;
}

.col-offset-19 {
  margin-left: calc(79.1666666667% + 10px);
}

.col-offset-half-wide-19 {
  margin-left: calc(79.1666666667% + 10px);
}

.col-offset-wide-19 {
  margin-left: calc(79.1666666667%);
}

.col-pull-20 {
  right: 83.3333333333%;
}

.col-push-20 {
  left: 83.3333333333%;
}

.col-offset-20 {
  margin-left: calc(83.3333333333% + 10px);
}

.col-offset-half-wide-20 {
  margin-left: calc(83.3333333333% + 10px);
}

.col-offset-wide-20 {
  margin-left: calc(83.3333333333%);
}

.col-pull-21 {
  right: 87.5%;
}

.col-push-21 {
  left: 87.5%;
}

.col-offset-21 {
  margin-left: calc(87.5% + 10px);
}

.col-offset-half-wide-21 {
  margin-left: calc(87.5% + 10px);
}

.col-offset-wide-21 {
  margin-left: calc(87.5%);
}

.col-pull-22 {
  right: 91.6666666667%;
}

.col-push-22 {
  left: 91.6666666667%;
}

.col-offset-22 {
  margin-left: calc(91.6666666667% + 10px);
}

.col-offset-half-wide-22 {
  margin-left: calc(91.6666666667% + 10px);
}

.col-offset-wide-22 {
  margin-left: calc(91.6666666667%);
}

.col-pull-23 {
  right: 95.8333333333%;
}

.col-push-23 {
  left: 95.8333333333%;
}

.col-offset-23 {
  margin-left: calc(95.8333333333% + 10px);
}

.col-offset-half-wide-23 {
  margin-left: calc(95.8333333333% + 10px);
}

.col-offset-wide-23 {
  margin-left: calc(95.8333333333%);
}

.col-pull-24 {
  right: 100%;
}

.col-push-24 {
  left: 100%;
}

.col-offset-24 {
  margin-left: calc(100% + 10px);
}

.col-offset-half-wide-24 {
  margin-left: calc(100% + 10px);
}

.col-offset-wide-24 {
  margin-left: calc(100%);
}

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

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

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

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

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

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

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

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

.block-justify:after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0.000001%;
}

.col-hide {
  display: none !important;
}

.col-show {
  display: inline-block !important;
}

@media (min-width: 0px) and (max-width: 479px) {
  .col-xs-1 {
    width: calc(4.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-xs-1-wide {
    width: 4.1666666667%;
    margin: 0;
  }

  .col-xs-1-wide-left {
    width: calc(4.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-1-wide-right {
    width: calc(4.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-2 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-xs-2-wide {
    width: 8.3333333333%;
    margin: 0;
  }

  .col-xs-2-wide-left {
    width: calc(8.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-2-wide-right {
    width: calc(8.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-3 {
    width: calc(12.5% - 20px);
    margin: 0 10px;
  }

  .col-xs-3-wide {
    width: 12.5%;
    margin: 0;
  }

  .col-xs-3-wide-left {
    width: calc(12.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-3-wide-right {
    width: calc(12.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-4 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-xs-4-wide {
    width: 16.6666666667%;
    margin: 0;
  }

  .col-xs-4-wide-left {
    width: calc(16.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-4-wide-right {
    width: calc(16.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-5 {
    width: calc(20.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-xs-5-wide {
    width: 20.8333333333%;
    margin: 0;
  }

  .col-xs-5-wide-left {
    width: calc(20.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-5-wide-right {
    width: calc(20.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-6 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }

  .col-xs-6-wide {
    width: 25%;
    margin: 0;
  }

  .col-xs-6-wide-left {
    width: calc(25% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-6-wide-right {
    width: calc(25% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-7 {
    width: calc(29.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-xs-7-wide {
    width: 29.1666666667%;
    margin: 0;
  }

  .col-xs-7-wide-left {
    width: calc(29.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-7-wide-right {
    width: calc(29.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-8 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-xs-8-wide {
    width: 33.3333333333%;
    margin: 0;
  }

  .col-xs-8-wide-left {
    width: calc(33.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-8-wide-right {
    width: calc(33.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-9 {
    width: calc(37.5% - 20px);
    margin: 0 10px;
  }

  .col-xs-9-wide {
    width: 37.5%;
    margin: 0;
  }

  .col-xs-9-wide-left {
    width: calc(37.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-9-wide-right {
    width: calc(37.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-10 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-xs-10-wide {
    width: 41.6666666667%;
    margin: 0;
  }

  .col-xs-10-wide-left {
    width: calc(41.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-10-wide-right {
    width: calc(41.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-11 {
    width: calc(45.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-xs-11-wide {
    width: 45.8333333333%;
    margin: 0;
  }

  .col-xs-11-wide-left {
    width: calc(45.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-11-wide-right {
    width: calc(45.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-12 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .col-xs-12-wide {
    width: 50%;
    margin: 0;
  }

  .col-xs-12-wide-left {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-12-wide-right {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-13 {
    width: calc(54.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-xs-13-wide {
    width: 54.1666666667%;
    margin: 0;
  }

  .col-xs-13-wide-left {
    width: calc(54.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-13-wide-right {
    width: calc(54.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-14 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-xs-14-wide {
    width: 58.3333333333%;
    margin: 0;
  }

  .col-xs-14-wide-left {
    width: calc(58.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-14-wide-right {
    width: calc(58.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-15 {
    width: calc(62.5% - 20px);
    margin: 0 10px;
  }

  .col-xs-15-wide {
    width: 62.5%;
    margin: 0;
  }

  .col-xs-15-wide-left {
    width: calc(62.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-15-wide-right {
    width: calc(62.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-16 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-xs-16-wide {
    width: 66.6666666667%;
    margin: 0;
  }

  .col-xs-16-wide-left {
    width: calc(66.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-16-wide-right {
    width: calc(66.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-17 {
    width: calc(70.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-xs-17-wide {
    width: 70.8333333333%;
    margin: 0;
  }

  .col-xs-17-wide-left {
    width: calc(70.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-17-wide-right {
    width: calc(70.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-18 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }

  .col-xs-18-wide {
    width: 75%;
    margin: 0;
  }

  .col-xs-18-wide-left {
    width: calc(75% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-18-wide-right {
    width: calc(75% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-19 {
    width: calc(79.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-xs-19-wide {
    width: 79.1666666667%;
    margin: 0;
  }

  .col-xs-19-wide-left {
    width: calc(79.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-19-wide-right {
    width: calc(79.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-20 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-xs-20-wide {
    width: 83.3333333333%;
    margin: 0;
  }

  .col-xs-20-wide-left {
    width: calc(83.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-20-wide-right {
    width: calc(83.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-21 {
    width: calc(87.5% - 20px);
    margin: 0 10px;
  }

  .col-xs-21-wide {
    width: 87.5%;
    margin: 0;
  }

  .col-xs-21-wide-left {
    width: calc(87.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-21-wide-right {
    width: calc(87.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-22 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-xs-22-wide {
    width: 91.6666666667%;
    margin: 0;
  }

  .col-xs-22-wide-left {
    width: calc(91.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-22-wide-right {
    width: calc(91.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-23 {
    width: calc(95.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-xs-23-wide {
    width: 95.8333333333%;
    margin: 0;
  }

  .col-xs-23-wide-left {
    width: calc(95.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-23-wide-right {
    width: calc(95.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-24 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .col-xs-24-wide {
    width: 100%;
    margin: 0;
  }

  .col-xs-24-wide-left {
    width: calc(100% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xs-24-wide-right {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xs-pull-0 {
    right: 0%;
  }

  .col-xs-push-0 {
    left: 0%;
  }

  .col-xs-offset-0 {
    margin-left: calc(0% + 10px);
  }

  .col-xs-offset-half-wide-0 {
    margin-left: calc(0% + 10px);
  }

  .col-xs-offset-wide-0 {
    margin-left: calc(0%);
  }

  .col-xs-pull-1 {
    right: 4.1666666667%;
  }

  .col-xs-push-1 {
    left: 4.1666666667%;
  }

  .col-xs-offset-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-xs-offset-half-wide-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-xs-offset-wide-1 {
    margin-left: calc(4.1666666667%);
  }

  .col-xs-pull-2 {
    right: 8.3333333333%;
  }

  .col-xs-push-2 {
    left: 8.3333333333%;
  }

  .col-xs-offset-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-xs-offset-half-wide-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-xs-offset-wide-2 {
    margin-left: calc(8.3333333333%);
  }

  .col-xs-pull-3 {
    right: 12.5%;
  }

  .col-xs-push-3 {
    left: 12.5%;
  }

  .col-xs-offset-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-xs-offset-half-wide-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-xs-offset-wide-3 {
    margin-left: calc(12.5%);
  }

  .col-xs-pull-4 {
    right: 16.6666666667%;
  }

  .col-xs-push-4 {
    left: 16.6666666667%;
  }

  .col-xs-offset-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-xs-offset-half-wide-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-xs-offset-wide-4 {
    margin-left: calc(16.6666666667%);
  }

  .col-xs-pull-5 {
    right: 20.8333333333%;
  }

  .col-xs-push-5 {
    left: 20.8333333333%;
  }

  .col-xs-offset-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-xs-offset-half-wide-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-xs-offset-wide-5 {
    margin-left: calc(20.8333333333%);
  }

  .col-xs-pull-6 {
    right: 25%;
  }

  .col-xs-push-6 {
    left: 25%;
  }

  .col-xs-offset-6 {
    margin-left: calc(25% + 10px);
  }

  .col-xs-offset-half-wide-6 {
    margin-left: calc(25% + 10px);
  }

  .col-xs-offset-wide-6 {
    margin-left: calc(25%);
  }

  .col-xs-pull-7 {
    right: 29.1666666667%;
  }

  .col-xs-push-7 {
    left: 29.1666666667%;
  }

  .col-xs-offset-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-xs-offset-half-wide-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-xs-offset-wide-7 {
    margin-left: calc(29.1666666667%);
  }

  .col-xs-pull-8 {
    right: 33.3333333333%;
  }

  .col-xs-push-8 {
    left: 33.3333333333%;
  }

  .col-xs-offset-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-xs-offset-half-wide-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-xs-offset-wide-8 {
    margin-left: calc(33.3333333333%);
  }

  .col-xs-pull-9 {
    right: 37.5%;
  }

  .col-xs-push-9 {
    left: 37.5%;
  }

  .col-xs-offset-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-xs-offset-half-wide-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-xs-offset-wide-9 {
    margin-left: calc(37.5%);
  }

  .col-xs-pull-10 {
    right: 41.6666666667%;
  }

  .col-xs-push-10 {
    left: 41.6666666667%;
  }

  .col-xs-offset-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-xs-offset-half-wide-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-xs-offset-wide-10 {
    margin-left: calc(41.6666666667%);
  }

  .col-xs-pull-11 {
    right: 45.8333333333%;
  }

  .col-xs-push-11 {
    left: 45.8333333333%;
  }

  .col-xs-offset-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-xs-offset-half-wide-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-xs-offset-wide-11 {
    margin-left: calc(45.8333333333%);
  }

  .col-xs-pull-12 {
    right: 50%;
  }

  .col-xs-push-12 {
    left: 50%;
  }

  .col-xs-offset-12 {
    margin-left: calc(50% + 10px);
  }

  .col-xs-offset-half-wide-12 {
    margin-left: calc(50% + 10px);
  }

  .col-xs-offset-wide-12 {
    margin-left: calc(50%);
  }

  .col-xs-pull-13 {
    right: 54.1666666667%;
  }

  .col-xs-push-13 {
    left: 54.1666666667%;
  }

  .col-xs-offset-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-xs-offset-half-wide-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-xs-offset-wide-13 {
    margin-left: calc(54.1666666667%);
  }

  .col-xs-pull-14 {
    right: 58.3333333333%;
  }

  .col-xs-push-14 {
    left: 58.3333333333%;
  }

  .col-xs-offset-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-xs-offset-half-wide-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-xs-offset-wide-14 {
    margin-left: calc(58.3333333333%);
  }

  .col-xs-pull-15 {
    right: 62.5%;
  }

  .col-xs-push-15 {
    left: 62.5%;
  }

  .col-xs-offset-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-xs-offset-half-wide-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-xs-offset-wide-15 {
    margin-left: calc(62.5%);
  }

  .col-xs-pull-16 {
    right: 66.6666666667%;
  }

  .col-xs-push-16 {
    left: 66.6666666667%;
  }

  .col-xs-offset-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-xs-offset-half-wide-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-xs-offset-wide-16 {
    margin-left: calc(66.6666666667%);
  }

  .col-xs-pull-17 {
    right: 70.8333333333%;
  }

  .col-xs-push-17 {
    left: 70.8333333333%;
  }

  .col-xs-offset-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-xs-offset-half-wide-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-xs-offset-wide-17 {
    margin-left: calc(70.8333333333%);
  }

  .col-xs-pull-18 {
    right: 75%;
  }

  .col-xs-push-18 {
    left: 75%;
  }

  .col-xs-offset-18 {
    margin-left: calc(75% + 10px);
  }

  .col-xs-offset-half-wide-18 {
    margin-left: calc(75% + 10px);
  }

  .col-xs-offset-wide-18 {
    margin-left: calc(75%);
  }

  .col-xs-pull-19 {
    right: 79.1666666667%;
  }

  .col-xs-push-19 {
    left: 79.1666666667%;
  }

  .col-xs-offset-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-xs-offset-half-wide-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-xs-offset-wide-19 {
    margin-left: calc(79.1666666667%);
  }

  .col-xs-pull-20 {
    right: 83.3333333333%;
  }

  .col-xs-push-20 {
    left: 83.3333333333%;
  }

  .col-xs-offset-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-xs-offset-half-wide-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-xs-offset-wide-20 {
    margin-left: calc(83.3333333333%);
  }

  .col-xs-pull-21 {
    right: 87.5%;
  }

  .col-xs-push-21 {
    left: 87.5%;
  }

  .col-xs-offset-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-xs-offset-half-wide-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-xs-offset-wide-21 {
    margin-left: calc(87.5%);
  }

  .col-xs-pull-22 {
    right: 91.6666666667%;
  }

  .col-xs-push-22 {
    left: 91.6666666667%;
  }

  .col-xs-offset-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-xs-offset-half-wide-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-xs-offset-wide-22 {
    margin-left: calc(91.6666666667%);
  }

  .col-xs-pull-23 {
    right: 95.8333333333%;
  }

  .col-xs-push-23 {
    left: 95.8333333333%;
  }

  .col-xs-offset-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-xs-offset-half-wide-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-xs-offset-wide-23 {
    margin-left: calc(95.8333333333%);
  }

  .col-xs-pull-24 {
    right: 100%;
  }

  .col-xs-push-24 {
    left: 100%;
  }

  .col-xs-offset-24 {
    margin-left: calc(100% + 10px);
  }

  .col-xs-offset-half-wide-24 {
    margin-left: calc(100% + 10px);
  }

  .col-xs-offset-wide-24 {
    margin-left: calc(100%);
  }

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

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

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

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

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

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

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

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

  .block-justify-xs:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0.000001%;
  }

  .col-hide-xs {
    display: none !important;
  }

  .col-show-xs {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-s-1 {
    width: calc(4.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-s-1-wide {
    width: 4.1666666667%;
    margin: 0;
  }

  .col-s-1-wide-left {
    width: calc(4.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-1-wide-right {
    width: calc(4.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-2 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-s-2-wide {
    width: 8.3333333333%;
    margin: 0;
  }

  .col-s-2-wide-left {
    width: calc(8.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-2-wide-right {
    width: calc(8.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-3 {
    width: calc(12.5% - 20px);
    margin: 0 10px;
  }

  .col-s-3-wide {
    width: 12.5%;
    margin: 0;
  }

  .col-s-3-wide-left {
    width: calc(12.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-3-wide-right {
    width: calc(12.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-4 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-s-4-wide {
    width: 16.6666666667%;
    margin: 0;
  }

  .col-s-4-wide-left {
    width: calc(16.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-4-wide-right {
    width: calc(16.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-5 {
    width: calc(20.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-s-5-wide {
    width: 20.8333333333%;
    margin: 0;
  }

  .col-s-5-wide-left {
    width: calc(20.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-5-wide-right {
    width: calc(20.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-6 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }

  .col-s-6-wide {
    width: 25%;
    margin: 0;
  }

  .col-s-6-wide-left {
    width: calc(25% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-6-wide-right {
    width: calc(25% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-7 {
    width: calc(29.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-s-7-wide {
    width: 29.1666666667%;
    margin: 0;
  }

  .col-s-7-wide-left {
    width: calc(29.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-7-wide-right {
    width: calc(29.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-8 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-s-8-wide {
    width: 33.3333333333%;
    margin: 0;
  }

  .col-s-8-wide-left {
    width: calc(33.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-8-wide-right {
    width: calc(33.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-9 {
    width: calc(37.5% - 20px);
    margin: 0 10px;
  }

  .col-s-9-wide {
    width: 37.5%;
    margin: 0;
  }

  .col-s-9-wide-left {
    width: calc(37.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-9-wide-right {
    width: calc(37.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-10 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-s-10-wide {
    width: 41.6666666667%;
    margin: 0;
  }

  .col-s-10-wide-left {
    width: calc(41.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-10-wide-right {
    width: calc(41.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-11 {
    width: calc(45.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-s-11-wide {
    width: 45.8333333333%;
    margin: 0;
  }

  .col-s-11-wide-left {
    width: calc(45.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-11-wide-right {
    width: calc(45.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-12 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .col-s-12-wide {
    width: 50%;
    margin: 0;
  }

  .col-s-12-wide-left {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-12-wide-right {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-13 {
    width: calc(54.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-s-13-wide {
    width: 54.1666666667%;
    margin: 0;
  }

  .col-s-13-wide-left {
    width: calc(54.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-13-wide-right {
    width: calc(54.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-14 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-s-14-wide {
    width: 58.3333333333%;
    margin: 0;
  }

  .col-s-14-wide-left {
    width: calc(58.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-14-wide-right {
    width: calc(58.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-15 {
    width: calc(62.5% - 20px);
    margin: 0 10px;
  }

  .col-s-15-wide {
    width: 62.5%;
    margin: 0;
  }

  .col-s-15-wide-left {
    width: calc(62.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-15-wide-right {
    width: calc(62.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-16 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-s-16-wide {
    width: 66.6666666667%;
    margin: 0;
  }

  .col-s-16-wide-left {
    width: calc(66.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-16-wide-right {
    width: calc(66.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-17 {
    width: calc(70.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-s-17-wide {
    width: 70.8333333333%;
    margin: 0;
  }

  .col-s-17-wide-left {
    width: calc(70.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-17-wide-right {
    width: calc(70.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-18 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }

  .col-s-18-wide {
    width: 75%;
    margin: 0;
  }

  .col-s-18-wide-left {
    width: calc(75% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-18-wide-right {
    width: calc(75% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-19 {
    width: calc(79.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-s-19-wide {
    width: 79.1666666667%;
    margin: 0;
  }

  .col-s-19-wide-left {
    width: calc(79.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-19-wide-right {
    width: calc(79.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-20 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-s-20-wide {
    width: 83.3333333333%;
    margin: 0;
  }

  .col-s-20-wide-left {
    width: calc(83.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-20-wide-right {
    width: calc(83.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-21 {
    width: calc(87.5% - 20px);
    margin: 0 10px;
  }

  .col-s-21-wide {
    width: 87.5%;
    margin: 0;
  }

  .col-s-21-wide-left {
    width: calc(87.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-21-wide-right {
    width: calc(87.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-22 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-s-22-wide {
    width: 91.6666666667%;
    margin: 0;
  }

  .col-s-22-wide-left {
    width: calc(91.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-22-wide-right {
    width: calc(91.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-23 {
    width: calc(95.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-s-23-wide {
    width: 95.8333333333%;
    margin: 0;
  }

  .col-s-23-wide-left {
    width: calc(95.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-23-wide-right {
    width: calc(95.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-24 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .col-s-24-wide {
    width: 100%;
    margin: 0;
  }

  .col-s-24-wide-left {
    width: calc(100% - 10px);
    margin: 0 10px 0 0;
  }

  .col-s-24-wide-right {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }

  .col-s-pull-0 {
    right: 0%;
  }

  .col-s-push-0 {
    left: 0%;
  }

  .col-s-offset-0 {
    margin-left: calc(0% + 10px);
  }

  .col-s-offset-half-wide-0 {
    margin-left: calc(0% + 10px);
  }

  .col-s-offset-wide-0 {
    margin-left: calc(0%);
  }

  .col-s-pull-1 {
    right: 4.1666666667%;
  }

  .col-s-push-1 {
    left: 4.1666666667%;
  }

  .col-s-offset-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-s-offset-half-wide-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-s-offset-wide-1 {
    margin-left: calc(4.1666666667%);
  }

  .col-s-pull-2 {
    right: 8.3333333333%;
  }

  .col-s-push-2 {
    left: 8.3333333333%;
  }

  .col-s-offset-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-s-offset-half-wide-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-s-offset-wide-2 {
    margin-left: calc(8.3333333333%);
  }

  .col-s-pull-3 {
    right: 12.5%;
  }

  .col-s-push-3 {
    left: 12.5%;
  }

  .col-s-offset-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-s-offset-half-wide-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-s-offset-wide-3 {
    margin-left: calc(12.5%);
  }

  .col-s-pull-4 {
    right: 16.6666666667%;
  }

  .col-s-push-4 {
    left: 16.6666666667%;
  }

  .col-s-offset-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-s-offset-half-wide-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-s-offset-wide-4 {
    margin-left: calc(16.6666666667%);
  }

  .col-s-pull-5 {
    right: 20.8333333333%;
  }

  .col-s-push-5 {
    left: 20.8333333333%;
  }

  .col-s-offset-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-s-offset-half-wide-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-s-offset-wide-5 {
    margin-left: calc(20.8333333333%);
  }

  .col-s-pull-6 {
    right: 25%;
  }

  .col-s-push-6 {
    left: 25%;
  }

  .col-s-offset-6 {
    margin-left: calc(25% + 10px);
  }

  .col-s-offset-half-wide-6 {
    margin-left: calc(25% + 10px);
  }

  .col-s-offset-wide-6 {
    margin-left: calc(25%);
  }

  .col-s-pull-7 {
    right: 29.1666666667%;
  }

  .col-s-push-7 {
    left: 29.1666666667%;
  }

  .col-s-offset-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-s-offset-half-wide-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-s-offset-wide-7 {
    margin-left: calc(29.1666666667%);
  }

  .col-s-pull-8 {
    right: 33.3333333333%;
  }

  .col-s-push-8 {
    left: 33.3333333333%;
  }

  .col-s-offset-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-s-offset-half-wide-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-s-offset-wide-8 {
    margin-left: calc(33.3333333333%);
  }

  .col-s-pull-9 {
    right: 37.5%;
  }

  .col-s-push-9 {
    left: 37.5%;
  }

  .col-s-offset-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-s-offset-half-wide-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-s-offset-wide-9 {
    margin-left: calc(37.5%);
  }

  .col-s-pull-10 {
    right: 41.6666666667%;
  }

  .col-s-push-10 {
    left: 41.6666666667%;
  }

  .col-s-offset-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-s-offset-half-wide-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-s-offset-wide-10 {
    margin-left: calc(41.6666666667%);
  }

  .col-s-pull-11 {
    right: 45.8333333333%;
  }

  .col-s-push-11 {
    left: 45.8333333333%;
  }

  .col-s-offset-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-s-offset-half-wide-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-s-offset-wide-11 {
    margin-left: calc(45.8333333333%);
  }

  .col-s-pull-12 {
    right: 50%;
  }

  .col-s-push-12 {
    left: 50%;
  }

  .col-s-offset-12 {
    margin-left: calc(50% + 10px);
  }

  .col-s-offset-half-wide-12 {
    margin-left: calc(50% + 10px);
  }

  .col-s-offset-wide-12 {
    margin-left: calc(50%);
  }

  .col-s-pull-13 {
    right: 54.1666666667%;
  }

  .col-s-push-13 {
    left: 54.1666666667%;
  }

  .col-s-offset-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-s-offset-half-wide-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-s-offset-wide-13 {
    margin-left: calc(54.1666666667%);
  }

  .col-s-pull-14 {
    right: 58.3333333333%;
  }

  .col-s-push-14 {
    left: 58.3333333333%;
  }

  .col-s-offset-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-s-offset-half-wide-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-s-offset-wide-14 {
    margin-left: calc(58.3333333333%);
  }

  .col-s-pull-15 {
    right: 62.5%;
  }

  .col-s-push-15 {
    left: 62.5%;
  }

  .col-s-offset-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-s-offset-half-wide-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-s-offset-wide-15 {
    margin-left: calc(62.5%);
  }

  .col-s-pull-16 {
    right: 66.6666666667%;
  }

  .col-s-push-16 {
    left: 66.6666666667%;
  }

  .col-s-offset-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-s-offset-half-wide-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-s-offset-wide-16 {
    margin-left: calc(66.6666666667%);
  }

  .col-s-pull-17 {
    right: 70.8333333333%;
  }

  .col-s-push-17 {
    left: 70.8333333333%;
  }

  .col-s-offset-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-s-offset-half-wide-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-s-offset-wide-17 {
    margin-left: calc(70.8333333333%);
  }

  .col-s-pull-18 {
    right: 75%;
  }

  .col-s-push-18 {
    left: 75%;
  }

  .col-s-offset-18 {
    margin-left: calc(75% + 10px);
  }

  .col-s-offset-half-wide-18 {
    margin-left: calc(75% + 10px);
  }

  .col-s-offset-wide-18 {
    margin-left: calc(75%);
  }

  .col-s-pull-19 {
    right: 79.1666666667%;
  }

  .col-s-push-19 {
    left: 79.1666666667%;
  }

  .col-s-offset-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-s-offset-half-wide-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-s-offset-wide-19 {
    margin-left: calc(79.1666666667%);
  }

  .col-s-pull-20 {
    right: 83.3333333333%;
  }

  .col-s-push-20 {
    left: 83.3333333333%;
  }

  .col-s-offset-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-s-offset-half-wide-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-s-offset-wide-20 {
    margin-left: calc(83.3333333333%);
  }

  .col-s-pull-21 {
    right: 87.5%;
  }

  .col-s-push-21 {
    left: 87.5%;
  }

  .col-s-offset-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-s-offset-half-wide-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-s-offset-wide-21 {
    margin-left: calc(87.5%);
  }

  .col-s-pull-22 {
    right: 91.6666666667%;
  }

  .col-s-push-22 {
    left: 91.6666666667%;
  }

  .col-s-offset-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-s-offset-half-wide-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-s-offset-wide-22 {
    margin-left: calc(91.6666666667%);
  }

  .col-s-pull-23 {
    right: 95.8333333333%;
  }

  .col-s-push-23 {
    left: 95.8333333333%;
  }

  .col-s-offset-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-s-offset-half-wide-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-s-offset-wide-23 {
    margin-left: calc(95.8333333333%);
  }

  .col-s-pull-24 {
    right: 100%;
  }

  .col-s-push-24 {
    left: 100%;
  }

  .col-s-offset-24 {
    margin-left: calc(100% + 10px);
  }

  .col-s-offset-half-wide-24 {
    margin-left: calc(100% + 10px);
  }

  .col-s-offset-wide-24 {
    margin-left: calc(100%);
  }

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

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

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

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

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

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

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

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

  .block-justify-s:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0.000001%;
  }

  .col-hide-s {
    display: none !important;
  }

  .col-show-s {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-m-1 {
    width: calc(4.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-m-1-wide {
    width: 4.1666666667%;
    margin: 0;
  }

  .col-m-1-wide-left {
    width: calc(4.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-1-wide-right {
    width: calc(4.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-2 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-m-2-wide {
    width: 8.3333333333%;
    margin: 0;
  }

  .col-m-2-wide-left {
    width: calc(8.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-2-wide-right {
    width: calc(8.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-3 {
    width: calc(12.5% - 20px);
    margin: 0 10px;
  }

  .col-m-3-wide {
    width: 12.5%;
    margin: 0;
  }

  .col-m-3-wide-left {
    width: calc(12.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-3-wide-right {
    width: calc(12.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-4 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-m-4-wide {
    width: 16.6666666667%;
    margin: 0;
  }

  .col-m-4-wide-left {
    width: calc(16.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-4-wide-right {
    width: calc(16.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-5 {
    width: calc(20.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-m-5-wide {
    width: 20.8333333333%;
    margin: 0;
  }

  .col-m-5-wide-left {
    width: calc(20.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-5-wide-right {
    width: calc(20.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-6 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }

  .col-m-6-wide {
    width: 25%;
    margin: 0;
  }

  .col-m-6-wide-left {
    width: calc(25% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-6-wide-right {
    width: calc(25% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-7 {
    width: calc(29.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-m-7-wide {
    width: 29.1666666667%;
    margin: 0;
  }

  .col-m-7-wide-left {
    width: calc(29.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-7-wide-right {
    width: calc(29.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-8 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-m-8-wide {
    width: 33.3333333333%;
    margin: 0;
  }

  .col-m-8-wide-left {
    width: calc(33.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-8-wide-right {
    width: calc(33.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-9 {
    width: calc(37.5% - 20px);
    margin: 0 10px;
  }

  .col-m-9-wide {
    width: 37.5%;
    margin: 0;
  }

  .col-m-9-wide-left {
    width: calc(37.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-9-wide-right {
    width: calc(37.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-10 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-m-10-wide {
    width: 41.6666666667%;
    margin: 0;
  }

  .col-m-10-wide-left {
    width: calc(41.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-10-wide-right {
    width: calc(41.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-11 {
    width: calc(45.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-m-11-wide {
    width: 45.8333333333%;
    margin: 0;
  }

  .col-m-11-wide-left {
    width: calc(45.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-11-wide-right {
    width: calc(45.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-12 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .col-m-12-wide {
    width: 50%;
    margin: 0;
  }

  .col-m-12-wide-left {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-12-wide-right {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-13 {
    width: calc(54.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-m-13-wide {
    width: 54.1666666667%;
    margin: 0;
  }

  .col-m-13-wide-left {
    width: calc(54.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-13-wide-right {
    width: calc(54.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-14 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-m-14-wide {
    width: 58.3333333333%;
    margin: 0;
  }

  .col-m-14-wide-left {
    width: calc(58.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-14-wide-right {
    width: calc(58.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-15 {
    width: calc(62.5% - 20px);
    margin: 0 10px;
  }

  .col-m-15-wide {
    width: 62.5%;
    margin: 0;
  }

  .col-m-15-wide-left {
    width: calc(62.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-15-wide-right {
    width: calc(62.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-16 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-m-16-wide {
    width: 66.6666666667%;
    margin: 0;
  }

  .col-m-16-wide-left {
    width: calc(66.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-16-wide-right {
    width: calc(66.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-17 {
    width: calc(70.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-m-17-wide {
    width: 70.8333333333%;
    margin: 0;
  }

  .col-m-17-wide-left {
    width: calc(70.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-17-wide-right {
    width: calc(70.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-18 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }

  .col-m-18-wide {
    width: 75%;
    margin: 0;
  }

  .col-m-18-wide-left {
    width: calc(75% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-18-wide-right {
    width: calc(75% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-19 {
    width: calc(79.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-m-19-wide {
    width: 79.1666666667%;
    margin: 0;
  }

  .col-m-19-wide-left {
    width: calc(79.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-19-wide-right {
    width: calc(79.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-20 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-m-20-wide {
    width: 83.3333333333%;
    margin: 0;
  }

  .col-m-20-wide-left {
    width: calc(83.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-20-wide-right {
    width: calc(83.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-21 {
    width: calc(87.5% - 20px);
    margin: 0 10px;
  }

  .col-m-21-wide {
    width: 87.5%;
    margin: 0;
  }

  .col-m-21-wide-left {
    width: calc(87.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-21-wide-right {
    width: calc(87.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-22 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-m-22-wide {
    width: 91.6666666667%;
    margin: 0;
  }

  .col-m-22-wide-left {
    width: calc(91.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-22-wide-right {
    width: calc(91.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-23 {
    width: calc(95.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-m-23-wide {
    width: 95.8333333333%;
    margin: 0;
  }

  .col-m-23-wide-left {
    width: calc(95.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-23-wide-right {
    width: calc(95.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-24 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .col-m-24-wide {
    width: 100%;
    margin: 0;
  }

  .col-m-24-wide-left {
    width: calc(100% - 10px);
    margin: 0 10px 0 0;
  }

  .col-m-24-wide-right {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }

  .col-m-pull-0 {
    right: 0%;
  }

  .col-m-push-0 {
    left: 0%;
  }

  .col-m-offset-0 {
    margin-left: calc(0% + 10px);
  }

  .col-m-offset-half-wide-0 {
    margin-left: calc(0% + 10px);
  }

  .col-m-offset-wide-0 {
    margin-left: calc(0%);
  }

  .col-m-pull-1 {
    right: 4.1666666667%;
  }

  .col-m-push-1 {
    left: 4.1666666667%;
  }

  .col-m-offset-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-m-offset-half-wide-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-m-offset-wide-1 {
    margin-left: calc(4.1666666667%);
  }

  .col-m-pull-2 {
    right: 8.3333333333%;
  }

  .col-m-push-2 {
    left: 8.3333333333%;
  }

  .col-m-offset-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-m-offset-half-wide-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-m-offset-wide-2 {
    margin-left: calc(8.3333333333%);
  }

  .col-m-pull-3 {
    right: 12.5%;
  }

  .col-m-push-3 {
    left: 12.5%;
  }

  .col-m-offset-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-m-offset-half-wide-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-m-offset-wide-3 {
    margin-left: calc(12.5%);
  }

  .col-m-pull-4 {
    right: 16.6666666667%;
  }

  .col-m-push-4 {
    left: 16.6666666667%;
  }

  .col-m-offset-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-m-offset-half-wide-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-m-offset-wide-4 {
    margin-left: calc(16.6666666667%);
  }

  .col-m-pull-5 {
    right: 20.8333333333%;
  }

  .col-m-push-5 {
    left: 20.8333333333%;
  }

  .col-m-offset-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-m-offset-half-wide-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-m-offset-wide-5 {
    margin-left: calc(20.8333333333%);
  }

  .col-m-pull-6 {
    right: 25%;
  }

  .col-m-push-6 {
    left: 25%;
  }

  .col-m-offset-6 {
    margin-left: calc(25% + 10px);
  }

  .col-m-offset-half-wide-6 {
    margin-left: calc(25% + 10px);
  }

  .col-m-offset-wide-6 {
    margin-left: calc(25%);
  }

  .col-m-pull-7 {
    right: 29.1666666667%;
  }

  .col-m-push-7 {
    left: 29.1666666667%;
  }

  .col-m-offset-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-m-offset-half-wide-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-m-offset-wide-7 {
    margin-left: calc(29.1666666667%);
  }

  .col-m-pull-8 {
    right: 33.3333333333%;
  }

  .col-m-push-8 {
    left: 33.3333333333%;
  }

  .col-m-offset-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-m-offset-half-wide-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-m-offset-wide-8 {
    margin-left: calc(33.3333333333%);
  }

  .col-m-pull-9 {
    right: 37.5%;
  }

  .col-m-push-9 {
    left: 37.5%;
  }

  .col-m-offset-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-m-offset-half-wide-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-m-offset-wide-9 {
    margin-left: calc(37.5%);
  }

  .col-m-pull-10 {
    right: 41.6666666667%;
  }

  .col-m-push-10 {
    left: 41.6666666667%;
  }

  .col-m-offset-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-m-offset-half-wide-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-m-offset-wide-10 {
    margin-left: calc(41.6666666667%);
  }

  .col-m-pull-11 {
    right: 45.8333333333%;
  }

  .col-m-push-11 {
    left: 45.8333333333%;
  }

  .col-m-offset-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-m-offset-half-wide-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-m-offset-wide-11 {
    margin-left: calc(45.8333333333%);
  }

  .col-m-pull-12 {
    right: 50%;
  }

  .col-m-push-12 {
    left: 50%;
  }

  .col-m-offset-12 {
    margin-left: calc(50% + 10px);
  }

  .col-m-offset-half-wide-12 {
    margin-left: calc(50% + 10px);
  }

  .col-m-offset-wide-12 {
    margin-left: calc(50%);
  }

  .col-m-pull-13 {
    right: 54.1666666667%;
  }

  .col-m-push-13 {
    left: 54.1666666667%;
  }

  .col-m-offset-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-m-offset-half-wide-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-m-offset-wide-13 {
    margin-left: calc(54.1666666667%);
  }

  .col-m-pull-14 {
    right: 58.3333333333%;
  }

  .col-m-push-14 {
    left: 58.3333333333%;
  }

  .col-m-offset-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-m-offset-half-wide-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-m-offset-wide-14 {
    margin-left: calc(58.3333333333%);
  }

  .col-m-pull-15 {
    right: 62.5%;
  }

  .col-m-push-15 {
    left: 62.5%;
  }

  .col-m-offset-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-m-offset-half-wide-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-m-offset-wide-15 {
    margin-left: calc(62.5%);
  }

  .col-m-pull-16 {
    right: 66.6666666667%;
  }

  .col-m-push-16 {
    left: 66.6666666667%;
  }

  .col-m-offset-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-m-offset-half-wide-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-m-offset-wide-16 {
    margin-left: calc(66.6666666667%);
  }

  .col-m-pull-17 {
    right: 70.8333333333%;
  }

  .col-m-push-17 {
    left: 70.8333333333%;
  }

  .col-m-offset-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-m-offset-half-wide-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-m-offset-wide-17 {
    margin-left: calc(70.8333333333%);
  }

  .col-m-pull-18 {
    right: 75%;
  }

  .col-m-push-18 {
    left: 75%;
  }

  .col-m-offset-18 {
    margin-left: calc(75% + 10px);
  }

  .col-m-offset-half-wide-18 {
    margin-left: calc(75% + 10px);
  }

  .col-m-offset-wide-18 {
    margin-left: calc(75%);
  }

  .col-m-pull-19 {
    right: 79.1666666667%;
  }

  .col-m-push-19 {
    left: 79.1666666667%;
  }

  .col-m-offset-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-m-offset-half-wide-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-m-offset-wide-19 {
    margin-left: calc(79.1666666667%);
  }

  .col-m-pull-20 {
    right: 83.3333333333%;
  }

  .col-m-push-20 {
    left: 83.3333333333%;
  }

  .col-m-offset-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-m-offset-half-wide-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-m-offset-wide-20 {
    margin-left: calc(83.3333333333%);
  }

  .col-m-pull-21 {
    right: 87.5%;
  }

  .col-m-push-21 {
    left: 87.5%;
  }

  .col-m-offset-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-m-offset-half-wide-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-m-offset-wide-21 {
    margin-left: calc(87.5%);
  }

  .col-m-pull-22 {
    right: 91.6666666667%;
  }

  .col-m-push-22 {
    left: 91.6666666667%;
  }

  .col-m-offset-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-m-offset-half-wide-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-m-offset-wide-22 {
    margin-left: calc(91.6666666667%);
  }

  .col-m-pull-23 {
    right: 95.8333333333%;
  }

  .col-m-push-23 {
    left: 95.8333333333%;
  }

  .col-m-offset-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-m-offset-half-wide-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-m-offset-wide-23 {
    margin-left: calc(95.8333333333%);
  }

  .col-m-pull-24 {
    right: 100%;
  }

  .col-m-push-24 {
    left: 100%;
  }

  .col-m-offset-24 {
    margin-left: calc(100% + 10px);
  }

  .col-m-offset-half-wide-24 {
    margin-left: calc(100% + 10px);
  }

  .col-m-offset-wide-24 {
    margin-left: calc(100%);
  }

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

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

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

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

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

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

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

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

  .block-justify-m:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0.000001%;
  }

  .col-hide-m {
    display: none !important;
  }

  .col-show-m {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-l-1 {
    width: calc(4.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-l-1-wide {
    width: 4.1666666667%;
    margin: 0;
  }

  .col-l-1-wide-left {
    width: calc(4.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-1-wide-right {
    width: calc(4.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-2 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-l-2-wide {
    width: 8.3333333333%;
    margin: 0;
  }

  .col-l-2-wide-left {
    width: calc(8.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-2-wide-right {
    width: calc(8.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-3 {
    width: calc(12.5% - 20px);
    margin: 0 10px;
  }

  .col-l-3-wide {
    width: 12.5%;
    margin: 0;
  }

  .col-l-3-wide-left {
    width: calc(12.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-3-wide-right {
    width: calc(12.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-4 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-l-4-wide {
    width: 16.6666666667%;
    margin: 0;
  }

  .col-l-4-wide-left {
    width: calc(16.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-4-wide-right {
    width: calc(16.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-5 {
    width: calc(20.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-l-5-wide {
    width: 20.8333333333%;
    margin: 0;
  }

  .col-l-5-wide-left {
    width: calc(20.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-5-wide-right {
    width: calc(20.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-6 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }

  .col-l-6-wide {
    width: 25%;
    margin: 0;
  }

  .col-l-6-wide-left {
    width: calc(25% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-6-wide-right {
    width: calc(25% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-7 {
    width: calc(29.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-l-7-wide {
    width: 29.1666666667%;
    margin: 0;
  }

  .col-l-7-wide-left {
    width: calc(29.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-7-wide-right {
    width: calc(29.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-8 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-l-8-wide {
    width: 33.3333333333%;
    margin: 0;
  }

  .col-l-8-wide-left {
    width: calc(33.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-8-wide-right {
    width: calc(33.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-9 {
    width: calc(37.5% - 20px);
    margin: 0 10px;
  }

  .col-l-9-wide {
    width: 37.5%;
    margin: 0;
  }

  .col-l-9-wide-left {
    width: calc(37.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-9-wide-right {
    width: calc(37.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-10 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-l-10-wide {
    width: 41.6666666667%;
    margin: 0;
  }

  .col-l-10-wide-left {
    width: calc(41.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-10-wide-right {
    width: calc(41.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-11 {
    width: calc(45.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-l-11-wide {
    width: 45.8333333333%;
    margin: 0;
  }

  .col-l-11-wide-left {
    width: calc(45.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-11-wide-right {
    width: calc(45.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-12 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .col-l-12-wide {
    width: 50%;
    margin: 0;
  }

  .col-l-12-wide-left {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-12-wide-right {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-13 {
    width: calc(54.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-l-13-wide {
    width: 54.1666666667%;
    margin: 0;
  }

  .col-l-13-wide-left {
    width: calc(54.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-13-wide-right {
    width: calc(54.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-14 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-l-14-wide {
    width: 58.3333333333%;
    margin: 0;
  }

  .col-l-14-wide-left {
    width: calc(58.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-14-wide-right {
    width: calc(58.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-15 {
    width: calc(62.5% - 20px);
    margin: 0 10px;
  }

  .col-l-15-wide {
    width: 62.5%;
    margin: 0;
  }

  .col-l-15-wide-left {
    width: calc(62.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-15-wide-right {
    width: calc(62.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-16 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-l-16-wide {
    width: 66.6666666667%;
    margin: 0;
  }

  .col-l-16-wide-left {
    width: calc(66.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-16-wide-right {
    width: calc(66.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-17 {
    width: calc(70.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-l-17-wide {
    width: 70.8333333333%;
    margin: 0;
  }

  .col-l-17-wide-left {
    width: calc(70.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-17-wide-right {
    width: calc(70.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-18 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }

  .col-l-18-wide {
    width: 75%;
    margin: 0;
  }

  .col-l-18-wide-left {
    width: calc(75% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-18-wide-right {
    width: calc(75% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-19 {
    width: calc(79.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-l-19-wide {
    width: 79.1666666667%;
    margin: 0;
  }

  .col-l-19-wide-left {
    width: calc(79.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-19-wide-right {
    width: calc(79.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-20 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-l-20-wide {
    width: 83.3333333333%;
    margin: 0;
  }

  .col-l-20-wide-left {
    width: calc(83.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-20-wide-right {
    width: calc(83.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-21 {
    width: calc(87.5% - 20px);
    margin: 0 10px;
  }

  .col-l-21-wide {
    width: 87.5%;
    margin: 0;
  }

  .col-l-21-wide-left {
    width: calc(87.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-21-wide-right {
    width: calc(87.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-22 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-l-22-wide {
    width: 91.6666666667%;
    margin: 0;
  }

  .col-l-22-wide-left {
    width: calc(91.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-22-wide-right {
    width: calc(91.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-23 {
    width: calc(95.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-l-23-wide {
    width: 95.8333333333%;
    margin: 0;
  }

  .col-l-23-wide-left {
    width: calc(95.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-23-wide-right {
    width: calc(95.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-24 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .col-l-24-wide {
    width: 100%;
    margin: 0;
  }

  .col-l-24-wide-left {
    width: calc(100% - 10px);
    margin: 0 10px 0 0;
  }

  .col-l-24-wide-right {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }

  .col-l-pull-0 {
    right: 0%;
  }

  .col-l-push-0 {
    left: 0%;
  }

  .col-l-offset-0 {
    margin-left: calc(0% + 10px);
  }

  .col-l-offset-half-wide-0 {
    margin-left: calc(0% + 10px);
  }

  .col-l-offset-wide-0 {
    margin-left: calc(0%);
  }

  .col-l-pull-1 {
    right: 4.1666666667%;
  }

  .col-l-push-1 {
    left: 4.1666666667%;
  }

  .col-l-offset-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-l-offset-half-wide-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-l-offset-wide-1 {
    margin-left: calc(4.1666666667%);
  }

  .col-l-pull-2 {
    right: 8.3333333333%;
  }

  .col-l-push-2 {
    left: 8.3333333333%;
  }

  .col-l-offset-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-l-offset-half-wide-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-l-offset-wide-2 {
    margin-left: calc(8.3333333333%);
  }

  .col-l-pull-3 {
    right: 12.5%;
  }

  .col-l-push-3 {
    left: 12.5%;
  }

  .col-l-offset-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-l-offset-half-wide-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-l-offset-wide-3 {
    margin-left: calc(12.5%);
  }

  .col-l-pull-4 {
    right: 16.6666666667%;
  }

  .col-l-push-4 {
    left: 16.6666666667%;
  }

  .col-l-offset-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-l-offset-half-wide-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-l-offset-wide-4 {
    margin-left: calc(16.6666666667%);
  }

  .col-l-pull-5 {
    right: 20.8333333333%;
  }

  .col-l-push-5 {
    left: 20.8333333333%;
  }

  .col-l-offset-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-l-offset-half-wide-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-l-offset-wide-5 {
    margin-left: calc(20.8333333333%);
  }

  .col-l-pull-6 {
    right: 25%;
  }

  .col-l-push-6 {
    left: 25%;
  }

  .col-l-offset-6 {
    margin-left: calc(25% + 10px);
  }

  .col-l-offset-half-wide-6 {
    margin-left: calc(25% + 10px);
  }

  .col-l-offset-wide-6 {
    margin-left: calc(25%);
  }

  .col-l-pull-7 {
    right: 29.1666666667%;
  }

  .col-l-push-7 {
    left: 29.1666666667%;
  }

  .col-l-offset-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-l-offset-half-wide-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-l-offset-wide-7 {
    margin-left: calc(29.1666666667%);
  }

  .col-l-pull-8 {
    right: 33.3333333333%;
  }

  .col-l-push-8 {
    left: 33.3333333333%;
  }

  .col-l-offset-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-l-offset-half-wide-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-l-offset-wide-8 {
    margin-left: calc(33.3333333333%);
  }

  .col-l-pull-9 {
    right: 37.5%;
  }

  .col-l-push-9 {
    left: 37.5%;
  }

  .col-l-offset-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-l-offset-half-wide-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-l-offset-wide-9 {
    margin-left: calc(37.5%);
  }

  .col-l-pull-10 {
    right: 41.6666666667%;
  }

  .col-l-push-10 {
    left: 41.6666666667%;
  }

  .col-l-offset-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-l-offset-half-wide-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-l-offset-wide-10 {
    margin-left: calc(41.6666666667%);
  }

  .col-l-pull-11 {
    right: 45.8333333333%;
  }

  .col-l-push-11 {
    left: 45.8333333333%;
  }

  .col-l-offset-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-l-offset-half-wide-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-l-offset-wide-11 {
    margin-left: calc(45.8333333333%);
  }

  .col-l-pull-12 {
    right: 50%;
  }

  .col-l-push-12 {
    left: 50%;
  }

  .col-l-offset-12 {
    margin-left: calc(50% + 10px);
  }

  .col-l-offset-half-wide-12 {
    margin-left: calc(50% + 10px);
  }

  .col-l-offset-wide-12 {
    margin-left: calc(50%);
  }

  .col-l-pull-13 {
    right: 54.1666666667%;
  }

  .col-l-push-13 {
    left: 54.1666666667%;
  }

  .col-l-offset-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-l-offset-half-wide-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-l-offset-wide-13 {
    margin-left: calc(54.1666666667%);
  }

  .col-l-pull-14 {
    right: 58.3333333333%;
  }

  .col-l-push-14 {
    left: 58.3333333333%;
  }

  .col-l-offset-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-l-offset-half-wide-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-l-offset-wide-14 {
    margin-left: calc(58.3333333333%);
  }

  .col-l-pull-15 {
    right: 62.5%;
  }

  .col-l-push-15 {
    left: 62.5%;
  }

  .col-l-offset-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-l-offset-half-wide-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-l-offset-wide-15 {
    margin-left: calc(62.5%);
  }

  .col-l-pull-16 {
    right: 66.6666666667%;
  }

  .col-l-push-16 {
    left: 66.6666666667%;
  }

  .col-l-offset-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-l-offset-half-wide-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-l-offset-wide-16 {
    margin-left: calc(66.6666666667%);
  }

  .col-l-pull-17 {
    right: 70.8333333333%;
  }

  .col-l-push-17 {
    left: 70.8333333333%;
  }

  .col-l-offset-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-l-offset-half-wide-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-l-offset-wide-17 {
    margin-left: calc(70.8333333333%);
  }

  .col-l-pull-18 {
    right: 75%;
  }

  .col-l-push-18 {
    left: 75%;
  }

  .col-l-offset-18 {
    margin-left: calc(75% + 10px);
  }

  .col-l-offset-half-wide-18 {
    margin-left: calc(75% + 10px);
  }

  .col-l-offset-wide-18 {
    margin-left: calc(75%);
  }

  .col-l-pull-19 {
    right: 79.1666666667%;
  }

  .col-l-push-19 {
    left: 79.1666666667%;
  }

  .col-l-offset-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-l-offset-half-wide-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-l-offset-wide-19 {
    margin-left: calc(79.1666666667%);
  }

  .col-l-pull-20 {
    right: 83.3333333333%;
  }

  .col-l-push-20 {
    left: 83.3333333333%;
  }

  .col-l-offset-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-l-offset-half-wide-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-l-offset-wide-20 {
    margin-left: calc(83.3333333333%);
  }

  .col-l-pull-21 {
    right: 87.5%;
  }

  .col-l-push-21 {
    left: 87.5%;
  }

  .col-l-offset-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-l-offset-half-wide-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-l-offset-wide-21 {
    margin-left: calc(87.5%);
  }

  .col-l-pull-22 {
    right: 91.6666666667%;
  }

  .col-l-push-22 {
    left: 91.6666666667%;
  }

  .col-l-offset-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-l-offset-half-wide-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-l-offset-wide-22 {
    margin-left: calc(91.6666666667%);
  }

  .col-l-pull-23 {
    right: 95.8333333333%;
  }

  .col-l-push-23 {
    left: 95.8333333333%;
  }

  .col-l-offset-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-l-offset-half-wide-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-l-offset-wide-23 {
    margin-left: calc(95.8333333333%);
  }

  .col-l-pull-24 {
    right: 100%;
  }

  .col-l-push-24 {
    left: 100%;
  }

  .col-l-offset-24 {
    margin-left: calc(100% + 10px);
  }

  .col-l-offset-half-wide-24 {
    margin-left: calc(100% + 10px);
  }

  .col-l-offset-wide-24 {
    margin-left: calc(100%);
  }

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

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

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

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

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

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

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

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

  .block-justify-l:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0.000001%;
  }

  .col-hide-l {
    display: none !important;
  }

  .col-show-l {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .col-xl-1 {
    width: calc(4.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-xl-1-wide {
    width: 4.1666666667%;
    margin: 0;
  }

  .col-xl-1-wide-left {
    width: calc(4.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-1-wide-right {
    width: calc(4.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-2 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-xl-2-wide {
    width: 8.3333333333%;
    margin: 0;
  }

  .col-xl-2-wide-left {
    width: calc(8.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-2-wide-right {
    width: calc(8.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-3 {
    width: calc(12.5% - 20px);
    margin: 0 10px;
  }

  .col-xl-3-wide {
    width: 12.5%;
    margin: 0;
  }

  .col-xl-3-wide-left {
    width: calc(12.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-3-wide-right {
    width: calc(12.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-4 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-xl-4-wide {
    width: 16.6666666667%;
    margin: 0;
  }

  .col-xl-4-wide-left {
    width: calc(16.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-4-wide-right {
    width: calc(16.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-5 {
    width: calc(20.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-xl-5-wide {
    width: 20.8333333333%;
    margin: 0;
  }

  .col-xl-5-wide-left {
    width: calc(20.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-5-wide-right {
    width: calc(20.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-6 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }

  .col-xl-6-wide {
    width: 25%;
    margin: 0;
  }

  .col-xl-6-wide-left {
    width: calc(25% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-6-wide-right {
    width: calc(25% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-7 {
    width: calc(29.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-xl-7-wide {
    width: 29.1666666667%;
    margin: 0;
  }

  .col-xl-7-wide-left {
    width: calc(29.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-7-wide-right {
    width: calc(29.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-8 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-xl-8-wide {
    width: 33.3333333333%;
    margin: 0;
  }

  .col-xl-8-wide-left {
    width: calc(33.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-8-wide-right {
    width: calc(33.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-9 {
    width: calc(37.5% - 20px);
    margin: 0 10px;
  }

  .col-xl-9-wide {
    width: 37.5%;
    margin: 0;
  }

  .col-xl-9-wide-left {
    width: calc(37.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-9-wide-right {
    width: calc(37.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-10 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-xl-10-wide {
    width: 41.6666666667%;
    margin: 0;
  }

  .col-xl-10-wide-left {
    width: calc(41.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-10-wide-right {
    width: calc(41.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-11 {
    width: calc(45.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-xl-11-wide {
    width: 45.8333333333%;
    margin: 0;
  }

  .col-xl-11-wide-left {
    width: calc(45.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-11-wide-right {
    width: calc(45.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-12 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .col-xl-12-wide {
    width: 50%;
    margin: 0;
  }

  .col-xl-12-wide-left {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-12-wide-right {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-13 {
    width: calc(54.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-xl-13-wide {
    width: 54.1666666667%;
    margin: 0;
  }

  .col-xl-13-wide-left {
    width: calc(54.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-13-wide-right {
    width: calc(54.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-14 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-xl-14-wide {
    width: 58.3333333333%;
    margin: 0;
  }

  .col-xl-14-wide-left {
    width: calc(58.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-14-wide-right {
    width: calc(58.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-15 {
    width: calc(62.5% - 20px);
    margin: 0 10px;
  }

  .col-xl-15-wide {
    width: 62.5%;
    margin: 0;
  }

  .col-xl-15-wide-left {
    width: calc(62.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-15-wide-right {
    width: calc(62.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-16 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-xl-16-wide {
    width: 66.6666666667%;
    margin: 0;
  }

  .col-xl-16-wide-left {
    width: calc(66.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-16-wide-right {
    width: calc(66.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-17 {
    width: calc(70.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-xl-17-wide {
    width: 70.8333333333%;
    margin: 0;
  }

  .col-xl-17-wide-left {
    width: calc(70.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-17-wide-right {
    width: calc(70.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-18 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }

  .col-xl-18-wide {
    width: 75%;
    margin: 0;
  }

  .col-xl-18-wide-left {
    width: calc(75% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-18-wide-right {
    width: calc(75% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-19 {
    width: calc(79.1666666667% - 20px);
    margin: 0 10px;
  }

  .col-xl-19-wide {
    width: 79.1666666667%;
    margin: 0;
  }

  .col-xl-19-wide-left {
    width: calc(79.1666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-19-wide-right {
    width: calc(79.1666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-20 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }

  .col-xl-20-wide {
    width: 83.3333333333%;
    margin: 0;
  }

  .col-xl-20-wide-left {
    width: calc(83.3333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-20-wide-right {
    width: calc(83.3333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-21 {
    width: calc(87.5% - 20px);
    margin: 0 10px;
  }

  .col-xl-21-wide {
    width: 87.5%;
    margin: 0;
  }

  .col-xl-21-wide-left {
    width: calc(87.5% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-21-wide-right {
    width: calc(87.5% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-22 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }

  .col-xl-22-wide {
    width: 91.6666666667%;
    margin: 0;
  }

  .col-xl-22-wide-left {
    width: calc(91.6666666667% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-22-wide-right {
    width: calc(91.6666666667% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-23 {
    width: calc(95.8333333333% - 20px);
    margin: 0 10px;
  }

  .col-xl-23-wide {
    width: 95.8333333333%;
    margin: 0;
  }

  .col-xl-23-wide-left {
    width: calc(95.8333333333% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-23-wide-right {
    width: calc(95.8333333333% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-24 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .col-xl-24-wide {
    width: 100%;
    margin: 0;
  }

  .col-xl-24-wide-left {
    width: calc(100% - 10px);
    margin: 0 10px 0 0;
  }

  .col-xl-24-wide-right {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }

  .col-xl-pull-0 {
    right: 0%;
  }

  .col-xl-push-0 {
    left: 0%;
  }

  .col-xl-offset-0 {
    margin-left: calc(0% + 10px);
  }

  .col-xl-offset-half-wide-0 {
    margin-left: calc(0% + 10px);
  }

  .col-xl-offset-wide-0 {
    margin-left: calc(0%);
  }

  .col-xl-pull-1 {
    right: 4.1666666667%;
  }

  .col-xl-push-1 {
    left: 4.1666666667%;
  }

  .col-xl-offset-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-xl-offset-half-wide-1 {
    margin-left: calc(4.1666666667% + 10px);
  }

  .col-xl-offset-wide-1 {
    margin-left: calc(4.1666666667%);
  }

  .col-xl-pull-2 {
    right: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-xl-offset-half-wide-2 {
    margin-left: calc(8.3333333333% + 10px);
  }

  .col-xl-offset-wide-2 {
    margin-left: calc(8.3333333333%);
  }

  .col-xl-pull-3 {
    right: 12.5%;
  }

  .col-xl-push-3 {
    left: 12.5%;
  }

  .col-xl-offset-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-xl-offset-half-wide-3 {
    margin-left: calc(12.5% + 10px);
  }

  .col-xl-offset-wide-3 {
    margin-left: calc(12.5%);
  }

  .col-xl-pull-4 {
    right: 16.6666666667%;
  }

  .col-xl-push-4 {
    left: 16.6666666667%;
  }

  .col-xl-offset-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-xl-offset-half-wide-4 {
    margin-left: calc(16.6666666667% + 10px);
  }

  .col-xl-offset-wide-4 {
    margin-left: calc(16.6666666667%);
  }

  .col-xl-pull-5 {
    right: 20.8333333333%;
  }

  .col-xl-push-5 {
    left: 20.8333333333%;
  }

  .col-xl-offset-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-xl-offset-half-wide-5 {
    margin-left: calc(20.8333333333% + 10px);
  }

  .col-xl-offset-wide-5 {
    margin-left: calc(20.8333333333%);
  }

  .col-xl-pull-6 {
    right: 25%;
  }

  .col-xl-push-6 {
    left: 25%;
  }

  .col-xl-offset-6 {
    margin-left: calc(25% + 10px);
  }

  .col-xl-offset-half-wide-6 {
    margin-left: calc(25% + 10px);
  }

  .col-xl-offset-wide-6 {
    margin-left: calc(25%);
  }

  .col-xl-pull-7 {
    right: 29.1666666667%;
  }

  .col-xl-push-7 {
    left: 29.1666666667%;
  }

  .col-xl-offset-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-xl-offset-half-wide-7 {
    margin-left: calc(29.1666666667% + 10px);
  }

  .col-xl-offset-wide-7 {
    margin-left: calc(29.1666666667%);
  }

  .col-xl-pull-8 {
    right: 33.3333333333%;
  }

  .col-xl-push-8 {
    left: 33.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-xl-offset-half-wide-8 {
    margin-left: calc(33.3333333333% + 10px);
  }

  .col-xl-offset-wide-8 {
    margin-left: calc(33.3333333333%);
  }

  .col-xl-pull-9 {
    right: 37.5%;
  }

  .col-xl-push-9 {
    left: 37.5%;
  }

  .col-xl-offset-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-xl-offset-half-wide-9 {
    margin-left: calc(37.5% + 10px);
  }

  .col-xl-offset-wide-9 {
    margin-left: calc(37.5%);
  }

  .col-xl-pull-10 {
    right: 41.6666666667%;
  }

  .col-xl-push-10 {
    left: 41.6666666667%;
  }

  .col-xl-offset-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-xl-offset-half-wide-10 {
    margin-left: calc(41.6666666667% + 10px);
  }

  .col-xl-offset-wide-10 {
    margin-left: calc(41.6666666667%);
  }

  .col-xl-pull-11 {
    right: 45.8333333333%;
  }

  .col-xl-push-11 {
    left: 45.8333333333%;
  }

  .col-xl-offset-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-xl-offset-half-wide-11 {
    margin-left: calc(45.8333333333% + 10px);
  }

  .col-xl-offset-wide-11 {
    margin-left: calc(45.8333333333%);
  }

  .col-xl-pull-12 {
    right: 50%;
  }

  .col-xl-push-12 {
    left: 50%;
  }

  .col-xl-offset-12 {
    margin-left: calc(50% + 10px);
  }

  .col-xl-offset-half-wide-12 {
    margin-left: calc(50% + 10px);
  }

  .col-xl-offset-wide-12 {
    margin-left: calc(50%);
  }

  .col-xl-pull-13 {
    right: 54.1666666667%;
  }

  .col-xl-push-13 {
    left: 54.1666666667%;
  }

  .col-xl-offset-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-xl-offset-half-wide-13 {
    margin-left: calc(54.1666666667% + 10px);
  }

  .col-xl-offset-wide-13 {
    margin-left: calc(54.1666666667%);
  }

  .col-xl-pull-14 {
    right: 58.3333333333%;
  }

  .col-xl-push-14 {
    left: 58.3333333333%;
  }

  .col-xl-offset-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-xl-offset-half-wide-14 {
    margin-left: calc(58.3333333333% + 10px);
  }

  .col-xl-offset-wide-14 {
    margin-left: calc(58.3333333333%);
  }

  .col-xl-pull-15 {
    right: 62.5%;
  }

  .col-xl-push-15 {
    left: 62.5%;
  }

  .col-xl-offset-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-xl-offset-half-wide-15 {
    margin-left: calc(62.5% + 10px);
  }

  .col-xl-offset-wide-15 {
    margin-left: calc(62.5%);
  }

  .col-xl-pull-16 {
    right: 66.6666666667%;
  }

  .col-xl-push-16 {
    left: 66.6666666667%;
  }

  .col-xl-offset-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-xl-offset-half-wide-16 {
    margin-left: calc(66.6666666667% + 10px);
  }

  .col-xl-offset-wide-16 {
    margin-left: calc(66.6666666667%);
  }

  .col-xl-pull-17 {
    right: 70.8333333333%;
  }

  .col-xl-push-17 {
    left: 70.8333333333%;
  }

  .col-xl-offset-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-xl-offset-half-wide-17 {
    margin-left: calc(70.8333333333% + 10px);
  }

  .col-xl-offset-wide-17 {
    margin-left: calc(70.8333333333%);
  }

  .col-xl-pull-18 {
    right: 75%;
  }

  .col-xl-push-18 {
    left: 75%;
  }

  .col-xl-offset-18 {
    margin-left: calc(75% + 10px);
  }

  .col-xl-offset-half-wide-18 {
    margin-left: calc(75% + 10px);
  }

  .col-xl-offset-wide-18 {
    margin-left: calc(75%);
  }

  .col-xl-pull-19 {
    right: 79.1666666667%;
  }

  .col-xl-push-19 {
    left: 79.1666666667%;
  }

  .col-xl-offset-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-xl-offset-half-wide-19 {
    margin-left: calc(79.1666666667% + 10px);
  }

  .col-xl-offset-wide-19 {
    margin-left: calc(79.1666666667%);
  }

  .col-xl-pull-20 {
    right: 83.3333333333%;
  }

  .col-xl-push-20 {
    left: 83.3333333333%;
  }

  .col-xl-offset-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-xl-offset-half-wide-20 {
    margin-left: calc(83.3333333333% + 10px);
  }

  .col-xl-offset-wide-20 {
    margin-left: calc(83.3333333333%);
  }

  .col-xl-pull-21 {
    right: 87.5%;
  }

  .col-xl-push-21 {
    left: 87.5%;
  }

  .col-xl-offset-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-xl-offset-half-wide-21 {
    margin-left: calc(87.5% + 10px);
  }

  .col-xl-offset-wide-21 {
    margin-left: calc(87.5%);
  }

  .col-xl-pull-22 {
    right: 91.6666666667%;
  }

  .col-xl-push-22 {
    left: 91.6666666667%;
  }

  .col-xl-offset-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-xl-offset-half-wide-22 {
    margin-left: calc(91.6666666667% + 10px);
  }

  .col-xl-offset-wide-22 {
    margin-left: calc(91.6666666667%);
  }

  .col-xl-pull-23 {
    right: 95.8333333333%;
  }

  .col-xl-push-23 {
    left: 95.8333333333%;
  }

  .col-xl-offset-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-xl-offset-half-wide-23 {
    margin-left: calc(95.8333333333% + 10px);
  }

  .col-xl-offset-wide-23 {
    margin-left: calc(95.8333333333%);
  }

  .col-xl-pull-24 {
    right: 100%;
  }

  .col-xl-push-24 {
    left: 100%;
  }

  .col-xl-offset-24 {
    margin-left: calc(100% + 10px);
  }

  .col-xl-offset-half-wide-24 {
    margin-left: calc(100% + 10px);
  }

  .col-xl-offset-wide-24 {
    margin-left: calc(100%);
  }

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

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

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

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

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

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

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

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

  .block-justify-xl:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0.000001%;
  }

  .col-hide-xl {
    display: none !important;
  }

  .col-show-xl {
    display: inline-block !important;
  }
}
.container, .row {
  font-size: 1e-8%;
}
.container > *, .row > * {
  font-size: medium;
}

.row {
  width: 100%;
  font-size: 1e-8%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  font-size: 1e-8%;
}
@media (min-width: 768px) {
  .container {
    width: 95%;
  }
}

/* GW-Grid helpers */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.alignleft {
  float: left;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0em 1.5em 0em 0em;
}

.alignright {
  float: right;
}

img.alignright, .wp-caption.alignright {
  margin: 0em 0em 0em 1.5em;
}

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

.hide {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

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

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.full-image-center {
  overflow: hidden;
  text-align: center;
}
.full-image-center img {
  margin: 0 -100%;
}

.full-image-center-stretch {
  overflow: hidden;
  text-align: center;
}
.full-image-center-stretch img {
  width: 100%;
  margin: 0 -100%;
}

.cookie-warning {
  position: fixed;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  display: table;
  background: rgba(32, 34, 38, 0.8);
  padding: 30px 40px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: white;
}
.cookie-warning .cookie-text {
  vertical-align: middle;
  width: calc(100% - 310px);
  display: table-cell;
  margin: 0px;
  line-height: 1.5;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cookie-warning .cookie-text {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .cookie-warning .cookie-text {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.cookie-warning .cookie-actions {
  vertical-align: middle;
  width: 300px;
  display: table-cell;
  text-align: right;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cookie-warning .cookie-actions {
    width: 100%;
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .cookie-warning .cookie-actions {
    width: 100%;
    display: block;
  }
}
.cookie-warning .cookie-btn {
  color: white;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 3px;
  text-decoration: none;
  border: 0px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
.cookie-warning .cookie-btn.ok {
  background: #3B89C7;
}
.cookie-warning .cookie-btn.readmore {
  background: #7B8A8B;
}

@font-face {
  font-family: "Aller";
  font-style: 400;
  font-weight: false;
  src: url("Aller-Regular-fixed.woff.normal") format("normal");
}
@font-face {
  font-family: "Aller";
  font-style: 700;
  font-weight: false;
  src: url("Aller-Bold-fixed.woff.normal") format("normal");
}
@font-face {
  font-family: "Aller";
  font-style: 300;
  font-weight: false;
  src: url("Aller-Light-fixed.woff.normal") format("normal");
}
/* Color names */
/* Section colors */
/*
 * FRONT PAGE
 */
.home-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #005baa;
}
.home-slider .slides {
  display: flex;
  justify-content: center;
}
.home-slider .slides .slide {
  position: relative;
  max-width: 1400px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .home-slider .slides .slide {
    max-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .home-slider .slides .slide {
    max-width: 100%;
  }
}
.home-slider .slides .slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-slider .slides .slide img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.home-slider .slide-navigation {
  background: #005baa;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .home-slider .slide-navigation {
    max-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .home-slider .slide-navigation {
    max-width: 100%;
  }
}
.home-slider .slide-navigation .slide-wrapper {
  width: 200px;
  margin-right: 5px;
}
.home-slider .slide-navigation .slide-wrapper:last-child {
  margin-right: 0;
}
.home-slider .slide-navigation .slide {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 50%;
}
.home-slider .slide-navigation .slide a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.15s ease-out;
  overflow: hidden;
}
.home-slider .slide-navigation .slide a div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.home-slider .slide-navigation .slide a.active, .home-slider .slide-navigation .slide a:hover, .home-slider .slide-navigation .slide a:focus {
  box-shadow: 0 0 0 5px #ffffff;
  outline: 0;
}
.home-slider .slide-navigation .slide a.inactive {
  box-shadow: none;
}

.politics {
  background-color: #f0f0f0;
  overflow: visible !important;
}
.politics header {
  margin-top: 70px;
}
.politics h2 {
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.politics h3 {
  text-align: center;
  display: block;
  font-weight: 400;
  margin: 10px 0 40px;
}
.politics footer {
  text-align: center;
  padding: 40px 0;
}
.politics footer a {
  text-color: 16px;
  color: #010008;
  text-decoration: none;
  border-bottom: 1px solid #616161;
}
@media (min-width: 768px) and (max-width: 991px) {
  .politics footer {
    padding-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .politics footer {
    padding-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .politics footer {
    padding-top: 20px;
  }
}
.politics .single-politics-block {
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .politics .single-politics-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .politics .single-politics-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .politics .single-politics-block {
    margin-bottom: 20px;
  }
}
.politics .single-politics-block .wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  perspective: 1000px;
  width: 100%;
}
.politics .single-politics-block h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: auto;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  line-height: 1.2;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  text-align: center;
}
.politics .single-politics-block svg {
  fill: white;
  position: absolute;
  height: auto;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.politics .single-politics-block .front, .politics .single-politics-block .back {
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.politics .single-politics-block .front p, .politics .single-politics-block .back p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.politics .single-politics-block .front p:last-child, .politics .single-politics-block .back p:last-child {
  margin-bottom: 0;
}
.politics .single-politics-block .front.for svg, .politics .single-politics-block .back.for svg {
  width: 100px;
}
.politics .single-politics-block .front.against, .politics .single-politics-block .back.against {
  background-color: #616161;
  color: white;
}
.politics .single-politics-block .front.against svg, .politics .single-politics-block .back.against svg {
  width: 80px;
}
.politics .single-politics-block .front.against .back, .politics .single-politics-block .back.against .back {
  color: #5c5c5c;
}
.politics .single-politics-block .front .btn, .politics .single-politics-block .back .btn {
  color: black;
  background-color: yellow;
  border-radius: 15px;
  padding: 9px 25px;
  border: 2px solid rgba(255, 255, 0, 0);
  box-sizing: border-box;
}
.politics .single-politics-block .front .btn:hover, .politics .single-politics-block .front .btn:focus, .politics .single-politics-block .back .btn:hover, .politics .single-politics-block .back .btn:focus {
  outline: 0;
  background-color: white;
  border: 2px solid yellow;
}
.politics .single-politics-block .front {
  transform: rotateY(0deg);
}
.politics .single-politics-block .front.for {
  background-color: #f2ca1b;
  color: #010008;
}
.politics .single-politics-block .front.against {
  background-color: #616161;
  color: white;
}
.politics .single-politics-block .back {
  transform: rotateY(180deg);
  background-color: #f1c811;
  display: flex;
  align-items: center;
  justify-content: center;
}
.politics .single-politics-block .back.for {
  background-color: #f1c811;
  color: #010008;
}
.politics .single-politics-block .back.against {
  background-color: #5c5c5c;
  color: white;
}
.politics .single-politics-block .back.against a, .politics .single-politics-block .back.against a p {
  color: white !important;
}
.politics .single-politics-block .back.against a:hover, .politics .single-politics-block .back.against a:focus, .politics .single-politics-block .back.against a p:hover, .politics .single-politics-block .back.against a p:focus {
  color: white !important;
}
.politics .single-politics-block .back a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #272200;
}
.politics .single-politics-block .back a:hover, .politics .single-politics-block .back a:focus {
  outline: 0;
  text-decoration: underline;
}
.politics .single-politics-block:hover, .politics .single-politics-block:focus, .politics .single-politics-block:focus-within {
  outline: 0;
}
.politics .single-politics-block:hover .front, .politics .single-politics-block:focus .front, .politics .single-politics-block:focus-within .front {
  transform: rotateY(180deg);
}
.politics .single-politics-block:hover .back, .politics .single-politics-block:focus .back, .politics .single-politics-block:focus-within .back {
  transform: rotateY(360deg);
}

.deputy-some {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.deputy-some li {
  display: inline;
  margin: 0 10px 10px 0;
}
.deputy-some a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -999999px;
  overflow: hidden;
  border-radius: 100% 100%;
  transition: all 0.25s ease-in-out;
}
.deputy-some a.facebook {
  background: transparent url("images/facebook.svg") no-repeat center center;
}
.deputy-some a.twitter {
  background: transparent url("images/twitter.svg") no-repeat center center;
}
.deputy-some a.instagram {
  background: transparent url("images/instagram.svg") no-repeat center center;
}
.deputy-some a.youtube {
  background: transparent url("images/youtube.svg") no-repeat center center;
  background-size: contain;
}
.deputy-some a.url {
  background: transparent url("images/home.svg") no-repeat center center;
  background-size: contain;
}
.deputy-some a.globe {
  background: transparent url("images/globe.svg") no-repeat center center;
  background-size: contain;
}
.deputy-some a:hover {
  opacity: 0.7;
}

#office-staff .deputy-some, .highlighted .deputy-some {
  margin-top: 10px;
}

.deputy-full-name a:hover {
  color: #005baa;
  text-decoration: underline;
}

.toggle-distrcit-button {
  border: none;
  background: none;
}
.toggle-distrcit-button h3 {
  font-weight: 300;
  font-size: 18px;
}
.toggle-distrcit-button:hover h3, .toggle-distrcit-button:focus h3 {
  color: #005baa;
}

.suggestions {
  display: none;
  position: absolute;
  border: 1px solid #d3d3d3;
  max-height: 150px;
  overflow-y: auto;
  color: #5e5e5e;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  margin-top: -16px;
  overflow-x: hidden;
}
.suggestions .suggestion {
  text-align: left;
  border: none;
  background: none;
  color: #5e5e5e;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.suggestions .suggestion:hover {
  background-color: #d3d3d3;
}

.ministers-block {
  background-color: #005baa;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.ministers-block .image {
  display: block;
  margin: 0 auto;
}
.ministers-block .minister-info {
  padding: 30px;
}
.ministers-block .minister-info .title, .ministers-block .minister-info .name {
  display: block;
  font-size: 1.2em;
}
.ministers-block .minister-info .name {
  font-weight: bold;
}
.ministers-block .minister-info .infourl {
  display: block;
  font-size: small;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}
.ministers-block .minister-info .infourl:hover {
  text-decoration: underline;
}
.ministers-block .minister-info .ministers-some {
  list-style-type: none;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
}
.ministers-block .minister-info .ministers-some li {
  display: inline;
  margin: 0 10px 10px 0;
}
.ministers-block .minister-info .ministers-some a {
  width: 25px;
  height: 25px;
  display: flex;
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100% 100%;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}
.ministers-block .minister-info .ministers-some a svg {
  fill: #000;
  max-height: 70%;
  max-width: 70%;
  height: 100%;
  width: 100%;
}
.ministers-block .minister-info .ministers-some a:hover, .ministers-block .minister-info .ministers-some a:focus {
  opacity: 0.7;
  transform: scale(1.1);
}

.footer a {
  color: #ffffff;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
  color: #ffffff;
}

.footer-content {
  background: #01509b;
  color: #ffffff;
  z-index: 20;
  position: relative;
}
.footer-content .footer-nav .footer-link {
  font-weight: 600;
  font-size: 12px;
  font-size: 0.8571428571rem;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-content .footer-nav .subnav ul {
  margin: 0 0 14px 0;
}
.footer-content .footer-nav .subnav a {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
@media (min-width: 0px) and (max-width: 479px) {
  .footer-content .footer-nav .subnav a {
    font-size: 0.75rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-content .footer-nav .subnav a {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-content .footer-nav .subnav a {
    font-size: 0.75rem;
  }
}
.footer-content .f-col {
  border-right: 1px solid #004281;
  padding: 2em 0.5em 2em 0;
  height: 220px;
}
.footer-content .f-col:last-child {
  border-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-content .f-col {
    height: 190px;
  }
  .footer-content .footer-info {
    padding: 1.5em 1em 1em 1em;
    height: auto;
    border-left: 0;
    border-top: 1px solid #004281;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-content .footer-info {
    border-left: 0;
  }
  .footer-content .footer-info .text {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.5;
  }
  .footer-content .footer-info .text .icon {
    height: 12px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -1px;
    background: url("images/icons-footer.png");
  }
  .footer-content .f-col {
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .footer-content .footer-info {
    border-left: 0;
  }
  .footer-content .footer-info .text {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.5;
  }
  .footer-content .footer-info .text .icon {
    height: 12px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -1px;
    background: url("images/icons-footer.png");
  }
  .footer-content .f-col {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-content .footer-info {
    border-left: 0;
  }
  .footer-content .footer-info .text {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.5;
  }
  .footer-content .footer-info .text .icon {
    height: 12px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -1px;
    background: url("images/icons-footer.png");
  }
  .footer-content .f-col {
    height: auto;
  }
}

.footer-info .text h6 {
  font-size: 15px;
  margin-bottom: 10px;
}
.footer-info .text p {
  font-size: 14px;
}
.footer-info .text .icon.location {
  width: 9px;
  margin-right: 3px;
  background-position: left top;
}
.footer-info .text .icon.phone {
  width: 13px;
  margin-left: -1px;
  background-position: right top;
}
.footer-info .somelinks h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  margin-top: 25px;
}
.footer-info .somelinks > div {
  display: flex;
}
.footer-info .somelinks a {
  display: flex;
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100% 100%;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}
.footer-info .somelinks a svg {
  fill: #005baa;
  max-height: 70%;
  max-width: 70%;
  height: 100%;
  width: 100%;
}
.footer-info .somelinks a:hover, .footer-info .somelinks a:focus {
  opacity: 0.7;
  transform: scale(1.1);
}

.footer-stripe {
  background: #ffffff;
  color: #ffffff;
  box-shadow: 0 -14px 56px -14px #111111;
  z-index: 20;
  position: relative;
  padding: 1em 0;
}
.footer-stripe .logo {
  width: 54px;
  height: 28px;
  margin: 0;
}
.footer-stripe .copyright {
  color: #111111;
  line-height: 28px;
  float: right;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.superfooter {
  background-color: #004281;
  height: 60px;
  width: 100%;
}
.superfooter .container div:before {
  content: " ";
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.superfooter .container div img {
  display: inline-block;
  vertical-align: middle;
}

.sb_instagram_header {
  margin-top: 25px !important;
}
.sb_instagram_header .sbi_header_img {
  height: 48px !important;
  width: 48px !important;
}
.sb_instagram_header .sbi_header_text h3 {
  padding-bottom: 10px !important;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3, .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
  margin-top: -15px !important;
}

.sbi_follow_btn {
  display: none !important;
}

body.yellow.home .navigation .search .search-box form {
  background: #ffd500;
  color: #272200;
  border-color: #ffd500;
}
body.yellow.home .navigation > ul li:hover > a, body.yellow.home .navigation > ul li.hover > a {
  color: #272200;
}
body.yellow.home .navigation .dropdown > ul > li a.hover, body.yellow.home .navigation .dropdown > ul > li a:hover {
  text-decoration: none !important;
  color: #272200;
  border-color: #272200;
}
body.yellow.home .home-slider {
  background-color: #ffd500;
}
body.yellow.home .home-slider .slide-navigation {
  background-color: #ffd500;
}
body.yellow.home .home-slider .slide-navigation .slide a {
  border-color: #ffd500;
}
body.yellow.home .home-slider .slide-navigation .slide a:hover, body.yellow.home .home-slider .slide-navigation .slide a:focus, body.yellow.home .home-slider .slide-navigation .slide a.active {
  border-color: #ffffff;
}
body.yellow.home .top-container .front-news header h2, body.yellow.home .top-container .front-news header .more {
  color: #272200;
}
body.yellow.home .top-container .front-news .big-news .big-news-title header .category a {
  color: #272200;
}
body.yellow.home .top-container .front-news .small-news-row .small-news .category a {
  color: #272200;
}
body.yellow.home .top-container .top-sidebar h2 {
  color: #272200;
}
body.yellow.home .top-container .top-sidebar .side-events footer a {
  color: #272200;
}
body.yellow.home .top-container .top-sidebar .side-releases .release a {
  color: #272200;
}
body.yellow.home .top-container .top-sidebar .side-releases footer a {
  color: #272200;
}
body.yellow.home .top-container .sidebar-entry.sidebar-event .event-info {
  color: #272200;
}
body.yellow.home .top-container .sidebar-entry.sidebar-event a:hover h5.entry-title {
  color: #272200;
  text-decoration: underline;
}
body.yellow.home .top-container .event-date-badge {
  background: #f5cc00;
  color: #272200;
}
body.yellow.home .top-container .event-date-badge .month {
  font-weight: 400;
}
body.yellow.home .top-container .event-date-badge .day {
  background: #ffd500;
  color: #272200;
}
body.yellow.home .top-container .front-news .small-news-row a:hover h3, body.yellow.home .top-container .front-news .small-news-row a:focus h3, body.yellow.home .top-container .front-news .small-news-row a.hover h3 {
  color: #272200;
  text-decoration: underline;
}
body.yellow.home .top-container .front-news .small-news-row a:hover p, body.yellow.home .top-container .front-news .small-news-row a:focus p, body.yellow.home .top-container .front-news .small-news-row a.hover p {
  color: #272200;
}
body.yellow.home .top-container .front-news .big-news .big-news-title a:hover h3, body.yellow.home .top-container .front-news .big-news .big-news-title a.hover h3 {
  color: #272200;
  text-decoration: underline;
}
body.yellow.home .top-container .front-news .big-news .big-news-title a:hover p, body.yellow.home .top-container .front-news .big-news .big-news-title a.hover p {
  color: #272200;
}
body.yellow.home .some-container {
  background: #ffd500 !important;
  color: #272200;
}
body.yellow.home .some-container .twitter-header h2 {
  color: #272200;
  background-image: url("images/twitter-icon-black.png");
}
body.yellow.home .some-container .single-tweet .tweet {
  color: #272200;
}
body.yellow.home .some-container .single-tweet .tweet a {
  color: #272200;
}
body.yellow.home .some-container .single-tweet footer.twitter-footer .time a {
  color: #272200;
}
body.yellow.home .some-container .single-tweet footer.twitter-footer .author a {
  color: #272200;
}
body.yellow.home .some-container .ctf-item {
  color: #272200;
}
body.yellow.home .some-container .ctf-item a {
  color: #272200;
}
body.yellow.home .some-container .ctf-item .ctf-time a {
  color: #272200;
}
body.yellow.home .some-container .ctf-item .ctf-author a {
  color: #272200;
}
body.yellow.home .some-container .flickr-header h2 {
  color: #272200;
  background-image: url("images/flickr-icon-black.png");
}
body.yellow.home .some-container .flickr-box .flickr-footer a {
  color: #272200;
}
body.yellow.home .upper-bottom .front-videos > header h2 {
  color: #000000;
}
body.yellow.home .upper-bottom .front-su-news > header h2 {
  color: #000000;
  background-image: url("images/su-icon-black.png");
}
body.yellow.home .upper-bottom .front-su-most-popular > header h2 {
  color: #000000;
}
body.yellow.home .upper-bottom .front-su-news .big header .category a, body.yellow.home .upper-bottom .front-su-news .single-news header .category a, body.yellow.home .upper-bottom .upper-bottom .front-su-news .single-news header .category a {
  color: #272200;
}
body.yellow.home .upper-bottom .front-su-most-popular article .info header .category a {
  color: #272200;
}
body.yellow.home .middle-bottom .front-blogs > .row header.top-header h2 {
  color: #272200;
  background-image: url("images/blogit-icon-black.png");
}
body.yellow.home .middle-bottom .side-categories header h2 {
  color: #272200;
}
body.yellow.home .lower-bottom header h2 {
  color: #272200;
}
body.yellow.home .lower-bottom .lower-bottom-container .participate .single-participate {
  background-color: #ffd500;
  transition: all 0.15s ease-out;
}
body.yellow.home .lower-bottom .lower-bottom-container .participate .single-participate span {
  color: #272200;
}
body.yellow.home .lower-bottom .lower-bottom-container .participate .single-participate a {
  box-sizing: border-box;
  border: 4px solid #ffd500;
}
body.yellow.home .lower-bottom .lower-bottom-container .participate .single-participate a:hover {
  border-color: white;
}
body.yellow.home .lower-bottom .lower-bottom-container .banners .banner {
  transition: all 0.25s ease-out;
}
body.yellow.home .footer-content {
  background-color: #ffd500;
  color: #272200;
}
body.yellow.home .footer-content .footer-nav .subnav a {
  color: #272200;
}
body.yellow.home .footer-content .f-col {
  border-color: rgba(39, 34, 0, 0.1);
}
body.yellow.home .footer a {
  color: #272200;
}
body.yellow.home .footer-info .somelinks h3 {
  color: #272200;
}
body.yellow.home .superfooter {
  background-color: #f5cc00;
}
body.yellow.home a:hover:not(#ps-tunnus-header-container a),
body.yellow.home a.hover:not(#ps-tunnus-header-container a),
body.yellow.home a:focus:not(#ps-tunnus-header-container a) {
  color: #272200 !important;
  outline: none;
}
body.yellow.home a:hover:not(#ps-tunnus-header-container a) h3,
body.yellow.home a.hover:not(#ps-tunnus-header-container a) h3,
body.yellow.home a:focus:not(#ps-tunnus-header-container a) h3 {
  color: #272200 !important;
  text-decoration: underline;
}
body.yellow.home a:hover:not(#ps-tunnus-header-container a) p, body.yellow.home a:hover:not(#ps-tunnus-header-container a) span:not(#ps-tunnus-header-container),
body.yellow.home a.hover:not(#ps-tunnus-header-container a) p,
body.yellow.home a.hover:not(#ps-tunnus-header-container a) span:not(#ps-tunnus-header-container),
body.yellow.home a:focus:not(#ps-tunnus-header-container a) p,
body.yellow.home a:focus:not(#ps-tunnus-header-container a) span:not(#ps-tunnus-header-container) {
  color: #272200 !important;
}
body.yellow.home .navigation .dropdown > ul {
  border-color: #ffd500;
}
body.yellow.home .footer-info .somelinks a {
  background-color: #272200;
}
body.yellow.home .footer-info .somelinks a svg {
  fill: #ffd500;
}

.election-banner {
  background: linear-gradient(0deg, #ddd, #f0f0f0 75px, #f0f0f0);
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 16px;
  padding-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 479px) {
  .election-banner {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .election-banner {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .election-banner {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
.election-banner .election-link .election-image {
  width: 100%;
  height: auto;
}

#gform_1 .gchoice {
  display: flex;
}
#gform_1 .gchoice .gfield-choice-input {
  margin-top: 5px;
  margin-right: 5px;
}

.gw-events-loader-bar {
  background: repeating-linear-gradient(to right, #f2ca1b 0%, blue 50%, #f2ca1b 100%);
  width: 100%;
  background-size: 200% auto;
  background-position: 0 100%;
  animation: gradient 1s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  height: 6px;
  margin-bottom: 15px;
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.helpnav-block.gw-eventfilter .show-all,
.helpnav-block.gw-eventfilter .hide-all {
  display: block;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.helpnav-block.gw-eventfilter .filter {
  margin-bottom: 7px;
  padding-right: 15px;
  position: relative;
}

.gw-ps-events-category-list button {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #919191;
}
.gw-ps-events-category-list button:hover, .gw-ps-events-category-list button:focus {
  color: #015c96;
  outline: none;
}

.fake-check-box {
  visibility: visible;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
  border: 1px solid #919191;
  padding: 2px;
  content: "";
  right: 0;
  top: 3px;
  z-index: 1;
}

.helpnav-block.gw-eventfilter .gw-event-category-id:checked + .fake-check-box {
  background: url(images/icons-eventfilter.png) no-repeat center center;
  background-size: 10px 10px;
}

.gw-ps-events-category-list label {
  padding: 0;
  color: #919191;
}
.gw-ps-events-category-list label:hover, .gw-ps-events-category-list label:focus {
  color: #015c96;
  outline: none;
}

.gw-event-category-id {
  height: 0 !important;
  width: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.fc-day-today {
  background: #f2ca1b !important;
  border: none !important;
}

.fc .fc-col-header {
  height: 26px !important;
}

.fc-col-header thead {
  width: 100% !important;
  display: flex !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.fc-col-header thead tr {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  background-color: #fff !important;
}
.fc-col-header thead tr th {
  width: 14.28% !important;
  background-color: #fff !important;
  border: none !important;
}

.fc-button-primary {
  background-color: #015c96 !important;
  border: #015c96 !important;
  color: #fff;
}
.fc-button-primary:hover {
  box-shadow: none !important;
  background-color: #025081 !important;
}
.fc-button-primary:focus {
  box-shadow: none !important;
  background-color: #025081 !important;
}

@media (min-width: 480px) and (max-width: 767px) {
  .content .gw-event-paddings {
    padding: 2px !important;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .content .gw-event-paddings {
    padding: 2px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .gw-event-paddings {
    padding: 2px !important;
  }
}

.event-location {
  text-transform: capitalize !important;
}

#gw_calendar {
  margin-bottom: 25px;
}

.fc-toolbar-chunk .fc-toolbar-title {
  font-size: 22px !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 16px !important;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 16px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .fc-toolbar-chunk .fc-today-button {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .fc-toolbar-chunk .fc-today-button {
    display: none !important;
  }
}

.fc-daygrid-event-dot {
  display: none;
}

.fc-event-title, .fc-event-time {
  font-size: 11px;
  white-space: pre-wrap;
}
@media (min-width: 480px) and (max-width: 767px) {
  .fc-event-title, .fc-event-time {
    font-size: 14px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .fc-event-title, .fc-event-time {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fc-event-title, .fc-event-time {
    font-size: 14px;
  }
}

.fc-daygrid-event {
  background-color: #015c96;
  color: white;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start !important;
  padding: 2px !important;
}
.fc-daygrid-event:hover {
  background-color: #ececec !important;
}
.fc-daygrid-event i {
  font-size: 12px;
}

.event-description {
  white-space: pre-line;
}

.fc-list-empty-cushion {
  display: none !important;
}

.calendar-no-events {
  display: none;
}
@media (min-width: 0px) and (max-width: 479px) {
  .calendar-no-events.show-no-events {
    display: inline;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .calendar-no-events.show-no-events {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calendar-no-events.show-no-events {
    display: inline;
  }
}

.gm-style-iw-d a {
  color: #000;
}
.gm-style-iw-d a:hover {
  text-decoration: underline;
}
.gm-style-iw-d a:focus {
  outline: none;
}
.gm-style-iw-d a h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 8px;
  margin-top: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .gm-style-iw-d a h3 {
    font-size: 16px !important;
    margin-bottom: 4px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .gm-style-iw-d a h3 {
    font-size: 16px !important;
    margin-bottom: 4px;
  }
}
.gm-style-iw-d a h3 .link-icon {
  background: transparent url("images/link-solid.svg") no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-left: 10px;
}
.gm-style-iw-d .marker-date {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .gm-style-iw-d .marker-date {
    font-size: 10px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .gm-style-iw-d .marker-date {
    font-size: 10px;
  }
}

.search-events-form-container {
  margin-bottom: 25px;
}
.search-events-form-container .search-event-button {
  color: #015c96;
  border: none;
  padding: 0;
  text-align: left;
  background: none;
  font-size: 18px;
  font-weight: 600;
}
.search-events-form-container .search-event-button::after {
  display: inline-block;
  content: "";
  height: 12px;
  width: 12px;
  margin-left: 7px;
  background-image: url("images/icons-nav.png");
}
.search-events-form-container .search-events-form-wrapper {
  margin-top: 10px;
  display: flex;
}
.search-events-form-container .search-events-form-wrapper .clear-event-search {
  background-size: 18px 18px;
  padding: 18px;
  height: 36px;
  border: none;
  margin-top: 4px;
  background-color: white;
}
.search-events-form-container .search-events-form-wrapper .clear-event-search.cross-mark {
  background: url(images/icons-eventfilter.png) no-repeat center center;
}
.search-events-form-container .search-events-form-wrapper .search-events-form {
  flex: 1;
}
.search-events-form-container .search-events-form-wrapper .search-events-form .search-event {
  width: 100%;
  box-sizing: border-box;
}
.search-events-form-container .search-events-form-wrapper .search-events-form .search-event::-moz-placeholder {
  color: #919191;
}
.search-events-form-container .search-events-form-wrapper .search-events-form .search-event::placeholder {
  color: #919191;
}

.gw-event-manager-total-wrapper {
  margin-bottom: 10px;
  font-size: 14px;
}

/* Application CSS */
html {
  font-size: 87.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  font-size: 1.1rem;
  line-height: 1.4285714286;
  font-family: "Aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111111;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: #ffd500;
  color: #272200;
}

::selection {
  background: #ffd500;
  color: #272200;
}

::-moz-selection {
  background: #ffd500;
  color: #272200;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

figure {
  margin: 0;
}

a {
  color: #015c96;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #111111;
}

a:active {
  color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h2,
.h2 {
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 28px;
}

h3,
.h3 {
  font-size: 21px;
  font-size: 1.5rem;
  margin-bottom: 14px;
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin-bottom: 14px;
}

h5,
.h5 {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 7px;
}

h6,
.h6 {
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-transform: uppercase;
}

p {
  margin: 0 0 1em 0;
}

small {
  font-size: 85%;
}

blockquote {
  font-family: "Aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 2em 0;
  font-style: normal;
  background-color: #f7f7f7;
  border-left: 7px solid #fcdb70;
  padding: 1em 2em;
  color: #2b2b2b;
}

blockquote p {
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 27px;
  line-height: 1.9285714286rem;
  margin-bottom: 7px;
}

cite {
  font-family: "Aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-style: normal;
}

cite:before {
  content: "— ";
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

hr,
.hr {
  border: 0;
  border-bottom: 1px dashed #d0d0d0;
  background: none;
  clear: both;
  height: 1px;
  margin: 2em 0;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  border: 0;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 9999px;
}

.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}

dd {
  margin: 0 0 0 2.5em;
}

dt {
  font-weight: bold;
}

menu,
ol,
ul {
  padding: 0 0 0 2.5em;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

table thead th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #d0d0d0;
  color: #2b2b2b;
}

table tfoot td {
  font-weight: bold;
}

table caption {
  padding: 0.5em;
  font-style: italic;
  background-color: #f7f7f7;
  border-bottom: 0;
  font-weight: bold;
}

form {
  margin: 0 0 1em 0;
}

fieldset {
  margin-bottom: 1.5em;
  border: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  margin-bottom: 1em;
  white-space: normal;
  font-weight: bold;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: "Aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: baseline;
}

label {
  display: block;
  cursor: pointer;
}

textarea,
select,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel] {
  width: 100%;
  margin: 0.25em 0 1em 0;
}

:-moz-placeholder {
  color: #d0d0d0;
}

::-moz-placeholder {
  color: #d0d0d0;
}

:-ms-input-placeholder {
  color: #d0d0d0;
}

::-webkit-input-placeholder {
  color: #d0d0d0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  color: #515151;
  border: 1px solid #b7b7b7;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.radio,
.checkbox {
  display: block;
  min-height: 20;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -1.5em;
  margin-top: 4px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.5em;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 1.5em;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 1em;
}

textarea {
  min-height: 7em;
  vertical-align: top;
  overflow: auto;
}

select {
  padding: 0.5em;
  border: 1px solid #b7b7b7;
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  -webkit-appearance: none;
  white-space: nowrap;
  text-transform: none;
  *overflow: visible;
  *vertical-align: middle;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.hidden-overflow {
  overflow: hidden;
}

.visible {
  overflow: visible;
}

.button {
  padding: 0.5em 2em;
  margin: 0 0 14px 0;
  border-radius: 3px;
  border: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  color: #ffffff;
  background-color: #005baa;
  transition: background 0.2s ease-in-out;
}
.button:hover, .button:focus {
  color: #ffffff;
  background-color: #005baa;
  text-decoration: none;
}
.button:active, .button.active {
  background-color: #005baa;
}
.button[disabled], .button.disabled {
  color: #b7b7b7;
  background-color: #F3F3F3;
}
.button.huge {
  font-size: 21px;
  font-size: 1.5rem;
  border-width: 2px;
}
.button.large {
  font-size: 18px;
  font-size: 1.2857142857rem;
  border-width: 2px;
}
.button.small {
  font-size: 11px;
  font-size: 0.7857142857rem;
}
.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  white-space: normal !important;
}

.header {
  background: #ffffff;
  z-index: 20;
  position: relative;
  padding: 20px 0;
}

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 2px;
  float: left;
  text-indent: -99999px;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  background: rgba(0, 0, 0, 0) url("images/ps-logo.png") no-repeat left top;
  height: 70px;
  width: 140px;
  background-size: contain;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.navigation {
  position: relative;
  float: right;
  padding-top: 52px;
  margin: 0;
  margin-bottom: 14px;
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation {
    padding-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation {
    padding-top: 20px;
  }
}
.navigation .lang-navi {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}
.navigation .lang-navi li {
  float: right;
  padding: 0 15px;
  border-left: 1px solid #b7b7b7;
}
.navigation .lang-navi li:last-child {
  border: 0;
}
.navigation .lang-navi li:first-child {
  padding-right: 0;
}
.navigation .lang-navi li a {
  color: #6a6a6a;
  box-sizing: border-box;
}
.navigation .lang-navi li a:hover {
  text-decoration: underline;
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation .lang-navi li {
    float: none;
    border-left: 0;
    padding-left: 0;
  }
  .navigation .lang-navi li a {
    color: #6a6a6a;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation .lang-navi li {
    float: none;
    border-left: 0;
    padding-left: 0;
  }
  .navigation .lang-navi li a {
    color: #6a6a6a;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .lang-navi li {
    float: none;
    border-left: 0;
    padding-left: 0;
  }
  .navigation .lang-navi li a {
    color: #6a6a6a;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation .lang-navi li {
    float: none;
    border-left: 0;
    padding-left: 0;
  }
  .navigation .lang-navi li a {
    color: #6a6a6a;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation .lang-navi {
    position: static;
    top: auto;
    right: auto;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation .lang-navi {
    position: static;
    top: auto;
    right: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .lang-navi {
    position: static;
    top: auto;
    right: auto;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation .lang-navi {
    position: static;
    top: auto;
    right: auto;
    height: auto;
  }
}
.navigation > ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.navigation > ul li {
  display: inline-block;
  margin-left: 20px;
}
.navigation > ul li:first-child {
  margin-left: 0;
}
.navigation > ul li a {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 999;
  display: block;
  border-bottom: 1px solid rgba(20, 104, 158, 0);
  transition: all 200ms ease-in-out;
}
.navigation > ul li:hover > a, .navigation > ul li.hover > a {
  color: #005baa;
}
.navigation > ul li:hover > a:after, .navigation > ul li.hover > a:after {
  background-position: left bottom;
}
.navigation > ul li.has-dropdown {
  position: relative;
}
.navigation > ul li.has-dropdown:hover .dropdown, .navigation > ul li.has-dropdown.hover .dropdown {
  display: block;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation > ul li.has-dropdown:hover .dropdown, .navigation > ul li.has-dropdown.hover .dropdown {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation > ul li.has-dropdown:hover .dropdown, .navigation > ul li.has-dropdown.hover .dropdown {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation > ul li.has-dropdown:hover .dropdown, .navigation > ul li.has-dropdown.hover .dropdown {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation > ul li.has-dropdown:hover .dropdown, .navigation > ul li.has-dropdown.hover .dropdown {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation > ul li.has-dropdown.hover .dropdown {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation > ul li.has-dropdown.hover .dropdown {
    display: block;
  }
}
.navigation > ul li.has-dropdown > a {
  cursor: default;
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation > ul li.has-dropdown > a {
    cursor: pointer;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation > ul li.has-dropdown > a {
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation > ul li.has-dropdown > a {
    cursor: pointer;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation > ul li.has-dropdown > a {
    cursor: pointer;
  }
}
.navigation > ul li.has-dropdown > a:after {
  display: inline-block;
  content: "";
  height: 12px;
  width: 12px;
  margin-left: 4px;
  background-image: url("images/icons-nav.png");
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation > ul li.has-dropdown > a:after {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation > ul li.has-dropdown > a:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation > ul li.has-dropdown > a:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation > ul li.has-dropdown > a:after {
    display: none;
  }
}
.navigation .dropdown-right {
  right: 0 !important;
  left: auto !important;
}
.navigation .dropdown {
  display: none;
  opacity: 0;
  z-index: 20;
  margin: 0;
  position: absolute;
  padding-top: 14px;
  left: 0;
  top: 20px;
  z-index: 1000;
}
.navigation .dropdown > ul {
  background: #ffffff;
  background: #ffffff;
  padding: 1em;
  text-align: left;
  width: 252px;
  z-index: 40;
  border: #b7b7b7 solid 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: #005baa 4px solid;
  box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
}
.navigation .dropdown > ul > li {
  color: #000000;
  margin: 0;
  margin-bottom: 0.5em;
  display: block;
}
.navigation .dropdown > ul > li:hover a, .navigation .dropdown > ul > li.hover a {
  color: #000000;
}
.navigation .dropdown > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.navigation .dropdown > ul > li a {
  text-transform: none;
  font-weight: 400;
  display: inline;
}
.navigation .dropdown > ul > li a:hover, .navigation .dropdown > ul > li a.hover {
  border-bottom: 1px solid #14689e;
  color: #005baa;
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation .dropdown {
    position: inherit;
    opacity: 1;
    top: auto;
    left: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 15px;
  }
  .navigation .dropdown > ul {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .navigation .dropdown > ul li {
    border-left: 0;
    border-right: 0;
  }
  .navigation .dropdown > ul li a {
    border: 0;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation .dropdown {
    position: inherit;
    opacity: 1;
    top: auto;
    left: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 15px;
  }
  .navigation .dropdown > ul {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .navigation .dropdown > ul li {
    border-left: 0;
    border-right: 0;
  }
  .navigation .dropdown > ul li a {
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .dropdown {
    position: inherit;
    opacity: 1;
    top: auto;
    left: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 15px;
  }
  .navigation .dropdown > ul {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .navigation .dropdown > ul li {
    border-left: 0;
    border-right: 0;
  }
  .navigation .dropdown > ul li a {
    border: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation .dropdown {
    position: inherit;
    opacity: 1;
    top: auto;
    left: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 15px;
  }
  .navigation .dropdown > ul {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .navigation .dropdown > ul li {
    border-left: 0;
    border-right: 0;
  }
  .navigation .dropdown > ul li a {
    border: 0;
  }
}
.navigation .search {
  position: relative;
}
.navigation .search:hover .search-box, .navigation .search.hover .search-box, .navigation .search:focus .search-box {
  display: block;
}
.navigation .search a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-bottom: -2px;
  display: inline-block;
  border-bottom: none;
  transition: none;
  background: url("images/icons-nav.png") no-repeat right top;
}
.navigation .search a:hover, .navigation .search a.hover, .navigation .search a:focus {
  background-position: right bottom;
}
.navigation .search .search-box {
  display: none;
  z-index: 20;
  margin: 0;
  position: absolute;
  padding: 50px;
  right: 0;
  margin-right: -50px;
  top: -14px;
  z-index: 1000;
}
.navigation .search .search-box form {
  background: #005baa;
  padding: 16px 20px 18px;
  margin: 0;
  text-align: left;
  width: 300px;
  z-index: 40;
  border-top: #005baa 4px solid;
}
.navigation .search .search-box form input {
  width: calc(100% - 100px);
  margin: 0 10px 0 0;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  padding: 9px;
  border: none;
  border-radius: 3px;
}
.navigation .search .search-box form .button {
  margin: 0;
  background-color: #ffffff;
  color: #005baa;
  padding: 8px 20px;
  font-size: 14px;
}
.navigation .search .search-box form .button:hover, .navigation .search .search-box form .button.hover, .navigation .search .search-box form .button:focus {
  background: #c3e1fc;
  color: #004988;
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .navigation > ul {
    text-align: left;
  }
  .navigation li .has-dropdown > a {
    box-sizing: border-box;
  }
  .navigation li .has-dropdown > a:after {
    background: url("images/icons-nav@2.png");
    background-size: 30px 36px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .navigation > ul {
    text-align: left;
  }
  .navigation li .has-dropdown > a {
    box-sizing: border-box;
  }
  .navigation li .has-dropdown > a:after {
    background: url("images/icons-nav@2.png");
    background-size: 30px 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .navigation > ul {
    text-align: left;
  }
  .navigation li .has-dropdown > a {
    box-sizing: border-box;
  }
  .navigation li .has-dropdown > a:after {
    background: url("images/icons-nav@2.png");
    background-size: 30px 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .navigation > ul {
    text-align: left;
  }
  .navigation li .has-dropdown > a {
    box-sizing: border-box;
  }
  .navigation li .has-dropdown > a:after {
    background: url("images/icons-nav@2.png");
    background-size: 30px 36px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .navigation {
    float: none;
    clear: both;
    margin: 0;
  }
  .navigation ul {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .navigation ul.sub-menu li {
    padding-left: 30px;
    width: auto;
  }
  .navigation ul.sub-menu a {
    padding: 0;
    margin-left: 0px;
  }
  .navigation ul li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .navigation ul li a {
    width: 100%;
    color: #6a6a6a;
    border-top: 1px solid #b7b7b7;
    display: block;
    padding: 14px 30px;
    box-sizing: border-box;
  }
  .navigation ul li a:hover {
    color: #005baa;
  }
  .navigation ul li.has-dropdown > a:before {
    display: inline-block;
    content: "";
    height: 12px;
    width: 12px;
    overflow: hidden;
    margin-right: 8px;
    margin-left: -20px;
    background: url("images/icons-nav.png");
    background-position: 0 12px;
  }
  .navigation ul li.has-dropdown > a.active:before {
    background-position: 0px 0px;
  }
  .navigation ul li.search {
    padding: 0 30px;
    border-top: 1px solid #b7b7b7;
  }
  .navigation ul li.search a {
    display: none;
  }
  .navigation ul li.search .search-box form {
    margin: 0;
  }
  .navigation ul li.search .search-box form .button {
    display: none;
  }
  .navigation ul li.search .search-box form input {
    margin: 8px 0;
  }
}
@media (min-width: 0px) and (max-width: 479px) and (min-width: 480px) and (max-width: 767px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 479px) and (min-width: 0px) and (max-width: 479px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 479px) and (min-width: 768px) and (max-width: 991px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation {
    float: none;
    clear: both;
    margin: 0;
  }
  .navigation ul {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .navigation ul.sub-menu li {
    padding-left: 30px;
    width: auto;
  }
  .navigation ul.sub-menu a {
    padding: 0;
    margin-left: 0px;
  }
  .navigation ul li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .navigation ul li a {
    width: 100%;
    color: #6a6a6a;
    border-top: 1px solid #b7b7b7;
    display: block;
    padding: 14px 30px;
    box-sizing: border-box;
  }
  .navigation ul li a:hover {
    color: #005baa;
  }
  .navigation ul li.has-dropdown > a:before {
    display: inline-block;
    content: "";
    height: 12px;
    width: 12px;
    overflow: hidden;
    margin-right: 8px;
    margin-left: -20px;
    background: url("images/icons-nav.png");
    background-position: 0 12px;
  }
  .navigation ul li.has-dropdown > a.active:before {
    background-position: 0px 0px;
  }
  .navigation ul li.search {
    padding: 0 30px;
    border-top: 1px solid #b7b7b7;
  }
  .navigation ul li.search a {
    display: none;
  }
  .navigation ul li.search .search-box form {
    margin: 0;
  }
  .navigation ul li.search .search-box form .button {
    display: none;
  }
  .navigation ul li.search .search-box form input {
    margin: 8px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (min-width: 0px) and (max-width: 479px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation {
    float: none;
    clear: both;
    margin: 0;
  }
  .navigation ul {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .navigation ul.sub-menu li {
    padding-left: 30px;
    width: auto;
  }
  .navigation ul.sub-menu a {
    padding: 0;
    margin-left: 0px;
  }
  .navigation ul li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .navigation ul li a {
    width: 100%;
    color: #6a6a6a;
    border-top: 1px solid #b7b7b7;
    display: block;
    padding: 14px 30px;
    box-sizing: border-box;
  }
  .navigation ul li a:hover {
    color: #005baa;
  }
  .navigation ul li.has-dropdown > a:before {
    display: inline-block;
    content: "";
    height: 12px;
    width: 12px;
    overflow: hidden;
    margin-right: 8px;
    margin-left: -20px;
    background: url("images/icons-nav.png");
    background-position: 0 12px;
  }
  .navigation ul li.has-dropdown > a.active:before {
    background-position: 0px 0px;
  }
  .navigation ul li.search {
    padding: 0 30px;
    border-top: 1px solid #b7b7b7;
  }
  .navigation ul li.search a {
    display: none;
  }
  .navigation ul li.search .search-box form {
    margin: 0;
  }
  .navigation ul li.search .search-box form .button {
    display: none;
  }
  .navigation ul li.search .search-box form input {
    margin: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 480px) and (max-width: 767px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 0px) and (max-width: 479px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    float: none;
    clear: both;
    margin: 0;
  }
  .navigation ul {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .navigation ul.sub-menu li {
    padding-left: 30px;
    width: auto;
  }
  .navigation ul.sub-menu a {
    padding: 0;
    margin-left: 0px;
  }
  .navigation ul li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .navigation ul li a {
    width: 100%;
    color: #6a6a6a;
    border-top: 1px solid #b7b7b7;
    display: block;
    padding: 14px 30px;
    box-sizing: border-box;
  }
  .navigation ul li a:hover {
    color: #005baa;
  }
  .navigation ul li.has-dropdown > a:before {
    display: inline-block;
    content: "";
    height: 12px;
    width: 12px;
    overflow: hidden;
    margin-right: 8px;
    margin-left: -20px;
    background: url("images/icons-nav.png");
    background-position: 0 12px;
  }
  .navigation ul li.has-dropdown > a.active:before {
    background-position: 0px 0px;
  }
  .navigation ul li.search {
    padding: 0 30px;
    border-top: 1px solid #b7b7b7;
  }
  .navigation ul li.search a {
    display: none;
  }
  .navigation ul li.search .search-box form {
    margin: 0;
  }
  .navigation ul li.search .search-box form .button {
    display: none;
  }
  .navigation ul li.search .search-box form input {
    margin: 8px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 480px) and (max-width: 767px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 0px) and (max-width: 479px) {
  .navigation ul li.search {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  .navigation ul li.search {
    display: none;
  }
}

.search-mobile {
  display: none !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-mobile {
    display: inline-block !important;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .search-mobile {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-mobile {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-mobile {
    display: inline-block !important;
  }
}
.search-mobile .search-mobile-nav-button {
  font-weight: 600;
  text-transform: uppercase;
  background: none;
  border: none;
  width: 100%;
  color: #6a6a6a;
  border-top: 1px solid #b7b7b7;
  display: block;
  padding: 14px 30px;
  box-sizing: border-box;
  text-align: left;
}
.search-mobile .search-mobile-nav-button:hover {
  color: #00509a;
}
.search-mobile .search-box .search-form input {
  box-sizing: border-box;
}

.navigation-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 28px;
  height: 30px;
  background: url("images/icon-mobile-nav.png");
}

.navigation-toggle:hover,
.navigation-toggle.active {
  background-position: 0 30px;
}

.content .inner {
  background: #ffffff;
  border: 1px solid #F3F3F3;
  border-width: 0 1px;
}
.content .main {
  padding: 2.5em 20px;
}
.content .sidebar {
  height: 100%;
  padding: 2.5em 20px;
  padding-bottom: 999em;
  margin-bottom: -999em;
  background: #F3F3F3 linear-gradient(-90deg, #F3F3F3 0%, #F3F3F3 100%);
}

.sidebar-section {
  margin-bottom: 2.5em;
}
.sidebar-section header {
  border-bottom: 1px dashed #b7b7b7;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.sidebar-section header .sidebar-title {
  margin-bottom: 2px;
}
.sidebar-section header .more {
  font-size: 10px;
  font-size: 0.7142857143rem;
  text-transform: uppercase;
}

.sidebar-entry {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b7b7b7;
}
.sidebar-entry.sidebar-event a {
  display: block;
}
.sidebar-entry.sidebar-event a:hover h5.entry-title {
  color: #005baa;
  text-decoration: underline;
}
.sidebar-entry.sidebar-event a:hover .event-info {
  color: #005baa;
}
.sidebar-entry.sidebar-event h5.entry-title {
  font-size: 14px;
  color: #000000;
}
.sidebar-entry.sidebar-event .event-info {
  color: #005baa;
  margin-top: 5px;
}
.sidebar-entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar-entry .entry-title {
  margin-bottom: 0;
  font-size: 12px;
}
.sidebar-entry h5.entry-title {
  font-size: 14px;
}

.entry-content,
.event-info,
.news-info {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.entry-content a,
.event-info a,
.news-info a {
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #000000;
}

.entry-content {
  width: calc(100% - 74px);
  float: right;
  display: inline-block;
}

.sidebar-news-entry a {
  color: #000000;
}
.sidebar-news-entry a:hover, .sidebar-news-entry a.hover {
  color: #005baa;
}
.sidebar-news-entry a.category-link {
  color: #005baa;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #b7b7b7;
}
.sidebar-news-entry a.category-link:hover {
  color: #000000;
}

.sidebar-release a {
  color: #000000;
}
.sidebar-release a:hover, .sidebar-release a.hover {
  color: #005baa;
}

.news .sidebar-entry {
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.news .sidebar-entry .entry-title {
  margin: 10px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.news .sidebar-entry .entry-content {
  overflow: hidden;
}
.news .sidebar-entry .event-info a,
.news .sidebar-entry .news-info a {
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news .sidebar-entry .event-date-badge {
    width: 30px;
    text-align: center;
  }
  .news .sidebar-entry .event-date-badge .day {
    font-size: 16px;
    font-size: 1.1428571429rem;
    border-left: 0;
    padding: 0;
    position: relative;
    right: auto;
    width: 30px;
    line-height: 1;
  }
  .news .sidebar-entry .event-date-badge .month {
    transform: rotate(0);
    position: relative;
    padding-top: 3px;
    width: 30px;
    left: auto;
    border-bottom: 1px solid #005baa;
    margin-bottom: 2px;
  }
}

.sidebar-section.news {
  margin-bottom: 2em;
}
.sidebar-section.news .sticky {
  background-color: #00509a;
  border-bottom: 0;
}
.sidebar-section.news .sticky figure {
  width: auto;
  margin: 10px;
  text-align: center;
}
.sidebar-section.news .sticky .entry-content {
  overflow: visible;
  margin-left: 20px;
}
.sidebar-section.news .sticky .entry-title {
  color: #ffffff;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 2em;
}
.sidebar-section.news .sticky .entry-title a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.sidebar-section.news .sticky .sticky-text {
  font-size: 14px;
  color: #fcdb70;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  float: left;
  width: 100%;
  text-transform: uppercase;
}

.sidebar-entry .news-image {
  float: left;
  margin: 0;
  margin-right: 14px;
  width: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-entry .news-image {
    display: none;
  }
}

.cycle-slideshow {
  z-index: 1;
}

.cycle-pager {
  position: absolute;
  bottom: 20px;
  right: 25%;
  z-index: 999;
  text-align: right;
  color: #005baa;
}
.cycle-pager ul {
  padding: 0;
  margin: 0;
}
.cycle-pager ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 3px;
  height: 8px;
  width: 8px;
  position: relative;
}
.cycle-pager ul li button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  border-radius: 100% 100%;
  background-color: #ffffff;
  text-indent: -999999px;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
.cycle-pager ul li button:focus {
  outline: none;
}
.cycle-pager ul li.slick-active {
  padding: 2px;
  border: 1px solid #ffffff;
  border-radius: 100% 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.cycle-pager span {
  margin-left: 4px;
  cursor: pointer;
}
.cycle-pager span:hover {
  color: #6a6a6a;
}
.cycle-pager .cycle-pager-active {
  color: #ffd500;
}

.yellow-box {
  margin-top: 10px;
  background: #f2ca1b url("images/yellow-box-bgnd.png") repeat top left;
  padding: 35px 0 45px;
  text-align: center;
}
.yellow-box h2 {
  background-color: #004988;
  color: #ffffff;
  display: inline-block;
  padding: 7px 14px 5px;
  font-family: Aller;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
}
.yellow-box p {
  margin: 25px 0 0 0;
  font-size: 28px;
  font-weight: 300;
  color: #004988;
  text-align: center;
}
.yellow-box p:first-letter {
  text-transform: uppercase;
}
.yellow-box a {
  display: inline-block;
  margin: 20px auto 0 auto;
  color: #004988;
  border-bottom: 1px solid #015c96;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}
.yellow-box a:first-letter {
  text-transform: uppercase;
}
.yellow-box a:hover {
  border-bottom: 1px solid rgba(1, 92, 150, 0);
}

.category-link {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.news-cat-block {
  padding-bottom: 10px;
  display: inline-block;
}
.news-cat-block .date {
  padding-bottom: 10px;
  padding-right: 5px;
  display: inline-block;
}
.news-cat-block .category-link {
  display: inline;
  width: auto;
  margin-right: 8px;
  color: #5e5e5e;
  background-color: #f4f3f3;
  font-size: 13px;
  padding: 2px 6px 2px 6px;
  border-radius: 3px;
  border: none;
  overflow: hidden;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.news-cat-block .category-link:hover {
  color: #015c96;
}

.top-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.top-container h2,
.top-container h3 {
  color: #005baa;
}
.top-container h2 {
  font-weight: 300;
  display: inline-block;
}
.top-container .front-news header h2 {
  margin-bottom: 18px;
}
.top-container .front-news header .more {
  font-size: 11px;
  margin-left: 20px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.top-container .front-news header .more:hover {
  text-decoration: underline;
  color: #005baa;
}
.top-container .front-news .big-news figure img {
  max-height: 316px;
  width: auto;
}
.top-container .front-news .big-news a {
  transition: all 0.25s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
}
.top-container .front-news .big-news a:hover figure, .top-container .front-news .big-news a.hover figure {
  opacity: 0.7;
}
.top-container .front-news .big-news a:hover h3, .top-container .front-news .big-news a.hover h3 {
  color: #005baa;
  opacity: 1;
}
.top-container .front-news .big-news a:hover p, .top-container .front-news .big-news a.hover p {
  color: #005baa;
}
.top-container .front-news .big-news .big-news-title header .date {
  color: #000000;
  padding: 0 10px 0 0;
  border-right: 1px solid #b7b7b7;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  text-transform: uppercase;
}
.top-container .front-news .big-news .big-news-title header .category {
  width: auto;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  padding-left: 6px;
  display: inline;
}
.top-container .front-news .big-news .big-news-title header .category a {
  color: #005baa;
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.top-container .front-news .big-news .big-news-title header .category a:after {
  content: ", ";
}
.top-container .front-news .big-news .big-news-title header .category a:last-child:after {
  content: "";
}
.top-container .front-news .big-news .big-news-title header .category a:hover {
  text-decoration: underline;
}
.top-container .front-news .big-news .big-news-title h3 {
  font-size: 28px;
  color: #000000;
  line-height: 1.2;
  margin-top: 15px;
}
.top-container .front-news .big-news .big-news-title p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-container .front-news .big-news .big-news-title {
    margin-top: 20px;
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .top-container .front-news .big-news .big-news-title {
    margin-top: 20px;
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.top-container .front-news .small-news-row {
  margin: 25px 0 0;
}
.top-container .front-news .small-news-row a {
  transition: all 0.25s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
}
.top-container .front-news .small-news-row a:hover h3 {
  color: #005baa;
}
.top-container .front-news .small-news-row a:hover p {
  color: #005baa;
}
.top-container .front-news .small-news-row .small-news:first-child {
  margin-left: 0;
}
.top-container .front-news .small-news-row .small-news .date {
  color: #000000;
  padding: 0 10px 0 0;
  border-right: 1px solid #b7b7b7;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  text-transform: uppercase;
}
.top-container .front-news .small-news-row .small-news .category {
  width: auto;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  padding-left: 6px;
  display: inline;
}
.top-container .front-news .small-news-row .small-news .category a {
  color: #005baa;
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.top-container .front-news .small-news-row .small-news .category a:after {
  content: ", ";
}
.top-container .front-news .small-news-row .small-news .category a:last-child:after {
  content: "";
}
.top-container .front-news .small-news-row .small-news .category a:hover {
  text-decoration: underline;
}
.top-container .front-news .small-news-row .small-news figure {
  margin: 10px 0 0 0;
  overflow: hidden;
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-container .front-news .small-news-row .small-news figure img.default-news-image {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .top-container .front-news .small-news-row .small-news figure img.default-news-image {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-container .front-news .small-news-row .small-news figure img.default-news-image {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-container .front-news .small-news-row .small-news figure img.default-news-image {
    width: 100%;
  }
}
.top-container .front-news .small-news-row .small-news h3 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-top: 10px;
}
.top-container .front-news .small-news-row .small-news p {
  color: #6a6a6a;
  font-size: 14px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-container .front-news .small-news-row .small-news {
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .top-container .front-news .small-news-row .small-news {
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-container .front-news {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-container .front-news {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .top-container .front-news {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.top-sidebar {
  margin-top: 15px;
}
.top-sidebar.sidebar {
  margin-top: 0;
}
.top-sidebar h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.top-sidebar .side-events {
  margin-bottom: 20px;
}
.top-sidebar .side-events .event-date-badge {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.top-sidebar .side-events .entry-content {
  float: none;
  display: inline-block;
  width: calc(100% - 80px);
}
.top-sidebar .side-events footer {
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.top-sidebar .side-events footer a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  color: #005baa;
}
.top-sidebar .side-events footer a:hover {
  text-decoration: underline;
}
.top-sidebar .side-releases {
  margin-top: 10px;
}
.top-sidebar .side-releases h2 {
  margin-bottom: 14px;
}
.top-sidebar .side-releases .release {
  border-bottom: 1px dashed #b7b7b7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top-sidebar .side-releases .release .date {
  color: #6a6a6a;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  border-right: 1px solid #b7b7b7;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
}
.top-sidebar .side-releases .release .date:empty {
  display: none;
}
.top-sidebar .side-releases .release .date:empty + .category {
  padding-left: 0;
}
.top-sidebar .side-releases .release .category {
  width: auto;
  font-size: 11px;
  color: #005baa;
  padding-left: 10px;
}
.top-sidebar .side-releases .release .category a:hover {
  color: #005baa;
  text-decoration: underline;
}
.top-sidebar .side-releases .release h3 {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.top-sidebar .side-releases .release a {
  transition: all 0.25s ease-in-out;
}
.top-sidebar .side-releases .release a:hover h3 {
  color: #005baa;
}
.top-sidebar .side-releases footer {
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.top-sidebar .side-releases footer a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  color: #005baa;
}
.top-sidebar .side-releases footer a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-sidebar .side-releases {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-sidebar .side-releases {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .top-sidebar .side-releases {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-sidebar .side-releases {
    padding-top: 0px;
  }
}

.some-container {
  width: 100%;
  padding-bottom: 25px;
  padding-top: 5px;
  background: #005baa url("images/slider-bgnd.png") repeat left top;
}
.some-container header {
  height: 80px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .some-container header {
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .some-container header {
    height: auto;
  }
}
.some-container header:before {
  display: inline-block;
  content: " ";
  height: 100%;
  vertical-align: middle;
}
.some-container header h2 {
  display: inline-block;
  padding-left: 50px;
  color: #f2ca1b;
  font-size: 28px;
  font-weight: 300;
  margin-right: 25px;
  margin-bottom: 0;
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
}
.some-container .twitter-header .links {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 28px;
}
.some-container .twitter-header .links a {
  background-color: #005baa;
  color: #7abdf8;
  vertical-align: middle;
  padding: 2px 5px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  word-wrap: normal;
  white-space: nowrap;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
.some-container .twitter-header .links a:hover {
  color: #ffffff;
}
.some-container .twitter-header h2 {
  background: url("images/twitter-icon.png") no-repeat left center;
}
.some-container .flickr-header h2 {
  background: url("images/flickr-icon.png") no-repeat left center;
}
.some-container .single-tweet {
  padding-bottom: 55px;
  overflow: hidden;
}
@media (min-width: 480px) and (max-width: 767px) {
  .some-container .single-tweet {
    display: inline-block;
    padding: 0 0 40px 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .some-container .single-tweet {
    display: inline-block;
    padding: 0 0 40px 0;
    margin-bottom: 30px;
  }
}
.some-container .single-tweet .tweet {
  font-size: 14px;
  font-family: Georgia, sans-serif;
  color: #ffffff;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0 10px;
}
.some-container .single-tweet .tweet a {
  color: #7abdf8;
  transition: all 0.25s ease-in-out;
}
.some-container .single-tweet .tweet a:hover {
  text-decoration: underline;
}
.some-container .single-tweet footer.twitter-footer {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  padding: 0 10px;
  height: 35px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .some-container .single-tweet footer.twitter-footer {
    left: 0;
    right: 0;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .some-container .single-tweet footer.twitter-footer {
    left: 0;
    right: 0;
  }
}
.some-container .single-tweet footer.twitter-footer .time a {
  font-size: 12px;
  color: #ffffff;
}
.some-container .single-tweet footer.twitter-footer .time a:hover {
  text-decoration: underline;
}
.some-container .single-tweet footer.twitter-footer .author {
  font-size: 12px;
  line-height: 18px;
}
.some-container .single-tweet footer.twitter-footer .author a {
  color: #7abdf8;
  transition: all 0.25s ease-in-out;
}
.some-container .single-tweet footer.twitter-footer .author a:hover {
  text-decoration: underline;
}
.some-container .ctf-item {
  padding-bottom: 55px;
  overflow: hidden;
  font-size: 14px;
  font-family: Georgia, sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .some-container .ctf-item {
    display: inline-block;
    padding: 0 0 40px 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .some-container .ctf-item {
    display: inline-block;
    padding: 0 0 40px 0;
    margin-bottom: 30px;
  }
}
.some-container .ctf-item .ctf-tweet-text, .some-container .ctf-item .ctf-tweet-url {
  font-style: italic;
}
.some-container .ctf-item a {
  color: #7abdf8;
  transition: all 0.25s ease-in-out;
}
.some-container .ctf-item a:hover {
  text-decoration: underline;
}
.some-container .ctf-item .ctf-time a {
  font-size: 12px;
  color: #ffffff;
}
.some-container .ctf-item .ctf-time a:hover {
  text-decoration: underline;
}
.some-container .ctf-item .ctf-author {
  font-size: 12px;
  line-height: 18px;
}
.some-container .ctf-item .ctf-author a {
  color: #7abdf8;
  transition: all 0.25s ease-in-out;
}
.some-container .ctf-item .ctf-author a:hover {
  text-decoration: underline;
}
.some-container .ctf-item footer.twitter-footer {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  padding: 0 10px;
  height: 35px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .some-container .ctf-item footer.twitter-footer {
    left: 0;
    right: 0;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .some-container .ctf-item footer.twitter-footer {
    left: 0;
    right: 0;
  }
}
.some-container .flickr-box {
  padding-bottom: 55px;
  position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
  .some-container .flickr-box {
    display: inline-block;
    padding: 0 0 55px 0;
  }
  .some-container .flickr-box.col-hide-s {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .some-container .flickr-box {
    display: inline-block;
    padding: 0 0 55px 0;
  }
  .some-container .flickr-box.col-hide-s {
    display: none;
  }
}
.some-container .flickr-box .flickr-images .flick-image {
  display: inline-block;
}
.some-container .flickr-box .flickr-footer {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 35px;
  line-height: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 15px;
}
.some-container .flickr-box .flickr-footer a {
  color: #7abdf8;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.some-container .flickr-box .flickr-footer a:hover {
  text-decoration: underline;
}
@media (min-width: 480px) and (max-width: 767px) {
  .some-container .flickr-box .flickr-footer {
    left: 0;
    right: 0;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .some-container .flickr-box .flickr-footer {
    left: 0;
    right: 0;
  }
}

.upper-bottom {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to top, #dddddd 0px, #F3F3F3 75px, #F3F3F3 100%);
  z-index: 1;
}
.upper-bottom h2 {
  font-size: 28px;
  font-weight: 300;
  color: #005baa;
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .upper-bottom .front-su-news,
.upper-bottom .front-videos {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .upper-bottom .front-su-news,
.upper-bottom .front-videos {
    padding-bottom: 40px;
  }
}
.upper-bottom .front-su-news.front-su-news > header h2,
.upper-bottom .front-videos.front-su-news > header h2 {
  background: url("images/su-icon.png") no-repeat left center;
  padding-left: 40px;
}
.upper-bottom .front-su-news.front-videos > header h2,
.upper-bottom .front-videos.front-videos > header h2 {
  background: url("images/ps-play.png") no-repeat left center;
  background-size: 30px 20px;
  padding-left: 50px;
}
.upper-bottom .front-su-news.front-videos > header div,
.upper-bottom .front-videos.front-videos > header div {
  display: flex;
  align-items: center;
  max-height: 75px;
}
.upper-bottom .front-su-news.front-videos > header div svg,
.upper-bottom .front-videos.front-videos > header div svg {
  fill: #ffd500;
  width: 30px;
  height: auto;
  margin: 0 20px 0 0;
}
.upper-bottom .front-su-news.front-videos > header div a,
.upper-bottom .front-videos.front-videos > header div a {
  margin-bottom: 0;
}
.upper-bottom .front-su-news.front-videos > header div a svg,
.upper-bottom .front-videos.front-videos > header div a svg {
  fill: #ffd500;
}
.upper-bottom .front-su-news.front-videos figure,
.upper-bottom .front-videos.front-videos figure {
  position: relative;
}
.upper-bottom .front-su-news.front-videos .full-image-center,
.upper-bottom .front-videos.front-videos .full-image-center {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.upper-bottom .front-su-news.front-videos .full-image-center img,
.upper-bottom .front-videos.front-videos .full-image-center img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  min-height: 100%;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.upper-bottom .front-su-news.front-videos .full-image-center svg,
.upper-bottom .front-videos.front-videos .full-image-center svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: auto;
  transform: translate(-50%, -50%);
  fill: white;
  transition: all 0.15s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .upper-bottom .front-su-news.front-videos .big header,
.upper-bottom .front-videos.front-videos .big header,
.upper-bottom .front-videos.front-videos .single-news header {
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .upper-bottom .front-su-news.front-videos .big header,
.upper-bottom .front-videos.front-videos .big header,
.upper-bottom .front-videos.front-videos .single-news header {
    margin-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .upper-bottom .front-su-news.front-videos .big header,
.upper-bottom .front-videos.front-videos .big header,
.upper-bottom .front-videos.front-videos .single-news header {
    margin-top: 20px;
  }
}
.upper-bottom .front-su-news > header,
.upper-bottom .front-videos > header {
  height: 75px;
}
.upper-bottom .front-su-news > header h2,
.upper-bottom .front-videos > header h2 {
  line-height: 75px;
  display: inline-block;
  margin-bottom: 0;
}
.upper-bottom .front-su-news > header a,
.upper-bottom .front-videos > header a {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 26px;
  background-color: #dddddd;
  color: #6a6a6a;
  font-size: 13px;
  margin-left: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
.upper-bottom .front-su-news > header a:hover,
.upper-bottom .front-videos > header a:hover {
  color: #000000;
}
@media (min-width: 480px) and (max-width: 767px) {
  .upper-bottom .front-su-news .big, .upper-bottom .front-su-news .single-news,
.upper-bottom .front-videos .big,
.upper-bottom .front-videos .single-news {
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .upper-bottom .front-su-news .big, .upper-bottom .front-su-news .single-news,
.upper-bottom .front-videos .big,
.upper-bottom .front-videos .single-news {
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .upper-bottom .front-su-news .big, .upper-bottom .front-su-news .single-news,
.upper-bottom .front-videos .big,
.upper-bottom .front-videos .single-news {
    margin-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .upper-bottom .front-su-news .big, .upper-bottom .front-su-news .single-news,
.upper-bottom .front-videos .big,
.upper-bottom .front-videos .single-news {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .upper-bottom .front-su-news .big, .upper-bottom .front-su-news .single-news,
.upper-bottom .front-videos .big,
.upper-bottom .front-videos .single-news {
    margin-left: 10px;
  }
}
.upper-bottom .front-su-news .big .description, .upper-bottom .front-su-news .single-news .description,
.upper-bottom .front-videos .big .description,
.upper-bottom .front-videos .single-news .description {
  max-height: 395px;
  position: relative;
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 5%);
          mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 5%);
}
.upper-bottom .front-su-news .big .description .excerpt, .upper-bottom .front-su-news .single-news .description .excerpt,
.upper-bottom .front-videos .big .description .excerpt,
.upper-bottom .front-videos .single-news .description .excerpt {
  font-weight: 600;
}
.upper-bottom .front-su-news .big figure, .upper-bottom .front-su-news .single-news figure,
.upper-bottom .front-videos .big figure,
.upper-bottom .front-videos .single-news figure {
  position: relative;
}
.upper-bottom .front-su-news .big figure svg, .upper-bottom .front-su-news .single-news figure svg,
.upper-bottom .front-videos .big figure svg,
.upper-bottom .front-videos .single-news figure svg {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: auto;
  transition: all 0.15s ease-out;
}
.upper-bottom .front-su-news .big figure svg .cls-1, .upper-bottom .front-su-news .single-news figure svg .cls-1,
.upper-bottom .front-videos .big figure svg .cls-1,
.upper-bottom .front-videos .single-news figure svg .cls-1 {
  fill-opacity: 0.01;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 29.89px;
}
.upper-bottom .front-su-news .big header, .upper-bottom .front-su-news .single-news header,
.upper-bottom .front-videos .big header,
.upper-bottom .front-videos .single-news header {
  display: flex;
  align-items: center;
}
.upper-bottom .front-su-news .big header .date, .upper-bottom .front-su-news .single-news header .date,
.upper-bottom .front-videos .big header .date,
.upper-bottom .front-videos .single-news header .date {
  color: #000000;
  text-transform: uppercase;
  padding-right: 6px;
  line-height: 18px;
  height: 18px;
  font-size: 11px;
}
.upper-bottom .front-su-news .big header .category, .upper-bottom .front-su-news .single-news header .category,
.upper-bottom .front-videos .big header .category,
.upper-bottom .front-videos .single-news header .category {
  padding-left: 10px;
  border: 0;
  border-left: 1px solid #b7b7b7;
  border-radius: 0;
  width: auto;
  height: 11px;
  line-height: 11px;
  font-size: 11px;
  text-transform: capitalize;
}
.upper-bottom .front-su-news .big header .category a, .upper-bottom .front-su-news .single-news header .category a,
.upper-bottom .front-videos .big header .category a,
.upper-bottom .front-videos .single-news header .category a {
  color: #005baa;
}
.upper-bottom .front-su-news .big header .category a:hover, .upper-bottom .front-su-news .single-news header .category a:hover,
.upper-bottom .front-videos .big header .category a:hover,
.upper-bottom .front-videos .single-news header .category a:hover {
  text-decoration: underline;
}
.upper-bottom .front-su-news .big a, .upper-bottom .front-su-news .single-news a,
.upper-bottom .front-videos .big a,
.upper-bottom .front-videos .single-news a {
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.upper-bottom .front-su-news .big a:hover h3, .upper-bottom .front-su-news .single-news a:hover h3, .upper-bottom .front-su-news .big a.hover h3, .upper-bottom .front-su-news .single-news a.hover h3,
.upper-bottom .front-videos .big a:hover h3,
.upper-bottom .front-videos .single-news a:hover h3,
.upper-bottom .front-videos .big a.hover h3,
.upper-bottom .front-videos .single-news a.hover h3 {
  color: #005baa;
}
.upper-bottom .front-su-news .big a:hover p, .upper-bottom .front-su-news .single-news a:hover p, .upper-bottom .front-su-news .big a.hover p, .upper-bottom .front-su-news .single-news a.hover p,
.upper-bottom .front-videos .big a:hover p,
.upper-bottom .front-videos .single-news a:hover p,
.upper-bottom .front-videos .big a.hover p,
.upper-bottom .front-videos .single-news a.hover p {
  color: #005baa;
}
.upper-bottom .front-su-news .big h3, .upper-bottom .front-su-news .single-news h3,
.upper-bottom .front-videos .big h3,
.upper-bottom .front-videos .single-news h3 {
  color: #000000;
  margin-top: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.upper-bottom .front-su-news .big p, .upper-bottom .front-su-news .single-news p,
.upper-bottom .front-videos .big p,
.upper-bottom .front-videos .single-news p {
  color: #6a6a6a;
  font-size: 14px;
}
.upper-bottom .front-su-news .big.blue, .upper-bottom .front-su-news .blue.single-news,
.upper-bottom .front-videos .big.blue,
.upper-bottom .front-videos .blue.single-news {
  background-color: #005baa;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.upper-bottom .front-su-news .big.blue:hover, .upper-bottom .front-su-news .blue.single-news:hover,
.upper-bottom .front-videos .big.blue:hover,
.upper-bottom .front-videos .blue.single-news:hover {
  background: #004988;
}
.upper-bottom .front-su-news .big.blue a, .upper-bottom .front-su-news .blue.single-news a,
.upper-bottom .front-videos .big.blue a,
.upper-bottom .front-videos .blue.single-news a {
  color: #ffffff;
}
.upper-bottom .front-su-news .big.blue a h3, .upper-bottom .front-su-news .blue.single-news a h3,
.upper-bottom .front-videos .big.blue a h3,
.upper-bottom .front-videos .blue.single-news a h3 {
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.upper-bottom .front-su-news .big.blue a p, .upper-bottom .front-su-news .blue.single-news a p,
.upper-bottom .front-videos .big.blue a p,
.upper-bottom .front-videos .blue.single-news a p {
  color: #ffffff;
  background-color: #005baa;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.25s ease-in-out;
}
.upper-bottom .front-su-news .big.blue a:hover h3, .upper-bottom .front-su-news .blue.single-news a:hover h3,
.upper-bottom .front-videos .big.blue a:hover h3,
.upper-bottom .front-videos .blue.single-news a:hover h3 {
  background: #004988;
}
.upper-bottom .front-su-news .big.blue a:hover p, .upper-bottom .front-su-news .blue.single-news a:hover p,
.upper-bottom .front-videos .big.blue a:hover p,
.upper-bottom .front-videos .blue.single-news a:hover p {
  background: #004988;
}
.upper-bottom .front-su-news .big.blue h3, .upper-bottom .front-su-news .blue.single-news h3,
.upper-bottom .front-videos .big.blue h3,
.upper-bottom .front-videos .blue.single-news h3 {
  color: #ffffff;
  margin-right: 15px;
}
.upper-bottom .front-su-news .big.blue .date, .upper-bottom .front-su-news .blue.single-news .date,
.upper-bottom .front-su-news .big.blue .category,
.upper-bottom .front-su-news .blue.single-news .category,
.upper-bottom .front-videos .big.blue .date,
.upper-bottom .front-videos .blue.single-news .date,
.upper-bottom .front-videos .big.blue .category,
.upper-bottom .front-videos .blue.single-news .category {
  margin-top: 20px;
}
.upper-bottom .front-su-news .big.blue .date, .upper-bottom .front-su-news .blue.single-news .date,
.upper-bottom .front-videos .big.blue .date,
.upper-bottom .front-videos .blue.single-news .date {
  color: #ffffff;
}
.upper-bottom .front-su-news .big.blue .category a, .upper-bottom .front-su-news .blue.single-news .category a,
.upper-bottom .front-videos .big.blue .category a,
.upper-bottom .front-videos .blue.single-news .category a {
  color: #ffffff;
}
.upper-bottom .front-su-news .big.blue .category a:hover, .upper-bottom .front-su-news .blue.single-news .category a:hover,
.upper-bottom .front-videos .big.blue .category a:hover,
.upper-bottom .front-videos .blue.single-news .category a:hover {
  text-decoration: underline;
}
.upper-bottom .front-su-news .single-news header,
.upper-bottom .front-videos .single-news header {
  margin-top: 20px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.upper-bottom .front-su-news .single-news figure,
.upper-bottom .front-videos .single-news figure {
  margin: 0;
  max-height: 140px;
}
.upper-bottom .front-su-news .single-news h3,
.upper-bottom .front-videos .single-news h3 {
  font-size: 14px;
}
.upper-bottom .front-su-news .single-news h3.noimage,
.upper-bottom .front-videos .single-news h3.noimage {
  margin-top: 0;
}
.upper-bottom .front-su-news .single-news.blue,
.upper-bottom .front-videos .single-news.blue {
  background-color: rgba(0, 0, 0, 0);
}
.upper-bottom .front-su-news .single-news.blue:hover,
.upper-bottom .front-videos .single-news.blue:hover {
  background: rgba(0, 0, 0, 0);
}
.upper-bottom .front-su-news .single-news.blue .date,
.upper-bottom .front-su-news .single-news.blue .category,
.upper-bottom .front-videos .single-news.blue .date,
.upper-bottom .front-videos .single-news.blue .category {
  margin-top: 0;
  color: #000000;
}
.upper-bottom .front-su-news .single-news.blue .date.category a,
.upper-bottom .front-su-news .single-news.blue .category.category a,
.upper-bottom .front-videos .single-news.blue .date.category a,
.upper-bottom .front-videos .single-news.blue .category.category a {
  color: #005baa;
}
.upper-bottom .front-su-news .single-news.blue .date.date,
.upper-bottom .front-su-news .single-news.blue .category.date,
.upper-bottom .front-videos .single-news.blue .date.date,
.upper-bottom .front-videos .single-news.blue .category.date {
  text-transform: uppercase;
}
.upper-bottom .front-su-news .single-news.blue h3,
.upper-bottom .front-videos .single-news.blue h3 {
  padding: 15px;
  margin: 0;
  background-color: #005baa;
}
@media (min-width: 480px) and (max-width: 767px) {
  .upper-bottom .front-su-news .single-news,
.upper-bottom .front-videos .single-news {
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .upper-bottom .front-su-news .single-news figure,
.upper-bottom .front-videos .single-news figure {
    max-height: none;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .upper-bottom .front-su-news .single-news,
.upper-bottom .front-videos .single-news {
    border-bottom: 1px dashed #b7b7b7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .upper-bottom .front-su-news .single-news figure,
.upper-bottom .front-videos .single-news figure {
    max-height: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .upper-bottom .front-su-most-popular {
    padding-bottom: 30px;
  }
}
.upper-bottom .front-su-most-popular > header {
  height: 75px;
}
.upper-bottom .front-su-most-popular > header h2 {
  margin-top: 20px;
  line-height: 55px;
  color: #005baa;
  font-size: 18px;
  font-weight: 400;
}
.upper-bottom .front-su-most-popular article {
  border-bottom: 1px dashed #b7b7b7;
  margin-bottom: 10px;
}
.upper-bottom .front-su-most-popular article:after {
  content: " ";
  display: table;
  clear: both;
}
.upper-bottom .front-su-most-popular article a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
}
.upper-bottom .front-su-most-popular article a:hover {
  color: #005baa;
}
.upper-bottom .front-su-most-popular article figure {
  margin: 0;
  height: 50px;
  max-width: 80px;
  float: left;
  margin-right: 10px;
}
.upper-bottom .front-su-most-popular article .info {
  float: left;
  width: calc(100% - 90px);
}
.upper-bottom .front-su-most-popular article .info header {
  line-height: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.upper-bottom .front-su-most-popular article .info header .date {
  color: #000000;
  font-size: 11px;
  padding: 0 6px 0 0;
  height: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
.upper-bottom .front-su-most-popular article .info header .category {
  color: #005baa;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  width: auto;
  border-radius: 0;
  border-left: 1px solid #b7b7b7;
  padding-left: 10px;
  margin-left: 0;
  text-transform: capitalize;
}
.upper-bottom .front-su-most-popular article .info header .category a {
  color: #005baa;
}
.upper-bottom .front-su-most-popular article .info header .category a:hover {
  text-decoration: underline;
}
.upper-bottom .front-su-most-popular article .info h3 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 16px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .upper-bottom .front-su-most-popular {
    padding-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .upper-bottom .front-su-most-popular {
    padding-bottom: 30px;
  }
}
.middle-bottom {
  background-color: #ffffff;
}
.middle-bottom .middle-bottom-container {
  padding-bottom: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .middle-bottom .middle-bottom-container {
    padding-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .middle-bottom .middle-bottom-container {
    padding-bottom: 30px;
  }
}
.middle-bottom .front-blogs > .row header.top-header {
  height: 75px;
  line-height: 75px;
}
.middle-bottom .front-blogs > .row header.top-header:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.middle-bottom .front-blogs > .row header.top-header h2 {
  font-size: 28px;
  font-weight: 300;
  color: #005baa;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 44px;
  margin-right: 25px;
  background: url("images/blogit-icon.png") no-repeat left center;
}
.middle-bottom .front-blogs > .row header.top-header a {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 26px;
  background-color: #dddddd;
  color: #6a6a6a;
  line-height: 20px;
  height: 20px;
  font-size: 13px;
  padding: 1px 5px;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
.middle-bottom .front-blogs > .row header.top-header a:hover {
  color: #000000;
}
.middle-bottom .front-blogs article a {
  display: block;
  width: 100%;
  height: 100%;
}
.middle-bottom .front-blogs article a:hover {
  color: #005baa;
}
.middle-bottom .front-blogs article a:hover h3 {
  color: #005baa;
}
.middle-bottom .front-blogs article a:hover p {
  color: #005baa;
}
.middle-bottom .front-blogs article figure {
  margin: 0;
  height: 160px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .middle-bottom .front-blogs article figure {
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .middle-bottom .front-blogs article figure {
    height: auto;
  }
}
.middle-bottom .front-blogs article header {
  height: 40px;
  line-height: 40px;
}
.middle-bottom .front-blogs article header .date {
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
  margin-right: 10px;
}
.middle-bottom .front-blogs article header .author {
  font-size: 11px;
  border-left: 1px solid #b7b7b7;
  padding: 0 10px;
  color: #000000;
}
.middle-bottom .front-blogs article h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.middle-bottom .front-blogs article p {
  font-size: 14px;
  color: #6a6a6a;
}
.middle-bottom .front-blogs .mobile-blogs article {
  margin-bottom: 10px;
}
.middle-bottom .front-blogs .mobile-blogs figure {
  float: left;
  margin: 0;
  margin-right: 15px;
  max-width: 80px;
}
.middle-bottom .front-blogs .mobile-blogs .info {
  float: left;
  width: calc(100% - 95px);
}
.middle-bottom .front-blogs .mobile-blogs .info header {
  line-height: normal;
  height: auto;
  margin-bottom: 5px;
}
.middle-bottom .front-blogs .mobile-blogs .info h3 {
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.middle-bottom .front-blogs .mobile-blogs .info h3:first-letter {
  text-transform: capitalize;
}
.middle-bottom .front-blogs .mobile-blogs .info .count {
  font-size: 12px;
  color: #6a6a6a;
}
.middle-bottom .side-categories header {
  height: 75px;
}
.middle-bottom .side-categories header h2 {
  margin-top: 20px;
  line-height: 55px;
  color: #005baa;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 480px) and (max-width: 767px) {
  .middle-bottom .side-categories header {
    height: 50px;
  }
  .middle-bottom .side-categories header h2 {
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .middle-bottom .side-categories header {
    height: 50px;
  }
  .middle-bottom .side-categories header h2 {
    margin-top: 0;
  }
}
.middle-bottom .side-categories .blog-category {
  margin-bottom: 10px;
}
.middle-bottom .side-categories .blog-category a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.middle-bottom .side-categories .blog-category a:hover h3 {
  text-decoration: underline;
  color: #005baa;
}
.middle-bottom .side-categories .blog-category a:hover .count {
  color: #005baa;
}
.middle-bottom .side-categories .blog-category figure {
  float: left;
  margin: 0;
  margin-right: 15px;
  max-width: 80px;
}
.middle-bottom .side-categories .blog-category .info {
  float: left;
  width: calc(100% - 95px);
}
.middle-bottom .side-categories .blog-category .info h3 {
  font-size: 14px;
  color: #000000;
  margin: 0;
  text-transform: capitalize;
}
.middle-bottom .side-categories .blog-category .info .count {
  font-size: 12px;
  color: #6a6a6a;
}

.lower-bottom {
  padding: 0;
  padding-bottom: 10px;
  background: #F3F3F3;
}
.lower-bottom header {
  height: 85px;
  line-height: 85px;
}
.lower-bottom header h2 {
  height: 85px;
  line-height: 85px;
  font-size: 28px;
  font-weight: 300;
  color: #005baa;
  margin-bottom: 0;
}
.lower-bottom .lower-bottom-container .participate .single-participate {
  background-color: #005baa;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  margin-bottom: 20px;
}
.lower-bottom .lower-bottom-container .participate .single-participate .participate-wrapper {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
}
.lower-bottom .lower-bottom-container .participate .single-participate a {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  transition: all 0.15s ease-out;
  font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif;
}
.lower-bottom .lower-bottom-container .participate .single-participate svg {
  width: 20%;
  max-height: calc(100% - 30px);
  fill: #272200;
  height: auto;
}
.lower-bottom .lower-bottom-container .participate .single-participate span {
  margin: 0;
  display: inline-block;
  color: #272200;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 600;
  font-size: 18px;
  padding-left: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .lower-bottom .lower-bottom-container .participate .single-participate {
    width: 100%;
    float: none;
  }
  .lower-bottom .lower-bottom-container .participate .single-participate:nth-child(odd) {
    float: none;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .lower-bottom .lower-bottom-container .participate .single-participate {
    width: 100%;
    float: none;
  }
  .lower-bottom .lower-bottom-container .participate .single-participate:nth-child(odd) {
    float: none;
  }
}
.lower-bottom .lower-bottom-container .banners .banner {
  text-indent: -99999px;
  margin-bottom: 20px;
}
.lower-bottom .lower-bottom-container .banners .banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.lower-bottom .lower-bottom-container .banners .banner .inner {
  height: 0;
  padding-top: 50%;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.lower-bottom .lower-bottom-container .banners .banner .inner .image {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.25s ease-in-out;
}
.lower-bottom .lower-bottom-container .banners .banner:hover .image {
  transform: scale(1.07);
}
@media (min-width: 480px) and (max-width: 767px) {
  .lower-bottom .lower-bottom-container .banners .banner:nth-child(odd) {
    margin-left: 0;
    width: calc(50% - 10px);
  }
  .lower-bottom .lower-bottom-container .banners .banner:nth-child(even) {
    margin-right: 0;
    width: calc(50% - 10px);
  }
}

.subpage-content h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
  /*border-bottom: 1px dashed #d0d0d0;*/
}

.subpage-content iframe {
  max-width: 100%;
}

.subpage-helpnav {
  color: #b7b7b7;
}
@media (min-width: 480px) and (max-width: 767px) {
  .subpage-helpnav {
    margin-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .subpage-helpnav {
    margin-top: 20px;
  }
}

.subpage-helpnav a {
  color: #919191;
}

.subpage-helpnav a:hover {
  color: #015c96;
}

.subpage-helpnav .link-back {
  font-size: 12px;
  font-size: 0.8571428571rem;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .subpage-helpnav .link-back {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .subpage-helpnav .link-back {
    display: none;
  }
}

.subpage-helpnav .link-back:before {
  content: "«";
  color: #015c96;
  padding-right: 5px;
}

.subpage-helpnav .more {
  padding-bottom: 21px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  display: block;
  padding-bottom: 21px;
  margin: 10px 0;
}
.subpage-helpnav .more:before {
  content: "«";
  color: #015c96;
  padding-right: 5px;
}

.category-block {
  margin-top: 20px;
}

.category-more {
  margin-top: 20px;
}
.category-more a:before {
  content: "";
  display: none !important;
}

.helpnav-block {
  margin-bottom: 2em;
}

.helpnav-block header .helpnav-title {
  font-size: 13px;
  font-size: 0.9285714286rem;
  text-transform: uppercase;
  color: #515151;
  border-bottom: 1px dashed #d0d0d0;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.helpnav-block .event-search-form label {
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #919191;
  margin-bottom: 5px;
}

.helpnav-block .event-search-form label:hover {
  color: #015c96;
}

#event_location_search,
#event_city_search {
  box-sizing: border-box;
}

.helpnav-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.helpnav-block ul li {
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-bottom: 7px;
  word-wrap: break-word;
}

.helpnav-block .deputy-filter button {
  margin-bottom: 7px;
  word-wrap: break-word;
}

.helpnav-block.subnav ul li a:before {
  content: "»";
  color: #015c96;
  padding-right: 5px;
}

.helpnav-block.share .icon {
  margin-bottom: 7px;
}

.helpnav-block.share .icon a {
  position: relative;
}

.helpnav-block.share .icon a:hover {
  color: #015c96;
}

.helpnav-block.share .icon a.active {
  color: #111111;
}

.helpnav-block.share .icon a:before {
  display: inline-block;
  height: 18px;
  width: 18px;
  content: "";
  margin-right: 5px;
  background: url(images/icons-share.png);
  background-repeat: no-repeat;
  margin-bottom: -4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .helpnav-block.share .icon a:before {
    background-image: url(images/icons-share@2.png);
    background-size: 72px 36px;
  }
}
.helpnav-block.share .icon.share-facebook a:before {
  background-position: 0 0;
}

.helpnav-block.share .icon.share-facebook a:hover:before {
  background-position: 0 -18px;
}

.helpnav-block.share .icon.share-twitter a:before {
  background-position: -18px 0;
}

.helpnav-block.share .icon.share-twitter a:hover:before {
  background-position: -18px -18px;
}

.helpnav-block.share .icon.share-google a:before {
  background-position: -36px 0;
}

.helpnav-block.share .icon.share-google a:hover:before {
  background-position: -36px -18px;
}

.helpnav-block.share .icon.share-print a:before {
  background-position: -54px 0;
}

.helpnav-block.share .icon.share-print a:hover:before {
  background-position: -54px -18px;
}

.helpnav-block.share .share-box {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #dddddd;
  top: 0;
  width: 100px;
  z-index: 9999;
  left: -14px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px 0 5px;
}

.helpnav-block.eventview .icon {
  margin-bottom: 7px;
}

.helpnav-block.eventview .icon a {
  position: relative;
}

.helpnav-block.eventview .icon a:hover {
  color: #015c96;
}

.helpnav-block.eventview .icon a.active {
  color: #111111;
}

.helpnav-block.eventview .icon a:before {
  display: inline-block;
  height: 18px;
  width: 18px;
  content: "";
  margin-right: 5px;
  background: url(images/icons-eventview.png);
  background-repeat: no-repeat;
  margin-bottom: -4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .helpnav-block.eventview .icon a:before {
    background-image: url(images/icons-eventview@2.png);
    background-size: 51px 37px;
  }
}
.helpnav-block.eventview .icon.eventview-list a:before {
  background-position: 0 0;
}

.helpnav-block.eventview .icon.eventview-list a:hover:before {
  background-position: 0 -19px;
}

.helpnav-block.eventview .icon.eventview-calendar a:before {
  background-position: -18px 0;
}

.helpnav-block.eventview .icon.eventview-calendar a:hover:before {
  background-position: -18px -19px;
}

.helpnav-block.eventview .icon.eventview-map a:before {
  background-position: -36px 0;
}

.helpnav-block.eventview .icon.eventview-map a:hover:before {
  background-position: -36px -19px;
}

.helpnav-block.eventfilter .show-all,
.helpnav-block.eventfilter .hide-all {
  display: block;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.helpnav-block.eventfilter .filter {
  margin-bottom: 7px;
  padding-right: 15px;
  position: relative;
}

.helpnav-block.eventfilter .filter a {
  position: relative;
}

.helpnav-block.eventfilter .filter a:hover {
  color: #015c96;
}

.helpnav-block.eventfilter .filter a:before {
  margin-right: 10px;
  margin-left: 3px;
  margin-bottom: -1px;
}

.helpnav-block.eventfilter .filter:after {
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
  border: 1px solid #919191;
  padding: 2px;
  content: "";
  right: 0;
  top: 3px;
}

.helpnav-block.eventfilter .filter.on:after {
  background: url(images/icons-eventfilter.png) no-repeat center center;
  background-size: 10px 10px;
}

.helpnav-block.eventcity input {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.helpnav-block.eventcity .button {
  display: none;
}

.featured-image {
  margin-top: -1em;
  margin-bottom: 2em;
  position: relative;
}

.featured-image .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em 2em 1em 1em;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.event-entry {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dashed #d0d0d0;
}

.event-entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-entry .entry-content {
  overflow: hidden;
}

.event-entry .entry-content .entry-title {
  margin-bottom: 3px;
}

.event-entry .entry-content .event-info {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.event-entry .event-distance {
  font-weight: 700;
}

.event-date-badge {
  margin-right: 14px;
  background: #004988;
  width: 60px;
  height: 40px;
  border-radius: 3px;
  color: #ffffff;
  position: relative;
  float: left;
}

.event-date-badge .month {
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-weight: 300;
  text-transform: uppercase;
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  left: 7px;
  width: 33px;
  text-align: center;
  bottom: 0;
  top: 0;
}

.event-date-badge .day {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  padding-right: 1px;
  background-color: #005baa;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.event-date-badge .day.two-days {
  font-size: 12px;
}

.infoBox h2.event-name a {
  font-size: 16px;
  font-weight: 700;
}

.infoBox h2.event-name {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.event-category {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-category li {
  display: inline-block;
}

.event-category .filter {
  font-size: 12px;
  color: #000000;
  text-shadow: none;
  background-color: #f2ca1b;
  border: 0;
  margin: 0;
  padding: 1px 5px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 700;
}
/*.filter a:before,*/
a.category {
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  margin-bottom: -1px;
  border-radius: 999px;
}

.events-pager .previous,
.news-pager .previous {
  float: left;
}
.events-pager .next,
.news-pager .next {
  float: right;
}
@media (min-width: 480px) and (max-width: 767px) {
  .events-pager,
.news-pager {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .events-pager .previous,
.events-pager .next,
.news-pager .previous,
.news-pager .next {
    float: none;
  }
  .events-pager .previous a,
.events-pager .next a,
.news-pager .previous a,
.news-pager .next a {
    width: 75%;
    padding: 10px 0;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .events-pager,
.news-pager {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .events-pager .previous,
.events-pager .next,
.news-pager .previous,
.news-pager .next {
    float: none;
  }
  .events-pager .previous a,
.events-pager .next a,
.news-pager .previous a,
.news-pager .next a {
    width: 75%;
    padding: 10px 0;
  }
}

.category1 a:before {
  background-color: #015c96;
}

.category2 a:before {
  background-color: #fcdb70;
}

.category3 a:before {
  background-color: #d41171;
}

.category4 a:before {
  background-color: #bde3e3;
}

.category5 a:before {
  background-color: #01960f;
}

.category6 a:before {
  background-color: #6a0196;
}

.category7 a:before {
  background-color: #ff9000;
}

.category8 a:before {
  background-color: #66ff00;
}

.category9 a:before {
  background-color: #990000;
}

.calendar-header .current-month {
  float: left;
}

.calendar-header {
  clear: both;
}

.calendar-header .calendar-control {
  float: right;
}

.calendar-header .calendar-control .previous,
.calendar-header .calendar-control .next {
  display: inline-block;
}

.calendar-table thead {
  display: none;
}

.calendar-table .calendar-othermonth {
  background: #f7f7f7;
}

.calendar-table .calendar-thismonth .cal-inner {
  padding: 0.5em;
}

.calendar-table .calendar-thismonth .cal-inner .daynum {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 300;
  margin-bottom: 7px;
}

.calendar-table .calendar-thismonth .cal-inner .cal-event {
  margin-bottom: 0.5em;
}

.calendar-table .calendar-thismonth .cal-inner .cal-event .event-title {
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: 400;
  margin-bottom: 0;
}

.calendar-table .calendar-thismonth .cal-inner .cal-event .filter a:before {
  height: 8px;
  width: 8px;
  margin-bottom: 2px;
  margin-left: 2px;
}

.calendar-table .calendar-thismonth .cal-inner .cal-event .event-title a:hover,
.calendar-table .calendar-thismonth .cal-inner .cal-event.more .event-title a {
  color: #005baa;
}
.calendar-table .calendar-thismonth .cal-inner .cal-event .event-title a:hover:hover,
.calendar-table .calendar-thismonth .cal-inner .cal-event.more .event-title a:hover {
  text-decoration: underline;
}

.events-map {
  display: block;
}

.googlemaps {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #d0d0d0;
}

.googlemaps iframe {
  width: 100%;
  overflow: hidden;
}

.events .googlemaps iframe {
  height: 560px;
}

.single-event .googlemaps iframe {
  height: 294px;
}

.event .event-info {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5em;
  margin-top: -1em;
}

.event .event-info li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #d0d0d0;
}

.event .event-info li:before {
  display: inline-block;
  height: 18px;
  width: 18px;
  content: "";
  margin-right: 14px;
  background: url(images/icons-event.png);
  background-repeat: no-repeat;
  margin-bottom: -4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .event .event-info li:before {
    background-image: url(images/icons-event@2.png);
    background-size: 54px 18px;
  }
}
.event .event-info li.event-time:before {
  background-position: -18px 0;
}

.event .event-info li.event-location:before {
  background-position: -36px 0;
}

.dist-list {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px dashed #d0d0d0;
}

.dist {
  margin-bottom: 1em;
  padding-bottom: 0;
  border-bottom: 1px dashed #d0d0d0;
}

.dist > header {
  cursor: pointer;
}

.dist > header .dist-header {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.dist > header:hover .dist-header {
  color: #015c96;
}

.dist-body .dist-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding-bottom: 7px;
  display: block;
}

.dist-body .com .com-header {
  margin-bottom: 1em;
}

.com-header--empty {
  padding-top: 0.5em;
}

.dist-body .com .com-list {
  list-style: none;
  padding: 0;
}

.dist-body .com .com-list:before,
.dist-body .com .com-list:after {
  content: " ";
  display: table;
}

.dist-body .com .com-list:after {
  clear: both;
}

.dist-body .com .com-list li {
  margin: 0 0 10px 0;
  padding: 0;
}
.dist-body .com .com-list li .name {
  font-size: 15px;
}
.dist-body .com .com-list li .city {
  color: #b7b7b7;
  font-size: 15px;
}
.dist-body .com .com-list li a {
  color: #005baa;
  display: block;
}
.dist-body .com .com-list li a:hover .name {
  text-decoration: underline;
}
.dist-body .com .com-list li a:hover .city {
  color: #005baa;
  text-decoration: none;
}

.dist-body .com .com-list li.found {
  text-decoration: underline;
}

.date {
  font-size: 14px;
  color: #b7b7b7;
}

.news-content .dates {
  font-size: 14px;
  color: #b7b7b7;
  margin-bottom: 20px;
  display: block;
}
.news-content .dates .date {
  text-transform: uppercase;
}
.news-content .dates .modDate {
  margin-left: 10px;
  padding-left: 13px;
  border-left: 1px solid #dddddd;
}
.news-content .dates .modDate .inner {
  border: 0;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 479px) {
  .news-content .dates .modDate {
    border-left: 0;
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-content .dates {
    margin-top: 20px;
    margin-bottom: 14px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .news-content .dates {
    margin-top: 20px;
    margin-bottom: 14px;
  }
}
.news-content h2.subpage-header {
  margin-bottom: 20px;
}
.news-content .some {
  margin-bottom: 20px;
}
.news-content .some:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.news-content .some > * {
  display: inline-block !important;
  vertical-align: middle !important;
  height: 28px;
}

.subpage-header--top-margin {
  margin-top: 2em;
}

.em-location-map {
  width: 100% !important;
}

#map_canvas {
  width: 100%;
  height: 560px;
}

.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

@media print {
  body {
    padding-top: 0px !important;
  }

  .content.container *[class*=col] {
    display: block;
  }

  .somebar {
    display: none;
  }

  #maintenance-notice {
    display: none;
  }

  #ps-tunnus-header-container, #ps-tunnus-login-modal, #ps-tunnus-register-modal, .lift-button {
    display: none;
  }

  .politics .single-politics-block {
    width: 100%;
  }
  .politics .single-politics-block h4 {
    bottom: 0px;
  }
  .politics .single-politics-block .wrapper {
    padding-bottom: 0;
    height: auto;
  }
  .politics .single-politics-block .front svg {
    display: none;
  }
  .politics .single-politics-block .back, .politics .single-politics-block .front {
    position: unset;
    overflow: unset;
  }
  .politics .single-politics-block .back.for, .politics .single-politics-block .back.against {
    transform: rotateY(0deg);
    disp1lay: none;
  }
  .politics .single-politics-block .back.for a[href]:after, .politics .single-politics-block .back.against a[href]:after {
    content: none !important;
  }
  .politics .single-politics-block .back a {
    text-decoration: none;
  }

  .top-container .front-news .small-news-row .small-news .category a.category-link a[href]:after,
.top-sidebar .side-releases .release a.category-link a[href]:after,
.upper-bottom .front-su-most-popular article .info header .category a[href]:after,
.upper-bottom .front-su-news .big header .category a[href]:after,
.upper-bottom .front-su-news .single-news header .category a[href]:after {
    content: none !important;
  }

  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    page-break-inside: avoid;
  }
  h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    page-break-inside: avoid;
  }

  .edit {
    display: none !important;
  }

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

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

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

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

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

  section,
figure,
article {
    page-break-after: auto;
    page-break-before: auto;
  }

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid;
    line-height: 20px;
  }

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

  .navbar {
    display: none;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }

  header.header,
footer.footer,
.home-slider,
aside.sidebar,
.subpage-helpnav,
.superfooter {
    display: none;
  }

  main.front-page .participate {
    display: none;
  }

  *[class*=push],
*[class*=offset],
*[class*=pull] {
    left: 0 !important;
    margin-left: 0 !important;
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.home-section.flickr-feed .caption {
  height: 70px;
  background: #f7f7f7;
  position: relative;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 25px;
}

.home-section.flickr-feed .caption p {
  font-weight: 300;
  font-size: 18px;
  color: #2b2b2b;
  display: inline-block;
  vertical-align: middle;
  line-height: 70px;
}

a.readmore {
  font-weight: 700;
}

.release_image {
  margin: 10px 0;
}

.deputy {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 20px;
}

.deputy figure {
  border: 1px solid #d0d0d0;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.deputy span {
  display: block;
}

.deputy .col-3 span {
  margin-bottom: 20px;
}

.deputy span {
  word-wrap: break-word;
}

.deputy .url a,
.deputy .email a {
  color: #015c96;
  text-decoration: none;
  line-height: 20px;
}

.deputy .url a:hover,
.deputy .email a:hover {
  text-decoration: underline;
}

.deputy .assistant a:hover,
.deputy .assistant a:hover {
  text-decoration: underline;
}

.deputy .commisions {
  margin-top: 25px;
}

.deputy .assistant {
  margin-top: 25px;
}

.deputy .assistant h4 {
  font-size: 12px;
  text-transform: uppercase;
}

.bottom-10 {
  margin-bottom: 10px;
}

.subpage-helpnav .posttype-cat {
  list-style: none;
  padding: 0;
}
.subpage-helpnav .posttype-cat li {
  margin-bottom: 0;
}
.subpage-helpnav .posttype-cat a {
  color: #5e5e5e;
  background-color: #f4f3f3;
  line-height: 18px;
  font-size: 11px;
  padding: 3px 6px 2px 6px;
  display: inline-block !important;
  border-radius: 3px;
  border: none;
  text-align: left;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 0px;
  box-sizing: border-box;
  width: 100%;
  white-space: unset;
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .subpage-helpnav .posttype-cat a {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subpage-helpnav .posttype-cat a {
    display: flex;
  }
}
.subpage-helpnav .posttype-cat a:hover {
  background-color: #fcdb70;
  color: #000;
}
.subpage-helpnav .posttype-cat a.active-cat {
  background-color: #015c96 !important;
  color: #ffffff !important;
}

.subpage-helpnav .deputy-filter button {
  color: #5e5e5e;
  background-color: #f4f3f3;
  line-height: 18px;
  font-size: 11px;
  padding: 3px 6px 2px 6px;
  display: inline-block !important;
  border-radius: 3px;
  border: none;
  text-align: left;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 6px;
  width: 100%;
  white-space: unset;
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .subpage-helpnav .deputy-filter button {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subpage-helpnav .deputy-filter button {
    display: flex;
  }
}

.subpage-helpnav input,
.subpage-helpnav button {
  box-sizing: border-box;
}

.deputy-filter button.active {
  background-color: #015c96;
  color: #ffffff;
}

.deputy-filter button:hover {
  cursor: pointer;
}

.flex {
  display: flex;
  align-items: center;
}

#deputy-show-all, .search-deputy-button {
  height: 25px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 11px;
  background-color: #015c96;
  border-radius: 3px;
  transition: background-color 0.2s;
  border: 0;
}
#deputy-show-all:hover, .search-deputy-button:hover {
  background-color: #fcdb70;
  transition: background-color 0.2s;
  color: #000;
}

.deputy-hits-text {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  color: #5e5e5e;
}
#deputy-back-button {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 11px;
  background-color: #015c96;
  border-radius: 3px;
  transition: background-color 0.2s;
  border: 0;
  margin-bottom: 20px;
}

#deputy-back-button:hover {
  background-color: #fcdb70;
  transition: background-color 0.2s;
}

a.edit {
  display: block;
}

#office-staff .title {
  font-weight: 700;
  margin-bottom: 15px;
}

#office-staff .staff-member, #euparliamentarians .euparliamentarians-member {
  border-top: 1px solid #eee;
  padding: 20px 0;
}

#office-staff figure, #euparliamentarians figure {
  margin-bottom: 20px;
}

#office-staff h3, #euparliamentarians h3 {
  font-size: 16px;
  margin-bottom: 0;
}

#office-staff .email, #euparliamentarians .email {
  word-break: break-all;
}

#office-staff span, #euparliamentarians span {
  display: block;
  font-size: 12px;
}

#euparliamentarians .assistants_header {
  padding-top: 30px;
}

#euparliamentarians .assistant_name {
  padding-top: 15px;
  padding-bottom: 5px;
}

#pageSearchInput {
  width: 75%;
  height: 30px;
  border: 1px solid #c6c6c6;
  padding: 0 0 0 10px;
  border-radius: 2px;
  margin: 0;
  margin-bottom: 20px;
}

#pageSearchButton {
  font-size: 12px;
  height: 30px;
  float: right;
}

.page-search-form button {
  width: 20%;
  height: 32px;
  padding: 0;
  margin: 0;
}

.search-results-content h3 {
  font-size: 18px;
  display: inline;
  color: #111111;
  line-height: 36px;
  height: 36px;
}

.search-results-content .count {
  font-size: 12px;
  color: #111111;
  margin-left: 30px;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
}

.search-results-content .post-type {
  border-bottom: 3px solid #c6c6c6;
  margin-bottom: 15px;
}

.search-results-content h4,
.search-results-content h4 a {
  font-size: 14px;
  color: #015c96;
  margin-bottom: 0;
  line-height: 20px;
}

.search-results-content .date {
  font-size: 12px;
  color: #015c96;
  padding-bottom: 0;
  margin-top: 5px;
  display: block;
  text-transform: capitalize;
}

.search-results-content article {
  border-bottom: 1px dashed #d0d0d0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.search-results-content article p {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 12px;
  color: #010101;
}

.search-results-content article a:hover p {
  color: #015c96;
}

.search-results-content .show-all-type {
  color: #111111;
  font-size: 12px;
  text-transform: uppercase;
}

.search-results-content .type {
  margin-bottom: 2em;
}

.search-posts-order-form {
  float: right;
}
.search-posts-order-form select {
  margin: 0;
  max-width: 180px;
  min-width: 150px;
  padding: 5px;
  background: #F3F3F3;
  border-radius: 0;
  font-size: 14px;
  border: 0;
}
.search-posts-order-form select:focus {
  border: 0;
  outline: none;
}

.lines-button {
  border: 0;
  margin: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 50px;
  right: 30px;
}

.lines {
  display: inline-block;
  width: 35px;
  height: 5px;
  background: #005baa;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 35px;
  height: 5px;
  background: #005baa;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 2.5px center;
}
.lines:before {
  top: 8.75px;
}
.lines:after {
  top: -8.75px;
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 19.4444444444px;
}
.lines-button.arrow.close .lines:before {
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  transform: none;
  top: 0;
  width: 35px;
}

.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 35px;
}
.lines-button.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.screen-reader-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.some-buttons {
  list-style: none;
  padding: 0;
  margin: 0 1rem 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  gap: 1rem;
  margin-bottom: 20px;
}
.some-buttons .some-button {
  display: inline-block;
}
.some-buttons .print-button {
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  text-decoration: none;
  background-color: #ffd500;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.some-buttons .print-button a {
  padding: 1px 1rem;
  text-decoration: none;
  color: #272200;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: flex;
}
.some-buttons .print-button:hover {
  background: #ccaa00;
}
.some-buttons .social-media-button {
  height: 100%;
  margin: 0;
  border-radius: 25px;
  border: 2px solid #ffd500;
  box-sizing: border-box;
  background: #ffd500;
  transition: all 0.2s ease;
}
.some-buttons .social-media-button span {
  width: auto !important;
}
.some-buttons .social-media-button:hover {
  background: none;
}
.some-buttons .social-media-button a {
  font-weight: 500;
  height: 100%;
  font-size: 0.8rem;
  text-decoration: none;
  display: grid;
  grid-template-columns: 30px auto;
  place-content: center;
  place-items: center;
  font-family: "Aller";
  text-decoration: none !important;
  color: #272200;
  padding: 0 1rem 0 calc(1rem - 8px);
}
@media only screen and (max-width: 990px) {
  .some-buttons .social-media-button a {
    padding: 0 0.5rem;
  }
  .some-buttons .social-media-button a span {
    display: none;
  }
}
.some-buttons .social-media-button a:hover {
  color: #272200 !important;
}
.some-buttons .social-media-button a svg {
  max-height: 16px;
  max-width: 16px;
}
@media (min-width: 0px) and (max-width: 479px) {
  .page-template-districts .subpage-content {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page-template-districts .subpage-content {
    margin: 0 !important;
    width: 100% !important;
  }
}

.no-match {
  font-size: 16px;
}

.page_last_update {
  padding-top: 25px;
}