/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Datepicker 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?l00f0t');
	src:url('fonts/icomoon.eot?l00f0t#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?l00f0t') format('truetype'),
		url('fonts/icomoon.woff?l00f0t') format('woff'),
		url('fonts/icomoon.svg?l00f0t#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ico {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-instagram-glyph:before {
	content: "\e800";
}
.ico-menu-down:before {
	content: "\e61c";
}
.ico-zmena:before {
	content: "\e602";
}
.ico-info:before {
	content: "\e600";
}
.ico-propozicie:before {
	content: "\e603";
}
.ico-reigstracia:before {
	content: "\e604";
}
.ico-sutaze:before {
	content: "\e605";
}
.ico-vysledky:before {
	content: "\e606";
}
.ico-certifikacia:before {
	content: "\e607";
}
.ico-certifikacia-strike:before {
	content: "\e620";
}
.ico-fotogaleria:before {
	content: "\e608";
}
.ico-videogaleria:before {
	content: "\e609";
}
.ico-flag-cz .path1:before {
	content: "\e60a";
	color: rgb(35, 31, 32);
}
.ico-flag-cz .path2:before {
	content: "\e60b";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.ico-flag-cz .path3:before {
	content: "\e60c";
	margin-left: -1em;
	color: rgb(214, 32, 39);
}
.ico-flag-cz .path4:before {
	content: "\e60d";
	margin-left: -1em;
	color: rgb(21, 70, 124);
}
.ico-flag-cz .path5:before {
	content: "\e60e";
	margin-left: -1em;
	color: rgb(138, 140, 142);
}
.ico-flag-pl .path1:before {
	content: "\e60f";
	color: rgb(35, 31, 32);
}
.ico-flag-pl .path2:before {
	content: "\e610";
	margin-left: -1em;
	color: rgb(214, 32, 39);
}
.ico-flag-pl .path3:before {
	content: "\e611";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.ico-flag-pl .path4:before {
	content: "\e612";
	margin-left: -1em;
	color: rgb(138, 140, 142);
}
.ico-flag-ua .path1:before {
	content: "\e621";
	color: rgb(35, 31, 32);
}
.ico-flag-ua .path2:before {
	content: "\e622";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}
.ico-flag-ua .path3:before {
	content: "\e623";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}
.ico-flag-ua .path4:before {
	content: "\e624";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}
.ico-flag-ua .path5:before {
	content: "\e625";
	margin-left: -1em;
	color: rgb(66, 117, 186);
}
.ico-flag-ua .path6:before {
	content: "\e626";
	margin-left: -1em;
	color: rgb(249, 222, 18);
}
.ico-flag-ua .path7:before {
	content: "\e627";
	margin-left: -1em;
	color: rgb(138, 140, 142);
}
.ico-flag-sk .path1:before {
	content: "\e628";
	color: rgb(214, 32, 39);
}
.ico-flag-sk .path2:before {
	content: "\e629";
	margin-left: -1em;
	color: rgb(29, 67, 155);
}
.ico-flag-sk .path3:before {
	content: "\e62a";
	margin-left: -1em;
	color: rgb(29, 67, 155);
}
.ico-flag-sk .path4:before {
	content: "\e62b";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.ico-flag-sk .path5:before {
	content: "\e62c";
	margin-left: -1em;
	color: rgb(214, 32, 39);
}
.ico-flag-sk .path6:before {
	content: "\e62d";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.ico-flag-sk .path7:before {
	content: "\e62e";
	margin-left: -1em;
	color: rgb(29, 67, 155);
}
.ico-flag-sk .path8:before {
	content: "\e62f";
	margin-left: -1em;
	color: rgb(138, 140, 142);
}
.ico-flag-hu .path1:before {
	content: "\e630";
	color: rgb(35, 31, 32);
}
.ico-flag-hu .path2:before {
	content: "\e631";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}
.ico-flag-hu .path3:before {
	content: "\e632";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}
.ico-flag-hu .path4:before {
	content: "\e633";
	margin-left: -1em;
	color: rgb(7, 140, 69);
}
.ico-flag-hu .path5:before {
	content: "\e634";
	margin-left: -1em;
	color: rgb(214, 32, 39);
}
.ico-flag-hu .path6:before {
	content: "\e635";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.ico-flag-hu .path7:before {
	content: "\e636";
	margin-left: -1em;
	color: rgb(138, 140, 142);
}
.ico-flag-at .path1:before {
	content: "\e637";
	color: rgb(35, 31, 32);
}
.ico-flag-at .path2:before {
	content: "\e638";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}
.ico-flag-at .path3:before {
	content: "\e639";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}
.ico-flag-at .path4:before {
	content: "\e63a";
	margin-left: -1em;
	color: rgb(214, 32, 39);
}
.ico-flag-at .path5:before {
	content: "\e63b";
	margin-left: -1em;
	color: rgb(214, 32, 39);
}
.ico-flag-at .path6:before {
	content: "\e63c";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.ico-flag-at .path7:before {
	content: "\e63d";
	margin-left: -1em;
	color: rgb(138, 140, 142);
}
.ico-arrow_back_square:before {
	content: "\e601";
}
.ico-blog:before {
	content: "\e613";
}
.ico-bulb:before {
	content: "\e616";
}
.ico-komentare:before {
	content: "\e614";
}
.ico-pretek:before {
	content: "\e615";
}
.ico-social-fb:before {
	content: "\e617";
}
.ico-social-twitter:before {
	content: "\e618";
}
.ico-social-youtube:before {
	content: "\e619";
}
.ico-social-gplus:before {
	content: "\e61a";
}
.ico-arrow-first:before {
	content: "\e63e";
}
.ico-arrow-left:before {
	content: "\e63f";
}
.ico-arrow-right:before {
	content: "\e640";
}
.ico-arrow-last:before {
	content: "\e641";
}
.ico-menu-home:before {
	content: "\e61b";
}
.ico-chat:before {
	content: "\e61d";
}
.ico-search:before {
	content: "\e61e";
}
.ico-eye:before {
	content: "\e61f";
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 6.6666666667%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 6.6666666667%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 13.3333333333%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 13.3333333333%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 20%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 20%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 26.6666666667%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 26.6666666667%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 40%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 40%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 46.6666666667%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 46.6666666667%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 53.3333333333%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 53.3333333333%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 60%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 60%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 73.3333333333%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 73.3333333333%;
    left: auto; }
  .small-push-12 {
    position: relative;
    left: 80%;
    right: auto; }
  .small-pull-12 {
    position: relative;
    right: 80%;
    left: auto; }
  .small-push-13 {
    position: relative;
    left: 86.6666666667%;
    right: auto; }
  .small-pull-13 {
    position: relative;
    right: 86.6666666667%;
    left: auto; }
  .small-push-14 {
    position: relative;
    left: 93.3333333333%;
    right: auto; }
  .small-pull-14 {
    position: relative;
    right: 93.3333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .small-1 {
    width: 6.6666666667%; }
  .small-2 {
    width: 13.3333333333%; }
  .small-3 {
    width: 20%; }
  .small-4 {
    width: 26.6666666667%; }
  .small-5 {
    width: 33.3333333333%; }
  .small-6 {
    width: 40%; }
  .small-7 {
    width: 46.6666666667%; }
  .small-8 {
    width: 53.3333333333%; }
  .small-9 {
    width: 60%; }
  .small-10 {
    width: 66.6666666667%; }
  .small-11 {
    width: 73.3333333333%; }
  .small-12 {
    width: 80%; }
  .small-13 {
    width: 86.6666666667%; }
  .small-14 {
    width: 93.3333333333%; }
  .small-15 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 6.6666666667% !important; }
  .small-offset-2 {
    margin-left: 13.3333333333% !important; }
  .small-offset-3 {
    margin-left: 20% !important; }
  .small-offset-4 {
    margin-left: 26.6666666667% !important; }
  .small-offset-5 {
    margin-left: 33.3333333333% !important; }
  .small-offset-6 {
    margin-left: 40% !important; }
  .small-offset-7 {
    margin-left: 46.6666666667% !important; }
  .small-offset-8 {
    margin-left: 53.3333333333% !important; }
  .small-offset-9 {
    margin-left: 60% !important; }
  .small-offset-10 {
    margin-left: 66.6666666667% !important; }
  .small-offset-11 {
    margin-left: 73.3333333333% !important; }
  .small-offset-12 {
    margin-left: 80% !important; }
  .small-offset-13 {
    margin-left: 86.6666666667% !important; }
  .small-offset-14 {
    margin-left: 93.3333333333% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 6.6666666667%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 6.6666666667%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 13.3333333333%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 13.3333333333%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 20%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 20%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 26.6666666667%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 26.6666666667%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 40%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 40%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 46.6666666667%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 46.6666666667%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 53.3333333333%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 53.3333333333%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 60%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 60%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 73.3333333333%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 73.3333333333%;
    left: auto; }
  .medium-push-12 {
    position: relative;
    left: 80%;
    right: auto; }
  .medium-pull-12 {
    position: relative;
    right: 80%;
    left: auto; }
  .medium-push-13 {
    position: relative;
    left: 86.6666666667%;
    right: auto; }
  .medium-pull-13 {
    position: relative;
    right: 86.6666666667%;
    left: auto; }
  .medium-push-14 {
    position: relative;
    left: 93.3333333333%;
    right: auto; }
  .medium-pull-14 {
    position: relative;
    right: 93.3333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .medium-1 {
    width: 6.6666666667%; }
  .medium-2 {
    width: 13.3333333333%; }
  .medium-3 {
    width: 20%; }
  .medium-4 {
    width: 26.6666666667%; }
  .medium-5 {
    width: 33.3333333333%; }
  .medium-6 {
    width: 40%; }
  .medium-7 {
    width: 46.6666666667%; }
  .medium-8 {
    width: 53.3333333333%; }
  .medium-9 {
    width: 60%; }
  .medium-10 {
    width: 66.6666666667%; }
  .medium-11 {
    width: 73.3333333333%; }
  .medium-12 {
    width: 80%; }
  .medium-13 {
    width: 86.6666666667%; }
  .medium-14 {
    width: 93.3333333333%; }
  .medium-15 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 6.6666666667% !important; }
  .medium-offset-2 {
    margin-left: 13.3333333333% !important; }
  .medium-offset-3 {
    margin-left: 20% !important; }
  .medium-offset-4 {
    margin-left: 26.6666666667% !important; }
  .medium-offset-5 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-6 {
    margin-left: 40% !important; }
  .medium-offset-7 {
    margin-left: 46.6666666667% !important; }
  .medium-offset-8 {
    margin-left: 53.3333333333% !important; }
  .medium-offset-9 {
    margin-left: 60% !important; }
  .medium-offset-10 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-11 {
    margin-left: 73.3333333333% !important; }
  .medium-offset-12 {
    margin-left: 80% !important; }
  .medium-offset-13 {
    margin-left: 86.6666666667% !important; }
  .medium-offset-14 {
    margin-left: 93.3333333333% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 6.6666666667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 6.6666666667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 13.3333333333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 13.3333333333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 20%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 20%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 26.6666666667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 26.6666666667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 40%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 40%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 46.6666666667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 46.6666666667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 53.3333333333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 53.3333333333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 60%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 60%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 73.3333333333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 73.3333333333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 80%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 80%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 86.6666666667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 86.6666666667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 93.3333333333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 93.3333333333%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 6.6666666667%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 6.6666666667%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 13.3333333333%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 13.3333333333%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 20%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 20%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 26.6666666667%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 26.6666666667%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 40%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 40%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 46.6666666667%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 46.6666666667%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 53.3333333333%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 53.3333333333%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 60%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 60%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 73.3333333333%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 73.3333333333%;
    left: auto; }
  .large-push-12 {
    position: relative;
    left: 80%;
    right: auto; }
  .large-pull-12 {
    position: relative;
    right: 80%;
    left: auto; }
  .large-push-13 {
    position: relative;
    left: 86.6666666667%;
    right: auto; }
  .large-pull-13 {
    position: relative;
    right: 86.6666666667%;
    left: auto; }
  .large-push-14 {
    position: relative;
    left: 93.3333333333%;
    right: auto; }
  .large-pull-14 {
    position: relative;
    right: 93.3333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .large-1 {
    width: 6.6666666667%; }
  .large-2 {
    width: 13.3333333333%; }
  .large-3 {
    width: 20%; }
  .large-4 {
    width: 26.6666666667%; }
  .large-5 {
    width: 33.3333333333%; }
  .large-6 {
    width: 40%; }
  .large-7 {
    width: 46.6666666667%; }
  .large-8 {
    width: 53.3333333333%; }
  .large-9 {
    width: 60%; }
  .large-10 {
    width: 66.6666666667%; }
  .large-11 {
    width: 73.3333333333%; }
  .large-12 {
    width: 80%; }
  .large-13 {
    width: 86.6666666667%; }
  .large-14 {
    width: 93.3333333333%; }
  .large-15 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 6.6666666667% !important; }
  .large-offset-2 {
    margin-left: 13.3333333333% !important; }
  .large-offset-3 {
    margin-left: 20% !important; }
  .large-offset-4 {
    margin-left: 26.6666666667% !important; }
  .large-offset-5 {
    margin-left: 33.3333333333% !important; }
  .large-offset-6 {
    margin-left: 40% !important; }
  .large-offset-7 {
    margin-left: 46.6666666667% !important; }
  .large-offset-8 {
    margin-left: 53.3333333333% !important; }
  .large-offset-9 {
    margin-left: 60% !important; }
  .large-offset-10 {
    margin-left: 66.6666666667% !important; }
  .large-offset-11 {
    margin-left: 73.3333333333% !important; }
  .large-offset-12 {
    margin-left: 80% !important; }
  .large-offset-13 {
    margin-left: 86.6666666667% !important; }
  .large-offset-14 {
    margin-left: 93.3333333333% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 6.6666666667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 6.6666666667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 13.3333333333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 13.3333333333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 20%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 20%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 26.6666666667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 26.6666666667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 40%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 40%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 46.6666666667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 46.6666666667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 53.3333333333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 53.3333333333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 60%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 60%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 73.3333333333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 73.3333333333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 80%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 80%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 86.6666666667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 86.6666666667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 93.3333333333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 93.3333333333%;
    left: auto; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 1rem;
  background-color: #4db2ec;
  border-color: #1899e2;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #1899e2; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e2007a;
    border-color: #b50062;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b50062; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 1rem; }
  button.expand, .button.expand {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #4db2ec;
    border-color: #1899e2;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1899e2; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4db2ec; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e2007a;
      border-color: #b50062;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b50062; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e2007a; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    line-height: 2.375rem; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #444444;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background-color: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAA; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAA; }

:-ms-input-placeholder {
  color: #AAAAAA; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: #444444;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

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

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #4db2ec;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    text-decoration: none; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.625rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.625rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.625rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

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

/* Default Link Styles */
a {
  color: #4db2ec;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #25a1e8; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

code {
  background-color: #ffaad8;
  border-color: #ff7fc4;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0;
  border-left: 0; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: 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 #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
    -webkit-box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #f2f2f2;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 12.5rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #f2f2f2;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 12.5rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #f2f2f2;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 12.5rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #f2f2f2;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 12.5rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #b6b6b6;
    color: #222;
    display: block;
    padding: 0.6666666667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #f2f2f2; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(12.5rem, 0, 0);
  -moz-transform: translate3d(12.5rem, 0, 0);
  -ms-transform: translate(12.5rem, 0);
  -o-transform: translate3d(12.5rem, 0, 0);
  transform: translate3d(12.5rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-12.5rem, 0, 0);
  -moz-transform: translate3d(-12.5rem, 0, 0);
  -ms-transform: translate(-12.5rem, 0);
  -o-transform: translate3d(-12.5rem, 0, 0);
  transform: translate3d(-12.5rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -12.5rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -12.5rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 12.5rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 12.5rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f2;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 12.5rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f2;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 12.5rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f2;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 12.5rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f2;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 12.5rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

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

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

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

thead.hide-for-touch {
  display: table-header-group !important; }

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

tbody.hide-for-touch {
  display: table-row-group !important; }

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

tr.hide-for-touch {
  display: table-row !important; }

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

td.hide-for-touch {
  display: table-cell !important; }

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

th.hide-for-touch {
  display: table-cell !important; }

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

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*--------------------------------------------------------------
  10.0 Content from original _s
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

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

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

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

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
  12.0 Media from original _s
  --------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-left: 0;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075rem 0 0 0; }

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0; }

.gallery-columns-2 .gallery-item {
  max-width: 49.5%;
  margin-right: 0.5%;
  margin-bottom: 0.5%; }

.gallery-columns-3 .gallery-item {
  max-width: 33%;
  margin-right: 0.33%;
  margin-bottom: 0.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 24.5%;
  margin-right: 0.6%;
  margin-bottom: 0.6%; }

.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 0; }

.gallery-columns-4 .gallery-item:first-child {
  margin-right: 0.6%; }

.gallery-columns-5 .gallery-item {
  max-width: 19.5%;
  margin-right: 0.5%;
  margin-bottom: 0.5%; }

.gallery-columns-6 .gallery-item {
  max-width: 16%;
  margin-right: 0.66%;
  margin-bottom: 0.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Trash - delete after finish */
.ad {
  background-color: #eac36f;
  text-align: center; }
  .ad:before {
    content: 'miesto pre reklamu';
    display: inline-block;
    color: #fff;
    font-size: 11px; }
  .ad--size1200 {
    width: 100%;
    height: 200px; }
  .ad--size300 {
    width: 300px;
    height: 300px; }
  .ad--size800 {
    width: 100%;
    height: 250px; }

.gate--left {
  position: absolute;
  top: 0;
  left: -200px;
  z-index: 1000; }

.gate--right {
  position: absolute;
  top: 0;
  right: -200px;
  z-index: 1000; }

p.beta-notice {
  margin-bottom: 0;
  line-height: 35px;
  background-color: #e9c36e;
  text-indent: 15px;
  color: #FFF; }

/* Trash end */
.page-logo {
  width: 12.8125rem;
  height: auto;
  display: inline-block;
  margin-top: 1rem;
  float: right; }
  @media only screen and (min-width: 64.0625em) {
    .page-logo {
      float: none; } }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

.archive-title {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #4db2ec; }

.social-widget {
  margin-bottom: 10px; }

.twitter-follow-button {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.yt-subscribe {
  margin-left: 10px; }

/*WP fix - https://core.trac.wordpress.org/ticket/26609 */
#wpadminbar {
  position: fixed; }

.browserupgrade {
  margin: 1em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.aboutus-clock {
  margin-bottom: 2.1875rem; }

.page-template-template-onas .entry-title {
  font-size: 3rem;
  color: #4db2ec; }

.page-template-template-onas .content-area p {
  color: #777777;
  font-size: 1.125rem; }

.entry-title {
  font-size: 1.875rem;
  line-height: 2.3125rem; }

.fb-like {
  margin-bottom: 2rem; }

.hide {
  display: none !important;
  visibility: hidden; }

.site-header {
  border-bottom: 0.25rem solid #fff;
  box-shadow: inset 0px -13px 16px -13px rgba(0, 0, 0, 0.06), 0 0 16px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5625rem; }
  .site-header__search, .site-header__search:focus, .site-header__search:active, .site-header__search:hover {
    padding: 0 1rem;
    background: none;
    color: #222;
    line-height: 3.125rem;
    outline: none;
    margin: 0;
    float: left; }
    @media only screen and (min-width: 64.0625em) {
      .site-header__search, .site-header__search:focus, .site-header__search:active, .site-header__search:hover {
        float: right;
        margin: 1.25rem 0 0 0; } }
  .site-header__menutoggle.left-off-canvas-toggle {
    text-transform: uppercase;
    border: 1px solid #acacac;
    color: #222;
    padding: 0.3125rem 0.625rem;
    line-height: 3.125rem; }

.site-footer {
  background: #fafafa;
  box-shadow: inset 0px 13px 18px -13px rgba(0, 0, 0, 0.06);
  padding: 3.125rem 0 1.25rem 0;
  margin-top: 3.125rem; }
  .site-footer__logo {
    max-width: 14.5625rem;
    height: auto;
    margin-bottom: 3.125rem; }
  .site-footer__pageinfo p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    color: #777777;
    margin-bottom: 1.3125rem; }

.main-navigation .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: visible; }
  .main-navigation .menu > .menu-item {
    margin-top: 1.5rem;
    margin-bottom: -0.25rem;
    float: left;
    position: relative;
    height: 3.125rem;
    overflow: hidden; }
    .main-navigation .menu > .menu-item.menu-item-has-children > a:after {
      content: '\e61c';
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 5px;
      margin-left: 0.3125rem;
      vertical-align: middle; }
    .main-navigation .menu > .menu-item > a {
      display: inline-block;
      padding: 0 0.75rem;
      color: #090606;
      font-size: 1.125rem;
      line-height: 3.125rem;
      height: 3.375rem;
      border-bottom: 0.25rem solid #4db2ec;
      transition: all 0.15s ease-in-out; }
    .main-navigation .menu > .menu-item:hover, .main-navigation .menu > .menu-item.current-menu-item, .main-navigation .menu > .menu-item.current-menu-ancestor {
      overflow: visible; }
      .main-navigation .menu > .menu-item:hover > a, .main-navigation .menu > .menu-item.current-menu-item > a, .main-navigation .menu > .menu-item.current-menu-ancestor > a {
        height: 3.125rem; }
    .main-navigation .menu > .menu-item:hover .sub-menu {
      display: block; }
    .main-navigation .menu > .menu-item-home a {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 3.125rem; }
    .main-navigation .menu > .menu-item-home a:before {
      content: "\e61b";
      font-size: 1.3125rem;
      color: #4d4d4d; }

.main-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  min-width: 8.75rem;
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); }
  .main-navigation .sub-menu > .menu-item a {
    display: block;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0 0.625rem;
    font-size: 0.875rem;
    color: #090606; }
    .main-navigation .sub-menu > .menu-item a:hover {
      background-color: #4db2ec;
      color: #fff; }

.top-button {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin: 1.25rem 0;
  background-color: #4d7f9c;
  background-image: url("../img/arrow-top.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  line-height: 65px;
  float: right; }
  .top-button:hover, .top-button:active, .top-button:visited, .top-button:focus {
    color: #fff; }
  @media only screen and (min-width: 40.0625em) {
    .top-button {
      opacity: 0;
      position: fixed;
      right: 25px;
      bottom: 85px;
      margin: 0;
      float: none;
      transition: opacity 0.35s; }
      .js-page-scrolled .top-button {
        opacity: 1;
        transition: opacity 0.35s; } }

.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .comment-list .children {
    margin-left: 4.375rem; }

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
  background-color: #efefef;
  border-color: #b8b8b8; }

.comment-body {
  border-top: 1px solid #f5f5f5;
  padding-top: 0.625rem; }
  .comment-body .vcard {
    border: none; }

.comment-author {
  padding-left: 0; }
  .comment-author:before, .comment-author:after {
    content: "";
    display: table; }
  .comment-author:after {
    clear: both; }
  .comment-author .fn {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    display: block;
    width: 100%;
    margin-left: 4.375rem;
    margin-top: -0.3125rem; }
    .comment-author .fn a {
      color: #222; }
  .comment-author .comment-meta {
    margin-left: 4.375rem; }
    .comment-author .comment-meta a {
      font-size: 0.75rem;
      color: #cbcbcb; }
    .comment-author .comment-meta .comment-reply-link {
      margin-left: 1.25rem; }
  .comment-author .avatar {
    float: left;
    margin-right: 0.625rem; }

.pretek-entries {
  border-top: 2px solid #4db2ec;
  border-bottom: 2px solid #4db2ec;
  display: table;
  margin-top: 3.125rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 0.875rem;
  table-layout: fixed;
  clear: both; }
  .pretek-entries--sutaze {
    margin-top: 0; }
  .pretek-entries--certifikacia {
    border-top: 0; }
  .single-sutaz .pretek-entries {
    margin: 1rem 0; }

@media only screen and (min-width: 40.0625em) {
  .pretek-entry {
    display: table-row; } }

.pretek-entry__cell {
  border-bottom: 1px solid #9ad4f4;
  padding: 0.375rem 0.25rem;
  vertical-align: middle;
  height: 2.8125rem;
  float: left; }
  .pretek-entries--certifikacia .pretek-entry__cell {
    color: #777777; }
  .pretek-entries .pretek-entry__cell--header {
    font-size: 1rem;
    color: #222; }
  .pretek-entry--inactive .pretek-entry__cell {
    color: #d92429; }
  .pretek-entries--sutaze .pretek-entry__cell {
    display: table-cell;
    float: none; }
  @media only screen and (min-width: 40.0625em) {
    .pretek-entry__cell {
      display: table-cell;
      float: none; } }

.pretek-entry__date {
  width: 23%;
  border-bottom-color: #eee; }
  @media only screen and (min-width: 40.0625em) {
    .pretek-entry__date {
      width: 15%;
      border-bottom-color: #9ad4f4; } }

.pretek-entry__day {
  color: #9ad4f4; }

.pretek-entry__info {
  position: relative;
  width: 12%;
  border-bottom-color: #eee; }
  @media only screen and (min-width: 40.0625em) {
    .pretek-entry__info {
      width: 5%;
      border-bottom-color: #9ad4f4; } }

.pretek-entry__title {
  width: 65%;
  border-bottom-color: #eee; }
  .pretek-entry__title:hover {
    color: #e2007a; }
  @media only screen and (min-width: 40.0625em) {
    .pretek-entry__title {
      width: 30%;
      border-bottom-color: #9ad4f4; } }

.pretek-entry__infoicons {
  clear: left;
  width: 35%; }
  .pretek-entry__infoicons a {
    color: #222; }
  @media only screen and (min-width: 40.0625em) {
    .pretek-entry__infoicons {
      clear: none;
      width: 20%; } }

.pretek-entry__city {
  width: 40%; }
  @media only screen and (min-width: 40.0625em) {
    .pretek-entry__city {
      width: 15%; } }

.pretek-entry__actionicons {
  width: 25%; }
  .pretek-entry__actionicons a {
    color: #222; }
  @media only screen and (min-width: 40.0625em) {
    .pretek-entry__actionicons {
      width: 15%; } }

.pretek-entry--past .pretek-entry__title,
.pretek-entry--past .pretek-entry__date,
.pretek-entry--past .pretek-entry__city,
.pretek-entry--past .ico {
  color: #C2C2C2; }

.single-sutaz .pretek-entry--past .pretek-entry__title,
.single-sutaz .pretek-entry--past .pretek-entry__date,
.single-sutaz .pretek-entry--past .pretek-entry__city {
  color: #4db2ec; }

.pretek-entry .ico {
  font-size: 1.125rem;
  margin-right: 0.3125rem;
  font-weight: bold;
  color: #8C8C8C; }

.pretek-entry .ico-info {
  color: #4db2ec;
  font-weight: normal; }

.pretek-entry .ico-zmena {
  color: #D6141A;
  font-weight: normal; }

.pretek-entry__sutazicon {
  width: 7%;
  min-width: 1.5625rem;
  text-align: center; }

.pretek-entries--certifikacia .pretek-entry {
  overflow: auto; }
  .pretek-entries--certifikacia .pretek-entry__kn {
    width: 10%;
    border-bottom-color: #eee; }
    @media only screen and (min-width: 40.0625em) {
      .pretek-entries--certifikacia .pretek-entry__kn {
        width: 4%;
        border-bottom-color: #9ad4f4; } }
  .pretek-entries--certifikacia .pretek-entry__title {
    width: 65%; }
    @media only screen and (min-width: 40.0625em) {
      .pretek-entries--certifikacia .pretek-entry__title {
        width: 30%; } }
  .pretek-entries--certifikacia .pretek-entry__place {
    width: 30%; }
    @media only screen and (min-width: 40.0625em) {
      .pretek-entries--certifikacia .pretek-entry__place {
        width: 18%; } }
  .pretek-entries--certifikacia .pretek-entry__merac {
    width: 25%; }
    @media only screen and (min-width: 40.0625em) {
      .pretek-entries--certifikacia .pretek-entry__merac {
        width: 18%; } }
  .pretek-entries--certifikacia .pretek-entry__method {
    width: 20%; }
    @media only screen and (min-width: 40.0625em) {
      .pretek-entries--certifikacia .pretek-entry__method {
        width: 10%; } }
  .pretek-entries--certifikacia .pretek-entry__date {
    width: 25%;
    border-bottom-color: #9ad4f4; }
    @media only screen and (min-width: 40.0625em) {
      .pretek-entries--certifikacia .pretek-entry__date {
        width: 10%; } }
  .pretek-entries--certifikacia .pretek-entry__track {
    width: 20%;
    border-bottom-color: #eee; }
    @media only screen and (min-width: 40.0625em) {
      .pretek-entries--certifikacia .pretek-entry__track {
        width: 10%;
        border-bottom-color: #9ad4f4; } }

.race-filter {
  border: 1px solid #b8b8b8;
  background-color: #efefef;
  padding: 20px; }
  .race-filter__submit {
    z-index: 1; }
  .race-filter__reset {
    font-size: 0.75rem;
    float: right; }
  .race-filter__checkbox[type="checkbox"] {
    position: absolute;
    left: -999em; }
    .race-filter__checkbox[type="checkbox"] + label {
      width: 2.3125rem;
      height: 2.3125rem;
      margin-bottom: 1rem;
      background: #4db2ec url("../img/checkmark.png") no-repeat 0 -36px;
      cursor: pointer;
      vertical-align: middle; }
    .race-filter__checkbox[type="checkbox"]:checked + label {
      background-position: 0 0; }
  .race-filter__extralabel {
    display: inline-block;
    vertical-align: super; }
    @media only screen and (min-width: 40.0625em) {
      .race-filter__extralabel {
        display: none; } }
  @media only screen and (max-width: 40em) {
    .race-filter label.inline {
      margin: 0; }
    .race-filter label.right {
      text-align: left; } }

input[type="checkbox"].race-filter__checkbox + label {
  margin-left: 0; }

.ui-widget {
  background: #eeeeee;
  border: 1px solid #d0d0d0;
  color: #1a171b;
  padding: 9px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 13px; }

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  padding: 0; }

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker .ui-datepicker-title {
  color: #1a171b;
  background: #fff;
  margin: 0;
  font-weight: bold; }

.ui-datepicker-month {
  text-transform: capitalize; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  border: none;
  background: transparent; }

.ui-datepicker .ui-datepicker-prev:before {
  content: '\2190';
  display: inline-block; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0; }

.ui-datepicker .ui-datepicker-next:before {
  content: '\2192';
  display: inline-block; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 0; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: 0;
  top: 0;
  font-weight: normal; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0; }

.ui-datepicker table {
  margin: 0; }

.ui-datepicker th {
  color: #1a171b;
  font-weight: bold;
  border: none;
  background: #fff; }

.ui-datepicker td {
  background: #fff;
  border: none;
  padding: 0; }

.ui-datepicker td a {
  text-align: center;
  padding: .2em .1em; }

td .ui-state-default {
  background: transparent;
  border: none;
  margin: 0;
  font-weight: normal;
  color: #1a171b; }

.ui-state-disabled {
  opacity: 1; }

.ui-state-disabled .ui-state-default {
  color: #fba49e; }

td .ui-state-active,
td .ui-state-hover {
  background: #d4edfa; }

.ui-datepicker-week-end:last-child,
td.ui-datepicker-week-end:last-child .ui-state-default {
  color: #e2007a; }

.single-pretek__meta {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.single-pretek__metaitem--change {
  color: #e2007a; }

.single-pretek__metalabel {
  font-weight: bold; }

.single-pretek__metavalue--url {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.single-pretek__header {
  border-bottom: 2px solid #4db2ec;
  margin-bottom: 1.5625rem;
  position: relative; }

.single-pretek__title {
  display: inline-block;
  padding: 0 0.625rem;
  margin: 0;
  background: #4db2ec;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 2.625rem;
  text-transform: uppercase; }

.single-pretek__featured {
  margin-bottom: 1.25rem;
  display: block; }
  .single-pretek__featured[alt="data.gif"] {
    display: none; }

.single-pretek__button {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 1.3125rem;
  padding: 0.5rem 0.3125rem; }
  .single-pretek__button:nth-of-type(even) {
    margin-right: 0; }
  .single-pretek__button.disabled, .single-pretek__button.disabled:hover, .single-pretek__button.disabled:focus {
    background-color: #c0c0c0; }

.single-pretek__backlink {
  display: block;
  position: absolute;
  width: 2.625rem;
  height: 2.625rem;
  background-color: #4db2ec;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 1.875rem;
  vertical-align: bottom; }
  .single-pretek__backlink .ico-arrow_back_square {
    color: #fff;
    font-weight: bold; }

.pretek-hover {
  width: 23.75rem;
  border: 1px solid black;
  padding: 5px;
  background: #eeeeee;
  position: absolute;
  top: 40px;
  left: -200%;
  display: none; }
  .pretek-entry__info:hover .pretek-hover {
    display: block;
    z-index: 1; }
  .pretek-hover__header {
    background: #959798;
    color: #fff;
    line-height: 2rem;
    padding-left: 0.5rem; }
  .pretek-hover__heading {
    font-size: 0.8125rem;
    padding: 0.5rem;
    margin: 0;
    background: #fff; }
  .pretek-hover__infotable {
    background: #fff;
    display: table;
    width: 100%; }
  .pretek-hover__inforow {
    display: table-row; }
  .pretek-hover__infocell {
    display: table-cell;
    padding: 0.25rem 0.5rem; }
    .pretek-hover__infocell--label {
      font-weight: bold; }
    .pretek-hover__infocell--value {
      color: #959798; }
  @media only screen and (min-width: 40.0625em) {
    .pretek-hover {
      left: 20px; } }

.widget-title {
  color: #fff;
  border-bottom: 2px solid #000;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.3125rem; }
  .widget-title__inner {
    background: #000;
    display: inline-block;
    padding: 0.25rem 0.625rem;
    text-transform: uppercase; }
  .widget-title--footer, .widget-title--home {
    border-bottom-color: #4db2ec; }
  .widget-title--footer .widget-title__inner,
  .widget-title--home .widget-title__inner {
    background: #4db2ec; }
  .widget-title--special {
    border-bottom-color: #e2007a; }
  .widget-title--special .widget-title__inner {
    background: #e2007a; }

.widget-area aside {
  margin-bottom: 1.5625rem; }

.banner-in-listing {
  margin-bottom: 2em; }

.gallerylisting .banner-in-listing {
  padding: 0.625rem; }

.home .banner-under-content {
  margin-bottom: 1.25rem; }

.newsreel {
  background-color: #ececec;
  overflow: hidden;
  margin: 0.9375rem 0; }
  .newsreel__label {
    display: inline-block;
    min-width: 7.1875rem;
    padding: 0 0.9375rem;
    margin: 0 0.9375rem 0 0;
    position: relative;
    height: 2.5rem;
    background: #e2007a;
    color: #fff;
    float: left;
    font-family: Oswald, "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
    .newsreel__label:after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.3125rem;
      width: 0;
      height: 0;
      border-top: 0.3125rem solid transparent;
      border-bottom: 0.3125rem solid transparent;
      border-right: 0.625rem solid #ececec; }
  .newsreel--terminy .newsreel__label {
    background-color: #00775a; }
  .newsreel__news {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    width: 999rem; }
  .newsreel__newsitem {
    float: left;
    margin-right: 0.9375rem;
    font-size: 0.875rem;
    line-height: 2.5rem;
    vertical-align: middle; }
    .newsreel__newsitem:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      background-color: #e2007a;
      width: 0.3125rem;
      height: 0.3125rem;
      border-radius: 0.625rem;
      margin-right: 0.3125rem; }
  .newsreel--terminy .newsreel__newsitem:before {
    content: none; }
  .newsreel__href {
    height: 2.5rem;
    line-height: 2.5rem; }
  .newsreel__date {
    display: inline-block;
    margin-right: 0.3125rem;
    font-weight: bold;
    color: #00775a; }
  .newsreel__wrapper {
    max-height: 2.5rem;
    overflow: hidden; }

/*
.newsreel {
	position: relative;
}

.newsreel__news {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.newsreel__news:hover .newsreel__newsitem {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.newsreel__newsitem {
	-webkit-animation: marquee 25s linear infinite;
	-moz-animation: marquee 25s linear infinite;
	-ms-animation: marquee 25s linear infinite;
	-o-animation: marquee 25s linear infinite;
	animation: marquee 25s linear infinite;

	float: none;
	display: inline-block;
	position: relative;
}

.newsreel__label {
	z-index: 1;
}

@-moz-keyframes marquee {
    0%   { left: 0 }
    100% { left: -100% }
}
@-webkit-keyframes marquee {
    0%   { left: 0 }
    100% { left: -100% }
}
@keyframes marquee {
    0%   { left: 0 }
    100% { left: -100% }
}
*/
.featured-content {
  background: #686868;
  padding: 1.5625rem 0;
  margin-bottom: 1.25rem; }
  .featured-content.no-padding {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px; }
    .featured-content.no-padding .columns {
      padding-left: 0;
      padding-right: 0; }
    .featured-content.no-padding .ratio--fullfeatured:before {
      padding-top: 600px; }
  .featured-content__headline {
    max-width: 24.375rem;
    padding: 0.9375rem 1.25rem;
    margin-top: 0;
    background-color: #4db2ec;
    font-size: 1.875rem;
    font-family: Oswald, "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
    line-height: 2.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    opacity: 0.85;
    color: #fff; }
    .featured-content__headline--sub {
      font-size: 1.125rem;
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      line-height: 1;
      width: 100%; }
  .featured-content a {
    color: #fff; }
  .row.collapse .featured-content__firstcol {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media only screen and (min-width: 40.0625em) {
      .row.collapse .featured-content__firstcol {
        padding-right: 0.375rem; } }
  .row.collapse .featured-content__lastcol {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media only screen and (min-width: 40.0625em) {
      .row.collapse .featured-content__lastcol {
        padding-left: 0;
        padding-right: 0.625rem; } }
  .featured-content__item {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative; }
    .featured-content__item--fullheight {
      height: 32.625rem; }
      @media (max-width: 767px) {
        .featured-content__item--fullheight {
          height: 31.5625rem; } }
    .featured-content__item--pair {
      height: 16.125rem; }
    .featured-content__item--triplebig {
      height: 280px; }
    .featured-content__item--triplesmall {
      height: 129px; }
  .featured-content__href {
    display: block;
    margin-bottom: 0.375rem; }
    @media only screen and (min-width: 40.0625em) {
      .featured-content__href:last-child {
        margin-bottom: 0; } }

.ratio {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  position: relative; }
  .ratio:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/ }
  .ratio--fullfeatured:before {
    padding-top: 47%; }
  .ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.post-meta {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .post-meta__item {
    margin-right: 0.9375rem;
    display: inline-block;
    color: #cccccc;
    font-size: 0.875rem;
    line-height: 1.5rem; }
    .post-meta__item--comments:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e61d';
      margin-right: 0.3125rem;
      vertical-align: middle; }
    .newsgrid__item--compact .post-meta__item--comments {
      display: none; }
    .post-meta__item--views:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e61f';
      margin-right: 0.3125rem;
      vertical-align: middle; }
    .newsgrid__item--compact .post-meta__item--views {
      display: none; }

@-webkit-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.newsgrid {
  margin-top: 2.5rem; }
  .newsgrid__row {
    margin-bottom: 1.25rem; }
    .newsgrid__row:before, .newsgrid__row:after {
      content: "";
      display: table; }
    .newsgrid__row:after {
      clear: both; }
  .newsgrid__col {
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 40.0625em) {
      .newsgrid__col {
        width: 49%;
        float: left;
        margin-bottom: 0; } }
    .newsgrid__col:first-child {
      margin-right: 2%; }
  .newsgrid__item {
    overflow: auto; }
    .newsgrid__item--compact .post-meta {
      margin-left: 10rem; }
    .newsgrid--overlay .newsgrid__item .post-meta {
      margin-left: 5.625rem; }
  .newsgrid__item--compact .newsgrid__img {
    float: left;
    max-width: 8.75rem; }
  .newsgrid--overlay .newsgrid__img {
    max-width: 4.375rem; }
  .newsgrid__title {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0; }
    .newsgrid__title a {
      color: #222; }
    .newsgrid__item--compact .newsgrid__title {
      font-size: 1rem;
      margin-left: 10rem;
      margin-top: 0; }
    .newsgrid--overlay .newsgrid__title {
      font-size: 0.8125rem;
      line-height: 1.0625rem;
      margin-left: 5.625rem; }
  .newsgrid__excerpt {
    color: #777777;
    text-align: justify; }
  .newsgrid--overlay {
    margin-top: 1.25rem; }
    .newsgrid--overlay.loading {
      min-height: 20px;
      text-align: center; }
      .newsgrid--overlay.loading:before {
        content: ' ';
        -webkit-animation: three-quarters 1250ms infinite linear;
        -moz-animation: three-quarters 1250ms infinite linear;
        -ms-animation: three-quarters 1250ms infinite linear;
        -o-animation: three-quarters 1250ms infinite linear;
        animation: three-quarters 1250ms infinite linear;
        border: 4px solid #4db2ec;
        border-right-color: transparent;
        border-radius: 16px;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        overflow: hidden;
        text-indent: -9999px;
        width: 26px;
        height: 26px;
        margin-bottom: 1.25rem; }

.stats {
  display: table;
  width: 100%; }
  .stats__row {
    display: table-row; }
  .stats__cell {
    display: table-cell;
    vertical-align: middle; }
    .stats__cell--ico {
      width: 25%; }
    .stats__cell--label {
      width: 45%; }
    .stats__cell--value {
      width: 30%;
      text-align: right;
      font-size: 1.875rem;
      font-weight: bold;
      padding: 10px 0; }
  .stats .ico {
    font-size: 2.5rem;
    color: #9b9b9b; }

.site-info {
  background: #4c4c4c;
  min-height: 4.375rem;
  color: #dddddd;
  padding-top: 0.625rem; }
  .site-info__copyright {
    font-size: 0.75rem; }
  .site-info__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right; }
    .site-info__menu .menu-item {
      display: inline-block;
      margin-left: 1.25rem; }
      .site-info__menu .menu-item a {
        color: #dddddd;
        text-decoration: none;
        font-size: 0.75rem; }
        .site-info__menu .menu-item a:hover {
          text-decoration: underline; }

.blog-article__title {
  font-size: 1.875rem;
  line-height: 2.3125rem; }
  .blog-article__title a {
    color: #444444; }

.blog-article__excerpt {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  overflow: hidden;
  height: 6.375rem;
  text-align: justify; }

.blog-article__continue {
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 1.25rem; }

.blog-article__text {
  height: 18.5625rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  margin-top: -0.5rem; }

.search-overlay {
  position: absolute;
  right: -300%;
  top: 100%;
  z-index: 1;
  background: #fff;
  width: 350px;
  border-top: 0.25rem solid #4db2ec;
  box-shadow: 0.5px 0.9px 5px rgba(0, 0, 0, 0.5); }
  .search-overlay:before {
    position: absolute;
    right: 1rem;
    top: -0.625rem;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.625rem solid #4db2ec; }
  .search-overlay--hidden {
    display: none; }
  .search-overlay__results {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fcfcfc; }
  .search-overlay form {
    padding: 1.25rem; }
    .search-overlay form input,
    .search-overlay form button {
      margin-bottom: 0; }
  .search-overlay__moreresults {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #222; }
  @media only screen and (min-width: 40.0625em) {
    .search-overlay {
      right: -100%; } }
  @media only screen and (min-width: 64.0625em) {
    .search-overlay {
      right: 0; }
      .search-overlay:before {
        content: ' '; } }

.single__title {
  font-size: 1.875rem;
  line-height: 2.3125rem; }

.single__img {
  margin: 1rem auto; }

.single__excerpt p {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: justify; }

.single__content h2 {
  color: #4db2ec;
  font-size: 18px;
  line-height: 21px;
  margin: 0; }

.single blockquote p {
  font-size: 2.25rem;
  color: #4db2ec;
  width: 65%;
  margin: 0 auto;
  line-height: 1; }

.single .subheading {
  color: #4db2ec;
  font-size: 1.125rem; }

.single .blockquote-author {
  font-size: 0.75rem;
  color: #444444;
  text-align: right; }

.site-content {
  margin-top: 20px; }

.gallerylisting__imgwrapper {
  min-height: 16.25rem; }

.gallerylisting__title {
  font-size: 1.5rem;
  margin-top: 0; }
  .gallerylisting__title a {
    color: #222; }

.yearfilter {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0.625rem; }
  .yearfilter:before, .yearfilter:after {
    content: "";
    display: table; }
  .yearfilter:after {
    clear: both; }
  .yearfilter__item {
    float: left;
    display: block;
    border: 1px solid #a9abb6;
    margin: 0.625rem 1.25rem 0.625rem 0; }
    .yearfilter__item:hover, .yearfilter__item--active {
      border-color: #4db2ec;
      background-color: #4db2ec; }
      .yearfilter__item:hover a, .yearfilter__item--active a {
        color: #fff; }
    @media only screen and (min-width: 40.0625em) {
      .yearfilter__item {
        float: right;
        margin: 0.625rem; }
        .yearfilter__item:first-child {
          margin-right: 0; } }
  .yearfilter__href {
    font-size: 1.25rem;
    color: #c0c0c0;
    padding: 0.3125rem 0.7rem; }

.social-icons {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .social-icons__item {
    display: inline-block;
    margin-right: 0.625rem; }
  .social-icons a {
    font-size: 1.5rem;
    color: #222; }
    .social-icons a img {
      margin-top: -8px; }

.off-canvas-list a {
  text-transform: uppercase; }

.off-canvas-list .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .off-canvas-list .sub-menu li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  .off-canvas-list .sub-menu li a {
    border-bottom: 1px solid #b6b6b6;
    color: #222;
    display: block;
    padding: 0.6666666667rem;
    transition: background 300ms ease; }
    .off-canvas-list .sub-menu li a:hover {
      background: #f2f2f2; }
    .off-canvas-list .sub-menu li a:active {
      background: #242424; }
  .off-canvas-list .sub-menu li a {
    font-size: 0.875rem;
    padding: 0.5rem;
    padding-left: 1.875rem; }

.off-canvas-list .menu-item-home a:before {
  content: 'DOMOV';
  display: inline-block;
  text-decoration: uppercase; }

.offcanvas-close {
  display: block;
  width: 100%;
  height: 3.125rem;
  position: relative;
  text-transform: uppercase; }
  .offcanvas-close:after {
    content: '';
    display: inline-block;
    width: 0.625rem;
    height: 0.5rem;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.625rem solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px; }

.feedback-link {
  right: 0;
  top: 45%;
  position: fixed;
  background: #4db2ec;
  padding: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3125rem;
  z-index: 1;
  -webkit-transform: rotate(-90deg) translate(-50%, 55%);
  -moz-transform: rotate(-90deg) translate(-50%, 55%);
  -ms-transform: rotate(-90deg) translate(-50%, 55%);
  -o-transform: rotate(-90deg) translate(-50%, 55%);
  transform: rotate(-90deg) translate(-50%, 55%);
  display: none; }
  @media only screen and (min-width: 40.0625em) {
    .feedback-link {
      display: block; } }
  .feedback-link:hover {
    color: #fff; }

#feedback-modal input[type=submit] {
  margin-bottom: 0;
  float: right; }
  #feedback-modal input[type=submit]:before, #feedback-modal input[type=submit]:after {
    content: "";
    display: table; }
  #feedback-modal input[type=submit]:after {
    clear: both; }

#feedback-modal input[type=text],
#feedback-modal textarea {
  background-color: #faf9f9;
  border: 1px solid #e9e9e9;
  margin-bottom: 0.5rem; }

#feedback-modal p {
  font-size: 1.375rem;
  color: #a2a2a2;
  margin-bottom: 0; }

#feedback-modal textarea {
  height: 150px; }

.wpcf7-required-star {
  color: #4db2ec; }

.error-404 .page-header {
  text-align: center; }
  .error-404 .page-header h3 {
    color: #cccccc; }
  .error-404 .page-header .button {
    margin-bottom: 0;
    margin-left: 0.9375rem;
    padding: 0.5rem 1.0625rem; }

.error-404 .newsgrid {
  margin-top: 2.5rem; }
  .error-404 .newsgrid__row {
    margin-bottom: 1.25rem; }
    .error-404 .newsgrid__row:before, .error-404 .newsgrid__row:after {
      content: "";
      display: table; }
    .error-404 .newsgrid__row:after {
      clear: both; }
  .error-404 .newsgrid__col {
    width: 32%;
    float: left; }
    .error-404 .newsgrid__col:first-child, .error-404 .newsgrid__col:nth-child(2) {
      margin-right: 2%; }

.widget_beh_tabs_widget .newsgrid {
  margin-top: 1rem; }

.widget_beh_tabs_widget .tabs {
  border-bottom: 2px solid #4db2ec; }
  .widget_beh_tabs_widget .tabs .tab-title:first-child, .widget_beh_tabs_widget .tabs .tab-title:nth-child(2) {
    margin-right: 0.3125rem; }
  .widget_beh_tabs_widget .tabs .tab-title.active a, .widget_beh_tabs_widget .tabs .tab-title a:hover {
    color: #fff;
    background-color: #4db2ec; }
  .widget_beh_tabs_widget .tabs a {
    font-size: 1.3125rem;
    padding: 0.25rem 0.625rem;
    margin-bottom: 0;
    background-color: #fff; }

.widget_beh_tabs_widget .tabs-content .content {
  opacity: 0; }

.widget_beh_tabs_widget .tabs-content .content.active {
  -webkit-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  opacity: 1;
  display: block; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.nav-links {
  margin-bottom: 2.1875rem; }
  .nav-links:before, .nav-links:after {
    content: "";
    display: table; }
  .nav-links:after {
    clear: both; }
  .nav-links .nav-previous, .nav-links .nav-next {
    width: 50%;
    float: left; }
  .nav-links .nav-next {
    text-align: right;
    float: right; }
  .nav-links a {
    color: #9a9a9a; }
  .nav-links-label {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #222;
    margin-bottom: 0.625rem; }

.paging-navigation .page-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left; }
  .paging-navigation .page-links li {
    display: inline-block; }
  .paging-navigation .page-links a {
    border: 1px solid #f5f5f5;
    color: #333333;
    min-width: 2rem;
    min-height: 2rem;
    line-height: 2rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 0.3125rem; }
  .paging-navigation .page-links a:hover,
  .paging-navigation .page-links li.active a {
    border: 1px solid #4db2ec;
    background-color: #4db2ec;
    color: #fff; }

.paging-navigation .pageof {
  float: right;
  line-height: 2rem; }

.table-navigation {
  float: right; }

.terminy-links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .terminy-links__item {
    float: left;
    line-height: 2.25rem; }
  .terminy-links a {
    padding: 0.625rem 0.3125rem;
    color: #222;
    font-weight: bold;
    font-size: 0.625rem;
    color: #5f5f5f;
    display: block; }
    .terminy-links a:hover {
      color: #4db2ec; }
    @media only screen and (max-width: 40em) {
      .terminy-links a {
        padding: 1.25rem 1.25rem; } }
  .terminy-links__item.active a {
    color: #4db2ec; }
  .terminy-links__item--pagenum a {
    font-size: 0.8125rem; }
  .terminy-links__item--ellipsis {
    font-size: 0.8125rem;
    padding: 0.625rem 0.3125rem; }

.old-results-button {
  margin-top: 15px; }

.content-area .tri-stlpce > br {
  display: none; }

.content-area .tri-stlpce p {
  font-size: 1rem; }

.poradca {
  border: 1px solid #dbdbdb;
  background-color: #f1eff0;
  padding: 1.3125rem 1.25rem;
  overflow: auto;
  margin-bottom: 1rem; }
  .widget .poradca {
    border: none;
    padding: 0;
    background-color: transparent; }
  .poradca__img {
    max-width: 6.625rem;
    height: auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%); }
    @media only screen and (min-width: 40.0625em) {
      .poradca__img {
        float: left;
        left: 0;
        transform: none; } }
  .poradca__name, .poradca__bio {
    text-align: center; }
    @media only screen and (min-width: 40.0625em) {
      .poradca__name, .poradca__bio {
        margin-left: 7.875rem;
        text-align: left; } }
  .poradca__name {
    font-size: 1.25rem;
    color: #4db2ec; }
    @media only screen and (min-width: 40.0625em) {
      .poradca__name {
        margin-top: -5px; } }
    .widget .poradca__name {
      margin-top: 2.1875rem; }
    .widget .poradca--merac .poradca__name {
      margin-left: 0;
      margin-top: 0; }
  .poradca__bio p:last-child {
    margin-bottom: 0; }
  .widget .poradca__bio {
    display: none; }
  .poradca__archivelink {
    display: block;
    text-align: right; }

.rebrik_th {
  color: #000000;
  font-size: 0.85rem;
  vertical-align: middle;
  text-align: left; }

.rebrik_td {
  color: #000000;
  font-size: 0.85rem;
  vertical-align: middle; }

.rebrikc_td {
  color: #000000;
  font-size: 0.85rem;
  vertical-align: middle;
  text-align: center; }

.rebrik80_td {
  color: #000000;
  font-size: 0.80rem;
  vertical-align: text-middle; }

.rebrik80c_td {
  color: #000000;
  font-size: 0.80rem;
  vertical-align: text-middle;
  text-align: center; }

.rebrik75_td {
  color: #000000;
  font-size: 0.75rem;
  vertical-align: text-middle; }

.rebrik_lbl_krit {
  color: #000000;
  font-size: 0.85rem;
  font-weight: bold;
  vertical-align: middle;
  float: left;
  clear: none;
  display: block;
  padding: 0px 0.2em 0 0; }

.rebrik_lbl_hviezd {
  color: #ff0000;
  font-size: 0.90rem;
  font-weight: bold;
  vertical-align: top;
  float: left;
  clear: none;
  display: block;
  padding: 0px 0.2em 0 0; }

.label_od_do {
  color: #000000;
  font-size: 0.85rem;
  text-align: left;
  clear: both;
  float: left;
  margin-right: 5px; }

.rebrik_lbl_beta {
  color: #ff0000;
  font-size: 0.80rem;
  font-weight: normal;
  vertical-align: bottom;
  float: right;
  clear: none;
  display: block; }

.input_od_do {
  font-size: 12px !important;
  text-align: center;
  height: 20px !important;
  width: 30px !important;
  border: 1px solid #000;
  margin-top: 0px !important;
  float: left; }

.input_pr_meno {
  font-size: 0.85rem;
  text-align: center;
  height: 20px;
  width: 200px;
  border: 1px solid #000;
  margin-top: 0px;
  float: left; }

.err_podm {
  color: #ff0000;
  font-size: 0.90rem; }

.thBackground {
  background-color: #4db2ec;
  line-height: 1.4rem; }

.whiteBackground {
  background-color: #fff; }

.grayBackground {
  background-color: #cee3f6; }

/*
predosle sa da nahradit
tr:nth-child(even){background-color: #f2f2f2}
ale toto by platilo pre vsetky TR co momentalne nechcem
 */
.paginator {
  display: inline-block;
  text-align: right;
  width: 100%;
  font-size: 0.9rem; }

.radio_position {
  margin-top: 0.2rem;
  float: left !important; }

.table-filter {
  border: 1px solid #b8b8b8;
  background-color: #efefef;
  padding: 20px; }

.table-filter__submit {
  z-index: 1; }

.table-filter__reset {
  font-size: 0.75rem;
  float: right; }

.table-filter__checkbox[type="checkbox"] {
  position: absolute;
  left: -999em; }

.table-filter__checkbox[type="checkbox"] + label {
  width: 2.3125rem;
  height: 2.3125rem;
  margin-bottom: 1rem;
  background: #4db2ec url("../img/checkmark.png") no-repeat 0 -36px;
  cursor: pointer;
  vertical-align: middle; }

.table-filter__checkbox[type="checkbox"]:checked + label {
  background-position: 0 0; }

.table-filter__extralabel {
  display: inline-block;
  vertical-align: super; }

@media only screen and (min-width: 40.063em) {
  .table-filter__extralabel {
    display: none; } }

@media only screen and (max-width: 40em) {
  .table-filter label.inline {
    margin: 0; }
  .table-filter label.right {
    text-align: left; } }

input[type="checkbox"].table-filter__checkbox + label {
  margin-left: 0; }

.row .row {
  clear: both; }

/*# sourceMappingURL=app.css.map */