/* Minification failed. Returning unminified contents.
(6323,1): run-time error CSS1035: Expected colon, found '}'
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * 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 */
  font-size: 100%;
}

/**
 * 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,
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: 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;
    -webkit-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"], /* 1 */
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"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        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;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*
* jQuery Mobile v1.4.3
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/* Some unsets */
.ui-mobile,
.ui-mobile body {
	height: 99.9%;
}
.ui-mobile fieldset,
.ui-page {
	padding: 0;
	margin: 0;
}
.ui-mobile a img,
.ui-mobile fieldset {
	border-width: 0;
}
/* Fixes for fieldset issues on IE10 and FF (see #6077) */
.ui-mobile fieldset {
	min-width: 0;
}
@-moz-document url-prefix() {
	.ui-mobile fieldset {
		display: table-column;
		vertical-align: middle;
	}
}

/* Viewport */
.ui-mobile-viewport {
	margin: 0;
	overflow-x: visible;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport {
	overflow-x: hidden;
}
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	display: none;
	border: 0;
}
/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
	outline: none;
}
.ui-mobile .ui-page-active {
	display: block;
	overflow: visible;
	overflow-x: hidden;
}
/*@media screen and (orientation: portrait) {
	.ui-mobile .ui-page {
		min-height: 420px;
	}
}
@media screen and (orientation: landscape) {
	.ui-mobile .ui-page {
		min-height: 300px;
	}
}*/

/* Fouc */
.ui-mobile-rendering > * {
	visibility: hidden;
}

/* Non-js content hiding */
.ui-nojs {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

/* Loading screen */
.ui-loading .ui-loader {
	display: block;
}
.ui-loader {
	display: none;
	z-index: 9999999;
	position: fixed;
	top: 50%;
	left: 50%;
	border:0;
}
.ui-loader-default {
	background: none;
	filter: Alpha(Opacity=18);
	opacity: .18;
	width: 2.875em;
	height: 2.875em;
	margin-left: -1.4375em;
	margin-top: -1.4375em;
}
.ui-loader-verbose {
	width: 12.5em;
	filter: Alpha(Opacity=88);
	opacity: .88;
	box-shadow: 0 1px 1px -1px #fff;
	height: auto;
	margin-left: -6.875em;
	margin-top: -2.6875em;
	padding: .625em;
}
.ui-loader-default h1 {
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.ui-loader-verbose h1 {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
.ui-loader .ui-icon-loading {
	background-color: #000;
	display: block;
	margin: 0;
	width: 2.75em;
	height: 2.75em;
	padding: .0625em;
	-webkit-border-radius: 2.25em;
	border-radius: 2.25em;
}
.ui-loader-verbose .ui-icon-loading {
	margin: 0 auto .625em;
	filter: Alpha(Opacity=75);
	opacity: .75;
}
.ui-loader-textonly {
	padding: .9375em;
	margin-left: -7.1875em;
}
.ui-loader-textonly .ui-icon-loading {
	display: none;
}
.ui-loader-fakefix {
	position: absolute;
}

/* Headers, content panels */
.ui-bar,
.ui-body {
	position: relative;
	padding: .4em 1em;
	overflow: hidden;
	display: block;
	clear: both;
}
.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: inline-block;
}
.ui-header,
.ui-footer {
	border-width: 1px 0;
	border-style: solid;
	position: relative;
}
.ui-header:empty,
.ui-footer:empty {
	min-height: 2.6875em;
}
.ui-header .ui-title,
.ui-footer .ui-title {
	font-size: 1em;
	min-height: 1.1em;
	text-align: center;
	display: block;
	margin: 0 30%;
	padding: .7em 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;
}
.ui-footer .ui-title {
	margin: 0 1em;
}
.ui-content {
	border-width: 0;
	overflow: visible;
	overflow-x: hidden;
	padding: 1em;
}
/* Corner styling for dialogs and popups */
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}
.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

/* Buttons and icons */
.ui-btn {
	font-size: 16px;
	margin: .5em 0;
	padding: .7em 1em;
	display: block;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ui-btn-icon-notext,
.ui-header button.ui-btn.ui-btn-icon-notext,
.ui-footer button.ui-btn.ui-btn-icon-notext {
	padding: 0;
	width: 1.75em;
	height: 1.75em;
	text-indent: -9999px;
	white-space: nowrap !important;
}
.ui-mini {
	font-size: 12.5px;
}
.ui-mini .ui-btn {
	font-size: inherit;
}
/* Make buttons in toolbars default to mini and inline. */
.ui-header .ui-btn,
.ui-footer .ui-btn {
	font-size: 12.5px;
	display: inline-block;
	vertical-align: middle;
}
.ui-header .ui-controlgroup .ui-btn-icon-notext,
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
    font-size: 12.5px;
}

/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
	font-size: 12.5px;
}
.ui-mini.ui-btn-icon-notext,
.ui-mini .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext,
.ui-footer .ui-btn-icon-notext {
	font-size: 16px;	
	padding: 0;
}
.ui-btn-inline {
	display: inline-block;
	vertical-align: middle;
	margin-right: .625em;
}
.ui-btn-icon-left {
	padding-left: 2.5em;
}
.ui-btn-icon-right {
	padding-right: 2.5em;
}
.ui-btn-icon-top {
	padding-top: 2.5em;
}
.ui-btn-icon-bottom {
	padding-bottom: 2.5em;
}
.ui-header .ui-btn-icon-top,
.ui-footer .ui-btn-icon-top,
.ui-header .ui-btn-icon-bottom,
.ui-footer .ui-btn-icon-bottom {
	padding-left: .3125em;
	padding-right: .3125em;
}
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
	top: 50%;
	margin-top: -11px;
}
.ui-btn-icon-left:after {
	left: .5625em;
}
.ui-btn-icon-right:after {
	right: .5625em;
}
.ui-mini.ui-btn-icon-left:after,
.ui-mini .ui-btn-icon-left:after,
.ui-header .ui-btn-icon-left:after,
.ui-footer .ui-btn-icon-left:after {
	left: .37em;
}
.ui-mini.ui-btn-icon-right:after,
.ui-mini .ui-btn-icon-right:after,
.ui-header .ui-btn-icon-right:after,
.ui-footer .ui-btn-icon-right:after {
	right: .37em;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
	left: 50%;
	margin-left: -11px;
}
.ui-btn-icon-top:after {
	top: .5625em;
}
.ui-btn-icon-bottom:after {
	top: auto;
	bottom: .5625em;
}
/* Buttons in header position classes */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-btn-left > [class*="ui-"],
.ui-btn-right > [class*="ui-"] {
	margin: 0;
}
.ui-btn-left,
.ui-btn-right {
	position: absolute;
	top: .24em;
}
.ui-btn-left {
	left: .4em;
}
.ui-btn-right {
	right: .4em;
}
.ui-btn-icon-notext.ui-btn-left {
	top: .3125em;
	left: .3125em;
}
.ui-btn-icon-notext.ui-btn-right {
	top: .3125em;
	right: .3125em;
}

/* Button elements */
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
}
button.ui-btn-inline,
.ui-header button.ui-btn,
.ui-footer button.ui-btn {
	width: auto;
}
/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
button.ui-btn::-moz-focus-inner {
	border: 0;
}
button.ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 1.75em;
}

/* Form labels */
.ui-controlgroup-label {
	display: block;
	margin: 0 0 .4em;
}

/* Accessible content hiding */
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */
.ui-screen-hidden {
	display: none !important;
}


/* content configurations. */
.ui-grid-a,
.ui-grid-b,
.ui-grid-c,
.ui-grid-d,
.ui-grid-solo {
	overflow: hidden;
}
.ui-block-a,
.ui-block-b,
.ui-block-c,
.ui-block-d,
.ui-block-e {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* force new row */
.ui-block-a {
	clear: left;
}
ul.ui-grid-a,
ul.ui-grid-b,
ul.ui-grid-c,
ul.ui-grid-d,
ul.ui-grid-solo,
li.ui-block-a,
li.ui-block-b,
li.ui-block-c,
li.ui-block-d,
li.ui-block-e {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
}
/* No margin in grids for 100% width button elements until we can use max-width: fill-available; */
[class*="ui-block-"] > button.ui-btn {
	margin-right: 0;
	margin-left: 0;
}
[class*="ui-block-"] > .ui-btn,
[class*="ui-block-"] > .ui-select,
[class*="ui-block-"] > .ui-checkbox,
[class*="ui-block-"] > .ui-radio,
[class*="ui-block-"] > button.ui-btn-inline,
[class*="ui-block-"] > button.ui-btn-icon-notext,
.ui-header [class*="ui-block-"] > button.ui-btn,
.ui-footer [class*="ui-block-"] > button.ui-btn {
	margin-right: .3125em;
	margin-left: .3125em;
}

.ui-grid-a > .ui-block-a,
.ui-grid-a > .ui-block-b {
	/* width: 49.95%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 50%;
}
.ui-grid-b > .ui-block-a,
.ui-grid-b > .ui-block-b,
.ui-grid-b > .ui-block-c {
	/* width: 33.25%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 33.333%;
}
.ui-grid-c > .ui-block-a,
.ui-grid-c > .ui-block-b,
.ui-grid-c > .ui-block-c,
.ui-grid-c > .ui-block-d {
	/* width: 24.925%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 25%;
}
.ui-grid-d > .ui-block-a,
.ui-grid-d > .ui-block-b,
.ui-grid-d > .ui-block-c,
.ui-grid-d > .ui-block-d,
.ui-grid-d > .ui-block-e {
	/* width: 19.925%; IE7 */
	width: 20%;
}
.ui-grid-solo > .ui-block-a {
	width: 100%;
	float: none; 
}

/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media (max-width: 35em) {
	.ui-responsive > .ui-block-a,
	.ui-responsive > .ui-block-b,
	.ui-responsive > .ui-block-c,
	.ui-responsive > .ui-block-d,
	.ui-responsive > .ui-block-e {
		width: 100%; 
		float: none; 
	}
}


/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-page-pre-in {
	opacity: 0;
}
.in {
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 350ms;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 350ms;
	animation-timing-function: ease-out;
	animation-duration: 350ms;
}
.out {
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration: 225ms;
	-moz-animation-timing-function: ease-in;
	-moz-animation-duration: 225ms;
	animation-timing-function: ease-in;
	animation-duration: 225ms;
}


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

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

.fade.out {
	opacity: 0;
	-webkit-animation-duration: 125ms;
	-webkit-animation-name: fadeout;
	-moz-animation-duration: 125ms;
	-moz-animation-name: fadeout;
	animation-duration: 125ms;
	animation-name: fadeout;
}

.fade.in {
	opacity: 1;
	-webkit-animation-duration: 225ms;
	-webkit-animation-name: fadein;
	-moz-animation-duration: 225ms;
	-moz-animation-name: fadein;
	animation-duration: 225ms;
	animation-name: fadein;
}


/* The properties in this rule are only necessary for the 'flip' transition.
 * We need specify the perspective to create a projection matrix. This will add
 * some depth as the element flips. The depth number represents the distance of
 * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
 * value.
 */

.viewport-flip {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	position: absolute;
}
.flip {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
	-moz-backface-visibility: hidden;
	-moz-transform: translateX(0);
	backface-visibility: hidden;
	transform: translateX(0);
}

.flip.out {
	-webkit-transform: rotateY(-90deg) scale(.9);
	-webkit-animation-name: flipouttoleft;
	-webkit-animation-duration: 175ms;
	-moz-transform: rotateY(-90deg) scale(.9);
	-moz-animation-name: flipouttoleft;
	-moz-animation-duration: 175ms;
	transform: rotateY(-90deg) scale(.9);
	animation-name: flipouttoleft;
	animation-duration: 175ms;
}

.flip.in {
	-webkit-animation-name: flipintoright;
	-webkit-animation-duration: 225ms;
	-moz-animation-name: flipintoright;
	-moz-animation-duration: 225ms;
	animation-name: flipintoright;
	animation-duration: 225ms;
}

.flip.out.reverse {
	-webkit-transform: rotateY(90deg) scale(.9);
	-webkit-animation-name: flipouttoright;
	-moz-transform: rotateY(90deg) scale(.9);
	-moz-animation-name: flipouttoright;
	transform: rotateY(90deg) scale(.9);
	animation-name: flipouttoright;
}

.flip.in.reverse {
	-webkit-animation-name: flipintoleft;
	-moz-animation-name: flipintoleft;
	animation-name: flipintoleft;
}

@-webkit-keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
    from { -moz-transform: rotateY(0); }
    to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@keyframes flipouttoleft {
    from { transform: rotateY(0); }
    to { transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
    from { -webkit-transform: rotateY(0) ; }
    to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
    from { -moz-transform: rotateY(0); }
    to { -moz-transform: rotateY(90deg) scale(.9); }
}
@keyframes flipouttoright {
    from { transform: rotateY(0); }
    to { transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
    from { -webkit-transform: rotateY(-90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
    from { -moz-transform: rotateY(-90deg) scale(.9); }
    to { -moz-transform: rotateY(0); }
}
@keyframes flipintoleft {
    from { transform: rotateY(-90deg) scale(.9); }
    to { transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
    from { -moz-transform: rotateY(90deg) scale(.9); }
    to { -moz-transform: rotateY(0); }
}
@keyframes flipintoright {
    from { transform: rotateY(90deg) scale(.9); }
    to { transform: rotateY(0); }
}


/* flow transition */
.flow {
	-webkit-transform-origin: 50% 30%;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
	-moz-transform-origin: 50% 30%;	
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
	transform-origin: 50% 30%;	
	box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.ui-dialog.flow {
	-webkit-transform-origin: none;
	-webkit-box-shadow: none;
	-moz-transform-origin: none;	
	-moz-box-shadow: none;
	transform-origin: none;	
	box-shadow: none;
}
.flow.out {
	-webkit-transform: translateX(-100%) scale(.7);
	-webkit-animation-name: flowouttoleft;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration: 350ms;
	-moz-transform: translateX(-100%) scale(.7);
	-moz-animation-name: flowouttoleft;
	-moz-animation-timing-function: ease;
	-moz-animation-duration: 350ms;
	transform: translateX(-100%) scale(.7);
	animation-name: flowouttoleft;
	animation-timing-function: ease;
	animation-duration: 350ms;
}

.flow.in {
	-webkit-transform: translateX(0) scale(1);
	-webkit-animation-name: flowinfromright;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration: 350ms;
	-moz-transform: translateX(0) scale(1);
	-moz-animation-name: flowinfromright;
	-moz-animation-timing-function: ease;
	-moz-animation-duration: 350ms;
	transform: translateX(0) scale(1);
	animation-name: flowinfromright;
	animation-timing-function: ease;
	animation-duration: 350ms;
}

.flow.out.reverse {
	-webkit-transform: translateX(100%);
	-webkit-animation-name: flowouttoright;
	-moz-transform: translateX(100%);
	-moz-animation-name: flowouttoright;
	transform: translateX(100%);
	animation-name: flowouttoright;
}

.flow.in.reverse {
	-webkit-animation-name: flowinfromleft;
	-moz-animation-name: flowinfromleft;
	animation-name: flowinfromleft;
}

@-webkit-keyframes flowouttoleft {
    0% { -webkit-transform: translateX(0) scale(1); }
	60%, 70% { -webkit-transform: translateX(0) scale(.7); }
    100% { -webkit-transform: translateX(-100%) scale(.7); }
}
@-moz-keyframes flowouttoleft {
    0% { -moz-transform: translateX(0) scale(1); }
	60%, 70% { -moz-transform: translateX(0) scale(.7); }
    100% { -moz-transform:  translateX(-100%) scale(.7); }
}
@keyframes flowouttoleft {
    0% { transform: translateX(0) scale(1); }
	60%, 70% { transform: translateX(0) scale(.7); }
    100% { transform:  translateX(-100%) scale(.7); }
}

@-webkit-keyframes flowouttoright {
    0% { -webkit-transform: translateX(0) scale(1); }
	60%, 70% { -webkit-transform: translateX(0) scale(.7); }
    100% { -webkit-transform:  translateX(100%) scale(.7); }
}
@-moz-keyframes flowouttoright {
    0% { -moz-transform: translateX(0) scale(1); }
	60%, 70% { -moz-transform: translateX(0) scale(.7); }
    100% { -moz-transform:  translateX(100%) scale(.7); }
}
@keyframes flowouttoright {
    0% { transform: translateX(0) scale(1); }
	60%, 70% { transform: translateX(0) scale(.7); }
    100% { transform:  translateX(100%) scale(.7); }
}

@-webkit-keyframes flowinfromleft {
    0% { -webkit-transform: translateX(-100%) scale(.7); }
	30%, 40% { -webkit-transform: translateX(0) scale(.7); }
    100% { -webkit-transform: translateX(0) scale(1); }
}
@-moz-keyframes flowinfromleft {
    0% { -moz-transform: translateX(-100%) scale(.7); }
	30%, 40% { -moz-transform: translateX(0) scale(.7); }
    100% { -moz-transform: translateX(0) scale(1); }
}
@keyframes flowinfromleft {
    0% { transform: translateX(-100%) scale(.7); }
	30%, 40% { transform: translateX(0) scale(.7); }
    100% { transform: translateX(0) scale(1); }
}

@-webkit-keyframes flowinfromright {
    0% { -webkit-transform: translateX(100%) scale(.7); }
	30%, 40% { -webkit-transform: translateX(0) scale(.7); }
    100% { -webkit-transform: translateX(0) scale(1); }
}
@-moz-keyframes flowinfromright {
    0% { -moz-transform: translateX(100%) scale(.7); }
	30%, 40% { -moz-transform: translateX(0) scale(.7); }
    100% { -moz-transform: translateX(0) scale(1); }
}
@keyframes flowinfromright {
    0% { transform: translateX(100%) scale(.7); }
	30%, 40% { transform: translateX(0) scale(.7); }
    100% { transform: translateX(0) scale(1); }
}


.pop {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.pop.in {
	-webkit-transform: scale(1);
	-webkit-animation-name: popin;
	-webkit-animation-duration: 350ms;
	-moz-transform: scale(1);
	-moz-animation-name: popin;
	-moz-animation-duration: 350ms;
	transform: scale(1);
	animation-name: popin;
	animation-duration: 350ms;
    opacity: 1;
}

.pop.out {
	-webkit-animation-name: fadeout;
	-webkit-animation-duration: 100ms;
	-moz-animation-name: fadeout;
	-moz-animation-duration: 100ms;
	animation-name: fadeout;
	animation-duration: 100ms;
	opacity: 0;
}

.pop.in.reverse {
	-webkit-animation-name: fadein;
	-moz-animation-name: fadein;
	animation-name: fadein;
}

.pop.out.reverse {
	-webkit-transform: scale(.8);
	-webkit-animation-name: popout;
	-moz-transform: scale(.8);
	-moz-animation-name: popout;
	transform: scale(.8);
	animation-name: popout;
}

@-webkit-keyframes popin {
    from {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes popin {
    from {
        -moz-transform: scale(.8);
        opacity: 0;
    }
    to {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@keyframes popin {
    from {
        transform: scale(.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
}
@-moz-keyframes popout {
    from {
        -moz-transform: scale(1);
        opacity: 1;
    }
    to {
        -moz-transform: scale(.8);
        opacity: 0;
    }
}
@keyframes popout {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(.8);
        opacity: 0;
    }
}


/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
    from { -webkit-transform: translate3d(100%,0,0); }
    to { -webkit-transform: translate3d(0,0,0); }
}
@-moz-keyframes slideinfromright {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(0); }
}
@keyframes slideinfromright {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

@-webkit-keyframes slideinfromleft {
    from { -webkit-transform: translate3d(-100%,0,0); }
    to { -webkit-transform: translate3d(0,0,0); }
}
@-moz-keyframes slideinfromleft {
    from { -moz-transform: translateX(-100%); }
    to { -moz-transform: translateX(0); }
}
@keyframes slideinfromleft {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
    from { -webkit-transform: translate3d(0,0,0); }
    to { -webkit-transform: translate3d(-100%,0,0); }
}
@-moz-keyframes slideouttoleft {
    from { -moz-transform: translateX(0); }
    to { -moz-transform: translateX(-100%); }
}
@keyframes slideouttoleft {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

@-webkit-keyframes slideouttoright {
    from { -webkit-transform: translate3d(0,0,0); }
    to { -webkit-transform: translate3d(100%,0,0); }
}
@-moz-keyframes slideouttoright {
    from { -moz-transform: translateX(0); }
    to { -moz-transform: translateX(100%); }
}
@keyframes slideouttoright {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}


.slide.out, .slide.in {
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 350ms;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 350ms;
	animation-timing-function: ease-out;
	animation-duration: 350ms;
}
.slide.out {
	-webkit-transform: translate3d(-100%,0,0);
	-webkit-animation-name: slideouttoleft;
	-moz-transform: translateX(-100%);
	-moz-animation-name: slideouttoleft;
	transform: translateX(-100%);
	animation-name: slideouttoleft;
}

.slide.in {
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation-name: slideinfromright;
	-moz-transform: translateX(0);
	-moz-animation-name: slideinfromright;
	transform: translateX(0);
	animation-name: slideinfromright;
}

.slide.out.reverse {
	-webkit-transform: translate3d(100%,0,0);
	-webkit-animation-name: slideouttoright;
	-moz-transform: translateX(100%);
	-moz-animation-name: slideouttoright;
	transform: translateX(100%);
	animation-name: slideouttoright;
}

.slide.in.reverse {
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation-name: slideinfromleft;
	-moz-transform: translateX(0);
	-moz-animation-name: slideinfromleft;
	transform: translateX(0);
	animation-name: slideinfromleft;
}

/* slide down */
.slidedown.out {
	-webkit-animation-name: fadeout;
	-webkit-animation-duration: 100ms;
	-moz-animation-name: fadeout;
	-moz-animation-duration: 100ms;
	animation-name: fadeout;
	animation-duration: 100ms;
}

.slidedown.in {
	-webkit-transform: translateY(0);
	-webkit-animation-name: slideinfromtop;
	-webkit-animation-duration: 250ms;
	-moz-transform: translateY(0);
	-moz-animation-name: slideinfromtop;
	-moz-animation-duration: 250ms;
	transform: translateY(0);
	animation-name: slideinfromtop;
	animation-duration: 250ms;
}

.slidedown.in.reverse {
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 150ms;
	-moz-animation-name: fadein;
	-moz-animation-duration: 150ms;
	animation-name: fadein;
	animation-duration: 150ms;
}

.slidedown.out.reverse {
	-webkit-transform: translateY(-100%);
	-webkit-animation-name: slideouttotop;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateY(-100%);
	-moz-animation-name: slideouttotop;
	-moz-animation-duration: 200ms;
	transform: translateY(-100%);
	animation-name: slideouttotop;
	animation-duration: 200ms;
}

@-webkit-keyframes slideinfromtop {
    from { -webkit-transform: translateY(-100%); }
    to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfromtop {
    from { -moz-transform: translateY(-100%); }
    to { -moz-transform: translateY(0); }
}
@keyframes slideinfromtop {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

@-webkit-keyframes slideouttotop {
    from { -webkit-transform: translateY(0); }
    to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes slideouttotop {
    from { -moz-transform: translateY(0); }
    to { -moz-transform: translateY(-100%); }
}
@keyframes slideouttotop {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}


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

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

.fade.out {
	opacity: 0;
	-webkit-animation-duration: 125ms;
	-webkit-animation-name: fadeout;
	-moz-animation-duration: 125ms;
	-moz-animation-name: fadeout;
	animation-duration: 125ms;
	animation-name: fadeout;
}

.fade.in {
	opacity: 1;
	-webkit-animation-duration: 225ms;
	-webkit-animation-name: fadein;
	-moz-animation-duration: 225ms;
	-moz-animation-name: fadein;
	animation-duration: 225ms;
	animation-name: fadein;
}

/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
    from { -webkit-transform: translate3d(0,0,0); }
    to { -webkit-transform: translate3d(-100%,0,0); }
}
@-moz-keyframes slideouttoleft {
    from { -moz-transform: translateX(0); }
    to { -moz-transform: translateX(-100%); }
}
@keyframes slideouttoleft {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

@-webkit-keyframes slideouttoright {
    from { -webkit-transform: translate3d(0,0,0); }
    to { -webkit-transform: translate3d(100%,0,0); }
}
@-moz-keyframes slideouttoright {
    from { -moz-transform: translateX(0); }
    to { -moz-transform: translateX(100%); }
}
@keyframes slideouttoright {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}


.slidefade.out {
	-webkit-transform: translateX(-100%);
	-webkit-animation-name: slideouttoleft;
	-webkit-animation-duration: 225ms;
	-moz-transform: translateX(-100%);
	-moz-animation-name: slideouttoleft;
	-moz-animation-duration: 225ms;
	transform: translateX(-100%);
	animation-name: slideouttoleft;
	animation-duration: 225ms;
}

.slidefade.in {
	-webkit-transform: translateX(0);
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateX(0);
	-moz-animation-name: fadein;
	-moz-animation-duration: 200ms;
	transform: translateX(0);
	animation-name: fadein;
	animation-duration: 200ms;
}

.slidefade.out.reverse {
	-webkit-transform: translateX(100%);
	-webkit-animation-name: slideouttoright;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateX(100%);
	-moz-animation-name: slideouttoright;
	-moz-animation-duration: 200ms;
	transform: translateX(100%);
	animation-name: slideouttoright;
	animation-duration: 200ms;
}

.slidefade.in.reverse {
	-webkit-transform: translateX(0);
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateX(0);
	-moz-animation-name: fadein;
	-moz-animation-duration: 200ms;
	transform: translateX(0);
	animation-name: fadein;
	animation-duration: 200ms;
}

/* slide up */
.slideup.out {
	-webkit-animation-name: fadeout;
	-webkit-animation-duration: 100ms;
	-moz-animation-name: fadeout;
	-moz-animation-duration: 100ms;
	animation-name: fadeout;
	animation-duration: 100ms;
}

.slideup.in {
	-webkit-transform: translateY(0);
	-webkit-animation-name: slideinfrombottom;
	-webkit-animation-duration: 250ms;
	-moz-transform: translateY(0);
	-moz-animation-name: slideinfrombottom;
	-moz-animation-duration: 250ms;
	transform: translateY(0);
	animation-name: slideinfrombottom;
	animation-duration: 250ms;
}

.slideup.in.reverse {
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 150ms;
	-moz-animation-name: fadein;
	-moz-animation-duration: 150ms;
	animation-name: fadein;
	animation-duration: 150ms;
}

.slideup.out.reverse {
	-webkit-transform: translateY(100%);
	-webkit-animation-name: slideouttobottom;
	-webkit-animation-duration: 200ms;
	-moz-transform: translateY(100%);
	-moz-animation-name: slideouttobottom;
	-moz-animation-duration: 200ms;
	transform: translateY(100%);
	animation-name: slideouttobottom;
	animation-duration: 200ms;
}

@-webkit-keyframes slideinfrombottom {
    from { -webkit-transform: translateY(100%); }
    to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfrombottom {
    from { -moz-transform: translateY(100%); }
    to { -moz-transform: translateY(0); }
}
@keyframes slideinfrombottom {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

@-webkit-keyframes slideouttobottom {
    from { -webkit-transform: translateY(0); }
    to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes slideouttobottom {
    from { -moz-transform: translateY(0); }
    to { -moz-transform: translateY(100%); }
}
@keyframes slideouttobottom {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}

/* The properties in this rule are only necessary for the 'flip' transition.
 * We need specify the perspective to create a projection matrix. This will add
 * some depth as the element flips. The depth number represents the distance of
 * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
 * value.
 */

.viewport-turn {
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	-ms-perspective: 200px;
	perspective: 200px;
	position: absolute;
}
.turn {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
	-webkit-transform-origin: 0;
	
	-moz-backface-visibility: hidden;
	-moz-transform: translateX(0);
	-moz-transform-origin: 0;
	
	backface-visibility :hidden;
	transform: translateX(0);
	transform-origin: 0;
}

.turn.out {
	-webkit-transform: rotateY(-90deg) scale(.9);
	-webkit-animation-name: flipouttoleft;
	-webkit-animation-duration: 125ms;
	-moz-transform: rotateY(-90deg) scale(.9);
	-moz-animation-name: flipouttoleft;
	-moz-animation-duration: 125ms;
	transform: rotateY(-90deg) scale(.9);
	animation-name: flipouttoleft;
	animation-duration: 125ms;
}

.turn.in {
	-webkit-animation-name: flipintoright;
	-webkit-animation-duration: 250ms;
	-moz-animation-name: flipintoright;
	-moz-animation-duration: 250ms;
	animation-name: flipintoright;
	animation-duration: 250ms;
	
}

.turn.out.reverse {
	-webkit-transform: rotateY(90deg) scale(.9);
	-webkit-animation-name: flipouttoright;
	-moz-transform: rotateY(90deg) scale(.9);
	-moz-animation-name: flipouttoright;
	transform: rotateY(90deg) scale(.9);
	animation-name: flipouttoright;
}

.turn.in.reverse {
	-webkit-animation-name: flipintoleft;
	-moz-animation-name: flipintoleft;
	animation-name: flipintoleft;
}

@-webkit-keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
    from { -moz-transform: rotateY(0); }
    to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@keyframes flipouttoleft {
    from { transform: rotateY(0); }
    to { transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
    from { -webkit-transform: rotateY(0) ; }
    to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
    from { -moz-transform: rotateY(0); }
    to { -moz-transform: rotateY(90deg) scale(.9); }
}
@keyframes flipouttoright {
    from { transform: rotateY(0); }
    to { transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
    from { -webkit-transform: rotateY(-90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
    from { -moz-transform: rotateY(-90deg) scale(.9); }
    to { -moz-transform: rotateY(0); }
}
@keyframes flipintoleft {
    from { transform: rotateY(-90deg) scale(.9); }
    to { transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
    from { -moz-transform: rotateY(90deg) scale(.9); }
    to { -moz-transform: rotateY(0); }
}
@keyframes flipintoright {
    from { transform: rotateY(90deg) scale(.9); }
    to { transform: rotateY(0); }
}


.ui-collapsible {
	margin: 0 -1em;
}
.ui-collapsible-inset,
.ui-collapsible-set {
	margin: .5em 0;
}
.ui-collapsible-heading {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.ui-collapsible-heading .ui-btn {
	text-align: left;
	margin: 0;
	border-left-width: 0;
	border-right-width: 0;
}
.ui-collapsible-heading .ui-btn-icon-top,
.ui-collapsible-heading .ui-btn-icon-bottom {
	text-align: center;
}
.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
	border-right-width: 1px;
	border-left-width: 1px;
}
.ui-collapsible-collapsed + .ui-collapsible:not(.ui-collapsible-inset) > .ui-collapsible-heading .ui-btn {
	border-top-width: 0;
}
.ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn {
	border-top-width: 1px;
}
.ui-collapsible-heading-status {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-collapsible-content {
	display: block;
	margin: 0;	
	padding: .5em 1em;
}
.ui-collapsible-themed-content .ui-collapsible-content {
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-style: solid;
}
.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
	border-left-width: 1px;
	border-right-width: 1px;
}
.ui-collapsible-inset .ui-collapsible-content {
	margin: 0;
}
.ui-collapsible-content-collapsed {
	display: none;
}
.ui-collapsible-set > .ui-collapsible.ui-corner-all {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.ui-collapsible-heading,
.ui-collapsible-heading > .ui-btn {
	-webkit-border-radius: inherit;	
	border-radius: inherit;	
}
.ui-collapsible-set .ui-collapsible.ui-first-child {
	-webkit-border-top-right-radius: inherit;	
	border-top-right-radius: inherit;
	-webkit-border-top-left-radius: inherit;	
	border-top-left-radius: inherit;		
}
.ui-collapsible-content,
.ui-collapsible-set .ui-collapsible.ui-last-child {
	-webkit-border-bottom-right-radius: inherit;	
	border-bottom-right-radius: inherit;
	-webkit-border-bottom-left-radius: inherit;	
	border-bottom-left-radius: inherit;		
}
.ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading {
	-webkit-border-bottom-right-radius: 0;	
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;	
	border-bottom-left-radius: 0;		
}
.ui-collapsible-set .ui-collapsible {
	margin: -1px -1em 0;
}
.ui-collapsible-set .ui-collapsible-inset {
	margin: -1px 0 0;
}
.ui-collapsible-set .ui-collapsible.ui-first-child {
	margin-top: 0;
}


/* fixed page header & footer configuration */
.ui-header-fixed,
.ui-footer-fixed {
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.ui-header-fixed {
	top: -1px;
	padding-top: 1px;
}
.ui-header-fixed.ui-fixed-hidden {
	top: 0;
	padding-top: 0;
}
.ui-header-fixed .ui-btn-left,
.ui-header-fixed .ui-btn-right {
	margin-top: 1px;
}
.ui-header-fixed.ui-fixed-hidden .ui-btn-left,
.ui-header-fixed.ui-fixed-hidden .ui-btn-right {
	margin-top: 0;
}
.ui-footer-fixed {
	bottom: -1px;
	padding-bottom: 1px;
}
.ui-footer-fixed.ui-fixed-hidden {
	bottom: 0;
	padding-bottom: 0;
}
.ui-header-fullscreen,
.ui-footer-fullscreen {
	filter: Alpha(Opacity=90);
	opacity: .9;
}
/* updatePagePadding() will update the padding to actual height of header and footer. */
.ui-page-header-fixed {
	padding-top: 2.8125em;
}
.ui-page-footer-fixed {
	padding-bottom: 2.8125em;
}
.ui-page-header-fullscreen > .ui-content,
.ui-page-footer-fullscreen > .ui-content {
	padding: 0;
}
.ui-fixed-hidden {
	position: absolute;
}
/* Tap toggle: hide external fixed footer. See issue #6604 */
.ui-footer-fixed.ui-fixed-hidden {
  display: none;
}
.ui-page .ui-footer-fixed.ui-fixed-hidden {
  display: block
}

.ui-page-header-fullscreen .ui-fixed-hidden,
.ui-page-footer-fullscreen .ui-fixed-hidden {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-header-fixed .ui-btn,
.ui-footer-fixed .ui-btn { 
	z-index: 10;
}
/* workarounds for other widgets */
.ui-android-2x-fixed .ui-li-has-thumb {
	-webkit-transform: translate3d(0,0,0);
}


.ui-listview,
.ui-listview > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-content .ui-listview,
.ui-panel-inner > .ui-listview {
	margin: -1em;
}
.ui-content .ui-listview-inset,
.ui-panel-inner > .ui-listview-inset {
	margin: 1em 0;
}
.ui-collapsible-content > .ui-listview {
	margin: -.5em -1em;
}
.ui-collapsible-content > .ui-listview-inset {
	margin: .5em 0;
}
.ui-listview > li {
	display: block;
	position: relative;
	overflow: visible;
}
.ui-listview > .ui-li-static,
.ui-listview > .ui-li-divider,
.ui-listview > li > a.ui-btn {
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ui-listview > li > .ui-btn:focus {
	z-index: 1;
}
.ui-listview > .ui-li-static,
.ui-listview > .ui-li-divider,
.ui-listview > li > a.ui-btn {
	border-width: 1px 0 0 0;
	border-style: solid;
}
.ui-listview-inset > .ui-li-static,
.ui-listview-inset > .ui-li-divider,
.ui-listview-inset > li > a.ui-btn {
	border-right-width: 1px;
	border-left-width: 1px;
}
.ui-listview > .ui-li-static.ui-last-child,
.ui-listview > .ui-li-divider.ui-last-child,
.ui-listview > li.ui-last-child > a.ui-btn {
	border-bottom-width: 1px;
}
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child,
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn {
	border-top-width: 0;
}
.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > li.ui-last-child,
.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > li.ui-last-child > a.ui-btn {
	border-bottom-width: 0;
}
.ui-listview > li.ui-first-child,
.ui-listview > li.ui-first-child > a.ui-btn {
	-webkit-border-top-right-radius: inherit;	
	border-top-right-radius: inherit;
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
}
.ui-listview > li.ui-last-child,
.ui-listview > li.ui-last-child > a.ui-btn {
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
}
.ui-listview > li.ui-li-has-alt > a.ui-btn {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ui-listview > li.ui-first-child > a.ui-btn + a.ui-btn {
	-webkit-border-top-left-radius: 0;	
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}
.ui-listview > li.ui-last-child > a.ui-btn + a.ui-btn {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
}
.ui-listview > li.ui-first-child img:first-child:not(.ui-li-icon) {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;	
}
.ui-listview > li.ui-last-child img:first-child:not(.ui-li-icon) {
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;	
}
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) {
	-webkit-border-radius: inherit;
	border-radius: inherit;	
}
.ui-listview > .ui-li-static {
	padding: .7em 1em;
}
.ui-listview > .ui-li-divider {
	padding: .5em 1.143em;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
	outline: 0; /* Dividers in custom selectmenus have tabindex */
}
.ui-listview > .ui-li-has-count > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-count,
.ui-listview > .ui-li-divider.ui-li-has-count {
	padding-right: 2.8125em;
}
.ui-listview > .ui-li-has-count > .ui-btn-icon-right {
	padding-right: 4.6875em;
}
.ui-listview > .ui-li-has-thumb > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-thumb {
	min-height: 3.625em;
	padding-left: 6.25em;
}
/* ui-li-has-icon deprecated in 1.4. TODO: remove in 1.5 */
.ui-listview > .ui-li-has-icon > .ui-btn,
.ui-listview > .ui-li-static.ui-li-has-icon {
	min-height: 1.25em;
	padding-left: 2.5em;
}
/* Used by both listview and custom multiple select button */
.ui-li-count {
	position: absolute;
	font-size: 12.5px;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	padding: 0 .48em;
	line-height: 1.6em;
	min-height: 1.6em;
	min-width: .64em;
	right: .8em;
	top: 50%;
	margin-top: -.88em;
}
.ui-listview .ui-btn-icon-right .ui-li-count {
	right: 3.2em;
}
.ui-listview .ui-li-has-thumb > img:first-child,
.ui-listview .ui-li-has-thumb > .ui-btn > img:first-child,
.ui-listview .ui-li-has-thumb .ui-li-thumb {
	position: absolute;
	left: 0;
	top: 0;
	max-height: 5em;
	max-width: 5em;
}
/* ui-li-has-icon deprecated in 1.4. TODO: remove in 1.5 */
.ui-listview > .ui-li-has-icon > img:first-child,
.ui-listview > .ui-li-has-icon > .ui-btn > img:first-child {
	position: absolute;
	left: .625em;
	top: .9em;
	max-height: 1em;
	max-width: 1em;
}
.ui-listview > li h1,
.ui-listview > li h2,
.ui-listview > li h3,
.ui-listview > li h4,
.ui-listview > li h5,
.ui-listview > li h6 {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: .45em 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ui-listview > li p {
	font-size: .75em;
	font-weight: normal;
	display: block;
	margin: .6em 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ui-listview .ui-li-aside {
	position: absolute;
	top: 1em;
	right: 3.333em;
	margin: 0;
	text-align: right;
}
.ui-listview > li.ui-li-has-alt > .ui-btn {
	margin-right: 2.5em;
	border-right-width: 0;
}
.ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn {
	position: absolute;
	width: 2.5em;
	height: 100%;
	min-height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 1px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.ui-listview-inset > li.ui-li-has-alt > .ui-btn + .ui-btn {
	border-right-width: 1px;
}
.ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn:focus {
	z-index: 3;
}
ol.ui-listview,
ol.ui-listview > .ui-li-divider {
	counter-reset: listnumbering;
}
ol.ui-listview > li > .ui-btn,
ol.ui-listview > li.ui-li-static {
	vertical-align: middle;
}
ol.ui-listview > li > .ui-btn:first-child:before,
ol.ui-listview > li.ui-li-static:before,
ol.ui-listview > li.ui-field-contain > label:before,
ol.ui-listview > li.ui-field-contain > .ui-controlgroup-label:before {
	display: inline-block;
	font-size: .9em;
	font-weight: normal;
	padding-right: .3em;
	min-width: 1.4em;
	line-height: 1.5;
	vertical-align: middle;
	counter-increment: listnumbering;
	content: counter(listnumbering) ".";
}
ol.ui-listview > li.ui-field-contain:before {
	content: none;
	display: none;
}
ol.ui-listview > li h1:first-child,
ol.ui-listview > li h2:first-child,
ol.ui-listview > li h3:first-child,
ol.ui-listview > li h4:first-child,
ol.ui-listview > li h5:first-child,
ol.ui-listview > li h6:first-child,
ol.ui-listview > li p:first-child,
ol.ui-listview > li img:first-child + * {
	display: inline-block;
	vertical-align: middle;
}
ol.ui-listview > li h1:first-child ~ *,
ol.ui-listview > li h2:first-child ~ *,
ol.ui-listview > li h3:first-child ~ *,
ol.ui-listview > li h4:first-child ~ *,
ol.ui-listview > li h5:first-child ~ *,
ol.ui-listview > li h6:first-child ~ *,
ol.ui-listview > li p:first-child ~ *,
ol.ui-listview > li img:first-child + * ~ * {
	margin-top: 0;
	text-indent: 2.04em; /* (1.4em + .3em) * .9em / .75em */
}


.ui-navbar {
	max-width: 100%;
}
.ui-navbar ul:before,
.ui-navbar ul:after {
	content: "";
	display: table;
}
.ui-navbar ul:after {
	clear: both;
}
.ui-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	border: 0;
	max-width: 100%;
	overflow: visible;
}
.ui-navbar li .ui-btn {
	font-size: 12.5px;
	display: block;
	margin: 0;
	border-right-width: 0;
}
.ui-navbar .ui-btn:focus {
	z-index: 1;
}

/* fixes gaps caused by subpixel problem */
.ui-navbar li:last-child .ui-btn {
	margin-right: -4px;
}
.ui-navbar li:last-child .ui-btn:after {
	margin-right: 4px;
}

.ui-content .ui-navbar li:last-child .ui-btn,
.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
	border-right-width: 1px;
	margin-right: 0;
}
.ui-content .ui-navbar li:last-child .ui-btn:after,
.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn:after {
	margin-right: 0;
}
.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn {
	border-right-width: 1px;
	margin-right: -1px;
}
.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn:after {
	margin-right: 1px;
}

.ui-navbar .ui-grid-duo .ui-btn {
	border-top-width: 0;
}
.ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
	border-top-width: 1px;
}
.ui-header .ui-navbar .ui-btn,
.ui-footer .ui-navbar .ui-btn {
	border-top-width: 0;
	border-bottom-width: 0;
}
.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
	border-top-width: 0;
}
.ui-header .ui-title ~ .ui-navbar .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-btn,
.ui-header .ui-navbar .ui-grid-duo .ui-btn,
.ui-footer .ui-navbar .ui-grid-duo .ui-btn,
.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn,
.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
	border-top-width: 1px;
}


/* Panel */
.ui-panel {
	width: 17em;
	min-height: 100%;
	max-height: none;
	border-width: 0;
	position: absolute;
	top: 0;
	display: block;
}
.ui-panel-closed {
	width: 0;
	max-height: 100%;
	overflow: hidden;
	visibility: hidden;
}
.ui-panel-fixed {
	position: fixed;
	bottom: -1px; /* Fixes gap on Chrome for Android */
	padding-bottom: 1px;
}
.ui-panel-display-reveal {
	z-index: 1;
}
.ui-panel-display-push {
	z-index: 999;
}
.ui-panel-display-overlay {
	z-index: 1001; /* Fixed toolbars have z-index 1000 */
}
.ui-panel-inner {
	padding: 1em;
}

/* Container, page and wrapper */
.ui-panel-page-container {
	overflow-x: visible;
}
.ui-panel-page-container-themed .ui-page-active {
	background: none;
}
.ui-panel-wrapper {
	position: relative;
	min-height: inherit;
	border: 0;
	overflow-x: hidden;
	z-index: 999;
}

/* Fixed toolbars */
.ui-panel-fixed-toolbar {
	overflow-x: hidden;
}

/* Dismiss */
.ui-panel-dismiss {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1002;
	display: none;
}
.ui-panel-dismiss-open {
	display: block;
}

/* Animate class is added to panel, wrapper and fixed toolbars */
.ui-panel-animate {
	-webkit-transition: -webkit-transform 300ms ease;
	-webkit-transition-duration: 300ms;
	-moz-transition: -moz-transform 300ms ease;
	transition: transform 300ms ease;
}

/* Fix for Windows Phone issue #6349: unset the transition for transforms in case of fixed toolbars. */
@media screen and ( max-device-width: 768px ) {
	.ui-page-header-fixed .ui-panel-animate.ui-panel-wrapper,
	.ui-page-footer-fixed .ui-panel-animate.ui-panel-wrapper,
	.ui-panel-animate.ui-panel-fixed-toolbar {
		-ms-transition: none;
	}
	/* We need a transitionend event ... */
	.ui-panel-animate.ui-panel-fixed-toolbar {
		-ms-transition: -ms-transform 1ms;
		-ms-transform: rotate(0deg);
	}
}

/* Hardware acceleration for smoother transitions on WebKit browsers */
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}

/* Panel positioning (for overlay and push) */
/* Panel left closed */
.ui-panel-position-left {
	left: -17em;
}
/* Panel left closed animated */
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
	left: 0;
	-webkit-transform: translate3d(-17em,0,0);
	-moz-transform: translate3d(-17em,0,0);
	transform: translate3d(-17em,0,0);
}
/* Panel left open */
.ui-panel-position-left.ui-panel-display-reveal, /* Unset "panel left closed" for reveal */
.ui-panel-open.ui-panel-position-left {
	left: 0;
}
/* Panel left open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transform: none;
}
/* Panel right closed */
.ui-panel-position-right {
	right: -17em;
}
/* Panel right closed animated */
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
	right: 0;
	-webkit-transform: translate3d(90%,0,0);
	-moz-transform: translate3d(90%,0,0);
	transform: translate3d(90%,0,0);
}
/* Panel right open */
.ui-panel-position-right.ui-panel-display-reveal, /* Unset "panel right closed" for reveal */
.ui-panel-position-right.ui-panel-open {
	right: 0;
}
/* Panel right open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transform: none;
}

/* Wrapper and fixed toolbars positioning (for reveal and push) */
/* Panel left open */
.ui-panel-page-content-position-left {
	left: 17em;
	right: -17em;
}
/* Panel left open animated */
.ui-panel-animate.ui-panel-page-content-position-left {
	left: 0;
	right: 0;
	-webkit-transform: translate3d(17em,0,0);
	-moz-transform: translate3d(17em,0,0);
	transform: translate3d(17em,0,0);
}
/* Panel right open */
.ui-panel-page-content-position-right {
	left: -17em;
	right: 17em;
}
/* Panel right open animated */
.ui-panel-animate.ui-panel-page-content-position-right {
	left: 0;
	right: 0;
	-webkit-transform: translate3d(-17em,0,0);
	-moz-transform: translate3d(-17em,0,0);
	transform: translate3d(-17em,0,0);
}

/* Dismiss model open */
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
	left: 17em;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
	right: 17em;
}

/* Shadows and borders */
.ui-panel-display-reveal {
	-webkit-box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
	box-shadow: inset -5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-position-right.ui-panel-display-reveal {
	-webkit-box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
	box-shadow: inset 5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-display-overlay {
	-webkit-box-shadow: 5px 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 5px 0 5px rgba(0,0,0,.15);
	box-shadow: 5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-position-right.ui-panel-display-overlay {
	-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: -5px 0 5px rgba(0,0,0,.15);
	box-shadow: -5px 0 5px rgba(0,0,0,.15);
}
.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
	border-right-width: 1px;
	margin-right: -1px;
}
.ui-panel-page-content-position-left.ui-panel-page-content-display-push {
	margin-left: 1px;
	width: auto;
}
.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
	border-left-width: 1px;
	margin-left: -1px;
}
.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
	margin-right: 1px;
	width: auto;
}

/* Responsive: wrap on wide viewports once open */
@media (min-width:55em) {
	.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-left {
		margin-right: 17em;
	}
	.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-right {
		margin-left: 17em;
	}
	.ui-responsive-panel .ui-panel-page-content-open {
		width: auto;	
	}
	.ui-responsive-panel .ui-panel-dismiss-display-push,
	.ui-responsive-panel.ui-page-active ~ .ui-panel-dismiss-display-push {
		display: none;
	}
}


.ui-popup-open .ui-header-fixed,
.ui-popup-open .ui-footer-fixed {
	position: absolute !important; /* See issues #4816, #4844 and #4874 and popup.js */
}
.ui-popup-screen {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); /* Necessary to set some form of background to ensure element is clickable in IE6/7. While legacy IE won't understand the data-URI'd image, it ensures no additional requests occur in all other browsers with little overhead. */
	top: 0;
	left: 0;
	right: 0;
	bottom: 1px;
	position: absolute;
	filter: Alpha(Opacity=0);
	opacity: 0;
	z-index: 1099;
}
.ui-popup-screen.in {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.ui-popup-screen.out {
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-popup-container {
	z-index: 1100;
	display: inline-block;
	position: absolute;
	padding: 0;
	outline: 0;
}
.ui-popup {
	position: relative;
}
.ui-popup.ui-body-inherit {
	border-width: 1px;
	border-style: solid;
}
.ui-popup-hidden {
	left: 0;
	top: 0;
	position: absolute !important;
	visibility: hidden;
}
.ui-popup-truncate {
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-popup.ui-content,
.ui-popup .ui-content {
	overflow: visible;
}
.ui-popup > .ui-header {
	border-top-width: 0;
}
.ui-popup > .ui-footer {
	border-bottom-width: 0;
}
.ui-popup > p,
.ui-popup > h1,
.ui-popup > h2,
.ui-popup > h3,
.ui-popup > h4,
.ui-popup > h5,
.ui-popup > h6 {
	margin: .5em .4375em;
}
.ui-popup > span {
	display: block;
	margin: .5em .4375em;
}
.ui-popup-container .ui-content > p,
.ui-popup-container .ui-content > h1,
.ui-popup-container .ui-content > h2,
.ui-popup-container .ui-content > h3,
.ui-popup-container .ui-content > h4,
.ui-popup-container .ui-content > h5,
.ui-popup-container .ui-content > h6 {
	margin: .5em 0;
}
.ui-popup-container .ui-content > span {
	margin: 0;
}
.ui-popup-container .ui-content > p:first-child,
.ui-popup-container .ui-content > h1:first-child,
.ui-popup-container .ui-content > h2:first-child,
.ui-popup-container .ui-content > h3:first-child,
.ui-popup-container .ui-content > h4:first-child,
.ui-popup-container .ui-content > h5:first-child,
.ui-popup-container .ui-content > h6:first-child {
	margin-top: 0;
}
.ui-popup-container .ui-content > p:last-child,
.ui-popup-container .ui-content > h1:last-child,
.ui-popup-container .ui-content > h2:last-child,
.ui-popup-container .ui-content > h3:last-child,
.ui-popup-container .ui-content > h4:last-child,
.ui-popup-container .ui-content > h5:last-child,
.ui-popup-container .ui-content > h6:last-child {
	margin-bottom: 0;
}
.ui-popup > img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.ui-popup:not(.ui-content) > img:only-child,
.ui-popup:not(.ui-content) > .ui-btn-left:first-child + img:last-child,
.ui-popup:not(.ui-content) > .ui-btn-right:first-child + img:last-child {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}
.ui-popup iframe {
	vertical-align: middle;
}
.ui-popup > .ui-btn-left,
.ui-popup > .ui-btn-right {
	position: absolute; 
	top: -11px;
	margin: 0;
	z-index: 1101;
}
.ui-popup > .ui-btn-left {
	left: -11px;
}
.ui-popup > .ui-btn-right {
	right: -11px;
}


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

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

.fade.out {
	opacity: 0;
	-webkit-animation-duration: 125ms;
	-webkit-animation-name: fadeout;
	-moz-animation-duration: 125ms;
	-moz-animation-name: fadeout;
	animation-duration: 125ms;
	animation-name: fadeout;
}

.fade.in {
	opacity: 1;
	-webkit-animation-duration: 225ms;
	-webkit-animation-name: fadein;
	-moz-animation-duration: 225ms;
	-moz-animation-name: fadein;
	animation-duration: 225ms;
	animation-name: fadein;
}


/* Dimensions related to the popup arrow
-----------------------------------------------------------------------------------------------------------*/
/* desired triangle height: 10px */

/**
 * guide for the arrow - its width, height, and offset are theme-dependent and
 * should be expessed as left, right, top, bottom, so that the element bearing
 * such a class becomes stretched inside its parent position: relative element.
 * The left/top/right/bottom specified below should reflect the corresponding
 * border radii and so it leaves room for the shadow:
 *     ..--------------------..
 *   ."        ^ top           ".
 *  /          v                 \
 * |     +------------------+     |
 * |     |                  |     |
 * | left|                  |right|
 * |<--->|                  |<--->|
 * |     +------------------+     |
 *  \          ^                 /
 *   `.        v bottom        .'
 *     ""--------------------""
 * The idea is that the top/left of the arrow container box does not move to a
 * coordinate smaller than the top/left of the guide and the right/bottom of
 * the arrow container box does not move to a coordinate larger than the
 * bottom/right of the guide. This will help us avoid the following situation:
 *        ..--------------------..
 *      ."        ^ top           ".
 *   /|/          v                 \
 *  / |     +------------------+     |
 *  \ |     |                  |     |
 *   \| left|                  |right|
 *    |<--->|                  |<--->|
 *    |     +------------------+     |
 *     \          ^                 /
 *      `.        v bottom        .'
 *        ""--------------------""
 * The arrow should not receive a top/left coordinate such that it is too close
 * to one of the corners, because then at first the shadow of the arrow and,
 * given a coordinate even closer to the corner, even the body of the arrow will
 * "stick out" of the corner of the popup. The guide provides a hint to the
 * arrow positioning code as to which range of values is acceptable for the
 * arrow container's top/left coordinate.
 **/

.ui-popup-arrow-container {
	width: 20px;
	height: 20px;
}

/* aside from the "infinities" (-1000,2000), triangle height is used */
.ui-popup-arrow-container.ui-popup-arrow-l {
	left: -10px;
	clip: rect(-1000px,10px,2000px,-1000px);
}

.ui-popup-arrow-container.ui-popup-arrow-t {
	top: -10px;
	clip: rect(-1000px,2000px,10px,-1000px);
}

.ui-popup-arrow-container.ui-popup-arrow-r {
	right: -10px;
	clip: rect(-1000px,2000px,2000px,10px);
}

.ui-popup-arrow-container.ui-popup-arrow-b {
	bottom: -10px;
	clip: rect(10px,2000px,1000px,-1000px);
}

/**
 * For each side, the arrow is twice the desired size and its corner is aligned
 * with the edge of the container:
 *                                           
 *           /\         /\                +----+       /\
 *          /  \       /  \               | /\ |top   /  \
 *      +----+  \     /  +----+       +-->|/  \|     /    \
 *  left| /  |   \   /   |  \ |right  |   |    |    /      \
 *      |/   |    \ /    |   \|       |  /|    |\  /        \
 *      |\   |    / \    |   /|       | / +----+ \ \ +----+ /
 *      | \  |   /   \   |  / |       | \        /  \|    |/
 *      +----+  /     \  +----+       |  \      /    |    |
 *       ^  \  /       \  /  ^        |   \    /  +->|\  /|
 *       |   \/         \/   |        |    \  /   |  | \/ |bottom
 *       |                   |        |     \/    |  +----+
 *       +-------------------+--------+-----------+
 *                           |
 *                    arrow container
 *                     (clips arrow)
 **/

.ui-popup-arrow-container .ui-popup-arrow {
	/* (4*desired triangle height)/sqrt(2) - does not account for border - centred within the outer rectangle */
	width: 28.284271247px;
	height: 28.284271247px;
	border-width: 1px;
	border-style: solid;
}

.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow {
	left: -4.142135623px;
	top: 5.857864376px;
}

.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow {
	left: -4.142135623px;
	top: -14.142135623px;
}

.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow {
	left: 5.857864376px;
	top: -4.142135623px;
}

.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow {
	left: -14.142135623px;
	top: -4.142135623px;
}

/* Fix rotation center for oldIE - see http://www.useragentman.com/IETransformsTranslator/ */
.ui-popup-arrow-container.ui-popup-arrow-t.ie .ui-popup-arrow {
    margin-left: -5.857864376269049px;
    margin-top: -7.0710678118654755px;
}
.ui-popup-arrow-container.ui-popup-arrow-b.ie .ui-popup-arrow {
    margin-left: -5.857864376269049px;
    margin-top: -4.142135623730951px;
}
 
.ui-popup-arrow-container.ui-popup-arrow-l.ie .ui-popup-arrow {
    margin-left: -7.0710678118654755px;
    margin-top: -5.857864376269049px;
}
.ui-popup-arrow-container.ui-popup-arrow-r.ie .ui-popup-arrow {
    margin-left: -4.142135623730951px;
    margin-top: -5.857864376269049px;
}

/* structure */
.ui-popup > .ui-popup-arrow-guide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
}

.ui-popup-arrow-container {
	position: absolute;
}

.ui-popup-arrow {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
}

.ui-popup-arrow-container.ie .ui-popup-arrow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(
	      	M11=0.7071067811865474,
        	M12=-0.7071067811865477,
        	M21=0.7071067811865477,
        	M22=0.7071067811865474,
        	SizingMethod='auto expand');
}


.ui-table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
.ui-table th,
.ui-table td {
	line-height: 1.5em;
	text-align: left;
	padding: .4em .5em;
	vertical-align:top;
}
.ui-table th .ui-btn,
.ui-table td .ui-btn {
	line-height: normal;
}
.ui-table th {
	font-weight: bold;
}
.ui-table caption {
	text-align: left;
	margin-bottom: 1.4em;
	opacity: .5;
}


/*
 Styles for the table columntoggle mode
*/
.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label { 
	display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */ 
@media only all {
	/* Hide the table headers */ 
	.ui-table-reflow thead td, 
	.ui-table-reflow thead th {
		display: none;
	}
	/* Show the table cells as a block level element */ 
	.ui-table-reflow td,
	.ui-table-reflow th { 
		text-align: left;
		display: block;
	}
	/* Add a fair amount of top margin to visually separate each row when stacked */  
	.ui-table-reflow tbody th {
		margin-top: 3em;
	}
	/* Make the label elements a percentage width */ 
	.ui-table-reflow td .ui-table-cell-label,
	.ui-table-reflow th .ui-table-cell-label { 
		padding: .4em; 
		min-width: 30%; 
		display: inline-block;
		margin: -.4em 1em -.4em -.4em;
	}
	/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */ 
	.ui-table-reflow th .ui-table-cell-label-top,
	.ui-table-reflow td .ui-table-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0;
		text-transform: uppercase;
		font-size: .9em;
		font-weight: normal;
	}
}


/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */ 
@media ( min-width: 35em ) {

	/* Show the table header rows */ 
	.ui-table-reflow.ui-responsive td,
	.ui-table-reflow.ui-responsive th,
	.ui-table-reflow.ui-responsive tbody th,
	.ui-table-reflow.ui-responsive tbody td,
	.ui-table-reflow.ui-responsive thead td,
	.ui-table-reflow.ui-responsive thead th {
		display: table-cell;
		margin: 0;
	}

	/* Hide the labels in each cell */ 
	.ui-table-reflow.ui-responsive td .ui-table-cell-label,
	.ui-table-reflow.ui-responsive th .ui-table-cell-label { 
		display: none;
	}
}


/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */ 
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/ 
@media ( max-width: 35em ) {
	.ui-table-reflow.ui-responsive td,
	.ui-table-reflow.ui-responsive th {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		clear: left;
	}
}
/*
* jQuery Mobile v1.4.3
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/* Globals */

/* Font
-----------------------------------------------------------------------------------------------------------*/

html {
	font-size: 100%;
}
body,
input,
select,
textarea,
button,
.ui-btn {
	font-size: 1em;
	line-height: 1.3;
	font-family: sans-serif /*{global-font-family}*/;
}
legend,
.ui-input-text input,
.ui-input-search input {
	color: inherit;
	text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
div.ui-controlgroup-label {
	font-weight: normal;
	font-size: 16px;
}

/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
	border-bottom-color: #828282;
	border-bottom-color: rgba(0,0,0,.15);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
	border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
	border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
	border-bottom: 0;
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
	background-color: #eeeeee; /* non-RGBA fallback  */
	background-color: rgba(0,0,0,.04);
}

/* Buttons
-----------------------------------------------------------------------------------------------------------*/

.ui-btn,
label.ui-btn {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.ui-btn {
	text-decoration: none !important;
}
.ui-btn-active {
	cursor: pointer;
}

/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */

.ui-corner-all {
	-webkit-border-radius: 				.3125em /*{global-radii-blocks}*/;
	border-radius: 						.3125em /*{global-radii-blocks}*/;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
	-webkit-border-radius: 				.3125em /*{global-radii-buttons}*/;
	border-radius: 						.3125em /*{global-radii-buttons}*/;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
	left: .6em /*{global-radii-blocks}*/;
	right: .6em /*{global-radii-blocks}*/;
	top: .6em /*{global-radii-blocks}*/;
	bottom: .6em /*{global-radii-blocks}*/;
}

/* Shadow
-----------------------------------------------------------------------------------------------------------*/

.ui-shadow {
	-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ 		rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
	-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ 		rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
	box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ 				rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset {
	-webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ 	rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	-moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ 		rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ 	rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-overlay-shadow {
	-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 12px 			rgba(0,0,0,.6);
	box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}

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

.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
	background-color: 					#666 /*{global-icon-color}*/;
	background-color: 					rgba(0,0,0,.3) /*{global-icon-disc}*/;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
	background-color: 					#666 /*{global-icon-color}*/;
	background-color: 					rgba(0,0,0,.15) /*{global-icon-disc}*/;
}

/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
	background-color: transparent;
}

/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
	-webkit-box-shadow: 0 1px 0 			rgba(255,255,255,.3) /*{global-icon-shadow}*/;
	-moz-box-shadow: 0 1px 0 				rgba(255,255,255,.3) /*{global-icon-shadow}*/;
	box-shadow: 0 1px 0 					rgba(255,255,255,.3) /*{global-icon-shadow}*/;
}

/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
	display: block;
	width: 18px;
	height: 18px;
	margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
	filter: Alpha(Opacity=30);
	opacity: .3;
}
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
	-webkit-border-radius: .1875em;
	border-radius: .1875em;
}
.ui-btn.ui-checkbox-off:after {
	background-color: #666;
	background-color: rgba(0,0,0,.3);
}
.ui-radio .ui-btn.ui-radio-on:after {
	background-image: none;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-width: 5px;
	border-style: solid; 
}
.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
	background-color: #000;
}

/* Loader */
.ui-icon-loading {
	/*background: url("images/ajax-loader.gif");*/
	background-size: 2.875em 2.875em;
}

/* Swatches */

/* A
-----------------------------------------------------------------------------------------------------------*/

/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
	background-color: 			#e9e9e9 /*{a-bar-background-color}*/;
	border-color:	 		#ddd /*{a-bar-border}*/;
	color: 					#333 /*{a-bar-color}*/;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ 	#eee /*{a-bar-shadow-color}*/;
	font-weight: bold;
}
.ui-bar-a {
	border-width: 1px;
	border-style: solid;
}

/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {

	
}

/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {

	
}
.ui-body-a {
	border-width: 1px;
	border-style: solid;
}

/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {

}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
    
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
	
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
	color: #005599 /*{a-link-active}*/;
}

/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {

}
/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {

}
/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-group-theme-a .ui-btn:active,
html head + body .ui-btn.ui-btn-a:active {

}

/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {

}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
	border-color:			#3388cc /*{a-active-background-color}*/;
}

/* Focus */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
	-webkit-box-shadow: 0 0 12px 	#3388cc /*{a-active-background-color}*/;
	-moz-box-shadow: 0 0 12px 		#3388cc /*{a-active-background-color}*/;
	box-shadow: 0 0 12px 			#3388cc /*{a-active-background-color}*/;
}

/* B
-----------------------------------------------------------------------------------------------------------*/

/* Bar: Toolbars, dividers, slider track */
.ui-bar-b,
.ui-page-theme-b .ui-bar-inherit,
html .ui-bar-b .ui-bar-inherit,
html .ui-body-b .ui-bar-inherit,
html body .ui-group-theme-b .ui-bar-inherit {
	background-color: 			#1d1d1d /*{b-bar-background-color}*/;
	border-color:	 		#1b1b1b /*{b-bar-border}*/;
	color: 					#fff /*{b-bar-color}*/;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ 	#111 /*{b-bar-shadow-color}*/;
	font-weight: bold;
}
.ui-bar-b {
	border-width: 1px;
	border-style: solid;
}

/* Page and overlay */
.ui-overlay-b,
.ui-page-theme-b,
.ui-page-theme-b .ui-panel-wrapper {
	background-color: 			#252525 /*{b-page-background-color}*/;
	border-color:	 		#454545 /*{b-page-border}*/;
	color: 					#fff /*{b-page-color}*/;
	text-shadow: 0 /*{b-page-shadow-x}*/ 1px /*{b-page-shadow-y}*/ 0 /*{b-page-shadow-radius}*/ 	#111 /*{b-page-shadow-color}*/;
}

/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-b,
.ui-page-theme-b .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit,
html .ui-panel-page-container-b {
	background-color: 			#2a2a2a /*{b-body-background-color}*/;
	border-color:	 		#1d1d1d /*{b-body-border}*/;
	color: 					#fff /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ 	#111 /*{b-body-shadow-color}*/;
}
.ui-body-b {
	border-width: 1px;
	border-style: solid;
}

/* Links */
.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
	color: #22aadd /*{b-link-color}*/;
	font-weight: bold;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
    color: #22aadd /*{b-link-visited}*/;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
html .ui-body-b a:hover,
html body .ui-group-theme-b a:hover {
	color: #0088bb /*{b-link-hover}*/;
}
.ui-page-theme-b a:active,
html .ui-bar-b a:active,
html .ui-body-b a:active,
html body .ui-group-theme-b a:active {
	color: #0088bb /*{b-link-active}*/;
}

/* Button up */
.ui-page-theme-b .ui-btn,
html .ui-bar-b .ui-btn,
html .ui-body-b .ui-btn,
html body .ui-group-theme-b .ui-btn,
html head + body .ui-btn.ui-btn-b,
/* Button visited */
.ui-page-theme-b .ui-btn:visited,
html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited,
html body .ui-group-theme-b .ui-btn:visited,
html head + body .ui-btn.ui-btn-b:visited {
	background-color: 			#333 /*{b-bup-background-color}*/;
	border-color:	 		#1f1f1f /*{b-bup-border}*/;
	color: 					#fff /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #111 /*{b-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-b .ui-btn:hover,
html .ui-bar-b .ui-btn:hover,
html .ui-body-b .ui-btn:hover,
html body .ui-group-theme-b .ui-btn:hover,
html head + body .ui-btn.ui-btn-b:hover {
	background-color: 			#373737 /*{b-bhover-background-color}*/;
	border-color:	 		#1f1f1f /*{b-bhover-border}*/;
	color: 					#fff /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #111 /*{b-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-b .ui-btn:active,
html .ui-bar-b .ui-btn:active,
html .ui-body-b .ui-btn:active,
html body .ui-group-theme-b .ui-btn:active,
html head + body .ui-btn.ui-btn-b:active {
	background-color: 			#404040 /*{b-bdown-background-color}*/;
	border-color:	 		#1f1f1f /*{b-bdown-border}*/;
	color: 					#fff /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #111 /*{b-bdown-shadow-color}*/;
}

/* Active button */
.ui-page-theme-b .ui-btn.ui-btn-active,
html .ui-bar-b .ui-btn.ui-btn-active,
html .ui-body-b .ui-btn.ui-btn-active,
html body .ui-group-theme-b .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-b.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-b .ui-checkbox-on:after,
html .ui-bar-b .ui-checkbox-on:after,
html .ui-body-b .ui-checkbox-on:after,
html body .ui-group-theme-b .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-b:after,
/* Active flipswitch background */
.ui-page-theme-b .ui-flipswitch-active,
html .ui-bar-b .ui-flipswitch-active,
html .ui-body-b .ui-flipswitch-active,
html body .ui-group-theme-b .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-b .ui-slider-track .ui-btn-active,
html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
	background-color: 		#22aadd /*{b-active-background-color}*/;
	border-color:	 		#22aadd /*{b-active-border}*/;
	color: 					#fff /*{b-active-color}*/;
	text-shadow: 0 /*{b-active-shadow-x}*/ 1px /*{b-active-shadow-y}*/ 0 /*{b-active-shadow-radius}*/ #0088bb /*{b-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-b:after {
	border-color:			#22aadd /*{b-active-background-color}*/;
}

/* Focus */
.ui-page-theme-b .ui-btn:focus,
html .ui-bar-b .ui-btn:focus,
html .ui-body-b .ui-btn:focus,
html body .ui-group-theme-b .ui-btn:focus,
html head + body .ui-btn.ui-btn-b:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-b .ui-focus,
html .ui-bar-b .ui-focus,
html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-btn-b.ui-focus,
html head + body .ui-body-b.ui-focus {
	-webkit-box-shadow: 0 0 12px 	#22aadd /*{b-active-background-color}*/;
	-moz-box-shadow: 0 0 12px 		#22aadd /*{b-active-background-color}*/;
	box-shadow: 0 0 12px 			#22aadd /*{b-active-background-color}*/;
}

/* Structure */

/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */

.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
	filter: Alpha(Opacity=30);
	opacity: .3;
	cursor: default !important;
	pointer-events: none;
}

/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/

.ui-btn:focus,
.ui-btn.ui-focus {
	outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow  input:focus,
.ui-noboxshadow .ui-panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
	outline-width: 1px;
	outline-style: auto;
}
div.hasDatepicker {
	display: block;
	padding: 0;
	overflow: visible;
	margin: 8px 0;
	max-width:340px
}
.ui-datepicker {
	overflow: visible; margin: 0;
}
.ui-datepicker, .ui.ui-datepicker-calendar {
    background: #fff;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.6em 0;
	border-bottom: 0;
	font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	padding: 1px 0 1px 2px;
	position:absolute;
	top: .6em;
	margin-top: 0;
	text-indent: -9999px;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	vertical-align: middle;
	margin-right: .625em;
	width: 1.75em;
	height: 1.75em;
	white-space: nowrap !important;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
	left: 50%;
	margin-left: -11px;
	top: 50%;
	margin-top: -11px;
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background-color: rgba(0,0,0,.3) /*{global-icon-disc}*/;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.ui-datepicker .ui-datepicker-next:after{
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ui-datepicker .ui-datepicker-prev:after{
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ui-datepicker .ui-datepicker-prev {
	left:9px;
}
.ui-datepicker .ui-datepicker-next {
	right:2px;
}
.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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	margin:0;
}
.ui-datepicker td {
	border-width: 1px;
	padding: 0;
	border-style: solid;
	text-align: center;
	min-width: 41px;
}
.ui-datepicker td span,
.ui-datepicker a {
	display: block;
	text-align: center;
	text-decoration: none;
	/* from .ui-btn class */
	font-size: 16px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.ui-datepicker td a {
	padding: .2em 0;
	font-weight: bold;
	margin: 0;
	border-width: 0;
}
.ui-datepicker-calendar th {
	padding-top: .4em;
	padding-bottom: .4em;
	border-width: 1px;
	border-style: solid;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar span.ui-state-default {
	opacity: .7;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
	padding: .6em .5em;
}
.ui-datepicker .ui-state-disabled {
	opacity: 1;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-datepicker-header.ui-corner-all {
	border-radius: 0;
	-webkit-border-radius: 0;
}
/**************************************************************************************

	J!NX - fonts.css
	----------------------------------------------------------
	INDEX
	----------------------------------------------------------
	-Populaire
	
*************************************************************************************/

/*  Populaire - Main Font  */
@font-face {
    font-family: 'PopulaireMedium';
    src: url('/fonts/populaire-webfont.eot');
    src: url('/fonts/populaire-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/populaire-webfont.woff') format('woff'),
         url('/fonts/populaire-webfont.ttf') format('truetype'),
         url('/fonts/populaire-webfont.svg#PopulaireMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ArvoBold';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Arvo-Bold-webfont.eot');
    src: url('/fonts/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Arvo-Bold-webfont.woff') format('woff'), url('/fonts/Arvo-Bold-webfont.ttf') format('truetype'), url('/fonts/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
}	

@font-face {
    font-family: 'Arvo';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Arvo-Regular-webfont.eot');
    src: url('/fonts/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Arvo-Regular-webfont.woff') format('woff'), url('/fonts/Arvo-Regular-webfont.ttf') format('truetype'), url('/fonts/Arvo-Regular-webfont.svg#ArvoBold') format('svg');
}


@font-face {
    font-family: 'tolyer_bold';
    src: url('/fonts/Tolyer_Bold_no.1-webfont.eot');
    src: url('/fonts/Tolyer_Bold_no.1-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Tolyer_Bold_no.1-webfont.woff2') format('woff2'),
         url('/fonts/Tolyer_Bold_no.1-webfont.woff') format('woff'),
         url('/fonts/Tolyer_Bold_no.1-webfont.ttf') format('truetype'),
         url('/fonts/Tolyer_Bold_no.1-webfont.svg#tolyer_bold_no.1regular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'tolyer_light';
    src: url('/fonts/Tolyer_Light_no.1-webfont.eot');
    src: url('/fonts/Tolyer_Light_no.1-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Tolyer_Light_no.1-webfont.woff2') format('woff2'),
         url('/fonts/Tolyer_Light_no.1-webfont.woff') format('woff'),
         url('/fonts/Tolyer_Light_no.1-webfont.ttf') format('truetype'),
         url('/fonts/Tolyer_Light_no.1-webfont.svg#tolyer_bold_no.1regular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'tolyer_X';
    src: url('/fonts/tolyer_x_handmade_no.2-webfont.eot');
    src: url('/fonts/tolyer_x_handmade_no.2-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/tolyer_x_handmade_no.2-webfont.woff') format('woff'),
         url('/fonts/tolyer_x_handmade_no.2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'tolyer_vintage';
    src: url('/fonts/TolyerXVintageNo-1.eot');
    src: url('/fonts/TolyerXVintageNo-1.eot?#iefix') format('embedded-opentype'),
         url('/fonts/TolyerXVintageNo-1.woff') format('woff'),
         url('/fonts/TolyerXVintageNo-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'tolyer_vintage_shadow';
    src: url('/fonts/tolyer_x_vintage_no.2-webfont.eot');
    src: url('/fonts/tolyer_x_vintage_no.2-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/tolyer_x_vintage_no.2-webfont.woff') format('woff'),
         url('/fonts/tolyer_x_vintage_no.2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


@font-face {
font-family: 'creative_block';
src: url('/fonts/CREABBB-webfont.eot');
    src: url('/fonts/CREABBB-webfont.eot?#iefix') format('embedded-opentype'),
         
         url('/fonts/CREABBB-webfont.woff') format('woff'),
         url('/fonts/CREABBB-webfont.ttf') format('truetype'),
         url('/fonts/CREABBB-webfont.svg#CREABBB-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
font-family: 'arcade';
src: url('/fonts/DlxFont-webfont.eot');
    src: url('/fonts/DlxFont-webfont.eot?#iefix') format('embedded-opentype'),
         
         url('/fonts/DlxFont-webfont.woff') format('woff'),
         url('/fonts/DlxFont-webfont.ttf') format('truetype'),
         url('/fonts/DlxFont-webfont.svg#DlxFont-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

/* CLASH OF CLANS */

@font-face {
    font-family: 'cc YouBlockHead';
	src: url('/fonts/clashofclans/comicraft_-_ccyoublockhead-webfont.eot');
    src: url('/fonts/clashofclans/comicraft_-_ccyoublockhead-webfont.eot?#iefix') format('embedded-opentype'),
         
         url('/fonts/clashofclans/comicraft_-_ccyoublockhead-webfont.woff') format('woff'),
         url('/fonts/clashofclans/comicraft_-_ccyoublockhead-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'cc YouBlockHead open';
	src: url('/fonts/clashofclans/comicraft_-_ccyoublockheadopen-webfont.eot');
    src: url('/fonts/clashofclans/comicraft_-_ccyoublockheadopen-webfont.eot?#iefix') format('embedded-opentype'),
         
         url('/fonts/clashofclans/comicraft_-_ccyoublockheadopen-webfont.woff') format('woff'),
         url('/fonts/clashofclans/comicraft_-_ccyoublockheadopen-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'direwolf';
	src: url('/fonts/direwolf-webfont.eot');
    src: url('/fonts/direwolf-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/direwolf-webfont.woff') format('woff'),
         url('/fonts/direwolf-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'kapra';
	src: url('/fonts/kapra-regular.eot');
    src: url('/fonts/kapra-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/kapra-regular.woff') format('woff'),
         url('/fonts/kapra-regular.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'kapra_condensed';
	src: url('/fonts/kapra-regular-condensed.eot');
    src: url('/fonts/kapra-regular-condensed.eot?#iefix') format('embedded-opentype'),
         url('/fonts/kapra-regular-condensed.woff') format('woff'),
         url('/fonts/kapra-regular-condensed.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'munro';
	src: url('/fonts/munro-webfont.eot');
    src: url('/fonts/munro-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/munro-webfont.woff') format('woff'),
         url('/fonts/munro-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'munro_small';
	src: url('/fonts/munrosmall-webfont.eot');
    src: url('/fonts/munrosmall-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/munrosmall-webfont.woff') format('woff'),
         url('/fonts/munrosmall-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}


/* J!NX Fonts
-------------------------------------------------------------------------- */

@font-face {
	font-family: 'jinxfont';
	src:url('/fonts/jinxfont.eot?ffxvx8');
	src:url('/fonts/jinxfont.eot?#iefixffxvx8') format('embedded-opentype'),
		url('/fonts/jinxfont.woff?ffxvx8') format('woff'),
		url('/fonts/jinxfont.ttf?ffxvx8') format('truetype'),
		url('/fonts/jinxfont.svg?ffxvx8#jinxfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="jinx-"], [class*=" jinx-"] {
	font-family: 'jinxfont';
	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;
}


.jinx-skull_shape:before {
	content: "\e600";
}
.jinx-jinx_skull_light:before {
	content: "\e602";
}
.jinx-jinx_skull_dark:before {
	content: "\e603";
}
.jinx-jinx_logo:before {
	content: "\e604";
}
.jinx-ruler_icon:before {
	content: "\e601";
}

.jinx-jinx_avatar:before {
	content: "\e605";
}

.jinx-jinx_text:before {
	content: "\e606";
}
.jinx-glasses:before {
	content: "\e607";
}




/* J!NX Holiday Icons
-------------------------------------------------------------------------- */

@font-face {
	font-family: 'holiday_logos';
	src:url('/fonts/holiday_logos.eot?gczsba');
	src:url('/fonts/holiday_logos.eot?#iefixgczsba') format('embedded-opentype'),
		url('/fonts/holiday_logos.woff?gczsba') format('woff'),
		url('/fonts/holiday_logos.ttf?gczsba') format('truetype'),
		url('/fonts/holiday_logos.svg?gczsba#holiday_logos') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="logos"], [class*=" logos"] {
	font-family: 'holiday_logos';
	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;
}

.logos_original:before {
	content: "\e600";
}

.logos_judgement_day:before {
	content: "\e601";
}

.logos_tabletop_day:before {
	content: "\e602";
}

.logos_pirate_day:before {
	content: "\e603";
}

.logos_may_4th:before {
	content: "\e604";
}

.logos_pi_day:before {
	content: "\e605";
}

.logos_towel_day:before {
	content: "\e606";
}

.logos_comic_day:before {
	content: "\e607";
}

.logos_friday_13th:before {
	content: "\e608";
}

.logos_record_day:before {
	content: "\e609";
}


/* J!NX GEEK Logos CSS
-------------------------------------------------------------*/


.desktop_logo .jinx_logo i {
    font-family: 'holiday_logos';
    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;
}

.desktop_logo .jinx_logo_text i {
	font-family: 'jinxfont';
	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;
}

.desktop_logo .jinx_logo i:before {
content: "\e600";
 }

.desktop_logo .jinx_logo_text i:before {
content: "\e606";
}


.geek_holiday_header {
    border-bottom: 5px solid #eff3f3;
}

.geek_holiday_content p {
    font-size: 14px;
}


/* Geek Holidays
-------------------------------------------------------------*/

/* Pi Day  MAR 13th*/

.pi_day .jinx_logo i:before {
content: "\e605";
 }

.pi_day .jinx_logo {
    animation: rubberBand .75s ease;
    -webkit-animation: rubberBand .75s ease;
    -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}


/* Tabletop Day  APR 11th*/

.tabletop_day .jinx_logo i:before {
content: "\e602";
 }

.tabletop_day .jinx_logo {
    
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    top: 7px;

    animation: rubberBand .75s ease;
    -webkit-animation: rubberBand .75s ease;
    -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

/* Record Store Day  APR 18th*/

.recordstore_day .jinx_logo i:before {
content: "\e609";
 }

.recordstore_day .jinx_logo {
    
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
     top: 7px;
     margin-right: 10px;

    animation: rubberBand .75s ease;
    -webkit-animation: rubberBand .75s ease;
    -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

/* Comic Book Day  MAY 1st Sat */

.comicbook_day .jinx_logo i:before {
content: "\e607";
 }

.comicbook_day .jinx_logo {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);

    animation: rubberBand .75s ease;
        -webkit-animation: rubberBand .75s ease;
        -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;

}



/* Starwars Day  May 4th*/

.starwars_day .jinx_logo i:before {
content: "\e604";
 }

.starwars_day .jinx_logo {
    
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     top: 7px;
     margin-right: 10px;

    animation: rubberBand .75s ease;
        -webkit-animation: rubberBand .75s ease;
        -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;

}

/* Towel Day  May 258th*/

.towel_day .jinx_logo i:before {
content: "\e606";
 }

.towel_day .jinx_logo {
    
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     top: 7px;

    animation: rubberBand .75s ease;
        -webkit-animation: rubberBand .75s ease;
        -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;
     }

/* Judgement Day Aug 29th*/

.judgement_day .jinx_logo i:before {
content: "\e601";
 }

.judgement_day .jinx_log {
    animation: rubberBand .75s ease;
    -webkit-animation: rubberBand .75s ease;
    -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

/* Pirate Day  May 4th*/

.pirate_day .jinx_logo i:before {
content: "\e603";
 }

.pirate_day .jinx_logo {
    
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
     top: 8px;
     margin: 0 22px 0 10px;

    animation: rubberBand .75s ease;
    -webkit-animation: rubberBand .75s ease;
    -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

/* Friday 13th */

.friday13th_day .jinx_logo i:before {
content: "\e608";
 }

.friday13th_day .jinx_logo {

    animation: rubberBand .75s ease;
    -webkit-animation: rubberBand .75s ease;
    -moz-animation: rubberBand .75s ease;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;


}

/* Add this class to a font-icon if it immediately precedes tolyer_bold on a button */
.fa-tolyer {
    font-size: 1rem;
}

/*#region jinx-iconsv1*/

@font-face {
    font-family: 'jinx_v1';
    src:    url('/fonts/jinx_v1.eot?ye49wt');
    src:    url('/fonts/jinx_v1.eot?ye49wt#iefix') format('embedded-opentype'),
        url('/fonts/jinx_v1.ttf?ye49wt') format('truetype'),
        url('/fonts/jinx_v1.woff?ye49wt') format('woff'),
        url('/fonts/jinx_v1.svg?ye49wt#jinx_v1') format('svg');
    font-weight: normal;
    font-style: normal;
}

i.jx {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'jinx_v1' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display:inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jx-hamburger:before {
    content: "\e900";
}
.jx-book:before {
    content: "\e901";
}
.jx-cart-plus:before {
    content: "\e902";
}
.jx-wishlist-plus:before {
    content: "\e903";
}
.jx-address:before {
    content: "\e904";
}
.jx-flag:before {
    content: "\e905";
}
.jx-alert:before {
    content: "\e906";
}
.jx-arrow-right:before {
    content: "\e907";
}
.jx-coin:before {
    content: "\e908";
}
.jx-check:before {
    content: "\e909";
}
.jx-chevron-right:before {
    content: "\e90a";
}
.jx-double-chevron-right:before {
    content: "\e90b";
}
.jx-times:before {
    content: "\e90c";
}
.jx-comment:before {
    content: "\e90d";
}
.jx-gamepad:before {
    content: "\e90e";
}
.jx-cc:before {
    content: "\e90f";
}
.jx-desktop:before {
    content: "\e910";e91a
}
.jx-desktop-retro:before {
    content: "\e911";
}
.jx-edit .path1:before {
    content: "\e912";
    color: rgb(2, 2, 2);
}
.jx-edit .path2:before {
    content: "\e913";
    margin-left: -1em;
    color: rgb(2, 2, 2);
}
.jx-edit .path3:before {
    content: "\e914";
    margin-left: -1em;
    color: rgb(2, 2, 2);
}
.jx-edit .path4:before {
    content: "\e915";
    margin-left: -1em;
    color: rgb(2, 2, 2);
}
.jx-edit .path5:before {
    content: "\e916";
    margin-left: -1em;
    color: rgb(2, 2, 2);
}
.jx-edit .path6:before {
    content: "\e917";
    margin-left: -1em;
    color: rgb(2, 2, 2);
}
.jx-edit .path7:before {
    content: "\e918";
    margin-left: -1em;
    color: rgb(2, 2, 2);
}
.jx-edit .path8:before {
    content: "\e919";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.jx-faq:before {
    content: "\e91a";
}
.jx-feedback:before {
    content: "\e91b";
}
.jx-question-mark:before {
    content: "\e91c";
}
.jx-history:before {
    content: "\e91d";
}
.jx-jobs:before {
    content: "\e91e";
}
.jx-lock:before {
    content: "\e91f";
}
.jx-mail:before {
    content: "\e920";
}
.jx-photo:before {
    content: "\e921";
}
.jx-mobile:before {
    content: "\e922";
}
.jx-play:before {
    content: "\e923";
}
.jx-plus:before {
    content: "\e924";
}
.jx-privacy:before {
    content: "\e925";
}
.jx-bullhorn:before {
    content: "\e926";
}
.jx-refresh:before {
    content: "\e927";
}
.jx-searchpupil:before {
    content: "\e928";
}
.jx-search:before {
    content: "\e929";
}
.jx-cog:before {
    content: "\e92a";
}
.jx-cart:before {
    content: "\e92c";
}
.jx-sitemap:before {
    content: "\e92d";
}
.jx-sizing:before {
    content: "\e92e";
}
.jx-levels:before {
    content: "\e92f";
}
.jx-tablet:before {
    content: "\e930";
}
.jx-terms:before {
    content: "\e931";
}
.jx-unlock:before {
    content: "\e932";
}
.jx-user:before {
    content: "\e933";
}
.jx-wholesale:before {
    content: "\e934";
}
.jx-wishlist:before {
    content: "\e935";
}
.jx-zoom:before {
    content: "\e936";
}

.jx.search-animated {
    position:relative;
}

.jx.search-animated::after {
    content: '.';
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(50%);
        -webkit-transform:translateX(-50%) translateY(50%);
        -moz-transform:translateX(-50%) translateY(50%);
    animation: -search- 2s infinite cubic-bezier(0.99, 0, 0.07, 0.96);
    -webkit-animation: -search- 2s infinite cubic-bezier(0.99, 0, 0.07, 0.96);
    -moz-animation: -search- 2s infinite cubic-bezier(0.99, 0, 0.07, 0.96);
}

@keyframes -search- {
    20% {
        left:58%;
        bottom:93%;
    }
    30% {
        left: 45%;
        bottom: 103%;
    }
    40% {
        bottom:93%;
    }
    70% {
        left: 55%;
        bottom: 103%;
    }
    80% {
        left:45%;
    }
}

/*#endregion jinx-iconsv1*/
@charset "UTF-8";.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-loading .slick-list{background:#fff center center no-repeat}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-track,.slick-slide,.slick-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;zoom:1}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}@font-face{font-family:"slick";src:url("./fonts/slick.eot");src:url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;top:33%;margin-top:-10px;padding:0;border:none;outline:none;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease}.slick-prev:hover,.slick-next:hover{transform:scale(1.5);-webkit-transform:scale(1.5);-moz-transform:scale(1.5)}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:fontawesome;font-size:4rem;line-height:1;color:#222;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-40px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:""}[dir="rtl"] .slick-prev:before{content:""}.slick-next{right:-40px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:""}[dir="rtl"] .slick-next:before{content:""}.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:sans-serif;font-size:40px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease;transform:scale(1.4);-webkit-transform:scale(1.4);-moz-transform:scale(1.4)}ul.slick-dots{margin-left:0}
img-crop{width:100%;height:100%;display:block;position:relative;overflow:hidden}img-crop canvas{display:block;position:absolute;top:50%;left:50%;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0)}
.demo {
 
    margin-bottom: 30px;
    
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    padding: 16px 16px 2px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background-color: #394249;
    color: #fff;
    border-right:#5d6c78 2px solid; 
    width: 20%;
    height: 70px;
    text-align: center;
}

.resp-tabs-list.resp-tabs-list-5 li {
    width: 20%;
}

.resp-tabs-list.resp-tabs-list-4 li {
    width: 25%;
}

.resp-tabs-list.resp-tabs-list-3 li {
    width: 33%;
}

.resp-tabs-list.resp-tabs-list-2 li {
    width: 50%;
}

.resp-tabs-list.resp-tabs-list-1 li {
    width: 100%;
}

.resp-tabs-list li:first-child {
    border-top-left-radius: 4px;
}

.resp-tabs-list li:last-child {
    border-right:#394249 2px solid;
    border-top-right-radius: 4px; 
}

.resp-tabs-list li .fa {
    
    display: block;
    font-size: 25px;
    color: #5d6c78;
    margin: 0 0 5px;
}

.resp-tab-active .fa {
    color: #fff !important;
}

.resp-tabs-list li span.tab_title {
    display: block;
    margin: 0;
    text-transform:  uppercase;
    
}


h2.resp-accordion .fa {
    
    font-size: 25px;
    color: #5d6c78;
    margin-right: 10px;
}

h2.resp-accordion span.tab_title {
    margin: 0;
    text-transform:  uppercase;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #eff3f3;
    clear: left;

    }

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    background: #394249;
 }

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-content p {
    font-size: 13px;
}

.resp-tab-active {
position: relative;
}

.resp-tab-active {
background-color: #5d6c78 !important;
}


.resp-tab-active:after, .resp-tab-active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.resp-tab-active:after {
	border-color: rgba(93, 108, 120, 0);
	border-top-color: #5D6C78;
	border-width: 10px;
	margin-left: -10px;
}
.resp-tab-active:before {
	border-color: rgba(57, 66, 73, 0);
	border-top-color: #394249;
	border-width: 11px;
	margin-left: -11px;
}


.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #394249;
    border-top: 2px solid #5d6c78;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #394249 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #394249;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #7bbbb4;
	display: inline-block;
	padding-top: 7px;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #7bbbb4;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #5d6c78 !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #394249;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #394249 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #394249 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
 @media only screen and (max-width: 64em)  {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #394249;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
    width:100%;
    height:100%;
    top:0;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5rem}.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{width:auto;margin-left:-.9375rem;margin-right:-.9375rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].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:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}.small-offset-0{margin-left:0% !important}.small-offset-1{margin-left:8.33333% !important}.small-offset-2{margin-left:16.66667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.33333% !important}.small-offset-5{margin-left:41.66667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.33333% !important}.small-offset-8{margin-left:66.66667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.33333% !important}.small-offset-11{margin-left:91.66667% !important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.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}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}.medium-offset-0{margin-left:0% !important}.medium-offset-1{margin-left:8.33333% !important}.medium-offset-2{margin-left:16.66667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.33333% !important}.medium-offset-5{margin-left:41.66667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.33333% !important}.medium-offset-8{margin-left:66.66667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.33333% !important}.medium-offset-11{margin-left:91.66667% !important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.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}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}.large-offset-0{margin-left:0% !important}.large-offset-1{margin-left:8.33333% !important}.large-offset-2{margin-left:16.66667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.33333% !important}.large-offset-5{margin-left:41.66667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.33333% !important}.large-offset-8{margin-left:66.66667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.33333% !important}.large-offset-11{margin-left:91.66667% !important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.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}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.accordion{margin-bottom:0}.accordion:before,.accordion:after{content:" ";display:table}.accordion:after{clear:both}.accordion .accordion-navigation,.accordion dd{display:block;margin-bottom:0 !important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:#e8e8e8}.accordion .accordion-navigation>a,.accordion dd>a{background:#efefef;color:#222;padding:1rem;display:block;font-family:Arial,sans-serif;font-size:1rem}.accordion .accordion-navigation>a:hover,.accordion dd>a:hover{background:#e3e3e3}.accordion .accordion-navigation>.content,.accordion dd>.content{display:none;padding:.9375rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{display:block;background:#fff}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.alert-box{border-style:solid;border-width:1px;display:block;font-weight:normal;margin-bottom:1.25rem;position:relative;padding:.875rem 1.5rem .875rem .875rem;font-size:.8125rem;transition:opacity 300ms ease-out;background-color:#4ac2be;border-color:#3aaca9;color:#fff}.alert-box .close{font-size:1.375rem;padding:9px 6px 4px;line-height:0;position:absolute;top:50%;margin-top:-.6875rem;right:.25rem;color:#333;opacity:.3;background:inherit}.alert-box .close:hover,.alert-box .close:focus{opacity:.5}.alert-box.radius{border-radius:3px}.alert-box.round{border-radius:1000px}.alert-box.success{background-color:#43ac6a;border-color:#3a945b;color:#fff}.alert-box.alert{background-color:#f04124;border-color:#de2d0f;color:#fff}.alert-box.secondary{background-color:#fff;border-color:#dbdbdb;color:#575757}.alert-box.warning{background-color:#9e200b;border-color:#881c09;color:#fff}.alert-box.info{background-color:#a0d3e8;border-color:#74bfdd;color:#575757}.alert-box.alert-close{opacity:0}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}[class*="block-grid-"]{display:block;padding:0;margin: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;height:auto;float:left;padding:0 .625rem 1.25rem}@media only screen{.small-block-grid-1>li{width:100%;list-style:none}.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{width:50%;list-style:none}.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{width:33.33333%;list-style:none}.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{width:25%;list-style:none}.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{width:20%;list-style:none}.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{width:16.66667%;list-style:none}.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{width:14.28571%;list-style:none}.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{width:12.5%;list-style:none}.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{width:11.11111%;list-style:none}.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{width:10%;list-style:none}.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{width:9.09091%;list-style:none}.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{width:8.33333%;list-style:none}.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.063em){.medium-block-grid-1>li{width:100%;list-style:none}.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{width:50%;list-style:none}.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{width:33.33333%;list-style:none}.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{width:25%;list-style:none}.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{width:20%;list-style:none}.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{width:16.66667%;list-style:none}.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{width:14.28571%;list-style:none}.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{width:12.5%;list-style:none}.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{width:11.11111%;list-style:none}.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{width:10%;list-style:none}.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{width:9.09091%;list-style:none}.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{width:8.33333%;list-style:none}.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.063em){.large-block-grid-1>li{width:100%;list-style:none}.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{width:50%;list-style:none}.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{width:33.33333%;list-style:none}.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{width:25%;list-style:none}.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{width:20%;list-style:none}.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{width:16.66667%;list-style:none}.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{width:14.28571%;list-style:none}.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{width:12.5%;list-style:none}.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{width:11.11111%;list-style:none}.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{width:10%;list-style:none}.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{width:9.09091%;list-style:none}.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{width:8.33333%;list-style:none}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.breadcrumbs{display:block;padding:.5625rem .875rem .5625rem;overflow:hidden;margin-left:0;list-style:none;border-style:solid;border-width:1px;background-color:#fff;border-color:#e6e6e6;border-radius:3px}.breadcrumbs>*{margin:0;float:left;font-size:.6875rem;line-height:.6875rem;text-transform:uppercase;color:#4ac2be}.breadcrumbs>*:hover a,.breadcrumbs>*:focus a{text-decoration:underline}.breadcrumbs>* a{color:#4ac2be}.breadcrumbs>*.current{cursor:default;color:#333}.breadcrumbs>*.current a{cursor:default;color:#333}.breadcrumbs>*.current:hover,.breadcrumbs>*.current:hover a,.breadcrumbs>*.current:focus,.breadcrumbs>*.current:focus a{text-decoration:none}.breadcrumbs>*.unavailable{color:#999}.breadcrumbs>*.unavailable a{color:#999}.breadcrumbs>*.unavailable:hover,.breadcrumbs>*.unavailable:hover a,.breadcrumbs>*.unavailable:focus,.breadcrumbs>*.unavailable a:focus{text-decoration:none;color:#999;cursor:default}.breadcrumbs>*:before{content:"/";color:#aaa;margin:0 .75rem;position:relative;top:1px}.breadcrumbs>*:first-child:before{content:" ";margin:0}[aria-label="breadcrumbs"] [aria-hidden="true"]:after{content:"/"}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}.button-group{list-style:none;margin:0;left:0}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group>li{margin:0 -2px;display:inline-block}.button-group>li>button,.button-group>li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group>li:first-child button,.button-group>li:first-child .button{border-left:0}.button-group.stack>li{margin:0 -2px;display:inline-block;display:block;margin:0;float:none}.button-group.stack>li>button,.button-group.stack>li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-left:0}.button-group.stack>li>button,.button-group.stack>li .button{border-top:1px solid;border-color:rgba(255,255,255,.5);border-left-width:0;margin:0;display:block}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-top:0}.button-group.stack-for-small>li{margin:0 -2px;display:inline-block}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}@media only screen and (max-width:40em){.button-group.stack-for-small>li{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-top:1px solid;border-color:rgba(255,255,255,.5);border-left-width:0;margin:0;display:block}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-top:0}}.button-group.radius>*{margin:0 -2px;display:inline-block}.button-group.radius>*>button,.button-group.radius>* .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.radius>*:first-child button,.button-group.radius>*:first-child .button{border-left:0}.button-group.radius>*,.button-group.radius>*>a,.button-group.radius>*>button,.button-group.radius>*>.button{border-radius:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.button-group.radius.stack>*{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-left:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-top:1px solid;border-color:rgba(255,255,255,.5);border-left-width:0;margin:0;display:block}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-top:0}.button-group.radius.stack>*,.button-group.radius.stack>*>a,.button-group.radius.stack>*>button,.button-group.radius.stack>*>.button{border-radius:0}.button-group.radius.stack>*:first-child,.button-group.radius.stack>*:first-child>a,.button-group.radius.stack>*:first-child>button,.button-group.radius.stack>*:first-child>.button{-webkit-top-left-radius:3px;-webkit-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}.button-group.radius.stack>*:last-child,.button-group.radius.stack>*:last-child>a,.button-group.radius.stack>*:last-child>button,.button-group.radius.stack>*:last-child>.button{-webkit-bottom-left-radius:3px;-webkit-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media only screen and (min-width:40.063em){.button-group.radius.stack-for-small>*{margin:0 -2px;display:inline-block}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}}@media only screen and (max-width:40em){.button-group.radius.stack-for-small>*{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-top:1px solid;border-color:rgba(255,255,255,.5);border-left-width:0;margin:0;display:block}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-top:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-top-left-radius:3px;-webkit-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:3px;-webkit-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}}.button-group.round>*{margin:0 -2px;display:inline-block}.button-group.round>*>button,.button-group.round>* .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.round>*:first-child button,.button-group.round>*:first-child .button{border-left:0}.button-group.round>*,.button-group.round>*>a,.button-group.round>*>button,.button-group.round>*>.button{border-radius:0}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}.button-group.round.stack>*{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-left:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-top:1px solid;border-color:rgba(255,255,255,.5);border-left-width:0;margin:0;display:block}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-top:0}.button-group.round.stack>*,.button-group.round.stack>*>a,.button-group.round.stack>*>button,.button-group.round.stack>*>.button{border-radius:0}.button-group.round.stack>*:first-child,.button-group.round.stack>*:first-child>a,.button-group.round.stack>*:first-child>button,.button-group.round.stack>*:first-child>.button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack>*:last-child,.button-group.round.stack>*:last-child>a,.button-group.round.stack>*:last-child>button,.button-group.round.stack>*:last-child>.button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}@media only screen and (min-width:40.063em){.button-group.round.stack-for-small>*{margin:0 -2px;display:inline-block}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}}@media only screen and (max-width:40em){.button-group.round.stack-for-small>*{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-top:1px solid;border-color:rgba(255,255,255,.5);border-left-width:0;margin:0;display:block}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-top:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}}.button-group.even-2 li{margin:0 -2px;display:inline-block;width:50%}.button-group.even-2 li>button,.button-group.even-2 li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.even-2 li:first-child button,.button-group.even-2 li:first-child .button{border-left:0}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{margin:0 -2px;display:inline-block;width:33.33333%}.button-group.even-3 li>button,.button-group.even-3 li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.even-3 li:first-child button,.button-group.even-3 li:first-child .button{border-left:0}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{margin:0 -2px;display:inline-block;width:25%}.button-group.even-4 li>button,.button-group.even-4 li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.even-4 li:first-child button,.button-group.even-4 li:first-child .button{border-left:0}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{margin:0 -2px;display:inline-block;width:20%}.button-group.even-5 li>button,.button-group.even-5 li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.even-5 li:first-child button,.button-group.even-5 li:first-child .button{border-left:0}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{margin:0 -2px;display:inline-block;width:16.66667%}.button-group.even-6 li>button,.button-group.even-6 li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.even-6 li:first-child button,.button-group.even-6 li:first-child .button{border-left:0}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{margin:0 -2px;display:inline-block;width:14.28571%}.button-group.even-7 li>button,.button-group.even-7 li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.even-7 li:first-child button,.button-group.even-7 li:first-child .button{border-left:0}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{margin:0 -2px;display:inline-block;width:12.5%}.button-group.even-8 li>button,.button-group.even-8 li .button{border-left:1px solid;border-color:rgba(255,255,255,.5)}.button-group.even-8 li:first-child button,.button-group.even-8 li:first-child .button{border-left:0}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:.625rem}.button-bar .button-group div{overflow:hidden}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.clearing-thumbs,[data-clearing]{margin-bottom:0;margin-left:0;list-style:none}.clearing-thumbs:before,.clearing-thumbs:after,[data-clearing]:before,[data-clearing]:after{content:" ";display:table}.clearing-thumbs:after,[data-clearing]:after{clear:both}.clearing-thumbs li,[data-clearing] li{float:left;margin-right:10px}.clearing-thumbs[class*="block-grid-"] li,[data-clearing][class*="block-grid-"] li{margin-right:0}.clearing-blackout{background:#333;position:fixed;width:100%;height:100%;top:0;left:0;z-index:998}.clearing-blackout .clearing-close{display:block}.clearing-container{position:relative;z-index:998;height:100%;overflow:hidden;margin:0}.clearing-touch-label{position:absolute;top:50%;left:50%;color:#aaa;font-size:.6em}.visible-img{height:95%;position:relative}.visible-img img{position:absolute;left:50%;top:50%;margin-left:-50%;max-height:100%;max-width:100%}.clearing-caption{color:#d3d7db;font-size:.875em;line-height:1.3;margin-bottom:0;text-align:center;bottom:0;background:#333;width:100%;padding:10px 30px 20px;position:absolute;left:0}.clearing-close{z-index:999;padding-left:20px;padding-top:10px;font-size:30px;line-height:1;color:#d3d7db;display:none}.clearing-close:hover,.clearing-close:focus{color:#d3d7db}.clearing-assembled .clearing-container{height:100%}.clearing-assembled .clearing-container .carousel>ul{display:none}.clearing-feature li{display:none}.clearing-feature li.clearing-featured-img{display:block}@media only screen and (min-width:40.063em){.clearing-main-prev,.clearing-main-next{position:absolute;height:100%;width:40px;top:0}.clearing-main-prev>span,.clearing-main-next>span{position:absolute;top:50%;display:block;width:0;height:0;border:solid 12px}.clearing-main-prev>span:hover,.clearing-main-next>span:hover{opacity:.8}.clearing-main-prev{left:0}.clearing-main-prev>span{left:5px;border-color:transparent;border-right-color:#d3d7db}.clearing-main-next{right:0}.clearing-main-next>span{border-color:transparent;border-left-color:#d3d7db}.clearing-main-prev.disabled,.clearing-main-next.disabled{opacity:.3}.clearing-assembled .clearing-container .carousel{background:rgba(51,51,51,.8);height:120px;margin-top:10px;text-align:center}.clearing-assembled .clearing-container .carousel>ul{display:inline-block;z-index:999;height:100%;position:relative;float:none}.clearing-assembled .clearing-container .carousel>ul li{display:block;width:120px;min-height:inherit;float:left;overflow:hidden;margin-right:0;padding:0;position:relative;cursor:pointer;opacity:.4;clear:none}.clearing-assembled .clearing-container .carousel>ul li.fix-height img{height:100%;max-width:none}.clearing-assembled .clearing-container .carousel>ul li a.th{border:none;box-shadow:none;display:block}.clearing-assembled .clearing-container .carousel>ul li img{cursor:pointer !important;width:100% !important}.clearing-assembled .clearing-container .carousel>ul li.visible{opacity:1}.clearing-assembled .clearing-container .carousel>ul li:hover{opacity:.8}.clearing-assembled .clearing-container .visible-img{background:#333;overflow:hidden;height:85%}.clearing-close{position:absolute;top:10px;right:20px;padding-left:0;padding-top:0}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.f-dropdown{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:2px;max-width:200px}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:89}.f-dropdown:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown.drop-right{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:2px;max-width:200px}.f-dropdown.drop-right>*:first-child{margin-top:0}.f-dropdown.drop-right>*:last-child{margin-bottom:0}.f-dropdown.drop-right:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent #fff transparent transparent;border-right-style:solid;position:absolute;top:10px;left:-12px;z-index:89}.f-dropdown.drop-right:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent #ccc transparent transparent;border-right-style:solid;position:absolute;top:9px;left:-14px;z-index:88}.f-dropdown.drop-left{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:-2px;max-width:200px}.f-dropdown.drop-left>*:first-child{margin-top:0}.f-dropdown.drop-left>*:last-child{margin-bottom:0}.f-dropdown.drop-left:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent transparent #fff;border-left-style:solid;position:absolute;top:10px;right:-12px;left:auto;z-index:89}.f-dropdown.drop-left:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent transparent #ccc;border-left-style:solid;position:absolute;top:9px;right:-14px;left:auto;z-index:88}.f-dropdown.drop-top{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:-2px;margin-left:0;max-width:200px}.f-dropdown.drop-top>*:first-child{margin-top:0}.f-dropdown.drop-top>*:last-child{margin-bottom:0}.f-dropdown.drop-top:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:#fff transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-12px;left:10px;right:auto;z-index:89}.f-dropdown.drop-top:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:#ccc transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-14px;left:9px;right:auto;z-index:88}.f-dropdown li{font-size:.875rem;cursor:pointer;line-height:1.125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li.radius{border-radius:3px}.f-dropdown li a{display:block;padding:.5rem;color:#555}.f-dropdown.content{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;padding:1.25rem;width:100%;height:auto;max-height:none;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;max-width:200px}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{width:100% !important;max-width:100% !important}.f-dropdown.mega.open{left:0 !important}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.dropdown.button,button.dropdown{position:relative;outline:none;padding-right:3.5625rem}.dropdown.button::after,button.dropdown::after{position:absolute;content:"";width:0;height:0;display:block;border-style:solid;border-color:#fff transparent transparent transparent;top:50%}.dropdown.button::after,button.dropdown::after{border-width:.375rem;right:1.40625rem;margin-top:-.15625rem}.dropdown.button::after,button.dropdown::after{border-color:#fff transparent transparent transparent}.dropdown.button.tiny,button.dropdown.tiny{padding-right:2.625rem}.dropdown.button.tiny:after,button.dropdown.tiny:after{border-width:.375rem;right:1.125rem;margin-top:-.125rem}.dropdown.button.tiny::after,button.dropdown.tiny::after{border-color:#fff transparent transparent transparent}.dropdown.button.small,button.dropdown.small{padding-right:3.0625rem}.dropdown.button.small::after,button.dropdown.small::after{border-width:.4375rem;right:1.3125rem;margin-top:-.15625rem}.dropdown.button.small::after,button.dropdown.small::after{border-color:#fff transparent transparent transparent}.dropdown.button.large,button.dropdown.large{padding-right:3.625rem}.dropdown.button.large::after,button.dropdown.large::after{border-width:.3125rem;right:1.71875rem;margin-top:-.15625rem}.dropdown.button.large::after,button.dropdown.large::after{border-color:#fff transparent transparent transparent}.dropdown.button.secondary:after,button.dropdown.secondary:after{border-color:#333 transparent transparent transparent}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.flex-video{position:relative;padding-top:1.5625rem;padding-bottom:67.5%;height:0;margin-bottom:1rem;overflow:hidden}.flex-video.widescreen{padding-bottom:56.34%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}form{margin:0 0 1rem}form .row .row{margin:0 -.5rem}form .row .row .column,form .row .row .columns{padding: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:.5rem}label{font-size:.875rem;color:#4d4d4d;cursor:pointer;display:block;font-weight:normal;line-height:1.5;margin-bottom:0}label.right{float:none !important;text-align:right}label.inline{margin:0 0 1rem 0;padding:.5625rem 0}label small{text-transform:capitalize;color:#676767}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:.875rem;height:2.4375rem;line-height:2.4375rem}.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:none}.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:none}.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}span.prefix,label.prefix{background:#f2f2f2;border-right:none;color:#333;border-color:#ccc}span.postfix,label.postfix{background:#f2f2f2;border-left:none;color:#333;border-color:#ccc}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;-webkit-border-radius:0;background-color:#fff;font-family:inherit;border-style:solid;border-width:1px;border-color:#ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:rgba(0,0,0,.75);display:block;font-size:1rem;margin:0 0 1rem 0;padding:.5rem;height:2.4375rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:box-shadow .45s,border-color .45s ease-in-out}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{box-shadow:0 0 5px #999;border-color:#999}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:#fafafa;border-color:#999;outline:none}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:#ddd;cursor:default}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:#ddd;cursor:default}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{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{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{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{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;-webkit-border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}select{-webkit-appearance:none !important;-webkit-border-radius:0;background-color:#fafafa;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:#ccc;padding:.5rem;font-size:1rem;font-family:Arial,sans-serif;color:rgba(0,0,0,.75);line-height:normal;border-radius:0;height:2.4375rem}select::-ms-expand{display:none}select.radius{border-radius:3px}select:hover{background-color:#f3f3f3;border-color:#999}select:disabled{background-color:#ddd;cursor:default}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:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type="file"]{width:100%}fieldset{border:1px solid #ddd;padding:1.25rem;margin:1.125rem 0}fieldset legend{font-weight:bold;background:#fff;padding:0 .1875rem;margin:0;margin-left:-.1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}.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;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}.error>label>small{color:#676767;background:transparent;padding:0;text-transform:capitalize;font-style:normal;font-size:60%;margin:0;display:inline}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#f04124}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.icon-bar{width:100%;font-size:0;display:inline-block;background:#333}.icon-bar>*{text-align:center;font-size:1rem;width:25%;margin:0 auto;display:block;padding:1.25rem;float:left}.icon-bar>* i,.icon-bar>* img{display:block;margin:0 auto}.icon-bar>* i+label,.icon-bar>* img+label{margin-top:.0625rem}.icon-bar>* i{font-size:1.875rem;vertical-align:middle}.icon-bar>* img{width:1.875rem;height:1.875rem}.icon-bar.label-right>* i,.icon-bar.label-right>* img{margin:0 .0625rem 0 0;display:inline-block}.icon-bar.label-right>* i+label,.icon-bar.label-right>* img+label{margin-top:0}.icon-bar.label-right>* label{display:inline-block}.icon-bar.vertical.label-right>*{text-align:left}.icon-bar.vertical,.icon-bar.small-vertical{height:100%;width:auto}.icon-bar.vertical .item,.icon-bar.small-vertical .item{width:auto;margin:auto;float:none}@media only screen and (min-width:40.063em){.icon-bar.medium-vertical{height:100%;width:auto}.icon-bar.medium-vertical .item{width:auto;margin:auto;float:none}}@media only screen and (min-width:64.063em){.icon-bar.large-vertical{height:100%;width:auto}.icon-bar.large-vertical .item{width:auto;margin:auto;float:none}}.icon-bar>*{font-size:1rem;padding:1.25rem}.icon-bar>* i+label,.icon-bar>* img+label{margin-top:.0625rem}.icon-bar>* i{font-size:1.875rem}.icon-bar>* img{width:1.875rem;height:1.875rem}.icon-bar>*:hover{background:#4ac2be}.icon-bar>* label{color:#fff}.icon-bar>* i{color:#fff}.icon-bar.two-up .item{width:50%}.icon-bar.two-up.vertical .item,.icon-bar.two-up.small-vertical .item{width:auto}@media only screen and (min-width:40.063em){.icon-bar.two-up.medium-vertical .item{width:auto}}@media only screen and (min-width:64.063em){.icon-bar.two-up.large-vertical .item{width:auto}}.icon-bar.three-up .item{width:33.3333%}.icon-bar.three-up.vertical .item,.icon-bar.three-up.small-vertical .item{width:auto}@media only screen and (min-width:40.063em){.icon-bar.three-up.medium-vertical .item{width:auto}}@media only screen and (min-width:64.063em){.icon-bar.three-up.large-vertical .item{width:auto}}.icon-bar.four-up .item{width:25%}.icon-bar.four-up.vertical .item,.icon-bar.four-up.small-vertical .item{width:auto}@media only screen and (min-width:40.063em){.icon-bar.four-up.medium-vertical .item{width:auto}}@media only screen and (min-width:64.063em){.icon-bar.four-up.large-vertical .item{width:auto}}.icon-bar.five-up .item{width:20%}.icon-bar.five-up.vertical .item,.icon-bar.five-up.small-vertical .item{width:auto}@media only screen and (min-width:40.063em){.icon-bar.five-up.medium-vertical .item{width:auto}}@media only screen and (min-width:64.063em){.icon-bar.five-up.large-vertical .item{width:auto}}.icon-bar.six-up .item{width:16.66667%}.icon-bar.six-up.vertical .item,.icon-bar.six-up.small-vertical .item{width:auto}@media only screen and (min-width:40.063em){.icon-bar.six-up.medium-vertical .item{width:auto}}@media only screen and (min-width:64.063em){.icon-bar.six-up.large-vertical .item{width:auto}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.inline-list{margin:0 auto 1.0625rem auto;margin-left:-1.375rem;margin-right:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{list-style:none;float:left;margin-left:1.375rem;display:block}.inline-list>li>*{display:block}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.joyride-list{display:none}.joyride-tip-guide{display:none;position:absolute;background:#333;color:#fff;z-index:101;top:0;left:2.5%;font-family:inherit;font-weight:normal;width:95%}.lt-ie9 .joyride-tip-guide{max-width:800px;left:50%;margin-left:-400px}.joyride-content-wrapper{width:100%;padding:1.125rem 1.25rem 1.5rem}.joyride-content-wrapper .button{margin-bottom:0 !important}.joyride-content-wrapper .joyride-prev-tip{margin-right:10px}.joyride-tip-guide .joyride-nub{display:block;position:absolute;left:22px;width:0;height:0;border:10px solid #333}.joyride-tip-guide .joyride-nub.top{border-top-style:solid;border-color:#333;border-top-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;top:-20px}.joyride-tip-guide .joyride-nub.bottom{border-bottom-style:solid;border-color:#333 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-20px}.joyride-tip-guide .joyride-nub.right{right:-20px}.joyride-tip-guide .joyride-nub.left{left:-20px}.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6{line-height:1.25;margin:0;font-weight:bold;color:#fff}.joyride-tip-guide p{margin:0 0 1.125rem 0;font-size:.875rem;line-height:1.3}.joyride-timer-indicator-wrap{width:50px;height:3px;border:solid 1px #555;position:absolute;right:1.0625rem;bottom:1rem}.joyride-timer-indicator{display:block;width:0;height:inherit;background:#666}.joyride-close-tip{position:absolute;right:12px;top:10px;color:#777 !important;text-decoration:none;font-size:24px;font-weight:normal;line-height:.5 !important}.joyride-close-tip:hover,.joyride-close-tip:focus{color:#eee !important}.joyride-modal-bg{position:fixed;height:100%;width:100%;background:transparent;background:rgba(0,0,0,.5);z-index:100;display:none;top:0;left:0;cursor:pointer}.joyride-expose-wrapper{background-color:#fff;position:absolute;border-radius:3px;z-index:102;box-shadow:0 0 15px #fff}.joyride-expose-cover{background:transparent;border-radius:3px;position:absolute;z-index:9999;top:0;left:0}@media only screen and (min-width:40.063em){.joyride-tip-guide{width:300px;left:inherit}.joyride-tip-guide .joyride-nub.bottom{border-color:#333 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-20px}.joyride-tip-guide .joyride-nub.right{border-color:#333 !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;top:22px;left:auto;right:-20px}.joyride-tip-guide .joyride-nub.left{border-color:#333 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;top:22px;left:-20px;right:auto}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.keystroke,kbd{background-color:#ededed;border-color:#ddd;color:#222;border-style:solid;border-width:1px;margin:0;font-family:"Consolas","Menlo","Courier",monospace;font-size:inherit;padding:.125rem .25rem 0;border-radius:3px}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.label{font-weight:normal;font-family:Arial,sans-serif;text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline-block;position:relative;margin-bottom:inherit;padding:.25rem .5rem .25rem;font-size:.6875rem;background-color:#4ac2be;color:#fff}.label.radius{border-radius:3px}.label.round{border-radius:1000px}.label.alert{background-color:#f04124;color:#fff}.label.warning{background-color:#9e200b;color:#fff}.label.success{background-color:#43ac6a;color:#fff}.label.secondary{background-color:#fff;color:#333}.label.info{background-color:#a0d3e8;color:#333}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}[data-magellan-expedition],[data-magellan-expedition-clone]{background:#fff;z-index:50;min-width:100%;padding:10px}[data-magellan-expedition] .sub-nav,[data-magellan-expedition-clone] .sub-nav{margin-bottom:0}[data-magellan-expedition] .sub-nav dd,[data-magellan-expedition-clone] .sub-nav dd{margin-bottom:0}[data-magellan-expedition] .sub-nav a,[data-magellan-expedition-clone] .sub-nav a{line-height:1.8em}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-o-keyframes rotate{from{-o-transform:rotate(0deg);}to{-o-transform:rotate(360deg);}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.slideshow-wrapper{position:relative}.slideshow-wrapper ul{list-style-type:none;margin:0}.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption{display:none}.slideshow-wrapper ul li:first-child{display:block}.slideshow-wrapper .orbit-container{background-color:transparent}.slideshow-wrapper .orbit-container li{display:block}.slideshow-wrapper .orbit-container li .orbit-caption{display:block}.slideshow-wrapper .orbit-container .orbit-bullets li{display:inline-block}.slideshow-wrapper .preloader{display:block;width:40px;height:40px;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;border:solid 3px;border-color:#555 #fff;border-radius:1000px;animation-name:rotate;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}.orbit-container{overflow:hidden;width:100%;position:relative;background:none}.orbit-container .orbit-slides-container{list-style:none;margin:0;padding:0;position:relative;-webkit-transform:translateZ(0)}.orbit-container .orbit-slides-container img{display:block;max-width:100%}.orbit-container .orbit-slides-container>*{position:absolute;top:0;width:100%;margin-left:100%}.orbit-container .orbit-slides-container>*:first-child{margin-left:0%}.orbit-container .orbit-slides-container>* .orbit-caption{position:absolute;bottom:0;background-color:rgba(51,51,51,.8);color:#fff;width:100%;padding:.625rem .875rem;font-size:.875rem}.orbit-container .orbit-slide-number{position:absolute;top:10px;left:10px;font-size:12px;color:#fff;background:transparent;z-index:10}.orbit-container .orbit-slide-number span{font-weight:700;padding:.3125rem}.orbit-container .orbit-timer{position:absolute;top:12px;right:10px;height:6px;width:100px;z-index:10}.orbit-container .orbit-timer .orbit-progress{height:3px;background-color:rgba(255,255,255,.3);display:block;width:0%;position:relative;right:20px;top:5px}.orbit-container .orbit-timer>span{display:none;position:absolute;top:0;right:0;width:11px;height:14px;border:solid 4px #fff;border-top:none;border-bottom:none}.orbit-container .orbit-timer.paused>span{right:-4px;top:0;width:11px;height:14px;border:inset 8px;border-left-style:solid;border-color:transparent;border-left-color:#fff}.orbit-container .orbit-timer.paused>span.dark{border-left-color:#333}.orbit-container:hover .orbit-timer>span{display:block}.orbit-container .orbit-prev,.orbit-container .orbit-next{position:absolute;top:45%;margin-top:-25px;width:36px;height:60px;line-height:50px;color:#fff;background-color:transparent;text-indent:-9999px !important;z-index:10}.orbit-container .orbit-prev:hover,.orbit-container .orbit-next:hover{background-color:rgba(0,0,0,.3)}.orbit-container .orbit-prev>span,.orbit-container .orbit-next>span{position:absolute;top:50%;margin-top:-10px;display:block;width:0;height:0;border:inset 10px}.orbit-container .orbit-prev{left:0}.orbit-container .orbit-prev>span{border-right-style:solid;border-color:transparent;border-right-color:#fff}.orbit-container .orbit-prev:hover>span{border-right-color:#fff}.orbit-container .orbit-next{right:0}.orbit-container .orbit-next>span{border-color:transparent;border-left-style:solid;border-left-color:#fff;left:50%;margin-left:-4px}.orbit-container .orbit-next:hover>span{border-left-color:#fff}.orbit-bullets-container{text-align:center}.orbit-bullets{margin:0 auto 30px auto;overflow:hidden;position:relative;top:10px;float:none;text-align:center;display:block}.orbit-bullets li{cursor:pointer;display:inline-block;width:.5625rem;height:.5625rem;background:#d3d7db;float:none;margin-right:6px;border-radius:1000px}.orbit-bullets li.active{background:#999}.orbit-bullets li:last-child{margin-right:0}.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:none}.touch .orbit-bullets{display:none}@media only screen and (min-width:40.063em){.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:inherit}.touch .orbit-bullets{display:block}}@media only screen and (max-width:40em){.orbit-stack-on-small .orbit-slides-container{height:auto !important}.orbit-stack-on-small .orbit-slides-container>*{position:relative;margin:0% !important;opacity:1 !important}.orbit-stack-on-small .orbit-slide-number{display:none}.orbit-timer{display:none}.orbit-next,.orbit-prev{display:none}.orbit-bullets{display:none}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}ul.pagination{display:block;min-height:1.5rem;margin-left:-.3125rem}ul.pagination li{height:1.5rem;color:#222;font-size:.875rem;margin-left:.3125rem}ul.pagination li a,ul.pagination li button{display:block;padding:.0625rem .625rem .0625rem;color:#999;background:none;border-radius:3px;font-weight:normal;font-size:1em;line-height:inherit;transition:background-color 300ms ease-out}ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus{background:#e6e6e6}ul.pagination li.unavailable a,ul.pagination li.unavailable button{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus{background:transparent}ul.pagination li.current a,ul.pagination li.current button{background:#4ac2be;color:#fff;font-weight:bold;cursor:default}ul.pagination li.current a:hover,ul.pagination li.current a:focus,ul.pagination li.current button:hover,ul.pagination li.current button:focus{background:#4ac2be}ul.pagination li{float:left;display:block}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{float:none;display:inline-block}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.panel{border-style:solid;border-width:1px;border-color:#d8d8d8;margin-bottom:1.25rem;padding:1.25rem;background:#f2f2f2;color:#333}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:#333}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:.625rem}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{border-style:solid;border-width:1px;border-color:#cbeeec;margin-bottom:1.25rem;padding:1.25rem;background:#f4fbfb;color:#333}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p,.panel.callout li,.panel.callout dl{color:#333}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:.625rem}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.callout a:not(.button){color:#4ac2be}.panel.radius{border-radius:3px}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.pricing-table{border:solid 1px #ddd;margin-left:0;margin-bottom:1.25rem}.pricing-table *{list-style:none;line-height:1}.pricing-table .title{background-color:#333;padding:.9375rem 1.25rem;text-align:center;color:#eee;font-weight:normal;font-size:1rem;font-family:Arial,sans-serif}.pricing-table .price{background-color:#f6f6f6;padding:.9375rem 1.25rem;text-align:center;color:#333;font-weight:normal;font-size:2rem;font-family:Arial,sans-serif}.pricing-table .description{background-color:#fff;padding:.9375rem;text-align:center;color:#777;font-size:.75rem;font-weight:normal;line-height:1.4;border-bottom:dotted 1px #ddd}.pricing-table .bullet-item{background-color:#fff;padding:.9375rem;text-align:center;color:#333;font-size:.875rem;font-weight:normal;border-bottom:dotted 1px #ddd}.pricing-table .cta-button{background-color:#fff;text-align:center;padding:1.25rem 1.25rem 0}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.progress{background-color:#f6f6f6;height:1.5625rem;border:1px solid #fff;padding:.125rem;margin-bottom:.625rem}.progress .meter{background:#4ac2be;height:100%;display:block}.progress.secondary .meter{background:#fff;height:100%;display:block}.progress.success .meter{background:#43ac6a;height:100%;display:block}.progress.alert .meter{background:#f04124;height:100%;display:block}.progress.radius{border-radius:3px}.progress.radius .meter{border-radius:2px}.progress.round{border-radius:1000px}.progress.round .meter{border-radius:999px}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.range-slider{display:block;position:relative;width:100%;height:1rem;border:1px solid #ddd;margin:1.25rem 0;-ms-touch-action:none;touch-action:none;background:#fafafa}.range-slider.vertical-range{display:block;position:relative;width:100%;height:1rem;border:1px solid #ddd;margin:1.25rem 0;-ms-touch-action:none;touch-action:none;display:inline-block;width:1rem;height:12.5rem}.range-slider.vertical-range .range-slider-handle{margin-top:0;margin-left:-.5rem;position:absolute;bottom:-10.5rem}.range-slider.vertical-range .range-slider-active-segment{width:.875rem;height:auto;bottom:0}.range-slider.radius{background:#fafafa;border-radius:3px}.range-slider.radius .range-slider-handle{background:#4ac2be;border-radius:3px}.range-slider.radius .range-slider-handle:hover{background:#3bb0ac}.range-slider.round{background:#fafafa;border-radius:1000px}.range-slider.round .range-slider-handle{background:#4ac2be;border-radius:1000px}.range-slider.round .range-slider-handle:hover{background:#3bb0ac}.range-slider.disabled,.range-slider[disabled]{background:#fafafa;cursor:default;opacity:.7}.range-slider.disabled .range-slider-handle,.range-slider[disabled] .range-slider-handle{background:#4ac2be;cursor:default;opacity:.7}.range-slider.disabled .range-slider-handle:hover,.range-slider[disabled] .range-slider-handle:hover{background:#3bb0ac}.range-slider-active-segment{display:inline-block;position:absolute;height:.875rem;background:#fcfcfc}.range-slider-handle{display:inline-block;position:absolute;z-index:1;top:-.3125rem;width:2rem;height:1.375rem;border:1px solid none;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation;background:#4ac2be}.range-slider-handle:hover{background:#3bb0ac}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5rem}.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{width:auto;margin-left:-.9375rem;margin-right:-.9375rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].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:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}.small-offset-0{margin-left:0% !important}.small-offset-1{margin-left:8.33333% !important}.small-offset-2{margin-left:16.66667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.33333% !important}.small-offset-5{margin-left:41.66667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.33333% !important}.small-offset-8{margin-left:66.66667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.33333% !important}.small-offset-11{margin-left:91.66667% !important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.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}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}.medium-offset-0{margin-left:0% !important}.medium-offset-1{margin-left:8.33333% !important}.medium-offset-2{margin-left:16.66667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.33333% !important}.medium-offset-5{margin-left:41.66667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.33333% !important}.medium-offset-8{margin-left:66.66667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.33333% !important}.medium-offset-11{margin-left:91.66667% !important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.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}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}.large-offset-0{margin-left:0% !important}.large-offset-1{margin-left:8.33333% !important}.large-offset-2{margin-left:16.66667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.33333% !important}.large-offset-5{margin-left:41.66667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.33333% !important}.large-offset-8{margin-left:66.66667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.33333% !important}.large-offset-11{margin-left:91.66667% !important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.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}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}.reveal-modal-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;background:rgba(0,0,0,.45);z-index:1004;display:none;left:0}.reveal-modal,dialog{visibility:hidden;display:none;position:absolute;z-index:1005;width:100vw;top:0;border-radius:3px;left:0;background-color:#fff;padding:1.25rem;border:solid 1px #666;box-shadow:0 0 10px rgba(0,0,0,.4);padding:1.875rem}@media only screen and (max-width:40em){.reveal-modal,dialog{min-height:100vh}}.reveal-modal .column,dialog .column,.reveal-modal .columns,dialog .columns{min-width:0}.reveal-modal>:first-child,dialog>:first-child{margin-top:0}.reveal-modal>:last-child,dialog>:last-child{margin-bottom:0}@media only screen and (min-width:40.063em){.reveal-modal,dialog{width:80%;max-width:62.5rem;left:0;right:0;margin:0 auto}}@media only screen and (min-width:40.063em){.reveal-modal,dialog{top:6.25rem}}.reveal-modal.radius,dialog.radius{border-radius:3px}.reveal-modal.round,dialog.round{border-radius:1000px}.reveal-modal.collapse,dialog.collapse{padding:0}@media only screen and (min-width:40.063em){.reveal-modal.tiny,dialog.tiny{width:30%;max-width:62.5rem;left:0;right:0;margin:0 auto}}@media only screen and (min-width:40.063em){.reveal-modal.small,dialog.small{width:40%;max-width:62.5rem;left:0;right:0;margin:0 auto}}@media only screen and (min-width:40.063em){.reveal-modal.medium,dialog.medium{width:60%;max-width:62.5rem;left:0;right:0;margin:0 auto}}@media only screen and (min-width:40.063em){.reveal-modal.large,dialog.large{width:70%;max-width:62.5rem;left:0;right:0;margin:0 auto}}@media only screen and (min-width:40.063em){.reveal-modal.xlarge,dialog.xlarge{width:95%;max-width:62.5rem;left:0;right:0;margin:0 auto}}.reveal-modal.full,dialog.full{top:0;left:0;height:100%;height:100vh;min-height:100vh;max-width:none !important;margin-left:0 !important}@media only screen and (min-width:40.063em){.reveal-modal.full,dialog.full{width:100vw;max-width:62.5rem;left:0;right:0;margin:0 auto}}.reveal-modal .close-reveal-modal,dialog .close-reveal-modal{font-size:2.5rem;line-height:1;position:absolute;top:.5rem;right:.6875rem;color:#aaa;font-weight:bold;cursor:pointer}dialog{display:none}dialog::backdrop,dialog+.backdrop{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;background:rgba(0,0,0,.45);z-index:auto;display:none;left:0}dialog[open]{display:block}@media print{dialog,.reveal-modal,dialog{display:none;background:#fff !important}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.side-nav{display:block;margin:0;padding:.875rem 0;list-style-type:none;list-style-position:outside;font-family:Arial,sans-serif}.side-nav li{margin:0 0 .4375rem 0;font-size:.875rem;font-weight:normal}.side-nav li a:not(.button){display:block;color:#4ac2be;margin:0;padding:.4375rem .875rem}.side-nav li a:not(.button):hover,.side-nav li a:not(.button):focus{background:rgba(0,0,0,.025);color:#80d4d2}.side-nav li.active>a:first-child:not(.button){color:#80d4d2;font-weight:normal;font-family:Arial,sans-serif}.side-nav li.divider{border-top:1px solid;height:0;padding:0;list-style:none;border-top-color:#fff}.side-nav li.heading{color:#4ac2be;font-size:.875rem;font-weight:bold;text-transform:uppercase}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.dropdown.button,button.dropdown{position:relative;outline:none;padding-right:3.5625rem}.dropdown.button::after,button.dropdown::after{position:absolute;content:"";width:0;height:0;display:block;border-style:solid;border-color:#fff transparent transparent transparent;top:50%}.dropdown.button::after,button.dropdown::after{border-width:.375rem;right:1.40625rem;margin-top:-.15625rem}.dropdown.button::after,button.dropdown::after{border-color:#fff transparent transparent transparent}.dropdown.button.tiny,button.dropdown.tiny{padding-right:2.625rem}.dropdown.button.tiny:after,button.dropdown.tiny:after{border-width:.375rem;right:1.125rem;margin-top:-.125rem}.dropdown.button.tiny::after,button.dropdown.tiny::after{border-color:#fff transparent transparent transparent}.dropdown.button.small,button.dropdown.small{padding-right:3.0625rem}.dropdown.button.small::after,button.dropdown.small::after{border-width:.4375rem;right:1.3125rem;margin-top:-.15625rem}.dropdown.button.small::after,button.dropdown.small::after{border-color:#fff transparent transparent transparent}.dropdown.button.large,button.dropdown.large{padding-right:3.625rem}.dropdown.button.large::after,button.dropdown.large::after{border-width:.3125rem;right:1.71875rem;margin-top:-.15625rem}.dropdown.button.large::after,button.dropdown.large::after{border-color:#fff transparent transparent transparent}.dropdown.button.secondary:after,button.dropdown.secondary:after{border-color:#333 transparent transparent transparent}.split.button{position:relative;padding-right:5.0625rem}.split.button span{display:block;height:100%;position:absolute;right:0;top:0;border-left:solid 1px}.split.button span:after{position:absolute;content:"";width:0;height:0;display:block;border-style:inset;top:50%;left:50%}.split.button span:active{background-color:rgba(0,0,0,.1)}.split.button span{border-left-color:rgba(255,255,255,.5)}.split.button span{width:3.09375rem}.split.button span:after{border-top-style:solid;border-width:.375rem;top:48%;margin-left:-.375rem}.split.button span:after{border-color:#fff transparent transparent transparent}.split.button.secondary span{border-left-color:rgba(255,255,255,.5)}.split.button.secondary span:after{border-color:#fff transparent transparent transparent}.split.button.alert span{border-left-color:rgba(255,255,255,.5)}.split.button.success span{border-left-color:rgba(255,255,255,.5)}.split.button.tiny{padding-right:3.75rem}.split.button.tiny span{width:2.25rem}.split.button.tiny span:after{border-top-style:solid;border-width:.375rem;top:48%;margin-left:-.375rem}.split.button.small{padding-right:4.375rem}.split.button.small span{width:2.625rem}.split.button.small span:after{border-top-style:solid;border-width:.4375rem;top:48%;margin-left:-.375rem}.split.button.large{padding-right:5.5rem}.split.button.large span{width:3.4375rem}.split.button.large span:after{border-top-style:solid;border-width:.3125rem;top:48%;margin-left:-.375rem}.split.button.expand{padding-left:2rem}.split.button.secondary span:after{border-color:#333 transparent transparent transparent}.split.button.radius span{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.split.button.round span{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.sub-nav{display:block;width:auto;overflow:hidden;margin-bottom:-.25rem 0 1.125rem;padding-top:.25rem}.sub-nav dt{text-transform:uppercase}.sub-nav dt,.sub-nav dd,.sub-nav li{float:left;display:inline;margin-left:1rem;margin-bottom:0;font-family:Arial,sans-serif;font-weight:normal;font-size:.875rem;color:#999}.sub-nav dt a,.sub-nav dd a,.sub-nav li a{text-decoration:none;color:#999;padding:.1875rem 1rem}.sub-nav dt a:hover,.sub-nav dd a:hover,.sub-nav li a:hover{color:#737373}.sub-nav dt.active a,.sub-nav dd.active a,.sub-nav li.active a{border-radius:3px;font-weight:normal;background:#4ac2be;padding:.1875rem 1rem;cursor:default;color:#fff}.sub-nav dt.active a:hover,.sub-nav dd.active a:hover,.sub-nav li.active a:hover{background:#3aaca9}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.switch{padding:0;border:none;position:relative;outline:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch label{display:block;margin-bottom:1rem;position:relative;color:transparent;background:#ddd;text-indent:100%;width:4rem;height:2rem;cursor:pointer;transition:left .15s ease-out}.switch input{opacity:0;position:absolute;top:9px;left:10px;padding:0}.switch input+label{margin-left:0;margin-right:0}.switch label:after{content:"";display:block;background:#fff;position:absolute;top:.25rem;left:.25rem;width:1.5rem;height:1.5rem;-webkit-transition:left .15s ease-out;-moz-transition:left .15s ease-out;transition:left .15s ease-out;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.switch input:checked+label{background:#4ac2be}.switch input:checked+label:after{left:2.25rem}.switch label{width:4rem;height:2rem}.switch label:after{width:1.5rem;height:1.5rem}.switch input:checked+label:after{left:2.25rem}.switch label{color:transparent;background:#ddd}.switch label:after{background:#fff}.switch input:checked+label{background:#4ac2be}.switch.large label{width:5rem;height:2.5rem}.switch.large label:after{width:2rem;height:2rem}.switch.large input:checked+label:after{left:2.75rem}.switch.small label{width:3.5rem;height:1.75rem}.switch.small label:after{width:1.25rem;height:1.25rem}.switch.small input:checked+label:after{left:2rem}.switch.tiny label{width:3rem;height:1.5rem}.switch.tiny label:after{width:1rem;height:1rem}.switch.tiny input:checked+label:after{left:1.75rem}.switch.radius label{border-radius:4px}.switch.radius label:after{border-radius:3px}.switch.round{border-radius:1000px}.switch.round label{border-radius:2rem}.switch.round label:after{border-radius:2rem}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}table{background:#fff;margin-bottom:1.25rem;border:solid 1px #ddd;table-layout:auto}table caption{background:transparent;color:#222;font-size:1rem;font-weight:bold}table thead{background:#f5f5f5}table thead tr th,table thead tr td{padding:.5rem .625rem .625rem;font-size:.875rem;font-weight:bold;color:#222}table tfoot{background:#f5f5f5}table tfoot tr th,table tfoot tr td{padding:.5rem .625rem .625rem;font-size:.875rem;font-weight:bold;color:#222}table tr th,table tr td{padding:.5625rem .625rem;font-size:.875rem;color:#222;text-align:left}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#f9f9f9}table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td{display:table-cell;line-height:1.125rem}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5rem}.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{width:auto;margin-left:-.9375rem;margin-right:-.9375rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].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:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}.small-offset-0{margin-left:0% !important}.small-offset-1{margin-left:8.33333% !important}.small-offset-2{margin-left:16.66667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.33333% !important}.small-offset-5{margin-left:41.66667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.33333% !important}.small-offset-8{margin-left:66.66667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.33333% !important}.small-offset-11{margin-left:91.66667% !important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.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}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}.medium-offset-0{margin-left:0% !important}.medium-offset-1{margin-left:8.33333% !important}.medium-offset-2{margin-left:16.66667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.33333% !important}.medium-offset-5{margin-left:41.66667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.33333% !important}.medium-offset-8{margin-left:66.66667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.33333% !important}.medium-offset-11{margin-left:91.66667% !important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.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}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}.large-offset-0{margin-left:0% !important}.large-offset-1{margin-left:8.33333% !important}.large-offset-2{margin-left:16.66667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.33333% !important}.large-offset-5{margin-left:41.66667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.33333% !important}.large-offset-8{margin-left:66.66667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.33333% !important}.large-offset-11{margin-left:91.66667% !important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.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}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}.tabs{margin-bottom:0 !important;margin-left:0}.tabs:before,.tabs:after{content:" ";display:table}.tabs:after{clear:both}.tabs dd,.tabs .tab-title{position:relative;margin-bottom:0 !important;list-style:none;float:left}.tabs dd>a,.tabs .tab-title>a{outline:none;display:block;background-color:#394249;color:#eff3f3;padding:1rem 2rem;font-family:open sans,arial,sans-serif;font-size:12.5px}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#363e45}.tabs dd.active a,.tabs .tab-title.active a{background-color:#5d6c78;color:#eff3f3}.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:.9375rem 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:.9375rem}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 .9375rem}@media only screen and (min-width:40.063em){.tabs.vertical{width:20%;max-width:20%;float:left;margin:0 0 1.25rem}.tabs-content.vertical{width:80%;max-width:80%;float:left;margin-left:-1px;padding-left:1rem}}.no-js .tabs-content>.content{display:block;float:none}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.th{line-height:0;display:inline-block;border:solid 4px #fff;max-width:100%;box-shadow:0 0 0 1px rgba(0,0,0,.2);transition:all 200ms ease-out}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(74,194,190,.5)}.th.radius{border-radius:3px}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.has-tip{border-bottom:none;cursor:pointer;font-weight:bold;color:#333}.has-tip:hover,.has-tip:focus{border-bottom:none;color:#4ac2be}.has-tip.tip-left,.has-tip.tip-right{float:none !important}.tooltip{display:none;position:absolute;z-index:1006;font-weight:normal;font-size:.875rem;line-height:1.3;padding:.75rem;max-width:180px;left:50%;width:100%;color:#fff;background:#333}.tooltip>.nub{left:5px;position:absolute;width:0;height:0;border:solid 5px;border-color:transparent transparent #333 transparent;top:-10px;pointer-events:none}.tooltip>.nub.rtl{left:auto;right:5px}.tooltip.radius{border-radius:3px}.tooltip.round{border-radius:1000px}.tooltip.round>.nub{left:2rem}.tooltip.opened{color:#4ac2be !important;border-bottom:dotted 1px #1e5a58 !important}.tap-to-close{display:block;font-size:.625rem;color:#777;font-weight:normal}@media only screen and (min-width:40.063em){.tooltip>.nub{border-color:transparent transparent #333 transparent;top:-10px}.tooltip.tip-top>.nub{border-color:#333 transparent transparent transparent;top:auto;bottom:-10px}.tooltip.tip-left,.tooltip.tip-right{float:none !important}.tooltip.tip-left>.nub{border-color:transparent transparent transparent #333;right:-10px;left:auto;top:50%;margin-top:-5px}.tooltip.tip-right>.nub{border-color:transparent #333 transparent transparent;right:auto;left:-10px;top:50%;margin-top:-5px}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5rem}.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{width:auto;margin-left:-.9375rem;margin-right:-.9375rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].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:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}.small-offset-0{margin-left:0% !important}.small-offset-1{margin-left:8.33333% !important}.small-offset-2{margin-left:16.66667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.33333% !important}.small-offset-5{margin-left:41.66667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.33333% !important}.small-offset-8{margin-left:66.66667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.33333% !important}.small-offset-11{margin-left:91.66667% !important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.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}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}.medium-offset-0{margin-left:0% !important}.medium-offset-1{margin-left:8.33333% !important}.medium-offset-2{margin-left:16.66667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.33333% !important}.medium-offset-5{margin-left:41.66667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.33333% !important}.medium-offset-8{margin-left:66.66667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.33333% !important}.medium-offset-11{margin-left:91.66667% !important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.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}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}.large-offset-0{margin-left:0% !important}.large-offset-1{margin-left:8.33333% !important}.large-offset-2{margin-left:16.66667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.33333% !important}.large-offset-5{margin-left:41.66667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.33333% !important}.large-offset-8{margin-left:66.66667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.33333% !important}.large-offset-11{margin-left:91.66667% !important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.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}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}form{margin:0 0 1rem}form .row .row{margin:0 -.5rem}form .row .row .column,form .row .row .columns{padding: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:.5rem}label{font-size:.875rem;color:#4d4d4d;cursor:pointer;display:block;font-weight:normal;line-height:1.5;margin-bottom:0}label.right{float:none !important;text-align:right}label.inline{margin:0 0 1rem 0;padding:.5625rem 0}label small{text-transform:capitalize;color:#676767}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:.875rem;height:2.4375rem;line-height:2.4375rem}.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:none}.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:none}.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}span.prefix,label.prefix{background:#f2f2f2;border-right:none;color:#333;border-color:#ccc}span.postfix,label.postfix{background:#f2f2f2;border-left:none;color:#333;border-color:#ccc}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;-webkit-border-radius:0;background-color:#fff;font-family:inherit;border-style:solid;border-width:1px;border-color:#ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:rgba(0,0,0,.75);display:block;font-size:1rem;margin:0 0 1rem 0;padding:.5rem;height:2.4375rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:box-shadow .45s,border-color .45s ease-in-out}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{box-shadow:0 0 5px #999;border-color:#999}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:#fafafa;border-color:#999;outline:none}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:#ddd;cursor:default}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:#ddd;cursor:default}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{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{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{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{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;-webkit-border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}select{-webkit-appearance:none !important;-webkit-border-radius:0;background-color:#fafafa;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:#ccc;padding:.5rem;font-size:1rem;font-family:Arial,sans-serif;color:rgba(0,0,0,.75);line-height:normal;border-radius:0;height:2.4375rem}select::-ms-expand{display:none}select.radius{border-radius:3px}select:hover{background-color:#f3f3f3;border-color:#999}select:disabled{background-color:#ddd;cursor:default}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:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type="file"]{width:100%}fieldset{border:1px solid #ddd;padding:1.25rem;margin:1.125rem 0}fieldset legend{font-weight:bold;background:#fff;padding:0 .1875rem;margin:0;margin-left:-.1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}.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;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#fff}.error>label>small{color:#676767;background:transparent;padding:0;text-transform:capitalize;font-style:normal;font-size:60%;margin:0;display:inline}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#f04124}meta.foundation-mq-topbar{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}.contain-to-grid{width:100%;background:#333}.contain-to-grid .top-bar{margin-bottom:0}.fixed{width:100%;left:0;position:fixed;top:0;z-index:99}.fixed.expanded:not(.top-bar){overflow-y:auto;height:auto;width:100%;max-height:100%}.fixed.expanded:not(.top-bar) .title-area{position:fixed;width:100%;z-index:99}.fixed.expanded:not(.top-bar) .top-bar-section{z-index:98;margin-top:45px}.top-bar{overflow:hidden;height:45px;line-height:45px;position:relative;background:#333;margin-bottom:0}.top-bar ul{margin-bottom:0;list-style:none}.top-bar .row{max-width:none}.top-bar form,.top-bar input{margin-bottom:0}.top-bar input{height:1.8rem;padding-top:.35rem;padding-bottom:.35rem;font-size:.75rem}.top-bar .button,.top-bar button{padding-top:.4125rem;padding-bottom:.4125rem;margin-bottom:0;font-size:.75rem}@media only screen and (max-width:40em){.top-bar .button,.top-bar button{position:relative;top:-1px}}.top-bar .title-area{position:relative;margin:0}.top-bar .name{height:45px;margin:0;font-size:16px}.top-bar .name h1{line-height:45px;font-size:1.0625rem;margin:0}.top-bar .name h1 a{font-weight:normal;color:#fff;width:75%;display:block;padding:0 15px}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:#fff;text-transform:uppercase;font-size:.8125rem;font-weight:bold;position:relative;display:block;padding:0 15px;height:45px;line-height:45px}.top-bar .toggle-topbar.menu-icon{top:50%;margin-top:-16px}.top-bar .toggle-topbar.menu-icon a{height:34px;line-height:33px;padding:0 40px 0 15px;color:#fff;position:relative}.top-bar .toggle-topbar.menu-icon a span::after{content:"";position:absolute;display:block;height:0;top:50%;margin-top:-8px;right:15px;box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;width:16px}.top-bar .toggle-topbar.menu-icon a span:hover:after{box-shadow:0 0 0 1px "",0 7px 0 1px "",0 14px 0 1px ""}.top-bar.expanded{height:auto;background:transparent}.top-bar.expanded .title-area{background:#333}.top-bar.expanded .toggle-topbar a{color:#888}.top-bar.expanded .toggle-topbar a span::after{box-shadow:0 0 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888}.top-bar-section{left:0;position:relative;width:auto;transition:left 300ms ease-out}.top-bar-section ul{padding:0;width:100%;height:auto;display:block;font-size:16px;margin:0}.top-bar-section .divider,.top-bar-section [role="separator"]{border-top:solid 1px #1a1a1a;clear:both;height:1px;width:100%}.top-bar-section ul li{background:#333}.top-bar-section ul li>a{display:block;width:100%;color:#fff;padding:12px 0 12px 0;padding-left:15px;font-family:Arial,sans-serif;font-size:.8125rem;font-weight:normal;text-transform:none}.top-bar-section ul li>a.button{font-size:.8125rem;padding-right:15px;padding-left:15px;background-color:#4ac2be;border-color:#36a09d;color:#fff}.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus{background-color:#36a09d}.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus{color:#fff}.top-bar-section ul li>a.button.secondary{background-color:#fff;border-color:#ccc;color:#333}.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus{background-color:#ccc}.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus{color:#333}.top-bar-section ul li>a.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus{background-color:#368a55}.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus{color:#fff}.top-bar-section ul li>a.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus{background-color:#cf2a0e}.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus{color:#fff}.top-bar-section ul li>a.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}.top-bar-section ul li>a.button.warning:hover,.top-bar-section ul li>a.button.warning:focus{background-color:#7e1a09}.top-bar-section ul li>a.button.warning:hover,.top-bar-section ul li>a.button.warning:focus{color:#fff}.top-bar-section ul li>button{font-size:.8125rem;padding-right:15px;padding-left:15px;background-color:#4ac2be;border-color:#36a09d;color:#fff}.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus{background-color:#36a09d}.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus{color:#fff}.top-bar-section ul li>button.secondary{background-color:#fff;border-color:#ccc;color:#333}.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus{background-color:#ccc}.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus{color:#333}.top-bar-section ul li>button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus{background-color:#368a55}.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus{color:#fff}.top-bar-section ul li>button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus{background-color:#cf2a0e}.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus{color:#fff}.top-bar-section ul li>button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}.top-bar-section ul li>button.warning:hover,.top-bar-section ul li>button.warning:focus{background-color:#7e1a09}.top-bar-section ul li>button.warning:hover,.top-bar-section ul li>button.warning:focus{color:#fff}.top-bar-section ul li:hover:not(.has-form)>a{background-color:#555;background:#272727;color:#fff}.top-bar-section ul li.active>a{background:#4ac2be;color:#fff}.top-bar-section ul li.active>a:hover{background:#3aaca9;color:#fff}.top-bar-section .has-form{padding:15px}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:transparent transparent transparent rgba(255,255,255,.4);border-left-style:solid;margin-right:15px;margin-top:-4.5px;position:absolute;top:50%;right:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important;width:100%}.top-bar-section .has-dropdown.moved>a:after{display:none}.top-bar-section .dropdown{padding:0;position:absolute;left:100%;top:0;z-index:99;display:block;position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.top-bar-section .dropdown li{width:100%;height:auto}.top-bar-section .dropdown li a{font-weight:normal;padding:8px 15px}.top-bar-section .dropdown li a.parent-link{font-weight:normal}.top-bar-section .dropdown li.title h5,.top-bar-section .dropdown li.parent-link{margin-bottom:0;margin-top:0;font-size:1.125rem}.top-bar-section .dropdown li.title h5 a,.top-bar-section .dropdown li.parent-link a{color:#fff;display:block}.top-bar-section .dropdown li.title h5 a:hover,.top-bar-section .dropdown li.parent-link a:hover{background:none}.top-bar-section .dropdown li.has-form{padding:8px 15px}.top-bar-section .dropdown li .button,.top-bar-section .dropdown li button{top:auto}.top-bar-section .dropdown label{padding:8px 15px 2px;margin-bottom:0;text-transform:uppercase;color:#777;font-weight:bold;font-size:.625rem}.js-generated{display:block}@media only screen and (min-width:40.063em){.top-bar{background:#333;overflow:visible}.top-bar:before,.top-bar:after{content:" ";display:table}.top-bar:after{clear:both}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a{width:auto}.top-bar input,.top-bar .button,.top-bar button{font-size:.875rem;position:relative;top:7px}.top-bar.expanded{background:#333}.contain-to-grid .top-bar{max-width:62.5rem;margin:0 auto;margin-bottom:0}.top-bar-section{transition:none 0 0;left:0 !important}.top-bar-section ul{width:auto;height:auto !important;display:inline}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li.hover>a:not(.button){background-color:#555;background:#272727;color:#fff}.top-bar-section li:not(.has-form) a:not(.button){padding:0 15px;line-height:45px;background:#333}.top-bar-section li:not(.has-form) a:not(.button):hover{background-color:#555;background:#272727}.top-bar-section li.active:not(.has-form) a:not(.button){padding:0 15px;line-height:45px;color:#fff;background:#4ac2be}.top-bar-section li.active:not(.has-form) a:not(.button):hover{background:#3aaca9;color:#fff}.top-bar-section .has-dropdown>a{padding-right:35px !important}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:rgba(255,255,255,.4) transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:22.5px}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{display:block;position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important}.top-bar-section .has-dropdown>a:focus+.dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"»";top:1rem;margin-top:-1px;right:5px;line-height:1.2}.top-bar-section .dropdown{left:0;top:auto;background:transparent;min-width:100%}.top-bar-section .dropdown li a{color:#fff;line-height:45px;white-space:nowrap;padding:12px 15px;background:#333}.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){color:#fff;background:#333}.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button){color:#fff;background-color:#555;background:#272727}.top-bar-section .dropdown li label{white-space:nowrap;background:#333}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"]{border-bottom:none;border-top:none;border-right:solid 1px #4e4e4e;clear:none;height:45px;width:0}.top-bar-section .has-form{background:#333;padding:0 15px;height:45px}.top-bar-section .right li .dropdown{left:auto;right:0}.top-bar-section .right li .dropdown li .dropdown{right:100%}.top-bar-section .left li .dropdown{right:auto;left:0}.top-bar-section .left li .dropdown li .dropdown{left:100%}.no-js .top-bar-section ul li:hover>a{background-color:#555;background:#272727;color:#fff}.no-js .top-bar-section ul li:active>a{background:#4ac2be;color:#fff}.no-js .top-bar-section .has-dropdown:hover>.dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important}.no-js .top-bar-section .has-dropdown>a:focus+.dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.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.063em) 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.063em){.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.063em) 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.063em){.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.063em) 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.063em){.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.063em) and (max-width:99999999em){.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.063em){.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}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}a{color:#4ac2be;text-decoration:none;line-height:inherit}a:hover,a:focus{color:#3aaca9}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1rem;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:.875rem;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:tolyer_bold,arial,sans-serif;font-weight:normal;font-style:normal;color:#222;text-rendering:optimizeLegibility;margin-top:.2rem;margin-bottom:.5rem;line-height:1.4}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#6f6f6f;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:.2rem;margin-bottom:.5rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25rem 0 1.1875rem;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#333;background-color:#fff;border-width:1px;border-style:solid;border-color:#e6e6e6;padding:.125rem .3125rem .0625rem}ul,ol,dl{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;list-style-position:outside;font-family:inherit}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}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}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:bold}dl dd{margin-bottom:.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1.25rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #ddd}blockquote cite{display:block;font-size:.8125rem;color:#555}blockquote cite:before{content:"—\20"}blockquote cite a,blockquote cite a:visited{color:#555}blockquote,blockquote p{line-height:1.6;color:#6f6f6f}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:.625rem .75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:.9375rem}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 .0625rem}@media only screen and (min-width:40.063em){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-only{display:none !important}@media print{*{background:transparent !important;color:#000 !important;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 #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.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.063em) 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.063em){.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.063em) 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.063em){.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.063em) 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.063em){.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.063em) and (max-width:99999999em){.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.063em){.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}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}a{color:#4ac2be;text-decoration:none;line-height:inherit}a:hover,a:focus{color:#3aaca9}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1rem;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:.875rem;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:tolyer_bold,arial,sans-serif;font-weight:normal;font-style:normal;color:#222;text-rendering:optimizeLegibility;margin-top:.2rem;margin-bottom:.5rem;line-height:1.4}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#6f6f6f;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:.2rem;margin-bottom:.5rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25rem 0 1.1875rem;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#333;background-color:#fff;border-width:1px;border-style:solid;border-color:#e6e6e6;padding:.125rem .3125rem .0625rem}ul,ol,dl{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;list-style-position:outside;font-family:inherit}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}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}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:bold}dl dd{margin-bottom:.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1.25rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #ddd}blockquote cite{display:block;font-size:.8125rem;color:#555}blockquote cite:before{content:"—\20"}blockquote cite a,blockquote cite a:visited{color:#555}blockquote,blockquote p{line-height:1.6;color:#6f6f6f}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:.625rem .75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:.9375rem}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 .0625rem}@media only screen and (min-width:40.063em){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-only{display:none !important}@media print{*{background:transparent !important;color:#000 !important;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 #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}.off-canvas-wrap{-webkit-backface-visibility:hidden;position:relative;width:100%;overflow:hidden}.off-canvas-wrap.move-right,.off-canvas-wrap.move-left{min-height:100%;-webkit-overflow-scrolling:touch}.inner-wrap{-webkit-backface-visibility:hidden;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:#333;color:#fff;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:#fff;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{width:2.8125rem;height:2.8125rem;position:absolute;top:0;border-right:solid 1px #1a1a1a;left:0}.right-small{width:2.8125rem;height:2.8125rem;position:absolute;top:0;border-left:solid 1px #1a1a1a;right:0}.tab-bar-section{padding:0 .625rem;position:absolute;text-align:center;height:2.8125rem;top:0}@media only screen and (min-width:40.063em){.tab-bar-section.left,.tab-bar-section.right{text-align:left}}.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{text-indent:2.1875rem;width:2.8125rem;height:2.8125rem;display:block;padding:0;color:#fff;position:relative;transform:translate3d(0,0,0)}.tab-bar .menu-icon span::after{content:"";position:absolute;display:block;height:0;top:50%;margin-top:-.5rem;left:.90625rem;box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;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}.left-off-canvas-menu{-webkit-backface-visibility:hidden;width:33.4375rem;top:0;bottom:0;position:absolute;overflow-x:hidden;overflow-y:auto;background:#333;z-index:1001;box-sizing:content-box;transition:transform 500ms ease 0s;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-transform:translate(-100.5%,0);-webkit-transform:translate3d(-100.5%,0,0);-moz-transform:translate3d(-100.5%,0,0);-ms-transform:translate3d(-100.5%,0,0);-o-transform:translate3d(-100.5%,0,0);transform:translate3d(-100.5%,0,0);left:0}.left-off-canvas-menu *{-webkit-backface-visibility:hidden}.right-off-canvas-menu{-webkit-backface-visibility:hidden;width:33.4375rem;top:0;bottom:0;position:absolute;overflow-x:hidden;overflow-y:auto;background:#333;z-index:1001;box-sizing:content-box;transition:transform 500ms ease 0s;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-transform:translate(100.5%,0);-webkit-transform:translate3d(100.5%,0,0);-moz-transform:translate3d(100.5%,0,0);-ms-transform:translate3d(100.5%,0,0);-o-transform:translate3d(100.5%,0,0);transform:translate3d(100.5%,0,0);right:0}.right-off-canvas-menu *{-webkit-backface-visibility:hidden}ul.off-canvas-list{list-style-type:none;padding:0;margin:0}ul.off-canvas-list li label{display:block;padding:.3rem .9375rem;color:#999;text-transform:uppercase;font-size:.75rem;font-weight:bold;background:#444;border-top:1px solid #5e5e5e;border-bottom:none;margin:0}ul.off-canvas-list li a{display:block;padding:.66667rem;color:rgba(255,255,255,.7);border-bottom:1px solid #262626;transition:background 300ms ease}ul.off-canvas-list li a:hover{background:#242424}.move-right>.inner-wrap{-ms-transform:translate(33.4375rem,0);-webkit-transform:translate3d(33.4375rem,0,0);-moz-transform:translate3d(33.4375rem,0,0);-ms-transform:translate3d(33.4375rem,0,0);-o-transform:translate3d(33.4375rem,0,0);transform:translate3d(33.4375rem,0,0)}.move-right .exit-off-canvas{-webkit-backface-visibility:hidden;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);display:block;position:absolute;background:rgba(255,255,255,.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.move-right .exit-off-canvas:hover{background:rgba(255,255,255,.05)}}.move-left>.inner-wrap{-ms-transform:translate(-33.4375rem,0);-webkit-transform:translate3d(-33.4375rem,0,0);-moz-transform:translate3d(-33.4375rem,0,0);-ms-transform:translate3d(-33.4375rem,0,0);-o-transform:translate3d(-33.4375rem,0,0);transform:translate3d(-33.4375rem,0,0)}.move-left .exit-off-canvas{-webkit-backface-visibility:hidden;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);display:block;position:absolute;background:rgba(255,255,255,.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.move-left .exit-off-canvas:hover{background:rgba(255,255,255,.05)}}.offcanvas-overlap .left-off-canvas-menu,.offcanvas-overlap .right-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;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);display:block;position:absolute;background:rgba(255,255,255,.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.offcanvas-overlap .exit-off-canvas:hover{background:rgba(255,255,255,.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;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);display:block;position:absolute;background:rgba(255,255,255,.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.offcanvas-overlap-left .exit-off-canvas:hover{background:rgba(255,255,255,.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;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);display:block;position:absolute;background:rgba(255,255,255,.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.offcanvas-overlap-right .exit-off-canvas:hover{background:rgba(255,255,255,.05)}}.no-csstransforms .left-off-canvas-menu{left:-33.4375rem}.no-csstransforms .right-off-canvas-menu{right:-33.4375rem}.no-csstransforms .move-left>.inner-wrap{right:33.4375rem}.no-csstransforms .move-right>.inner-wrap{left:33.4375rem}.left-submenu{-webkit-backface-visibility:hidden;width:33.4375rem;top:0;bottom:0;position:absolute;margin:0;overflow-x:hidden;overflow-y:auto;background:#333;z-index:1002;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,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{padding:.3rem .9375rem;color:#999;text-transform:uppercase;font-weight:bold;background:#444;border-top:1px solid #5e5e5e;border-bottom:none;margin:0}.left-submenu .back>a:hover{background:#303030;border-top:1px solid #5e5e5e;border-bottom:none}.left-submenu .back>a:before{content:"«";margin-right:.5rem;display:inline}.left-submenu.move-right{-ms-transform:translate(0%,0);-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}.right-submenu{-webkit-backface-visibility:hidden;width:33.4375rem;top:0;bottom:0;position:absolute;margin:0;overflow-x:hidden;overflow-y:auto;background:#333;z-index:1002;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,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{padding:.3rem .9375rem;color:#999;text-transform:uppercase;font-weight:bold;background:#444;border-top:1px solid #5e5e5e;border-bottom:none;margin:0}.right-submenu .back>a:hover{background:#303030;border-top:1px solid #5e5e5e;border-bottom:none}.right-submenu .back>a:after{content:"»";margin-left:.5rem;display:inline}.right-submenu.move-left{-ms-transform:translate(0%,0);-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,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:"»";margin-left:.5rem;display:inline}.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before{content:"«";margin-right:.5rem;display:inline}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}@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{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,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 !important}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}}@media only screen and (min-width:40.063em){.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{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,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 !important}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}}@media only screen and (min-width:64.063em){.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{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,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 !important}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}}@media only screen and (min-width:90.063em){.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{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,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 !important}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}}@media only screen and (min-width:120.063em){.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{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,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 !important}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}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}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}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}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}}.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}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}@media print{.show-for-print{display:block}.hide-for-print{display:none}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}}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.overflow-hidden{overflow:hidden}.spaced{padding:4rem 0}@media screen and (max-width:40em){.hide_small{display:none !important}}@media screen and (min-width:40.063em) and (max-width:64em){.hide_medium{display:none !important}}@media screen and (min-width:64.063em){.hide_large{display:none !important}}.text-primary{color:#40a8a5}.text-white{color:#fff !important}.text-dark{color:#222}.text-red{color:#db473e}.text-secondary{color:#9aa7b1 !important}.text-positive{color:#43ac6a}.text-negative{color:#f55045}.text-exp{color:#00aeef}.text-gold{color:#fecf40}.line-clamp{display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.2;overflow:hidden;text-overflow:ellipsis;padding:0 !important}.line-clamp:after{content:'...';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:calc(1em*1.2);background:linear-gradient(to right,rgba(255,255,255,0),#fff 75%)}@supports (-webkit-line-clamp:1){.line-clamp:after{display:none !important;}}.line-clamp-1{-webkit-line-clamp:1;height:calc(1em*1.2*1)}.line-clamp-2{-webkit-line-clamp:2;height:calc(1em*1.2*2)}.line-clamp-3{-webkit-line-clamp:3;height:calc(1em*1.2*3)}.line-clamp-4{-webkit-line-clamp:4;height:calc(1em*1.2*4)}.line-clamp-5{-webkit-line-clamp:5;height:calc(1em*1.2*5)}.hide-height{height:100%}.no-border{border:none !important}.hidden{display:none}fieldset ul{list-style:none}body{color:#202427}.lightgray_bg{background:#f6f6f6}.dark_alt{background:#30373d}.ui-panel-dismiss{z-index:1000}.ui-panel-dismiss-open.ui-panel-dismiss-position-left{left:0}.ui-panel-dismiss-open.ui-panel-dismiss-position-right{right:0}.alt_nav{background:url("/img/header2014/alt_nav_bg.gif") repeat;height:40px;padding:0 10px;position:relative}.alt_nav_list{list-style:none outside none;margin:0;padding:0;float:right}.alt_nav_list>li{float:left;margin:0;padding:4px 8px 0;height:20px}.alt_nav_list a{color:#9fa8b0;text-decoration:none;display:inline-block}.alt_nav_list li a:hover{color:#fff;text-decoration:none}.tab_logout a{color:#4ac2be}.tab_logout .logout{background-color:#4ac2be;border:none;color:#fff;font-family:tolyer_bold,Arial;font-size:26px;font-weight:bold;letter-spacing:1px;text-align:center;padding:12px 0;width:100%}.tab_login a{color:#4ac2be}.pnl_settings_trigger{color:#fff;line-height:40px;font-size:20px;font-size:1.25rem}.pnl_settings_trigger i{margin-right:5px}.alt_nav a:hover{color:#4ac2be;text-decoration:none}.switch_store{margin-right:2rem}.switch_store a{color:#ef4e22;text-decoration:none;display:inline-block}.switch_store a:hover{color:#fa8;text-decoration:none}ul.alt_nav_list li.culture{position:relative}ul.alt_nav_list li.culture:hover{position:relative}.culture a,.footer_culture a{color:#9fa8b0;cursor:pointer}.culture>a:hover,.footer_culture>a:hover{background:#394249;color:#fff;text-decoration:none}.subnav{background:#404040;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;display:none;left:3px;list-style:none outside none;margin:0;padding:3px 0 0;position:absolute;top:29px;z-index:10000;width:190px}.subnav li{margin-left:4px;padding:1px;height:inherit;white-space:nowrap;width:95%}.subnav li:hover{background:#606060}.subnav img{margin-right:7px}.subnav+span{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #606775;display:inline-block}.nav_header{background:#202427;position:relative}.item_callout a{color:#5d6c78;font-family:tolyer_bold,sans-serif;font-size:24px}.fa-angle-up,.fa-angle-down{color:#4ac2be;font-weight:bold;-webkit-transform:translateY(2px);-moz-transform:translateY(2px);-ms-transform:translateY(2px);-o-transform:translateY(2px);transform:translateY(2px)}ul.category_menu{-webkit-transition:all 600ms;-moz-transition:all 600ms;-ms-transition:all 600ms;-o-transition:all 600ms;transition:all 600ms;max-height:0;margin:0;overflow:hidden}ul.category_menu a{border-bottom:1px solid #394249;padding:10px 0;width:100%}ul.category_menu li{font-size:15px;font-size:.9375rem;padding-left:40px;background-color:#202427;margin-bottom:0}ul.category_menu li:last-child a{border-bottom:none}li.menu_header{cursor:pointer}li.menu_header.expanded ul.category_menu{max-height:800px}div.social_icons a{color:#fff;width:auto;padding:10px 0}.newsletter-circle{color:#4ac2be}.pinterest-circle{color:#cc2127}.facebook-circle{color:#3b5998}.twitter-circle{color:#55acee}.instagram-circle{color:#685f78}.youtube-circle{color:#d42323}.news_box{width:100%}.news_box form{position:relative}.newsletter_form{background:#fff;border:none;font-size:14px;height:32px;width:214px}input.newsletter_btn[type="submit"]{background-color:#40a8a5;border:none;border-radius:0;color:#eff3f3;height:2.45rem;letter-spacing:1px;padding:0 10px;position:absolute;right:0;text-transform:uppercase;top:0;font-family:tolyer_bold,Arial,sans-serif;font-size:1.6rem}input.newsletter_form[type="text"]{border-radius:0;padding:0 64px 0 10px;border:0}.login-page .tabs-login{background-color:#fff;margin-top:1.5rem;padding:2rem}.tabs-login input[type="submit"]{background-color:#4ac2be;border:none;font-family:tolyer_bold,Arial;font-size:26px;font-size:1.625rem;letter-spacing:1px;padding:12px 0;width:100%}.tabs-login .ui-tabs-panel{min-height:440px}.tabs-login .checkbox_control label{color:#30373d}::-webkit-input-placeholder{color:#ddd}:-moz-placeholder{color:#ddd}::-moz-placeholder{color:#ddd}:-ms-input-placeholder{color:#ddd}.btn_dark_highlight{background-color:#394249}div.ui-popup{max-width:400px}.alert-box.secondary{background-color:#eff3f3;border-color:#ddd}h2.solid_border{margin-bottom:1rem;padding-bottom:.25rem}.full_width{max-width:100%}.row.contain{max-width:62.5rem;margin:0 auto}.light{background-color:#eff3f3;padding:1rem 0}.dark{background-color:#394249}.dark_pattern{background:url("/img/header2014/jinx_pattern.gif") repeat 0 0 transparent}.vert-fix-wrapper{display:table !important}.vert-fix{display:table-cell !important;vertical-align:middle}.vert-fix-alt{top:50%;position:relative;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}@keyframes MENUBOUNCE{0%,100%{transform:translateY(2px)}50%{transform:translateY(4px)}}@-webkit-keyframes MENUBOUNCE{0%,100%{-webkit-transform:translateY(2px)}50%{-webkit-transform:translateY(4px)}}@-moz-keyframes MENUBOUNCE{0%,100%{-moz-transform:translateY(2px)}50%{-moz-transform:translateY(4px)}}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.ui-page-theme-a a:active,html .ui-bar-a a:active,html .ui-body-a a:active,html body .ui-group-theme-a a:active{color:#fff}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.std-button{display:block;border:2px solid #4ac2be;background:#4ac2be;color:#fff;font-size:1.5625rem;font-family:tolyer_bold,Arial,sans-serif;padding:10px 0;width:100%}.std-button:hover{background:#4ac2be;color:#fff}.alt-button{display:block;border:2px solid #4ac2be;background:none;color:#4ac2be;font-size:1.5625rem;font-family:tolyer_bold,Arial,sans-serif;padding:10px 0;width:100%}.alt-button:hover{background:#4ac2be;color:#fff}[class*="column"]+[class*="column"]:last-child{float:left}.animate-show{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.ctl00_contentMain_bestSellers{list-style-type:none}.label_wrapper{position:relative}.label_wrapper input,.label_wrapper select{-webkit-appearance:none;-moz-appearance:none;border:1px solid #9aa7b1;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#222;height:3rem;margin:0 0 10px 0;padding:22px 5px 5px;width:100%}.label_wrapper input[type="radio"]{-webkit-appearance:radio;-moz-appearance:radio;border:1px solid #9aa7b1;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#222;height:3rem;margin:0 0 10px 0;padding:22px 5px 5px;width:100%}.label_wrapper .float_label{color:#888;cursor:pointer;font-size:12px;left:6px;position:absolute;top:3px;z-index:100}.label_wrapper select{text-indent:.01px;-ms-text-overflow:clip;-o-text-overflow:clip;text-overflow:clip}.label_wrapper select::-ms-expand{display:none}.recaptcha_wrapper{position:relative;margin:0 0 10px 0;float:left;clear:both}.register_button{clear:both;float:left}.ui-datepicker{z-index:1100 !important}#ui-datepicker-div{background-color:#30373d;padding:2px}.ui-datepicker .ui-datepicker-title{padding:0 20px}.ui-datepicker-calendar{background-color:#fff}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{top:15px}input.hasDatepicker[readonly]{background-color:#fff}select.select-month{width:16.8em}select.select-day{width:5em}select.select-year{width:7em}.input-validation-error{border:2px solid #b95050 !important;margin-bottom:0 !important}.field-validation-error{padding:0 5px 10px 5px !important;display:block;color:#b95050}.hide-errors .input-validation-error{border:1px solid #ccc !important;margin-bottom:.75rem !important}.hide-errors .field-validation-error{display:none}.login-50{list-style-type:none;margin-left:0;-webkit-columns:2;-moz-columns:2;-ms-columns:2;-o-columns:2;columns:2}.pnl_settings_trigger span{padding-left:5px}.pnl_settings_trigger i{padding-left:5px}.slick-slide img{margin:0 auto}aside.pnl_settings{padding:1em}aside.mobile_cart{color:#fff}aside.mobile_cart h4{color:#fff}.offcanvas-overlap-left .exit-off-canvas{background:rgba(0,0,0,.8)}.offcanvas-overlap-left .exit-off-canvas:hover{background:rgba(0,0,0,.6)}.inner-wrap{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.message_flag{position:absolute;top:0;left:0;z-index:5;background:#40a8a5;color:#fff;padding:.15rem .5rem;border-top-left-radius:3px;border-bottom-right-radius:5px;font-weight:bold;text-align:center;font-size:12px}.member_message_icon{color:#fff;background:#db473e;position:absolute;font-size:13px;border-radius:11px;top:0;padding:.05rem .45rem;font-weight:bold;right:-10px;border:1px solid #202427;-webkit-animation:flash 1s ease;-moz-animation:flash 1s ease;-ms-animation:flash 1s ease;-o-animation:flash 1s ease;animation:flash 1s ease}@media screen and (max-width:40em){.member_message_icon{right:inherit;left:100%;font-size:1rem;line-height:1;padding:.15rem .45rem}}.member-message,.ach_popup{margin-bottom:1.5rem;position:relative}.member-message .message_ach,.ach_popup .message_ach{padding-top:2rem}.member-message .message_ach a,.ach_popup .message_ach a{color:#4ac2be}.member-message .message_ach a:hover,.ach_popup .message_ach a:hover{color:#40a8a5}.member-message .message_ach .ach_name,.ach_popup .message_ach .ach_name{color:#fff;font-weight:bold}.member-message .message_ach .ach_name span,.ach_popup .message_ach .ach_name span{color:#ffca61}.member-message .message_ach .ach_date,.ach_popup .message_ach .ach_date{color:#9aa7b1;font-size:14px}.member-message .message_ach .ach_date i.fa-check,.ach_popup .message_ach .ach_date i.fa-check{color:#4ac2be}.member-message .message_ach .ach_gold span,.member-message .message_ach .ach_xp span,.ach_popup .message_ach .ach_gold span,.ach_popup .message_ach .ach_xp span{text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-family:'Press Start 2P',sans-serif;color:#fff;font-size:10px}@media screen and (max-width:40em){.member-message .message_ach .ach_gold,.member-message .message_ach .ach_xp,.ach_popup .message_ach .ach_gold,.ach_popup .message_ach .ach_xp{display:none}.member-message .message_ach .ach_date,.ach_popup .message_ach .ach_date{font-size:.75rem}}.member-message .message_close_btn,.ach_popup .message_close_btn{position:absolute;top:-10px;right:-10px;background:#f55045;padding:.25rem .35rem;border-radius:2em;cursor:pointer;font-size:1.25rem}@media screen and (max-width:40em){.member-message .message_close_btn,.ach_popup .message_close_btn{top:0;right:0;border-radius:0;font-size:2rem}}.member-message .message_close_btn:hover,.ach_popup .message_close_btn:hover{background:#db473e}.ach_popup{position:fixed;bottom:0;left:50%;-webkit-transform:translateX(-50%) translateY(0%);-moz-transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);-o-transform:translateX(-50%) translateY(0%);transform:translateX(-50%) translateY(0%);margin:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background:#202427;border-bottom:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:500ms ease;-moz-transition:500ms ease;-ms-transition:500ms ease;-o-transition:500ms ease;transition:500ms ease;box-shadow:0 0 33px 1px rgba(0,0,0,.5);padding:.9375rem;border-radius:5px;border:2px solid #394249;width:100%}.ach_popup:hover{background:#202427}.ach_popup.ng-hide{-webkit-transform:translateX(-50%) translateY(100%);-moz-transform:translateX(-50%) translateY(100%);-ms-transform:translateX(-50%) translateY(100%);-o-transform:translateX(-50%) translateY(100%);transform:translateX(-50%) translateY(100%)}.ach_popup .message_ach{border:2px solid #40a8a5;margin-bottom:1rem;padding-top:2.5rem;max-width:500px}.mobile_login .tab-title{font-weight:bold;border:1px solid #5d6c78;width:50%;text-align:center}.mobile_login .ui-navbar{border-top:0}.mobile_login .tab-title>a{background-color:#394249;border:1px solid #5d6c78;color:#fff;text-shadow:none;padding:.7em 0;font-size:12.5px}.mobile_login .tab-title>a:focus{box-shadow:none}.mobile_login .tab-title>a:hover{background-color:#30373d;border:1px solid #30373d;color:#fff;text-shadow:none}.mobile_login .tab-title.active>a{background-color:#5d6c78;border:1px solid #5d6c78;color:#fff}.mobile_login .tab-title.active>a:hover{background-color:#5d6c78;border:1px solid #5d6c78}.mobile_login select.select-month{width:16.5em}.footer_list{position:relative;width:100%}.footer_list li{width:49%;display:inline-block}.footer_list a{font-size:15px;font-size:.9375rem;color:#fff;text-transform:capitalize}.footer_list i{font-size:20px;font-size:1.25rem;color:#4ac2be}@media(max-width:660px){body{min-width:0;position:relative}.wrap_middle,.nav_left,.nav_right,.nav_mid,.wrapmiddle{display:none !important;width:0;visibility:hidden}#main_container_blank{overflow:hidden;width:100%}.desktop_menu_item{display:none}.desktop_menu_item>div{opacity:0;-webkit-transition:500ms ease;-moz-transition:500ms ease;-ms-transition:500ms ease;-o-transition:500ms ease;transition:500ms ease}.expanded .desktop_menu_item>div{opacity:1}header{margin-bottom:0}.desktop_nav{display:none}.menu_trigger,.mobile_menu,.brand_carousel{display:block}.ui-panel-dismiss{background-color:rgba(0,0,0,.8)}.pnl_settings,.mobile_cart{background-color:#394249;width:90%}.pnl_settings_trigger{font-size:33px;font-size:2.0625rem}.alt_nav_list_item_large{display:none}.alt_nav_list{float:none}.alt_nav_list>li{float:none;height:100%;margin-bottom:20px;margin-bottom:1.25rem;padding:0}.culture img{margin-right:7px;width:40px}.culture>a{border:1px solid #5d6c78;background-color:#202427;padding:5px;position:relative;width:100%}.culture>a:hover{background-color:#202427}.culture>a i{position:absolute;right:10px;top:10px;font-size:20px}.subnav{padding:0;width:98%;top:45px}.subnav+span{display:none}.subnav a{width:100%}.subnav li{background-color:#202427;width:100%}.help{background-color:#202427;font-size:22px;padding:5px;text-align:center;width:100%}.mobile_login{color:#fff;border-bottom:3px solid #5d6c78}.mobile_login .checkbox_control label{color:#fff;margin-right:0}.mobile_login input[type="email"],.mobile_login input[type="password"],.mobile_login input[type="text"]{font-size:1em}.login_reminder_links{margin:10px 0;position:relative}.login_reminder_links a{font-size:14px;font-size:.875rem}.mobile_login .ui-btn{background-color:#394249;border:1px solid #5d6c78;color:#fff;text-shadow:none}.mobile_login .ui-btn.ui-btn-active{background-color:#5d6c78;border:1px solid #5d6c78}.mobile_login .ui-btn.ui-btn-active:hover{background-color:#5d6c78;border:1px solid #5d6c78}.mobile_login .ui-btn:focus{box-shadow:none}.mobile_login .ui-btn:hover{background-color:#30373d;border:1px solid #30373d;color:#fff;text-shadow:none}.ui-navbar li:last-child .ui-btn{margin-right:0;border-right-width:1px}.ui-navbar{border-bottom:4px solid #5d6c78;margin-bottom:10px}.signin_close{font-size:24px;font-size:1.5rem;position:relative;left:92%;top:-5px}.create_account{margin-bottom:20px;margin-bottom:1.25rem}.create_account p{color:#9aa7b1;font-style:italic;margin:0 5px 1rem;font-size:12px;font-size:.75rem}.create_birthday{margin-bottom:20px;margin-bottom:1.25rem}.create_birthday .label_wrapper{float:left;margin-right:2%}.create_birthday .label_wrapper:last-child{margin-right:0}.create_birthday .label_wrapper.month{width:48%}.create_birthday .label_wrapper.day{width:24%}.create_birthday .label_wrapper.year{width:24%}.alt_nav_shopping_cart{display:inline-block;position:absolute;top:2px;right:10px}.alt_nav_shopping_cart .shoppingcart{color:#fff}.alt_nav_shopping_cart .shoppingcart i{font-size:35px;font-size:2.1875rem}.cart_items{color:#fff;display:inline-block;position:relative;vertical-align:top}.cart_items span{font-size:14px;font-size:.875rem;color:#fff;left:0;right:0;position:absolute;text-align:center;top:6px}.jinx-skull_shape{color:#4ac2be}#cart_items_skull{overflow:visible;width:35px}.mobile_menu_cart_item{font-size:.8em}.mobile_menu_cart_item a.item_link{display:inline-block;height:4.3em;overflow:hidden}.mobile_menu_cart_item .fa-trash{font-size:2.5em}.mobile_menu_cart_items{padding:.5rem;margin-bottom:2rem}.mobile_menu_cart_items .small-7{padding-right:.9875rem}.mobile_menu_cart_items .slick-dots{bottom:-60px}.mobile_cart{width:100%}.mobile_cart .slick-slider{margin-bottom:15px}.mobile_cart .slick-dots button:before{color:#fff}.mobile_cart .slick-dots li.slick-active button:before{color:#fff}.mobile_cart .slick-prev,.mobile_cart .slick-next{padding-left:2px;background:rgba(0,0,0,.25);padding-right:2px}.mobile_cart .slick-prev:before,.mobile_cart .slick-next:before{color:#fff}.mobile_cart .slick-prev:hover,.mobile_cart .slick-next:hover{background:#000}.mobile_cart .slick-prev{left:-18px;margin-top:-20px}.mobile_cart .slick-next{right:-18px;margin-top:-20px}.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay{-webkit-transform:translate3d(-90%,0,0);-moz-transform:translate3d(-90%,0,0);-ms-transform:translate3d(-90%,0,0);-o-transform:translate3d(-90%,0,0);transform:translate3d(-90%,0,0)}.ui-datepicker{z-index:1100 !important}.nav_header{height:70px}.nav_header .logo{font-size:50px;font-size:3.125rem;color:#fff;bottom:0;display:block;height:70%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%;text-align:center}.menu_trigger{display:block;height:100%;overflow:hidden;position:absolute;text-align:center;top:0;width:70px;z-index:100}.menu_trigger span{line-height:70px}.menu_trigger i{color:#9aa7b1;font-size:25px;font-size:1.5625rem;vertical-align:middle}.menu_trigger.active{background-color:#394249;text-decoration:none}.menu_trigger.active i{color:#4ac2be}.search_trigger{right:0}.main_menu,.search_box{background:#30373d;display:none;position:absolute;top:70px;width:100%;z-index:600}.search_box{box-shadow:0 2px 10px rgba(0,0,0,.3);height:70px;font-size:30px}.search_box input{border-radius:0}.search_box input[type="text"]{font-size:22px;font-size:1.375rem;border:none;display:inline-block;height:70px;outline:none;padding:20px 15px;vertical-align:top;width:95%;width:-moz-calc(100% - 70px);width:-webkit-calc(100% - 70px);width:calc(100% - 70px)}.search_box .mobile_search_btn{background-color:#4ac2be;border:none;box-shadow:none;border-radius:0;color:#202427;display:inline-block;font-family:"FontAwesome";height:70px;line-height:1;padding:0;text-align:center;-webkit-appearance:none;width:70px}.menu_items{color:#fff;margin:0}.menu_items li{list-style:none;margin-bottom:1px}.menu_items a{color:#fff;display:inline-block}.menu_items a:hover{text-decoration:none}.menu_items span{font-family:tolyer_bold;font-size:24px}.menu_items>li:first-child{background-color:#30373d}.menu_items li{font-size:20px;font-size:1.25rem;background-color:#394249}.menu_items .menu_item>span,.menu_items a{display:inline-block;padding:20px;text-transform:uppercase;width:100%}.menu_items .item_callout{background-color:#394249;float:left;text-align:center;white-space:nowrap;width:50%}.menu_items .item_callout a{border-right:2px solid #30373d;margin:10px 0;padding:10px}a.license_item{background-color:#394249;border:none;border-radius:6px}.menu_item i{float:right;position:relative;top:4px}.menu_item span.brand_menu_item{display:none}.sub_menu_cart_empty{margin-top:1rem}.mobile_menu{clear:both}.mobile_menu .footer_newsletter{padding:10px 20px}.mobile_menu .footer_newsletter h3{display:none}.mobile_menu .footer_newsletter p{text-align:center}.brand_carousel .slick-prev{left:-30px}.brand_carousel .slick-prev:before{content:''}.brand_carousel .slick-next,.brand_carousel .slick-prev{top:50%}.brand_carousel .slick-next:hover,.brand_carousel .slick-prev:hover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.brand_carousel .slick-next{right:-30px}.brand_carousel .slick-next:before{content:''}.brand_carousel .slick-prev:before,.brand_carousel .slick-next:before{font-family:FontAwesome;color:#4ac2be;font-size:2rem}.brand_carousel .slick-slide{background-color:#394249;margin:10px 5px;border-radius:10px}.brand_carousel .slick-slide a{padding:10px 10px 0}.brand_carousel .slick-slide img{margin:0 auto}#brand_carousel{width:80%;margin:0 auto}.menu_text{font-size:13px;font-size:.8125rem;color:#9aa7b1;margin:0 auto;padding:10px 0;text-align:center;width:90%}.social_icons{text-align:center}footer{display:none}.footer_list,.footer_list li{background-color:#202427}.footer_list{-moz-column-count:2;-webkit-column-count:2;column-count:2;-moz-column-gap:0;-webkit-column-gap:0;column-gap:0;margin-left:0;padding:5px;padding-left:1rem}.footer_list li{margin-bottom:10px;width:inherit}.footer_list a{padding:0;text-transform:none}.footer_list i{margin-right:10px}}.facebook_login a{width:100%;margin-bottom:.75rem}.facebook_login div{margin-bottom:.75rem}.member_header .dashboard_gold{padding:0;background:none;margin:.5rem 0}.member_header h4.handle{font-size:3em;margin:0}.member_header .dashboard_level{font-size:1.5em}@media screen and (max-width:810px) and (min-width:661px){.footer_container .fa-lg{font-size:1rem}}@media screen and (min-width:660px){#community_desktop p,#community_desktop p span{font-family:Arial,sans-serif;color:#9aa7b1 !important;font-size:1rem}#community_desktop h3{color:#fff}#community_desktop .newsletter_container{background:#394249;border-radius:5px}#community_desktop .newsletter_container p{margin-bottom:.5rem}#community_desktop .newsletter_container span{font-family:Arial,sans-serif;font-size:1rem !important;line-height:1;color:#9aa7b1}div.social_icons a{margin-right:0 !important}}.menu_item.expanded .social_icons{-webkit-animation:bounceIn .75s;animation:bounceIn .75s;-moz-animation:bounceIn .75s}@media screen and (max-width:865px) and (min-width:660px){li.menu_header{padding:8px 14px !important}li.menu_header span,.item_callout a{font-size:20px !important}input[type="text"].nav_search_form{width:90%}.community_menu.row .newsletter_container{margin:1rem 0 0 !important}}@media screen and (max-width:930px){img.menu_banner{display:none}}@media(min-width:661px){.menu_trigger,.mobile_menu,.brand_carousel,.alt_nav_shopping_cart,ul.category_menu,.alt_nav{display:none}.left-off-canvas-menu{-ms-transform:translate(100.5%,0);-webkit-transform:translate3d(100.5%,0,0);-moz-transform:translate3d(100.5%,0,0);-ms-transform:translate3d(100.5%,0,0);-o-transform:translate3d(100.5%,0,0);transform:translate3d(100.5%,0,0);right:0;left:inherit}ul.sub_menu_cart{list-style:none}.sub_menu_cart{display:none;-webkit-box-shadow:1px 2px 4px 0 rgba(0,0,0,.4);background:#394249;border-radius:4px 0 4px 4px;border-top:1px solid rgba(0,0,0,.4);box-shadow:1px 2px 4px 0 rgba(0,0,0,.4);margin:0;padding:10px;position:absolute;text-align:left;z-index:900;top:40px;right:0}.sub_menu_cart li{background-color:#202427;border-radius:3px;min-width:120px}.sub_menu_cart li:hover{background-color:#5d6c78}.sub_menu_cart li:first-child{margin-bottom:10px}ul.menu_cart_changed{-webkit-box-shadow:1px 2px 4px 0 rgba(0,0,0,.4);background:#394249;border-radius:4px 0 4px 4px;border-top:1px solid rgba(0,0,0,.4);box-shadow:1px 2px 4px 0 rgba(0,0,0,.4);margin:0;padding:10px;position:absolute;text-align:left;z-index:900;top:40px;right:0;list-style-type:none;-webkit-transition:all linear .5s;-moz-transition:all linear .5s;-ms-transition:all linear .5s;-o-transition:all linear .5s;transition:all linear .5s}ul.menu_cart_changed li{color:#fff;background-color:#202427;border-radius:3px;min-width:120px;margin-bottom:10px;padding:5px 16px}ul.menu_cart_changed li:last-child{margin-bottom:0}ul.menu_cart_changed.ng-hide{opacity:0}.nav_action a i.menu_cart_changed{color:#4ac2be;-webkit-transition:all linear .5s;-moz-transition:all linear .5s;-ms-transition:all linear .5s;-o-transition:all linear .5s;transition:all linear .5s}.pnl_settings{background-color:#394249;box-shadow:4px 0 17px rgba(0,0,0,.5);z-index:1100;width:90%;max-width:500px}.pnl_settings_trigger{color:#fff;float:right;margin-right:4%;font-size:24px;font-size:1.5rem}.alt_nav_list_item_large{display:none}.alt_nav_list{float:none}.alt_nav_list>li{float:none;height:100%;margin-bottom:20px;margin-bottom:1.25rem;padding:0}.culture img{margin-right:7px;width:40px}.culture>a{border:1px solid #5d6c78;background-color:#202427;padding:5px;position:relative;width:100%}.culture>a:hover{background-color:#202427}.culture>a i{position:absolute;right:10px;top:10px;font-size:20px}#ddCultureFooter{width:100%}#ddCultureFooter>a{display:inline-block}#ddCultureFooter ul{width:90%;margin-left:12px;padding-left:0;background:#5d6c78;position:absolute;top:auto;bottom:36px;border-radius:0;padding:2px}#ddCultureFooter ul li{margin-bottom:0;background:#5d6c78}#ddCultureFooter ul li:hover{background:#394249}.language_footer{margin-top:.5em}.subnav{padding:0;width:98%;top:45px}.subnav+span{display:none}.subnav a{width:100%}.subnav li{background-color:#202427;width:100%}.help{background-color:#202427;font-size:22px;padding:5px;text-align:center;width:100%}.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay{-webkit-transform:translate3d(-90%,0,0);-moz-transform:translate3d(-90%,0,0);-ms-transform:translate3d(-90%,0,0);-o-transform:translate3d(-90%,0,0);transform:translate3d(-90%,0,0)}.ui-panel-dismiss{background-color:rgba(0,0,0,.8)}.mobile_login{color:#fff;border-bottom:3px solid #5d6c78}.mobile_login .checkbox_control label{color:#fff;margin-right:0}.login_reminder_links{margin:10px 0;position:relative}.login_reminder_links a{font-size:14px;font-size:.875rem}.mobile_login .ui-btn{background-color:#394249;border:1px solid #5d6c78;color:#fff;text-shadow:none}.mobile_login .ui-btn.ui-btn-active{background-color:#5d6c78;border:1px solid #5d6c78}.mobile_login .ui-btn.ui-btn-active:hover{background-color:#5d6c78;border:1px solid #5d6c78}.mobile_login .ui-btn:focus{box-shadow:none}.mobile_login .ui-btn:hover{background-color:#30373d;border:1px solid #30373d;color:#fff;text-shadow:none}.mobile_login .tab-title{background-color:#394249;border:1px solid #5d6c78;color:#fff;text-shadow:none}.mobile_login .tab-title.active{background-color:#5d6c78;border:1px solid #5d6c78}.mobile_login .tab-title.active:hover{background-color:#5d6c78;border:1px solid #5d6c78}.mobile_login .tab-title:focus{box-shadow:none}.mobile_login .tab-title:hover{background-color:#30373d;border:1px solid #30373d;color:#fff;text-shadow:none}.ui-navbar li:last-child .ui-btn{margin-right:0;border-right-width:1px}.ui-navbar{border-bottom:4px solid #5d6c78;margin-bottom:10px}.signin_close{font-size:24px;font-size:1.5rem;position:relative;left:92%;top:-5px}.create_account{margin-bottom:20px;margin-bottom:1.25rem}.create_account p{color:#9aa7b1;font-style:italic;margin:0 5px 1rem;font-size:12px;font-size:.75rem}.create_birthday{margin-bottom:20px;margin-bottom:1.25rem}.create_birthday .label_wrapper{float:left;margin-right:2%}.create_birthday .label_wrapper:last-child{margin-right:0}.create_birthday .label_wrapper.month{width:48%}.create_birthday .label_wrapper.day{width:24%}.create_birthday .label_wrapper.year{width:24%}.desktop_nav{overflow:hidden;padding:8px 10px;width:100%}.svg_link{position:relative;z-index:100}.svg_logo{width:220px;height:74px;vertical-align:middle}.svg_logo_path{fill:white}.desktop_logo{height:77px;display:inline-block;position:relative;z-index:100}.jinx_logo{color:#fff;font-size:64px;display:inline-block;line-height:70px;position:relative;top:4px}.jinx_logo_text{color:#fff;font-size:44px;display:inline-block}.jinx_logo:hover,.jinx_logo_text:hover{color:#fff;text-decoration:none}.nav_group{max-width:960px;position:absolute;text-align:right;top:26px;width:92%}.nav_search{display:inline-block;max-width:420px;margin-right:20px;width:47%}.nav_search form{height:40px;position:relative}input[type="text"].nav_search_form,input[type="submit"].nav_search_btn{background-color:#394249;border:none;border-radius:4px;color:#fff;display:inline-block;height:100%;margin:0;padding:0;vertical-align:middle}input[type="text"].nav_search_form{font-size:20px;font-size:1.25rem;height:100%;margin-right:-5px;padding:6px 45px 6px 15px;width:75%;-webkit-transition:width .08s ease-in-out;-moz-transition:width .08s ease-in-out;-o-transition:width .08s ease-in-out;transition:width .08s ease-in-out}input[type="text"].nav_search_form:focus{-webkit-transition:width .08s ease-in-out;-moz-transition:width .08s ease-in-out;-o-transition:width .08s ease-in-out;transition:width .08s ease-in-out;width:100%;border-color:#4ac2be;box-shadow:0 0 5px #4ac2be}input[type="submit"].nav_search_btn{font-size:24px;font-size:1.5rem;box-shadow:none;color:#9aa7b1;font-family:FontAwesome !important;margin-left:-35px;position:absolute;width:40px}.nav_action{display:inline-block;height:40px;vertical-align:middle}.nav_action>a{cursor:pointer;display:block;height:40px;line-height:57px;position:relative;text-align:center;width:40px}.nav_action>a i{font-size:30px;font-size:1.875rem;color:#9aa7b1}.nav_login{display:inline-block;height:40px;vertical-align:middle;margin-left:5px}.nav_login_button{height:40px;width:40px;display:inline-block;position:relative}.login_gear{color:#4ac2be;background:#202427;position:absolute;top:1px;right:0;display:block;font-size:13px;padding:2px;border-radius:11px}.login_icon{color:#9aa7b1;font-size:32px;position:absolute;left:7px;bottom:0;display:block}.brand_menu_item{display:inline}.menu_item:hover .fa-angle-down{animation:MENUBOUNCE .6s ease-in-out infinite;-webkit-animation:MENUBOUNCE .6s ease-in-out infinite;-moz-animation:MENUBOUNCE .6s ease-in-out infinite}.main_menu_wrapper{background:url("/img/header2014/header_nav_bg_v2.gif") repeat 0 0 #fff;border-bottom:1px solid #ebebeb;max-height:49px;overflow:hidden}.main_menu{background-color:rgba(255,255,255,.6)}.menu_items{float:left;width:100%;margin:0;text-align:center}li.menu_header{display:inline-block;margin-bottom:0;padding:5px 20px;width:auto}li.menu_header span{margin-right:3px;color:#5d6c78;font-family:tolyer_bold,sans-serif;font-size:24px}li.menu_header:last-child{margin-right:0}li.menu_header.expanded{background:#5d6c78}li.menu_header.expanded span{color:#fff}li.menu_header.expanded .desktop_menu_item{padding:10px 0 0 20px;max-height:360px;background:url("https://www.jinx.com/Content/newsletter_design/art_pattern_v2.gif") #2f3439}.desktop_menu_item{-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;box-shadow:0 5px 12px rgba(0,0,0,.3);left:0;max-height:0;overflow:hidden;padding:0 0 0 20px;position:absolute;top:141px;width:100%;z-index:900;background:url("https://www.jinx.com/Content/newsletter_design/art_pattern_v2.gif") #2f3439}.desktop_menu_item>div{margin:10px auto 20px;max-width:62.5rem;overflow:hidden}.desktop_menu_item>div>ul:nth-child(1){max-width:11rem}.desktop_menu_item>div>ul:nth-child(2){max-width:11rem}.desktop_menu_item h2,.desktop_menu_item a{color:#fff}.desktop_menu_item ul{font-size:16px;font-size:1rem;float:left;list-style-type:none;text-align:left;margin:0}.desktop_menu_item ul li{padding:.15rem 2rem;cursor:pointer}.desktop_menu_item ul li:hover a{color:#4ac2be}.desktop_menu_item img.menu_banner{margin-right:50px}#mens_desktop div,#toys_desktop div{padding-left:100px}#community_desktop .fa-desktop{color:#9aa7b1}.menu_header:last-child{margin-right:0}.license_gridwall{position:relative;width:100%;overflow:hidden}.license_grid{margin:15px 0;border-radius:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.license_item{float:left;height:80px;margin-left:0;width:120px;background:#30373d;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:80px;text-align:center;display:block;margin:0 1px 1px 0}.license_item:hover{background-color:#202427}div.social_icons a{font-size:18px;font-size:1.125rem;margin-right:10px;text-decoration:none}.social_icons a span:hover{transform:rotatey(180deg);transition:.3s ease}.social_icons a span{transition:.3s ease}.news_box{width:100%}.news_box form{position:relative}.newsletter_form{background:#fff;border:none;font-size:14px;height:32px;width:214px}.footer_container{float:left;padding-left:.9375rem;padding-right:.9375rem;position:relative;width:33.3%}.footer_container h3{font-size:32px;font-size:2rem;color:#fff;font-family:tolyer_bold,sans-serif;margin-bottom:10px}.footer_container p{color:#9aa7b1}.footer_container li{margin-bottom:10px}.footer_alt{background:url("https://www.jinx.com/Content/newsletter_design/art_pattern_v2.gif") #2f3439;padding:5px 0 0}.footer_alt h3 a{background:url("/img/footer_logo.gif") no-repeat scroll 0 0 transparent;display:block;height:54px;text-indent:-9999px}.footer_alt p{color:#9aa7b1;line-height:67px;margin:0;text-align:left;white-space:nowrap}.footer_frame{background-color:#202427;padding:1rem 0}.fb_footer{margin:20px 0 20px}.ach_popup{width:inherit}}.grid_2{display:inline;float:left;margin-left:10px;margin-right:10px}.row.masonry{margin-top:.5rem}.row.masonry img,.row.masonry .masonry_video{-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.row.masonry .columns{float:left;padding:.25rem;overflow:hidden}.row.masonry .columns .masonry_tagline{position:absolute;bottom:1rem;left:2rem;z-index:3}.row.masonry .columns .masonry_video{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.row.masonry .columns .masonry_video i.fa{font-size:4rem;color:#d42323}.row.masonry .columns .masonry_tagline.ninja h1,.row.masonry .columns .masonry_tagline.ninja h2,.row.masonry .columns .masonry_tagline.ninja h3,.row.masonry .columns .masonry_tagline.ninja .button,.row.masonry .columns .masonry_video i.fa{-webkit-transform:translateY(500px);-moz-transform:translateY(500px);-ms-transform:translateY(500px);-o-transform:translateY(500px);transform:translateY(500px);-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.row.masonry .columns .masonry_tagline.ninja .button{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;-ms-transition-delay:100ms;-o-transition-delay:100ms;transition-delay:100ms;color:#fff;border-color:#fff;background-color:transparent}.gradient_hover .columns::after{content:'';opacity:.25;position:absolute;top:.25rem;right:.25rem;bottom:.25rem;left:.25rem;-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;-ms-transition:opacity 300ms ease;-o-transition:opacity 300ms ease;transition:opacity 300ms ease}.gradient_hover .columns:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}@media screen and (min-width:64.063em){.gradient_hover .columns:hover .masonry_tagline.ninja h1,.gradient_hover .columns:hover .masonry_tagline.ninja h2,.gradient_hover .columns:hover .masonry_tagline.ninja h3,.gradient_hover .columns:hover .masonry_tagline.ninja .button,.gradient_hover .columns:hover .masonry_video i.fa{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.gradient_hover .columns:hover::after{background:#01045b;background:-moz-linear-gradient(-45deg,#01045b 0,#61fffa 100%);background:-webkit-linear-gradient(-45deg,#01045b 0,#61fffa 100%);background:linear-gradient(135deg,#01045b 0,#61fffa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01045b',endColorstr='#61fffa',GradientType=1);opacity:.75}}@media only screen and (max-width:40em){ul.slick-dots{display:block}.goodies_promos ul{list-style:none outside none;margin:0 0 0 -10px}.goodies_promos ul>li{float:left;margin:0 0 10px 10px;width:47%;height:inherit;position:relative}.promo_spot{width:100%}}@media only screen and (max-width:21em){ul.slick-dots{display:block}.goodies_promos ul{list-style:none outside none;margin:0 0 0 0}.goodies_promos ul>li{text-align:center;margin:0 0 10px 0;width:100%;height:inherit;position:relative}.promo_spot{width:100%}}.category_callout{position:relative;overflow:hidden}.category_callout img{-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1,1);-moz-transform:translateZ(0) scale(1,1);-ms-transform:translateZ(0) scale(1,1);-o-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1)}.category_callout h1{position:absolute;bottom:0;left:1rem;font-size:3rem;z-index:1;margin:0;text-shadow:0 0 12px rgba(0,0,0,.5)}.category_callout::after{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background:url(/content/pages/about/digi_look.png);z-index:0;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.category_callout:hover img{-webkit-transform:translateZ(0) scale(1.1);-moz-transform:translateZ(0) scale(1.1);-ms-transform:translateZ(0) scale(1.1);-o-transform:translateZ(0) scale(1.1);transform:translateZ(0) scale(1.1)}@media screen and (max-width:64em){.category_callout:hover::after{background-color:rgba(74,194,190,.5)}}.main_wide_rotator{background:#fff}.brand_header{margin-bottom:10px}.brand_header a{width:100%;display:block;position:relative;text-align:center}.brand_callout ul li{clear:none !important;padding:0 .625rem 1.25rem}.brand_callout ul li:first-child{width:100%}@media screen and (min-width:40.03em){.brand_callout ul li:first-child{width:50%}}.brand_callout{overflow:hidden}.prod_rotator .product_controls_wrapper{display:block}.prod_rotator .slick-prev,.prod_rotator .slick-next{margin-top:-32px;top:50%}.prod_rotator .slick-dots{bottom:-60px}@media screen and (max-width:40em){.prod_rotator+.button{display:block}}@media screen and (max-width:40em){.prod_rotator h2.solid_border{text-align:center}}.prod_rotator .see-more{margin-left:1rem}.prod_rotator .see-more i{-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.prod_rotator .see-more:hover i{-webkit-transform:translateX(5px);-moz-transform:translateX(5px);-ms-transform:translateX(5px);-o-transform:translateX(5px);transform:translateX(5px)}.brand_callout,.prod_rotator{margin-top:16px;margin-top:1rem}@media screen and (max-width:40em){.brand_callout .theme_background,.prod_rotator .theme_background{margin:0 -.9375rem}}.brand_callout .theme_background img,.prod_rotator .theme_background img{padding:1rem 0 4rem}.brand_callout .brand_callout_products>div,.prod_rotator .brand_callout_products>div{margin-top:1.5rem}.brand_callout .brand_header_caption,.prod_rotator .brand_header_caption{bottom:12px;bottom:.75rem;color:#ededed;font-family:"tolyer_bold",Arial,sans-serif;font-size:1.5rem;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);margin:0}.brand_callout .brand_header_caption span,.prod_rotator .brand_header_caption span{background:#000;background:rgba(0,0,0,.5);display:inline-block;padding:0 20px;border-radius:5px}.brand_callout .brand_header_caption span:after,.prod_rotator .brand_header_caption span:after{content:'';font-family:FontAwesome;position:relative;top:0;left:5px;font-size:16px;font-size:1rem}.brand_callout .product_controls,.prod_rotator .product_controls{border:none}.brand_callout .prod_title,.prod_rotator .prod_title{display:none}.brand_callout .prod_price,.prod_rotator .prod_price{color:#5d6c78;position:absolute;bottom:0;left:0;background:#d3d7db;border-bottom-right-radius:5px;padding:0 .5rem;font-size:1rem}.brand_callout .prod_flag.sale+div+div,.prod_rotator .prod_flag.sale+div+div{display:none}.brand_callout .prod_item,.prod_rotator .prod_item{margin-bottom:0;overflow:hidden}.brand_callout .prod_item .product_info,.prod_rotator .prod_item .product_info{padding:0}.brand_callout .shop_brand i,.prod_rotator .shop_brand i{margin-left:5px;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.brand_callout .shop_brand:hover i,.prod_rotator .shop_brand:hover i{-webkit-transform:translateX(5px);-moz-transform:translateX(5px);-ms-transform:translateX(5px);-o-transform:translateX(5px);transform:translateX(5px)}.brand_module{float:left}.module_margin{margin-right:20px}.main_wide_rotator .slick-prev{left:0}.main_wide_rotator .slick-next{right:0}.main_wide_rotator .slick-prev,.main_wide_rotator .slick-next{background:rgba(0,0,0,.5);padding:1rem 1.25rem;top:40%;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease}.main_wide_rotator .slick-prev:before,.main_wide_rotator .slick-next:before{opacity:1;color:#fff;font-size:3rem}.main_wide_rotator .slick-prev:hover,.main_wide_rotator .slick-next:hover{background:#000;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease}[class*="block-grid-"].brand_callouts{margin:1rem 0}@media screen and (max-width:40em){[class*="block-grid-"].brand_callouts{margin:0 0 2rem}}[class*="block-grid-"].brand_callouts>li{height:180px;position:relative;margin:.625rem 0}@media screen and (max-width:40em){[class*="block-grid-"].brand_callouts>li{height:160px;padding:0;margin:0}}[class*="block-grid-"].brand_callouts+div{margin-bottom:1rem}.theme_background{height:180px;position:relative}@media screen and (max-width:40em){.theme_background{height:160px}}.theme_background::after{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background:url(/content/pages/about/digi_look.png);background-color:rgba(0,0,0,.5);z-index:0;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.theme_background:hover::after{background-color:rgba(74,194,190,.5)}.theme_background img{position:absolute;top:50%;left:50%;max-height:70%;max-width:80%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:1}@media only screen and (min-width:40.063em) and (max-width:64em){ul.slick-dots{display:block}.goodies_promos ul{list-style:none outside none;margin:-14px 0 0 -10px}.goodies_promos ul>li{float:left;margin:14px 0 0 10px;width:46%;height:inherit;position:relative}.promo_spot{width:100%}}@media only screen and (min-width:64.063em){.brand_callout .brand_header_caption{font-size:26px}.brand_callout .brand_header_caption span{height:40px;line-height:40px}.brand_callout .brand_header_caption span::after{font-size:1rem;top:0}.goodies_promos{margin-bottom:1rem}.brand_callout{margin-top:2rem}.category_callouts:hover .category_callout::after{background-color:rgba(0,0,0,.5)}.category_callouts:hover .category_callout:hover::after{background-color:transparent}}.inception{margin-top:10px}.featured_container{margin-bottom:20px}.home_rotator_wide{margin-bottom:0;overflow:visible;position:relative;background:#000}.home_rotator_wide .navigation_elements{display:table;margin:7px auto 0;position:absolute;width:940px}.home_rotator_wide a.browse{background:url(/img/nav_icons/main_rotator_buttons.png) no-repeat transparent;height:52px;width:33px;position:absolute;top:-210px;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);opacity:.8}.home_rotator_wide a.browse:hover{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);opacity:1}.home_rotator_wide a.prev{left:-10px;background-position:0 0;margin:0}.home_rotator_wide a.next{right:-10px;background-position:-39px 0;margin:0}.product_row .bump_links{float:right;color:#006ab7;margin-top:13px;z-index:200}#homepage_sidebar .community_feed li h6{background-image:none;font-weight:700}.margin-bottom{margin-bottom:20px !important}.product_row{clear:left}.product_row_header{margin-bottom:4px;clear:both}.product_row_header:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html .product_row_header{height:1%}.product_row_header{display:block}ul.slick-dots{display:none}.goodies_promos ul{list-style:none outside none;margin:-10px 0 0 -10px}.goodies_promos ul>li{float:left;margin:10px 0 0 10px;width:225px;height:110px;position:relative}.goodies_promos ul>li a .overlay{background:none repeat scroll 0 0 #fff;height:100%;left:0;opacity:.2;position:absolute;top:0;width:100%;z-index:200}.goodies_promos ul>li a .overlay-title{color:#fff;font-family:"BebasNeueRegular",Arial,sans-serif;font-size:22px;left:0;line-height:22px;opacity:1;position:absolute;text-align:center;top:43%;width:100%;z-index:300}.goodies_promos ul>li a:hover .overlay{opacity:.8;background:#07c}.goodies_promos ul>li a:hover .overlay-title{opacity:1;color:#fff}.promo_spot{text-align:center;margin-bottom:1rem}.panel_divider{background:url("/img/sm_divider.png") repeat-x scroll center bottom transparent;clear:both;height:10px;margin:0 0 10px;width:100%}.see_more{display:block;width:100%;height:50px;background-color:#2f3030;float:left;text-align:center;position:relative}.prod_item .see_more{display:block;width:140px;height:275px;position:relative;background-image:url("/img/brand_partners/brand_callout/aarow_lg.png");background-position:center 45px;background-repeat:no-repeat;background-color:#2f3030;transition:all .3s ease-in-out 0s}.see_more:hover{background-color:#07c;text-decoration:none}.prod_item .see_more_caption{position:absolute;width:140px;height:39px;bottom:0;left:0;color:#07c;text-align:center;padding:28px 0;background:#fff}.see_more_caption p{font-family:"ArvoBold";font-size:15px;text-transform:uppercase;margin:0;text-decoration:none}.wide{height:153px}.wide .see_more_caption{position:relative;top:40px}.wide p{color:#fff;font-size:34px;margin:12px 0 0;text-align:left;position:relative;margin-left:22px;letter-spacing:1px}.wide p:after{background:url("/img/brand_partners/brand_callout/aarow_lg.png") no-repeat scroll 0 0;height:95px;width:65px;content:" ";position:absolute;top:-24px;margin-left:5px}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.f-dropdown{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:2px;max-width:200px}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:89}.f-dropdown:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown.drop-right{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:2px;max-width:200px}.f-dropdown.drop-right>*:first-child{margin-top:0}.f-dropdown.drop-right>*:last-child{margin-bottom:0}.f-dropdown.drop-right:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent #fff transparent transparent;border-right-style:solid;position:absolute;top:10px;left:-12px;z-index:89}.f-dropdown.drop-right:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent #ccc transparent transparent;border-right-style:solid;position:absolute;top:9px;left:-14px;z-index:88}.f-dropdown.drop-left{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:-2px;max-width:200px}.f-dropdown.drop-left>*:first-child{margin-top:0}.f-dropdown.drop-left>*:last-child{margin-bottom:0}.f-dropdown.drop-left:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent transparent #fff;border-left-style:solid;position:absolute;top:10px;right:-12px;left:auto;z-index:89}.f-dropdown.drop-left:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent transparent #ccc;border-left-style:solid;position:absolute;top:9px;right:-14px;left:auto;z-index:88}.f-dropdown.drop-top{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:-2px;margin-left:0;max-width:200px}.f-dropdown.drop-top>*:first-child{margin-top:0}.f-dropdown.drop-top>*:last-child{margin-bottom:0}.f-dropdown.drop-top:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:#fff transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-12px;left:10px;right:auto;z-index:89}.f-dropdown.drop-top:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:#ccc transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-14px;left:9px;right:auto;z-index:88}.f-dropdown li{font-size:.875rem;cursor:pointer;line-height:1.125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li.radius{border-radius:3px}.f-dropdown li a{display:block;padding:.5rem;color:#555}.f-dropdown.content{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;padding:1.25rem;width:100%;height:auto;max-height:none;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;max-width:200px}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{width:100% !important;max-width:100% !important}.f-dropdown.mega.open{left:0 !important}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}#toTop{position:fixed;bottom:0;right:1rem;border-radius:2em;padding:1rem;z-index:50;display:none;box-shadow:1px 2px 8px rgba(0,0,0,.3);-webkit-animation:fadeInUp .5s ease;-moz-animation:fadeInUp .5s ease;-ms-animation:fadeInUp .5s ease;-o-animation:fadeInUp .5s ease;animation:fadeInUp .5s ease;border:none}.searchbutton{font-size:26px;font-size:1.625rem;background-color:#4ac2be;border:none;color:#fff;font-family:"tolyer_bold",arial,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:1px;padding:12px 0;width:100%}.shop_matches{background-color:#eff3f3;margin-bottom:16px;margin-bottom:1rem;padding:8px 16px;padding:.5rem 1rem}.shop_matches h4{font-size:16px;font-size:1rem;font-weight:bold}.shop_matches ul{list-style:none;margin:0}.shop_matches li{font-size:14px;font-size:.875rem;background-color:#e1e5e5;float:left;font-weight:bolder;margin:0 8px 8px 0;padding:5px 10px}.product_grid{opacity:100;-webkit-transition:opacity linear 300ms;-moz-transition:opacity linear 300ms;-ms-transition:opacity linear 300ms;-o-transition:opacity linear 300ms;transition:opacity linear 300ms}.product_grid.ng-enter,.product_grid.ng-leave{opacity:0 !important}.products_loading_overlay{width:100%;opacity:100;padding-top:10%;padding-bottom:10%;font-size:4em;text-align:center}.products_loading_overlay.ng-hide{opacity:0;height:0}.products_loading_overlay .jinx-skull_shape{color:#4ac2be}.products_loading_overlay .fa{color:#fff;font-size:80%;margin-top:-.25em}@-webkit-keyframes ROTATE{from{-webkit-transform:rotateY(0deg)}to{-webkit-transform:rotateY(360deg)}}@-moz-keyframes ROTATE{from{-moz-transform:rotateY(0deg)}to{-moz-transform:rotateY(360deg)}}@-ms-keyframes ROTATE{from{-ms-transform:rotateY(0deg)}to{-ms-transform:rotateY(360deg)}}@keyframes ROTATE{from{transform:rotateY(0deg)}to{transform:rotateY(360deg)}}@-webkit-keyframes COLOR{0%{color:#4ac2be}50%{color:#4a706c}75%{color:#4a706c}100%{color:#4ac2be}}@-moz-keyframes COLOR{0%{color:#4ac2be}50%{color:#4a706c}75%{color:#4a706c}100%{color:#4ac2be}}@-ms-keyframes COLOR{0%{color:#4ac2be}50%{color:#4a706c}75%{color:#4a706c}100%{color:#4ac2be}}@keyframes COLOR{0%{color:#4ac2be}50%{color:#4a706c}75%{color:#4a706c}100%{color:#4ac2be}}.theme_header{background-repeat:no-repeat;background-size:cover;background-position:top center;text-align:center;padding:20px 0;position:relative;min-height:75%}.overlay{position:relative}.overlay:before{position:absolute;top:0;right:0;bottom:0;left:0;content:' ';display:block;z-index:0}.theme_header *{position:relative}.theme_header img{width:auto;display:none}@media screen and (max-width:40em){ul.pagination{padding:0 .9375rem}ul.pagination li{height:inherit}}ul.pagination li.active{display:block;padding:.0625rem .625rem .0625rem;color:#fff;background:#9aa7b1;border-radius:3px;font-weight:normal;font-size:.875rem;line-height:inherit}@media screen and (max-width:40em){ul.pagination li.active{font-size:1.5rem;height:inherit;padding:.0625rem .75rem .0625rem}}ul.pagination li a,ul.pagination li button{color:#9aa7b1;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}@media screen and (max-width:40em){ul.pagination li a,ul.pagination li button{font-size:1.5rem}}ul.pagination li a:hover,ul.pagination li button:hover{transition:background-color 300ms ease-out}ul.pagination li a .fa,ul.pagination li button .fa{color:#4ac2be}ul.pagination li.off a .fa,ul.pagination li.off button .fa{cursor:default;color:#eff3f3}ul.pagination li.off a:hover,ul.pagination li.off button:hover{background-color:transparent}ul.pagination li.active a{padding:0;color:#fff;cursor:default}ul.pagination li.active:hover a{background-color:#9aa7b1}ul.pagination li.active a:hover,ul.pagination li.active a:focus{background-color:#9aa7b1}ul.pagination li a:focus{background-color:#fff}.breadcrumbs{margin:10px 0;border:none;background-color:transparent}.breadcrumbs a:first-child{background:url(/img/jinx_sprites.gif) no-repeat scroll -139px -359px transparent;height:19px;text-indent:-9000px;width:16px;margin-top:-4px}.start_over_btn a{font-size:13px;display:block;font-weight:bold;margin-bottom:0;padding:1rem;background:#4ac2be}.store_menu_header{margin-bottom:2px}.refine_search{background:url("/img/header2014/jinx_pattern.gif") repeat 0 0 transparent;color:#fff;font-size:15px;font-weight:bold;padding:10px;width:100%;text-align:center}.breadbox{padding:.5rem .9375rem;position:relative}.filter_selections{list-style:none;margin:0 0 2px;overflow:hidden}.filter_selections li{margin:0 0 2px;background:#eff3f3}.filter_selections li:last-child{display:none}.filter_button{font-size:14px;font-size:.875rem;position:relative}.filter_title{display:inline-block;padding:10px 0 10px 10px;width:80%}.filter_button a.remove{background-color:#4ac2be;height:100%;right:0;text-align:center;width:20%;position:absolute}.filter_button a.remove:hover{background-color:#40a8a5}.filter_button a.remove i{color:#fff;position:absolute;top:30%;left:0;right:0}.sortby_mobile,.filter_close,.refine_search{display:none}.filter_menu_wrap{background-color:#30373d;display:block;position:absolute;top:0;right:-100%;z-index:500;height:100%;width:100%;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.5s ease;-moz-transition:.5s ease;-ms-transition:.5s ease;-o-transition:.5s ease;transition:.5s ease}.filter_menu_wrap.ng-hide{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-transition:.5s ease;-moz-transition:.5s ease;-ms-transition:.5s ease;-o-transition:.5s ease;transition:.5s ease}.filter_menu_wrap::before,.filter_menu_wrap::after{content:"";position:absolute;top:0;right:-100%;width:100%}.filter_menu_wrap:before{background:#30373d;height:100%}.filter_menu_wrap:after{background:#5d6c78;height:68px}@media screen and (max-width:40em){.filter_menu_wrap .clear_filters.button{margin-bottom:.5rem}.filter_menu_wrap .filter_selections li{width:100%;margin:1% 0}}.sticky_filter_bar{position:fixed;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;top:-100%}.sticky_filter_bar.nav-down{top:0}#facet_nav{padding:1rem 0 2rem}#facet_nav .clear_filters.button{width:100%}#facet_nav .clear_filters.button i.fa{font-size:1.5rem}.filter_category,.facet-filters li a{border:2px solid #5d6c78;border-radius:5px;border-radius:.3125rem;color:#fff;cursor:pointer;font-size:24px;font-size:1.5rem;line-height:1;padding:1rem;text-decoration:none;margin-bottom:5px;display:block}.filter_category.white,.filter_category.yellow,.facet-filters li a.white,.facet-filters li a.yellow{color:#222}.nested_menu .filter_navigation{display:none}.nested_menu .facet-filters{overflow:hidden;display:none}.nested_menu.active{position:absolute;top:0;right:-100%;height:100%;width:100%;z-index:600;background:#30373d}.nested_menu.active .filter_navigation{display:block}.nested_menu.active .filter_category{display:none}.nested_menu.active .facet-filters{display:block}.filter_menu_wrap.moveit{-webkit-transform:translateX(-200%);-moz-transform:translateX(-200%);-ms-transform:translateX(-200%);-o-transform:translateX(-200%);transform:translateX(-200%)}.facet-filters{margin:0;line-height:20px}.facet-filters li{list-style:none}.facet-filters li a{font-size:15px;font-size:.9375rem}.facet-filters li a span{font-size:10px;font-size:.625rem;color:#9aa7b1}.facet_nav.f-dropdown li{float:none;width:auto;border:0;margin:0;background-color:#394249;margin-bottom:.5rem}.facet_nav.f-dropdown a{padding:0}.facet_nav.f-dropdown h6{color:#fff;text-transform:uppercase;border-bottom:5px solid #30373d;cursor:pointer;font-size:28px;line-height:1;padding:0 5px 5px;text-decoration:none;margin-bottom:5px}.facet_nav.f-dropdown{background-color:#394249;padding:1em}.facet_nav.f-dropdown:before{border-color:transparent transparent #394249 transparent}.facet_nav.f-dropdown .size_filter_category li{width:47%;float:left;margin:0 2px 5px 2px}.facet_nav.f-dropdown .size_filter_category a{background:#30373d;border:1px solid #5d6c78;color:#fff;font-size:20px;font-size:1.25rem;min-width:7rem;min-height:2rem;line-height:2rem;padding:2px 0 2px 10px}.facet_nav.f-dropdown .col_filter_category a{height:3rem;width:3rem}.facet_nav.f-dropdown .col_filter_category li{float:left;margin:0 10px 10px 0}.black{background-color:#000}.white{background-color:#fff}.grey{background-color:#9e9e9e}.purple{background-color:#523266}.orange{background-color:#f1612e}.yellow{background-color:#fffe5b}.brown{background-color:#826538}.green{background-color:#459545}.blue{background-color:#0751d5}.red{background-color:#bc2828}.tan{background-color:#ceb976}.olive{background-color:#7a7752}.pink{background-color:#f7bfbf}.selector_container,.pagesize,.pagination_container{display:none}.pagination_bar_bottom .pagination_container{display:block}.selector_container{float:left;margin-right:20px}.selector_container label{display:inline}.selector_container .sortby_selector{width:139px;display:inline}select::-ms-value{background:none;color:rgba(0,0,0,.75)}.pagesize{float:left;font-size:14px;padding-top:5px}.pagesize a{padding:0;margin:0}.pagesize a.active,.pagesize a.active:hover{text-decoration:none;cursor:default;margin-right:5px;color:#9aa7b1}.pagination_container{float:right;margin-top:7px}.grid_toggle{float:right;margin:.5rem 0 1rem}@media screen and (max-width:40em){.grid_toggle{margin:0 0;width:100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:1px}.grid_toggle a{width:50%;text-align:center;padding:.75rem 0;background:#d3d7db;float:left}.grid_toggle a i{opacity:.5}.grid_toggle a.active{background:#b1b8bf;box-shadow:inset 0 0 10px rgba(0,0,0,.2);opacity:1}}.grid_toggle i{font-size:28px;font-size:1.75rem;color:#394249;margin:0 .5rem;opacity:.6}.grid_toggle a.active{pointer-events:none}.grid_toggle a.active i{opacity:1}.product_grid.grid_active{-webkit-animation:FADE1 .75s ease;-moz-animation:FADE1 .75s ease;-ms-animation:FADE1 .75s ease;-o-animation:FADE1 .75s ease;animation:FADE1 .75s ease;padding:0 .5rem}.product_grid.grid_inactive{-webkit-animation:FADE2 .75s ease;-moz-animation:FADE2 .75s ease;-ms-animation:FADE2 .75s ease;-o-animation:FADE2 .75s ease;animation:FADE2 .75s ease}@media only screen and (max-width:40em){.product_grid.grid_inactive{padding:0 .9375rem;margin-top:10px}}@keyframes FADE1{0%,100%{opacity:1}2%,30%{opacity:0}}@-moz-keyframes FADE1{0%,100%{opacity:1}2%,30%{opacity:0}}@-webkit-keyframes FADE1{0%,100%{opacity:1}2%,30%{opacity:0}}@keyframes FADE2{0%,100%{opacity:1}2%,30%{opacity:0}}@-moz-keyframes FADE2{0%,100%{opacity:1}2%,30%{opacity:0}}@-webkit-keyframes FADE2{0%,100%{opacity:1}2%,30%{opacity:0}}.product_grid.grid_active .active-product .product_controls_wrapper img{border-color:#d3d7db}.product_grid.grid_active li.product_detail{padding:0}@media only screen and (max-width:40em){.product_grid.grid_active li.product_detail{width:50%}.product_grid.grid_active li.product_detail:nth-of-type(2n+1){clear:both}.product_grid.grid_active li.product_detail:nth-of-type(1n+1){clear:none}}@media only screen and (min-width:40.063em){.product_grid.grid_active li.product_detail{width:25%}.product_grid.grid_active li.product_detail:nth-of-type(4n+1){clear:both}.product_grid.grid_active li.product_detail:nth-of-type(3n+1){clear:none}}.product_grid.grid_active .prod_item{margin-bottom:0}.product_grid.grid_active .prod_title,.product_grid.grid_active .prod_price{display:none}.product_grid.grid_active .product_info{padding:0}.product_grid.grid_active .mobile_quickadd_types{padding:0 .9375rem}.easyzoom{float:left;width:100%}.easyzoom img{display:block}.easyzoom-flyout img{max-width:none}.thumbnails img,.easyzoom{outline:1px solid #ccc}.active-product .mobile_quickadd{display:block;background:#f6f6f6;border-top:none;padding-bottom:1.5rem}.active-product .mobile_quickadd .details_options{display:inline-block}.active-product .mobile_quickadd .tabs-content{margin-bottom:0}.active-product .mobile_quickadd .tabs-content>.content{padding:0}.active-product ul.slick-dots{display:block;display:none;position:initial}.mobile_quickadd{display:none}.mobile_quickadd select{height:3rem;font-weight:bold}.mobile_quickadd .mobile_quickadd_close{display:none;position:absolute;top:1px;right:1px;background:#f55045;padding:0 1rem;color:#fff;z-index:5;font-size:40px;font-size:2.5rem;opacity:.7}.mobile_quickadd .mobile_quickadd_close:hover{opacity:1}.mobile_quickadd .mobile_quickadd_controls{min-height:64px}.mobile_quickadd .mobile_quickadd_colors{display:block !important;position:absolute;left:0;-webkit-transform:translate3d(100.5%,0,0);-moz-transform:translate3d(100.5%,0,0);-ms-transform:translate3d(100.5%,0,0);-o-transform:translate3d(100.5%,0,0);transform:translate3d(100.5%,0,0)}.mobile_quickadd .mobile_quickadd_colors h3{margin-top:0;line-height:1}.mobile_quickadd .mobile_quickadd_colors.active{position:relative;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.mobile_quickadd .mobile_quickadd_colors .color_buttons li{height:40px}.mobile_quickadd .mobile_quickadd_colors .color_buttons li a{border:none}.mobile_quickadd .mobile_quickadd_colors .color_buttons li a img{border:1px solid #aaa;height:100%;width:100%}.min-100{min-height:100px;width:100%}.mobile_quickadd_buttons{width:100%;position:absolute;left:0}.mobile_quickadd_buttons.ng-hide{-webkit-transform:translate3d(-100.5%,0,0);-moz-transform:translate3d(-100.5%,0,0);-ms-transform:translate3d(-100.5%,0,0);-o-transform:translate3d(-100.5%,0,0);transform:translate3d(-100.5%,0,0);display:block !important}.mobile_quickadd_buttons h3{margin-top:0;line-height:1}.mobile_quickadd_buttons h3.outofstock{height:3rem;margin:0 0 1rem 0;color:#f55045;border:1px dotted;padding-top:11px}.mobile_quickadd_buttons .active_color.vert-fix{vertical-align:top}.mobile_quickadd_buttons .active_color.vert-fix .button{margin:0;background:none;color:#5d6c78;border:1px solid;padding:.25em 1em .25em .25em;text-align:left;position:relative;font-size:20px;font-size:1.25rem;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.mobile_quickadd_buttons .active_color.vert-fix .button::after{content:"";font-family:fontawesome;position:absolute;right:.25em;top:.75em}.mobile_quickadd_buttons .active_color.vert-fix .button:hover,.mobile_quickadd_buttons .active_color.vert-fix .button:focus{color:#fff;background:#5d6c78;border-color:#5d6c78}.mobile_quickadd_buttons .active_color.vert-fix .button.active_filter{background:#5d6c78;border-color:#5d6c78;color:#fff}.mobile_quickadd_buttons .active_color.vert-fix .button.active_filter:hover{background:#748694}.active_color img{height:3rem;width:3rem;box-shadow:none;border-color:#ccc}.active_size select{color:#db473e;border:1px solid #db473e}.active_size option{color:#222}.active_size option:first-child{color:#aaa}.active_size a{background:#4ac2be;padding:7px 17px;color:#fff;font-family:"tolyer_bold",arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:24px;font-size:1.5rem;border-radius:3px}.mobile_quantity{width:initial;padding:0 2rem 0 12px}.mobile_cta{width:71%;position:absolute;left:24%}.mobile_cancel{-webkit-transform:translateY(.5rem);-moz-transform:translateY(.5rem);-ms-transform:translateY(.5rem);-o-transform:translateY(.5rem);transform:translateY(.5rem)}.mobile_cancel a{font-size:3rem;color:#aaa;margin-top:.25rem}.cancel a{background-color:#aaa;margin-bottom:0}.mobile_add{-webkit-animation:fadeInRight .5s ease forwards;-moz-animation:fadeInRight .5s ease forwards;-ms-animation:fadeInRight .5s ease forwards;-o-animation:fadeInRight .5s ease forwards;animation:fadeInRight .5s ease forwards}.mobile_add a{background:#f55045;margin-bottom:0;width:100%}.mobile_quickadd_types{margin:0 .9375rem}.mobile_quickadd_types select{padding-right:1.5rem}.product_grid.grid_active .active-product{padding:.5em !important}.reveal-modal.product_grid{padding:0;background:#f6f6f6}body.modal-open{overflow:hidden;position:relative}.quick_view_mobile.active-product{width:100% !important;padding:0;overflow:hidden}.quick_view_mobile.active-product .prod_title,.quick_view_mobile.active-product .prod_price{display:block}.quick_view_mobile.active-product .product_info{padding:.5rem .9375rem;background:#f6f6f6;border-left:1px solid;border-right:1px solid;border-color:#d3d7db}.quick_view_mobile.active-product .image_arrows,.quick_view_mobile.active-product .mobile_quickadd_close{display:block}.quick_view_mobile.active-product .image_arrows i.fa-chevron-right,.quick_view_mobile.active-product .mobile_quickadd_close i.fa-chevron-right{-webkit-animation:slideInRight 500ms ease;-moz-animation:slideInRight 500ms ease;-ms-animation:slideInRight 500ms ease;-o-animation:slideInRight 500ms ease;animation:slideInRight 500ms ease}.quick_view_mobile.active-product .image_arrows i.fa-chevron-left,.quick_view_mobile.active-product .mobile_quickadd_close i.fa-chevron-left{-webkit-animation:slideInLeft 500ms ease;-moz-animation:slideInLeft 500ms ease;-ms-animation:slideInLeft 500ms ease;-o-animation:slideInLeft 500ms ease;animation:slideInLeft 500ms ease}.product_controls{display:none}@media screen and (max-width:40em){.prod_details_link{margin:0;width:100%;float:left;-webkit-transition:500ms ease;-moz-transition:500ms ease;-ms-transition:500ms ease;-o-transition:500ms ease;transition:500ms ease}.prod_details_link.mini_info{display:block !important;width:25%}.prod_details_link.mini_info a{padding:.5rem 1rem .75rem}.prod_details_link.mini_info span{display:none}}@media screen and (max-width:40em){.prod_details_link a{margin:0;white-space:nowrap;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}}.prod_details_link span{margin-right:.5rem}.prod_details_link i.fa{font-size:1.5rem}.reveal-modal-bg::before{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/content/pages/about/digi_look.png)}.quick_view{border-top:10px solid #4ac2be;padding:4.5rem 1.8rem 1.8rem 1.8rem}.quick_view::before{content:"";position:absolute;width:100px;height:100px;background:#30373d;z-index:50;border:4px solid #4ac2be;left:50%;top:-58px;border-radius:3em;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);font-family:holiday_logos;text-align:center;font-size:3.85rem;color:#fff}.quick_view .prod_img_wrapper{max-width:400px}.quick_view .prod_img_wrapper,.quick_view .description{display:none}.quick_view h2{line-height:1}.quick_view .addtocart_wrapper{margin-top:1rem}.quick_view .close-reveal-modal{background:#4ac2be;padding:.25rem 1rem;color:#fff;top:-4px;right:0}.quick_view .outofstock{margin-top:1rem;font-weight:bold;color:#db473e}.thumbnails{clear:both;padding:1rem 0}.thumbnails .active img,.thumbnails .active:hover img{outline:4px solid #4ac2be}.thumbnails img{margin-bottom:1rem}.thumbnails img:hover{outline:4px solid #ccc}.thumbnails img.active,.thumbnails img.active:hover{outline:4px solid #4ac2be}.view_details.button.secondary{padding-right:3rem;border:none;font-family:"tolyer_bold",arial,sans-serif;-webkit-font-smoothing:antialiased}.view_details.button.secondary:hover{background-color:transparent;color:#40a8a5;border:none}ul.menu_cart_changed,ul.sub_menu_cart{padding:0;background:#dce0e0;width:20em}ul.menu_cart_changed li,ul.sub_menu_cart li{color:#000;background:#eff3f3;border-radius:0}ul.menu_cart_changed{z-index:99999}ul.menu_cart_changed.ng-hide:hover{opacity:1;display:block !important}.sub_menu_cart_items{overflow-y:scroll;max-height:500px;border-bottom:1px solid #ccc;background-color:#fff}ul.sub_menu_cart li:first-child{margin-bottom:0}.sub_menu_cart li:hover{background:#eff3f3}ul.sub_menu_cart li.menu_cart_item_added,.item_added_popup{font-size:10px;font-size:.625rem;margin-bottom:3px;padding-bottom:1em}#nav_cart .row{width:100%;margin-left:auto;margin-right:auto}#mobile_cart .button.view_cart{margin:1rem 0;border-color:#4b5761;background:#5d6c78}.sub_menu_cart_item{font-size:.75em;padding-bottom:.5rem;padding-top:.5rem;border-top:1px solid #ccc}.sub_menu_cart_item .row{height:1.75em}.sub_menu_cart_item a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:20em;display:block}.sub_menu_cart_item a:hover{white-space:normal;position:absolute;background-color:#fff;z-index:10000}.sub_menu_cart_item .fa{font-size:1.5em}ul.sub_menu_cart li:last-child{margin-bottom:0;padding-top:1em;padding-bottom:.75rem}ul.sub_menu_cart{border:0;border-radius:0;list-style:none}ul.sub_menu_cart li.sub_menu_cart_empty{margin-bottom:0;padding:1em 0}ul.sub_menu_cart .checkout_wrapper a.button{margin-top:1rem;margin-bottom:0}.item_added_popup{position:fixed;top:0;right:0;width:100%;background:#202427;border-bottom:1px solid #9aa7b1;opacity:1;-webkit-transition:top 300ms linear;-moz-transition:top 300ms linear;-ms-transition:top 300ms linear;-o-transition:top 300ms linear;transition:top 300ms linear;box-shadow:0 0 15px rgba(0,0,0,.5);padding:.5rem 0 .75rem;z-index:500}.item_added_popup .cart_items{display:inline-block;position:absolute}.item_added_popup .cart_items span{font-size:.875rem;color:#fff;left:0;right:0;position:absolute;text-align:center;top:8px}.item_added_popup .jinx-skull_shape{font-size:40px;font-size:2.5rem;-webkit-animation:bounceIn 1s ease;-moz-animation:bounceIn 1s ease;-ms-animation:bounceIn 1s ease;-o-animation:bounceIn 1s ease;animation:bounceIn 1s ease;-webkit-animation-delay:300ms;-moz-animation-delay:300ms;-ms-animation-delay:300ms;-o-animation-delay:300ms;animation-delay:300ms}.item_added_popup .jinx-skull_shape span{font-weight:bold}.item_added_popup .fa-shopping-cart{color:#9aa7b1;font-size:3rem;margin-top:12px;margin-top:.75rem}.item_added_popup h4{color:#4ac2be}.item_added_popup p{color:#fff;margin-bottom:0}.item_added_popup.ng-hide{top:-100%}.item_added_popup.ng-hide .jinx-skull_shape{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none}#nav_cart .jinx-skull_shape{top:-.45em;left:.625em;color:#4ac2be;font-size:1.5em}#nav_cart .jinx-skull_shape.menu_cart_changed{color:#9aa7b1}#nav_cart .cart_count{top:-1.17em;left:1.01em;color:#fff;font-size:.95em}#aCartIcon{line-height:3em}.animate-show{opacity:1;-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;-ms-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease}.animate-show.ng-hide{opacity:0;-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;-ms-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease}.product_controls_wrapper{position:relative}.product_controls_wrapper img{position:absolute;top:0;left:0;width:100%;border:1px solid #d3d7db}.product_controls_wrapper img:nth-child(1){position:relative;opacity:0}.product_controls_wrapper img{position:absolute;top:0;left:0}.product_controls_wrapper img:nth-child(1){position:static;opacity:0}.close_overlay{display:block;text-align:right}.prod_item .slick-slider{margin-bottom:0}.cart_menu_options{padding-top:1rem}.cart_menu_options a{padding:0 .25rem}.prod_img_container{overflow:hidden;position:relative}.image_arrows{display:none;position:absolute;top:50%;margin-top:-42px;z-index:5}.image_arrows i.fa{position:absolute;color:#aaa;font-size:5rem;opacity:.6}.image_arrows i.fa.fa-chevron-right{right:0}.image_arrows i.fa.fa-chevron-left{left:0}.prod_item{text-align:center;margin-bottom:16px;position:relative}.prod_item .product_info{text-align:center;padding:.5rem 0}.prod_price{color:#222;font-weight:bold;font-size:14px;font-size:.875rem}.old_price{color:#9aa7b1;text-decoration:line-through}.prod_title{font-size:14px;font-size:.875rem;color:#5d6c78;overflow:hidden}.prod_flag{background-color:#bd9efa;font-size:24px;font-size:1.5rem;font-family:tolyer_bold,sans-serif;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;color:#fff;text-transform:uppercase;position:absolute;padding:.25rem .5rem .5rem;margin:0 auto;top:1px;border-radius:0 0 5px 0;line-height:1}.prod_flag.new{background-color:#1f65a8;color:#fff}.prod_flag.presale{background-color:#6fbe44;color:#fff}.prod_flag.sale{background-color:#db473e;color:#fff;left:1px}.brand_callout .prod_flag{width:initial;text-align:center}.price_divider{color:#fff;display:inline-block;margin:0 0 0 3px;position:relative;top:-1px;font-weight:normal}.price_divider::after{display:none}.exclusive_info{text-align:center;background:#000;position:absolute;bottom:0;width:140px;font-size:11px;color:#fec200}#back_to_top_box{background-color:#ddd;border:1px solid #000;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;bottom:30px;cursor:pointer;display:none;height:50px;margin:0 auto;position:fixed;right:70px;width:50px;z-index:100}#arrow{left:5px;position:absolute;top:-3px}#arrow_bar{background-color:#242d3a;height:3px;margin:0 auto;position:relative;top:8px;width:40px}#arrow_head{border-color:transparent transparent #242d3a;border-style:solid;border-width:19px 20px;height:0;margin:0 auto;position:relative;top:-12px;width:0}#arrow_body{background-color:#242d3a;height:23px;margin:0 auto;position:relative;top:-14px;width:22px}#back_to_top_box a{color:#000;display:block;font-size:19px;font-weight:bold;height:50px;line-height:50px;position:absolute;text-align:center;text-decoration:none;width:50px;text-indent:9999em}.theme_header{background-repeat:no-repeat;background-size:cover;background-position:top center;text-align:center;padding:20px 0;position:relative}.overlay{position:relative}.overlay:before{position:absolute;top:0;right:0;bottom:0;left:0;content:' ';display:block;z-index:0}.theme_header *{position:relative}.theme_header img{display:none}#cookietrail,.desktop_filter_bar{display:none}#mobile_menu{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;max-width:auto}#mobile_menu>*:first-child{margin-top:0}#mobile_menu>*:last-child{margin-bottom:0}.shop_matches li{width:100%}.filter_navigation{background:#5d6c78}.filter_navigation a{font-family:"tolyer_bold",arial,sans-serif;-webkit-font-smoothing:antialiased;color:#fff;display:block;font-size:24px;font-size:1.5rem;padding:16px;padding:1rem}.filter_navigation a i{font-size:16px;font-size:1rem}.sizelist .size_label{background:#30373d;border:1px solid #5d6c78;color:#fff;font-size:20px;font-size:1.25rem;min-width:7rem;min-height:2rem;line-height:2rem}.sizelist .size_label span{font-size:16px;font-size:1rem}a.swatch_button{height:48px;height:3rem;width:48px;width:3rem}.breadbox{margin-bottom:16px;margin-bottom:1rem;background-color:#eff3f3;top:-100%;left:0;width:100%;z-index:100}.filter_title{width:80%}.filter_button{font-size:16px;font-size:1rem}.filter_selections li{border:1px solid #7bbbb4;color:#202427;float:left;font-weight:bold;margin:1% 2%;width:46%}.filter_selections li:last-child{display:list-item}.filter_close{font-size:30px;font-size:1.875rem;display:block}.store_menu{width:auto;margin:0 -.9375rem;max-width:none}.store_menu_header{left:0;top:0;margin-bottom:0;overflow:hidden;position:relative;width:100%}.refine_search{font-size:16px;font-size:1rem;background:#4ac2be;color:#fff;cursor:pointer;display:block;text-align:center}.refine_search:hover{background:#40a8a5}.refine_search i{-webkit-transition:.5s ease;-moz-transition:.5s ease;-ms-transition:.5s ease;-o-transition:.5s ease;transition:.5s ease;margin-left:5px}.add_filter{display:inline}.close_filter{display:none}.sortby_mobile{font-size:14px;font-size:.875rem;display:block;color:#fff}.start_over_btn,.custom-select{min-height:40px;min-height:2.5rem;float:left;width:50%}.start_over_btn a{font-size:16px;font-size:1rem;font-family:Arial,sans-serif}.start_over_btn a i{margin-left:4px}.select_button{box-shadow:0 1px 0 1px rgba(0,0,0,.04);background-color:#394249}.custom-select{position:relative;display:block;padding:0}.custom-select select{margin:0;background:none;border:1px solid transparent;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;appearance:none;-webkit-appearance:none;font-size:16px;font-size:1rem;color:#fff;padding:.6em 1.9em .5em .8em;line-height:1.3;height:50px}.custom-select::after{color:#4ac2be;content:"";font-family:FontAwesome;position:absolute;top:22%;right:16px;right:1rem;z-index:200;pointer-events:none}.custom-select select:focus{outline:none;background-color:#394249}.custom-select option{font-weight:normal}x:-o-prefocus,.custom-select::after{display:none}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.custom-select select::-ms-expand{display:none}.custom-select select:focus::-ms-value{background:transparent;color:#222}}@-moz-document url-prefix(){.custom-select{overflow:hidden;}.custom-select select{width:120%;width:-moz-calc(100% + 3em);width:calc(100% + em);}}.custom-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.partner_copyright{margin:2rem auto 1rem;font-size:.75rem;text-align:center}div.product_detail li{float:left;display:inline-block;padding:0 3px}.product_item_container{position:absolute;height:50px;bottom:32px;background-color:#9aa7b1;text-align:center;opacity:0;width:100%}.product_item_container a{color:#000}div.product_detail:hover .product_item_container{opacity:70}.loading{position:absolute;z-index:1000;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.2) 50% 50% no-repeat;margin-top:50px}.loading.ng-hide{opacity:0}@media only screen and (max-width:40em){.loading{margin-top:0}li.product_detail{padding:0 .25rem;margin-bottom:1rem}.grid_active li.product_detail{margin-bottom:0}.breadbox{margin-bottom:0}}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}.f-dropdown{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:2px;max-width:200px}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:89}.f-dropdown:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown.drop-right{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:2px;max-width:200px}.f-dropdown.drop-right>*:first-child{margin-top:0}.f-dropdown.drop-right>*:last-child{margin-bottom:0}.f-dropdown.drop-right:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent #fff transparent transparent;border-right-style:solid;position:absolute;top:10px;left:-12px;z-index:89}.f-dropdown.drop-right:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent #ccc transparent transparent;border-right-style:solid;position:absolute;top:9px;left:-14px;z-index:88}.f-dropdown.drop-left{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:-2px;max-width:200px}.f-dropdown.drop-left>*:first-child{margin-top:0}.f-dropdown.drop-left>*:last-child{margin-bottom:0}.f-dropdown.drop-left:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent transparent #fff;border-left-style:solid;position:absolute;top:10px;right:-12px;left:auto;z-index:89}.f-dropdown.drop-left:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent transparent #ccc;border-left-style:solid;position:absolute;top:9px;right:-14px;left:auto;z-index:88}.f-dropdown.drop-top{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:-2px;margin-left:0;max-width:200px}.f-dropdown.drop-top>*:first-child{margin-top:0}.f-dropdown.drop-top>*:last-child{margin-bottom:0}.f-dropdown.drop-top:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:#fff transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-12px;left:10px;right:auto;z-index:89}.f-dropdown.drop-top:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:#ccc transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-14px;left:9px;right:auto;z-index:88}.f-dropdown li{font-size:.875rem;cursor:pointer;line-height:1.125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li.radius{border-radius:3px}.f-dropdown li a{display:block;padding:.5rem;color:#555}.f-dropdown.content{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;padding:1.25rem;width:100%;height:auto;max-height:none;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;max-width:200px}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{width:100% !important;max-width:100% !important}.f-dropdown.mega.open{left:0 !important}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}@media only screen and (min-width:40.063em) and (max-width:64em){.theme_header{background-repeat:no-repeat;background-size:cover;background-position:top center;text-align:center;padding:20px 0;position:relative}.overlay{position:relative}.overlay:before{position:absolute;top:0;right:0;bottom:0;left:0;content:' ';display:block;z-index:0}.theme_header *{position:relative}.theme_header img,.grid_active .product_controls,.prod_rotator .product_controls{display:none}#facet_nav h6{font-size:22px}p.what-do-you-seek{display:none;font-size:12px}.filter_selections{max-width:62.5rem;margin:0 auto}.filter_selections li{margin:1%;width:25%}.prod_details_link{width:100%}.product_controls{display:block;width:100%;background:#f6f6f6}.product_controls .show_quickadd{border:1px solid #ddd;border-top:none}.product_controls .show_quickadd h4{color:#4ac2be}.bullets_description.clearfix{padding-top:0}.quick_view{padding:4.5rem .9375rem 0}.quick_view .prod_img_wrapper{display:block}.item_added_popup{width:26rem;border-left:1px solid #9aa7b1}}@media only screen and (min-width:40.063rem){#toTop{bottom:1rem;right:2rem}.prod_title,.prod_price{font-size:16px;font-size:1rem}.store_menu_header{display:none}.filter_navigation,#facet_nav{margin:0;max-width:100%}.nested_menu{max-width:300px;padding:0;margin-left:.9375rem;margin-bottom:.9375rem}.filter_menu_wrap .filter_selections li{margin-left:0}.nested_menu.active{max-width:100%;padding:0 .9375rem;margin:0}.facet-filters li{max-width:300px;width:300px;display:inline-block;margin-right:.9375rem;margin-bottom:.9375rem}.filter_category,.facet-filters li a{margin-bottom:0}.selector_container{display:block}}@media only screen and (min-width:64.063em){.store_menu_header{display:none}.selector_container,.pagesize,.pagination_container{display:block}#facet_nav h6{font-size:22px}.filter_selections{max-width:62.5rem;margin:0 auto}.filter_selections li{margin:1%;width:22%}p.what-do-you-seek{display:none;font-size:12px}.product_controls{bottom:-100%;opacity:0;display:block;width:100%;position:absolute;overflow:hidden;z-index:2;border:1px solid transparent;border-top:none;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.product_controls .show_quickadd{width:100%;left:0;padding:0}.product_controls .show_quickadd h4{color:#fff;padding:.25rem 0;font-size:1.5rem;background:#4ac2be;margin:0;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.product_controls .show_quickadd h4:hover{background:#40a8a5}.product_controls .show_quickadd h4 i{font-size:1rem}.product_detail:hover .product_controls{opacity:1;bottom:0}.quick_view .description,.quick_view .prod_img_wrapper{display:block}.item_added_popup{width:26rem;border-left:1px solid #9aa7b1}.mobile_filters{display:none}.desktop_filter_bar{display:block}.desktop_filters{background:#eff3f3;padding:.5rem;margin:1rem auto}.desktop_filters>div{margin:1%;display:inline-block}.desktop_filters>div:first-child{margin:0 .9375rem}.desktop_filters .button.start_over{background:transparent;border-color:#40a8a5;color:#40a8a5;padding:.5rem 1rem}.desktop_filters .button.start_over i{font-size:16px;font-size:1rem;margin-left:5px}.desktop_filters .button.start_over:hover,.desktop_filters .button.start_over:focus{background:#40a8a5;border-color:#40a8a5;color:#fff}.desktop_filters .button.start_over::after{display:none}.desktop_filters ul{background:#394249;border:none}.desktop_filters ul::before{border-color:transparent transparent #394249 transparent}.desktop_filters li a{color:#fff;font-weight:bold}.desktop_filters li a span{font-weight:normal;color:#aaa}.desktop_filters li:hover{background:#5d6c78}.desktop_filters .button{margin:0;background:none;color:#5d6c78;border:1px solid;padding:.5rem 3rem .5rem 1rem;text-align:left;position:relative;vertical-align:bottom;font-size:20px;font-size:1.25rem;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.desktop_filters .button::after{content:"";font-family:fontawesome;position:absolute;right:10px;top:8px}.desktop_filters .button:hover,.desktop_filters .button:focus{color:#fff;background:#5d6c78;border-color:#5d6c78}.desktop_filters .button.active_filter{background:#5d6c78;border-color:#5d6c78;color:#fff}.desktop_filters .button.active_filter:hover{background:#748694}.desktop_filters .search_filter .button{padding-right:1.75rem;max-width:200px;vertical-align:bottom;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.desktop_filters .search_filter .button.active{max-width:226.01px}.desktop_filters .search_filter .button.inactive{padding-right:1rem}.desktop_filters .search_filter .button:hover,.desktop_filters .search_filter .button:focus{color:#5d6c78;background:transparent;border-color:#5d6c78}.desktop_filters .search_filter .button input{border:0;padding:0;text-transform:uppercase;cursor:auto;font-family:tolyer_bold,arial,sans-serif;background-color:transparent;line-height:1;margin-left:.25em;width:128px !important}.desktop_filters .search_filter .button input:focus{outline:#5d6c78;width:auto;max-width:none !important}.desktop_filters .search_filter .button input::selection{background:#5d6c78;color:#fff}.desktop_filters .search_filter .button i{font-size:1rem}.desktop_filters .search_filter .button i.fa-close{color:#aaa;position:absolute;right:10px;top:10px}.desktop_filters .search_filter .button i.fa-close:hover{color:#db473e}.desktop_filters .search_filter .button span{max-width:128px;display:inline-block;vertical-align:bottom;margin-left:.25em;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;overflow:hidden}.desktop_filters .search_filter .button::after{content:""}.desktop_filters .coll_filter_category li a{background-size:26px;overflow:visible}.desktop_filters .coll_filter_category li a::after{top:-6px}.desktop_filters .coll_filter_category ul#coll{max-width:800px;padding:.5rem;-webkit-columns:3;-moz-columns:3;-ms-columns:3;-o-columns:3;columns:3}.desktop_filters .coll_filter_category ul#coll li{padding:.15rem 0;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column}.desktop_filters .coll_filter_category ul#coll li:first-child a::after{content:'';font-family:fontawesome;top:9px;left:14px;font-size:1.5rem;font-weight:normal}.desktop_filters .coll_filter_category ul#coll li:first-child a::after{background:none}.col_filter_category li a{position:relative;padding-left:2.25rem;background-color:transparent}.col_filter_category li a:before{content:"";position:absolute;left:6px;top:7px;width:20px;height:20px}.col_filter_category li a:hover{background-color:#5d6c78}.col_filter_category li a.green::before{background:#008000}.col_filter_category li a.yellow::before{background:#ff0}.col_filter_category li a.blue::before{background:#00f}.col_filter_category li a.red::before{background:#f00}.col_filter_category li a.grey::before{background:#808080}.col_filter_category li a.purple::before{background:#800080}.col_filter_category li a.black::before{background:#000}.col_filter_category li a.white::before{background:#fff}.col_filter_category li a.brown::before{background:#a52a2a}.col_filter_category li a.tan::before{background:#ceb976}.col_filter_category li a.olive::before{background:#7a7752}.col_filter_category li a.pink::before{background:#f7bfbf}.col_filter_category li a.orange::before{background:#f1612e}}.coll_filter_category li a{padding-left:48px;padding-left:3rem;overflow:hidden;position:relative}.coll_filter_category li a::after{content:'';background:url(/content/navigation/filter_sprite_5_2016.png);position:absolute;top:0;left:0;width:40px;height:40px;background-position:-58px -111px}.coll_filter_category li a.warcraftmovie::after{background-position:-111px -221px}.coll_filter_category li a.battlefield::after{background-position:-3px -4px}.coll_filter_category li a.blizzard::after{background-position:-110px -4px}.coll_filter_category li a.hardline::after{background-position:-57px -4px}.coll_filter_category li a.Borderlands::after{background-position:-166px -4px}.coll_filter_category li a.callofduty::after{background-position:-219px -4px}.coll_filter_category li a.clashofclans::after{background-position:-273px -4px}.coll_filter_category li a.day9::after{background-position:-436px -3px}.coll_filter_category li a.diablo::after{background-position:-381px -3px}.coll_filter_category li a.drwho::after{background-position:-598px -58px}.coll_filter_category li a.dota::after{background-position:-543px -59px}.coll_filter_category li a.everquest::after{background-position:-705px -59px}.coll_filter_category li a.evolve::after{background-position:-761px -57px}.coll_filter_category li a.GameOfThrones::after{background-position:-814px -57px}.coll_filter_category li a.Geek_Sundry::after{background-position:-868px -56px}.coll_filter_category li a.theguild::after{background-position:-1677px -165px}.coll_filter_category li a.halflife2::after{background-position:-922px -57px}.coll_filter_category li a.halo::after{background-position:-976px -57px}.coll_filter_category li a.hearthstone::after{background-position:-1029px -57px}.coll_filter_category li a.heroesofthestorm::after{background-position:-1083px -112px}.coll_filter_category li a.rickandmorty::after{background-position:-56px -221px}.coll_filter_category li a.leagueoflegends::after{background-position:-1192px -112px}.coll_filter_category li a.minecraft::after{background-position:-1246px -112px}.coll_filter_category li a.mirrorsedge::after{background-position:-1299px -111px}.coll_filter_category li a.overwatch::after{background-position:-1354px -111px}.coll_filter_category li a.portal2::after{background-position:-1515px -111px}.coll_filter_category li a.poe::after{background-position:-1406px -111px}.coll_filter_category li a.planetside2::after{background-position:-1460px -111px}.coll_filter_category li a.soe::after,.coll_filter_category li a.daybreak::after{background-position:-490px -4px}.coll_filter_category li a.starcraft::after{background-position:-1570px -111px}.coll_filter_category li a.teamfortress2::after{background-position:-1624px -164px}.coll_filter_category li a.titanfall::after{background-position:-1730px -165px}.coll_filter_category li a.Valve::after{background-position:-1786px -165px}.coll_filter_category li a.thewalkingdead::after{background-position:-1839px -167px}.coll_filter_category li a.wasteland2::after{background-position:-1893px -166px}.coll_filter_category li a.witcher::after{background-position:-1949px -167px}.coll_filter_category li a.worldoftanks::after{background-position:-2001px -165px}.coll_filter_category li a.warcraft::after{background-position:-2055px -165px}.coll_filter_category li a.wargaming::after{background-position:-2110px -165px}.coll_filter_category li a.teamliquid::after{background-position:-2px -220px}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}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:16px}body{background:#fff;color:#222;padding:0;margin:0;font-family:Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}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{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 !important;visibility:hidden}.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%}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#4ac2be;border-color:#36a09d;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#36a09d}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#fff;border-color:#ccc;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#ccc}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff}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:#fff}button.alert,.button.alert{background-color:#f04124;border-color:#cf2a0e;color:#fff}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:#fff}button.warning,.button.warning{background-color:#9e200b;border-color:#7e1a09;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#7e1a09}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}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:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.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:#4ac2be;border-color:#36a09d;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#36a09d}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:#fff}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:#4ac2be}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#fff;border-color:#ccc;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#ccc}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:#333}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:#fff}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#fff;cursor:default;opacity:.7;box-shadow:none}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:#fff}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:#9e200b;border-color:#7e1a09;color:#fff;cursor:default;opacity:.7;box-shadow:none}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:#7e1a09}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:#fff}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:#9e200b}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}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:#fff}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.063em){button,.button{display:inline-block}}.mobile_quickadd .button{font-size:32px;font-size:2rem}button,.button{font-size:24px;font-size:1.5rem;padding-top:.5rem;padding-bottom:.75rem;-webkit-font-smoothing:antialiased;border-bottom:4px solid;border-color:#40a8a5;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}button.large_btn,.button.large_btn{font-size:32px;font-size:2rem}button.large_btn.plus::after,button.large_btn.arrow::after,button.large_btn.information::after,button.large_btn.cart-add::after,button.large_btn.cart::after,button.large_btn.arrow-back::after,.button.large_btn.plus::after,.button.large_btn.arrow::after,.button.large_btn.information::after,.button.large_btn.cart-add::after,.button.large_btn.cart::after,.button.large_btn.arrow-back::after{font-size:24px;font-size:1.5rem;top:14px}button.med_btn,.button.med_btn{font-size:28px;font-size:1.75rem}button.med_btn.plus::after,button.med_btn.arrow::after,button.med_btn.information::after,button.med_btn.cart-add::after,button.med_btn.cart::after,button.med_btn.arrow-back::after,.button.med_btn.plus::after,.button.med_btn.arrow::after,.button.med_btn.information::after,.button.med_btn.cart-add::after,.button.med_btn.cart::after,.button.med_btn.arrow-back::after{top:11px !important;font-size:24px;font-size:1.5rem}button.plus,button.arrow,button.information,button.facebook_btn,button.cart-add,button.cart,.button.plus,.button.arrow,.button.information,.button.facebook_btn,.button.cart-add,.button.cart{padding-right:4rem}button.plus::after,button.arrow::after,button.information::after,button.facebook_btn::after,button.cart-add::after,button.cart::after,.button.plus::after,.button.arrow::after,.button.information::after,.button.facebook_btn::after,.button.cart-add::after,.button.cart::after{font-family:'fontawesome';font-size:20px;font-size:1.25rem;position:absolute;right:20px;top:12px}button.cart-add,.button.cart-add{padding-right:5rem}button.arrow::after,.button.arrow::after{content:''}button.arrow::after:hover::after,.button.arrow::after:hover::after{right:15px}button.arrow-back,.button.arrow-back{padding-left:4rem}button.arrow-back::after,.button.arrow-back::after{content:'';font-family:'fontawesome';font-size:20px;font-size:1.25rem;position:absolute;left:20px;top:12px}button.plus::after,.button.plus::after{content:''}button.information::after,.button.information::after{content:''}button.cart-add::after,.button.cart-add::after{content:'';font-size:2rem;top:10px}button.cart::after,.button.cart::after{content:''}button.facebook_btn,.button.facebook_btn{background:#3b5998;color:#fff;border:0}button.facebook_btn::after,.button.facebook_btn::after{content:''}button.secondary,.button.secondary{background-color:#4ac2be;border-color:#4ac2be;color:#fff;border-radius:3px;color:#4ac2be;border:2px solid;background:none}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#4ac2be}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#fff}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#4ac2be;color:#fff;border-color:#4ac2be}button.tertiary,.button.tertiary{background-color:transparent;color:#aaa;border:2px solid #aaa;padding-top:6px;padding-top:.375rem;padding-bottom:10px;padding-bottom:.625rem}button.tertiary:hover,button.tertiary:focus,.button.tertiary:hover,.button.tertiary:focus{background-color:#aaa;color:#fff}button.checkout,.button.checkout{background-color:#f55045;border-color:#db473e}button.checkout:hover,button.checkout:focus,.button.checkout:hover,.button.checkout:focus{background-color:#db473e}button.twitch,.button.twitch{background-color:#6441a5;border-color:#331959}button.twitch::after,.button.twitch::after{content:"";top:14px}button.twitch:hover,button.twitch:focus,.button.twitch:hover,.button.twitch:focus{background-color:#331959}input[type=submit].button.checkout{border-bottom:4px solid #db473e}h2 a.see-more{font-size:.6em}a.see-more .see-more-text{display:none}a.see-more .see-more-butts{font-size:1.4rem}.thumb-dots{text-align:center;background:#000}.thumb-dots li{display:inline-block;list-style:none;width:90px;margin-left:10px;padding:0;margin:1em;background:none}.thumb-dots li button{width:90px;margin-left:10px;padding:0;margin:0;background:none}.thumb-dots li button img{width:90px}.rot-arrow{background:#000;font-size:0;line-height:0;display:inline-block;position:absolute;cursor:pointer;top:0;padding:17px 0 10px;width:40px;height:40px;vertical-align:central;color:#fff;background-color:#30373d;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;border-radius:2rem}.rot-arrow:focus{background-color:#30373d;box-shadow:0;outline:none}.rot-arrow:hover{background-color:#30373d;color:#fff;box-shadow:0;outline:none;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.arrow-prev{left:-40px;padding-right:3px}.arrow-prev::before{font-family:FontAwesome;content:"";font-size:20px}.arrow-next{right:-40px;padding-left:4px}.arrow-next::before{font-family:FontAwesome;content:"";font-size:20px}#recaptcha_area input[type="text"]{display:inline-block !important;height:auto !important}#recaptcha_response_field{margin:12px 0 0 0 !important}#recaptcha_area table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{line-height:normal !important}#recaptcha_area table{background:transparent}#recaptcha_area,#recaptcha_table{table-layout:auto !important}#recaptcha_area a{display:inline}.button_screen{background:transparent url("/img/loader.gif") no-repeat;display:none;font-weight:bold;height:40px;padding:10px 0 0 50px}.rewards a{display:inline-block;padding:20px 27px 23px 60px;text-align:left;white-space:nowrap}.rewards a.tile_gold{padding-left:56px}.comment_button{text-align:center}.input_button_container.row{margin-top:16px;margin-top:1rem}.input_button_container.row input{width:100%}.pagesize_container{display:none;float:left;padding-top:4px;margin-top:5px;margin-bottom:1px}.member_comment_container .member_comment{padding-left:0;margin-bottom:20px;margin-left:0}.member_comment_container .member_comment li{list-style:none;margin:0;padding:8px 0;border-top:4px solid #e1e5e5;clear:both;font-size:0}.member_comment_container .member_comment li .feedbackform_container{font-size:1rem}.member_comment_container .member_comment li.level2,.member_comment_container .member_comment li.level3,.member_comment_container .member_comment li.level4,.member_comment_container .member_comment li.level5{background:#f7f7f7;margin-top:12px;margin-bottom:8px;padding:8px 8px;border-radius:4px;position:relative;border:1px solid #e1e5e5}.member_comment_container .member_comment li.level2:before,.member_comment_container .member_comment li.level3:before,.member_comment_container .member_comment li.level4:before,.member_comment_container .member_comment li.level5:before{content:"";position:absolute;top:-8px;left:20px;border-bottom-color:inherit;border-bottom:8px solid #e1e5e5;border-left:12px solid transparent;border-right:12px solid transparent}.member_comment_container .member_comment li.level2{margin-left:10px}.member_comment_container .member_comment li.level3{margin-left:20px}.member_comment_container .member_comment li.level4{margin-left:30px}.member_comment_container .member_comment li.level5{margin-left:40px}.member_comment_container .member_comment li:last-child{list-style:none;margin:0;padding:8px;clear:both}.profile_pic_col .profile_pic{position:relative;width:60px;height:75px;outline:0}.profile_pic_col .profile_pic .level_flag .level_number{color:#fff;font-size:10px;height:15px;line-height:15px;padding-right:9px}.profile_pic_col .profile_pic .level_flag{background:url("/img/level_text.gif") no-repeat scroll 2px 2px #1e1f1f;height:15px;left:0;position:absolute;text-align:right;top:60px;width:60px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:2px;-moz-border-radius-bottomleft:2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px}.member_comment_container .member_comment li.jinxcrew .profile_pic_col .profile_pic .level_flag{background:url("/img/jinx_crew.gif") no-repeat scroll 2px 2px #328381}.member_comment_container .member_comment li.jinxcrew .profile_pic_col .profile_pic .level_flag .level_number{display:none}.member_comment_container .member_comment li.jinxcrew h6 a:hover{text-decoration:none}.pagination_container{float:right;margin-top:5px;margin-bottom:5px}ul.comment_pagination{float:right;list-style:none}ul.comment_pagination li{float:left;font-size:11px;margin:0 2px}ul.comment_pagination li a,ul.comment_pagination li a:visited{background:#fff;background:-webkit-linear-gradient(top,#fff,#f1f1f1);background:-moz-linear-gradient(top,#fff,#f1f1f1);background:-ms-linear-gradient(top,#fff,#f1f1f1);background:-o-linear-gradient(top,#fff,#f1f1f1);background:linear-gradient(top,#fff,#f1f1f1);border:1px solid #d8d8d8;border-radius:2px 2px 2px 2px;color:#666;cursor:pointer;display:inline-block;min-width:20px;padding:2px 4px;position:relative;text-align:center;text-decoration:none}ul.comment_pagination li a:hover{background:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #c6c6c6}ul.comment_pagination li.off a{background:transparent;border:1px solid #d8d8d8;box-shadow:none;cursor:text;text-shadow:none;color:#d5d5d5}ul.comment_pagination li.off a:hover{cursor:text}ul.comment_pagination li.active{background:none repeat scroll 0 0 #4ac2be;border:1px solid #4ac2be;box-shadow:0 1px 2px rgba(0,0,0,.2) inset;color:#fff;padding:2px 4px;border-radius:2px 2px 2px 2px;min-width:20px;text-align:center;font-weight:bold}ul.comment_pagination li.active a{background:none;color:#fff;border:none;padding:0}.message_container{clear:both}.message_container .comment_content{padding-left:10px;overflow:hidden}.message_container .comment_content p,.member_comment_container .member_comment li .comment_content p{vertical-align:baseline;margin:0;max-height:150px;overflow:hidden}.message_container .comment_content p:hover,.member_comment_container .member_comment li .comment_content p:hover{max-height:1000px}.profile_pic_col{float:left;display:block;width:60px}.comment_content .comment_links{text-align:left;padding:8px 0 0}.comment_content .comment_links .timestamp{margin:0;padding-right:8px;color:#a3acad;font-size:10px}.comment_content .comment_links .reply_link{border-right:1px solid #d5d5d5;margin:0;padding-left:8px;padding-right:8px}.comment_content .comment_links .abuse_link{padding-left:8px;margin:0}.comment_content .comment_links a{font-size:10px}.hide_comment_links{display:inline}.comment_content:hover .hide_comment_links{display:inline}.pagesize_container .active,.pagesize_container .active:hover{text-decoration:none;color:#9aa7b1;font-weight:700;cursor:text}div.rewards_container{background:#d5d5d5;padding:8px}div.exp_alert.row{background:#e5e5e5;padding:8px;margin:10px auto;position:relative;border-radius:2px;border:1px solid #d5d5d5}.exp_alert_fold{border-color:transparent transparent #e5e5e5;border-style:solid;border-width:9px;left:30px;width:0;position:absolute;top:-18px}.jinx_pix_container .rewards{float:left;margin-right:20px}.exp_blurb{margin:10px 0}div.rewards a.tile_gold{background:url(/content/pages/achievements/gold_tile.png) top left no-repeat}.tile_exp{background:url(/content/pages/achievements/exp_tile.png) top left no-repeat}.tile_exp span,.tile_gold span{text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-family:'Press Start 2P',sans-serif;color:#fff;font-size:14px}.feedbackrules{display:none}.reply_li .exp_alert{display:none}.reply_li .feedbackrules{display:block}.reply_li #replyText{display:none}.reply_li #replyProfileLink{display:none}.exp_callout{background:url(/img/jinx_sprites.gif) no-repeat scroll 0 -1px transparent;background-position:-131px -18px;font-size:11px;font-weight:700;padding:2px 0 2px 30px}.gold_callout{background:url(/img/jinx_sprites.gif) no-repeat scroll 0 -1px transparent;background-position:-131px -18px;font-size:11px;font-weight:700;padding:2px 0 2px 30px}span.message-box div{border-style:solid;border-width:1px;display:block;font-weight:normal;margin-bottom:1.25rem;position:relative;padding:.875rem 1.5rem .875rem .875rem;font-size:.8125rem;-webkit-transition:opacity 300ms ease-out;-moz-transition:opacity 300ms ease-out;-ms-transition:opacity 300ms ease-out;-o-transition:opacity 300ms ease-out;transition:opacity 300ms ease-out;background-color:#4ac2be;border-color:#3aaca9;color:#fff}span.message-box.warning div{background-color:#9e200b;border-color:#881c09;color:#fff}.admin_tip{background-color:#9e200b;font-size:1.1rem;font-family:tolyer_bold,sans-serif;text-transform:uppercase;color:#fff;display:inline-block;line-height:30px;padding:3px 5px}.cardflip_wrapper{-webkit-perspective:1000px;-moz-perspective:1000px;-ms-perspective:1000px;-o-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.cardflip_wrapper .cardflip_inner{position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.6s cubic-bezier(.2,.85,.4,1.275);-moz-transition:.6s cubic-bezier(.2,.85,.4,1.275);-ms-transition:.6s cubic-bezier(.2,.85,.4,1.275);-o-transition:.6s cubic-bezier(.2,.85,.4,1.275);transition:.6s cubic-bezier(.2,.85,.4,1.275);width:100%;height:100%}.cardflip_wrapper .cardflip_front{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;position:absolute;top:0;left:0;height:100%;min-height:100%;width:100%;z-index:2;padding:.9375rem;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transform-style:flat;-moz-transform-style:flat;-ms-transform-style:flat;-o-transform-style:flat;transform-style:flat}.cardflip_wrapper .cardflip_back{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;height:auto;min-height:100%;width:100%;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);z-index:1;-webkit-transform-style:flat;-moz-transform-style:flat;-ms-transform-style:flat;-o-transform-style:flat;transform-style:flat}.cardflip_wrapper.flip .cardflip_inner{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.cardflip_wrapper.flip .cardflip_front{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transition:.6s cubic-bezier(.2,.85,.4,1.275);-moz-transition:.6s cubic-bezier(.2,.85,.4,1.275);-ms-transition:.6s cubic-bezier(.2,.85,.4,1.275);-o-transition:.6s cubic-bezier(.2,.85,.4,1.275);transition:.6s cubic-bezier(.2,.85,.4,1.275)}.cardflip_wrapper.flip .cardflip_back{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transition:.6s cubic-bezier(.2,.85,.4,1.275);-moz-transition:.6s cubic-bezier(.2,.85,.4,1.275);-ms-transition:.6s cubic-bezier(.2,.85,.4,1.275);-o-transition:.6s cubic-bezier(.2,.85,.4,1.275);transition:.6s cubic-bezier(.2,.85,.4,1.275)}.cardflip_wrapper.flip .cardflip_inner{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.cardflip_wrapper .cardflip_front,.cardflip_wrapper .cardflip_back{-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.pixels_bot::after,.pixels_top::before{content:'';position:absolute;width:100%;height:50px;z-index:5}.pixels_top{padding-top:5rem;position:relative}.pixels_top::before{top:0;background:url(/content/pages/pixel_strip_bot.png) repeat-x}.pixels_bot{padding-bottom:5rem;position:relative}.pixels_bot::after{bottom:0;background:url(/content/pages/pixel_strip_top.png) repeat-x}.revealOnScroll{opacity:0}.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}@media(min-width:35em){.pagesize_container{display:block}.profile_pic_col{float:left;height:100%}.profile_pic_col .profile_pic .jinx_crew_flag{background:url(/img/jinx_crew_flag.gif) 0 0 no-repeat;height:11px;left:-2px;position:absolute;top:45px;width:60px}}@media screen and (min-width:661px){.profile_pic_col{float:left;height:100%;display:block}.profile_pic_col .profile_pic{position:relative;width:60px;height:75px;outline:0}.profile_pic_col .profile_pic .level_flag{background:url("/img/level_text.gif") no-repeat scroll 2px 2px #1e1f1f;height:15px;left:0;position:absolute;text-align:right;top:60px;width:60px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:2px;-moz-border-radius-bottomleft:2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px}.profile_pic_col .profile_pic .level_flag .level_number{color:#fff;font-size:10px;height:15px;line-height:15px;padding-right:9px}.profile_pic_col .profile_pic .jinx_crew_flag{background:url(/img/jinx_crew_flag.gif) 0 0 no-repeat;height:11px;left:-2px;position:absolute;top:45px;width:60px}a.see-more .see-more-text{display:inline}a.see-more .see-more-butts{font-size:1rem}}.mobile_only{display:block}.shipping_panel{display:none}table tr th,table tr td{font-size:16px;font-size:1rem}.added_item_container p{margin-bottom:0}.added_item_container h4{text-align:center;color:#fff}.added_item_container table{margin-bottom:0}.continue_shopping .button{display:block;border:2px solid #4ac2be;background:none;color:#4ac2be;font-family:tolyer_bold,Arial,sans-serif;padding:10px 0;width:100%}.continue_shopping .button:hover{background:#4ac2be;color:#fff}.continue_shopping .checkout_btn{background:#f55045;border-color:#f55045;color:#fff}.continue_shopping .checkout_btn:hover{background:#db473e;border-color:#db473e}.continue_shopping .fa{display:none;font-size:1rem}.row .alert-box{-webkit-transition:all linear 1s;-moz-transition:all linear 1s;-ms-transition:all linear 1s;-o-transition:all linear 1s;transition:all linear 1s;max-height:500px;overflow:hidden}.row .alert-box h3,.row .alert-box h4{color:#fff;text-align:center}.row .alert-box.ng-hide{max-height:0;opacity:0}.empty_cart{margin-bottom:4rem}.empty_cart h2.solid_border{text-align:center}.empty_cart h2.solid_border:before{display:none}.empty_header{margin-top:0;padding:1rem 0;text-align:center}.empty_header h1 i.fa{display:block;font-size:5rem}.empty_header+div{padding:2rem 0}.checkout_btn{font-size:28px;font-size:1.75rem;font-family:tolyer_bold,Arial,sans-serif;margin:0 0 1rem;padding:10px 0;width:100%;background-color:#f55045}.checkout_btn:hover{background-color:#db473e}.shopping_title{margin-top:16px;margin-top:1rem}.shopping_title h2{text-align:center}.shopping_items .product_table{border-color:#ddd}.shopping_items .product_table img{min-width:70px;min-width:4.375rem;padding-right:10px;padding-right:.625rem;max-width:100px}.shopping_items .product_table tr{border:1px solid #ddd}.shopping_items .product_table tr:last-child{background-color:#eff3f3}.shopping_items .product_table td{vertical-align:top}.shopping_items .product_table td:first-child{min-width:70px;min-width:4.375rem;max-width:10em}.shopping_items .product_table p{margin-bottom:10px;margin-bottom:.625rem}.shopping_items .pricing_table h6{margin-bottom:0}.shopping_items .pricing_table div{float:left;margin-right:16px;margin-right:1rem;width:35%}.item_qty h6{float:left;margin-right:5px}.item_qty input{float:left;margin-top:4px;padding:0;text-align:center;width:54%}.subtotal h3{margin-bottom:0}.subtotal h3,.subtotal .disclaimer_text{text-align:center}.gift_wrap{float:left;display:none}.gift_wrap input{margin-bottom:0}.btnSave{float:right}.promocode_form{margin-bottom:10px}.disclaimer_text{font-size:12px;font-size:.75rem}.disclaimer_text a{margin-bottom:0}.old_checkout{font-size:14px;font-size:.875rem;margin:10px 0}.secure_msg p,.lower_rewards{margin-bottom:0}.submit_link_btn{border:none;background-color:transparent;color:#4ac2be;padding:0}.submit_link_btn:hover{background-color:transparent;color:#40a8a5}.alert-box.success a{color:#394249}.alert-box.success a:hover{color:#5d6c78}span.instock{color:#008000}.gold_exp .rewards{float:left;width:50%}.gold_exp .rewards a{display:inline-block;margin:10px 0;padding:20px 60px;text-align:left;white-space:nowrap}.gold_exp .rewards a span{font-size:18px;font-size:1.125rem}a.saved_items span{font-family:tolyer_bold,Arial,sans-serif;font-size:1.5rem}a.saved_items span i.fa{margin-left:1rem;font-size:1.25rem}a.saved_items span:last-child{display:none}a.saved_items.active{background-color:#40a8a5}a.saved_items.active span:first-child{display:none}a.saved_items.active span:last-child{display:block}@media only screen and (min-width:40.063em){.added_item_container{margin-bottom:0}.added_item_container img{height:50%}.added_item_container table{margin-bottom:0;border:none;width:100%}.continue_shopping{display:table}.continue_shopping .button{margin:1rem auto 1rem}.continue_shopping .fa{display:inline-block}.subtotal h3,.subtotal .disclaimer_text{text-align:right}}@media only screen and (min-width:64.063em){.mobile_only{display:none}.subtotal{padding-right:0}.shopping_title div:first-child{padding-right:0}.alert-box{margin-top:1.25rem}}div.details-video-thumb div{position:relative;cursor:hand;cursor:pointer}div.details-video-thumb div i{top:45%;left:50%;position:absolute;transform:translateX(-50%) translateY(-60%);font-size:2em;cursor:hand;cursor:pointer}.oldimg img{width:100%}.oldimg img .product_zoom{display:none}.divRetired p{padding:.875rem 1.5rem .875rem .875rem;background:#db473e;border:2px solid #db473e}@media screen and (max-width:40em){.divRetired p{margin-bottom:1rem !important}}.divRetired img{padding:1rem 0 2rem;width:70%}#iframe,.add_to_mvc_cart,.product_notes,.sizing_alt_links{display:none}.presale_stock{height:0;overflow:hidden;padding:0;margin:0}hr{border:0;height:0;border-top:5px solid #eff3f3;margin:10px .9375rem}.product_header{margin-bottom:10px;margin-bottom:.625rem}.product_header h2{font-size:32px;font-size:2rem;line-height:1;margin:0}.product_header .also_avail_nav{font-size:12px;font-size:.75rem}.product_options h2{font-size:37px;font-size:2.3125rem;margin:0;line-height:1}.product_options .also_avail_nav{font-size:12px;font-size:.75rem;margin-bottom:16px;margin-bottom:1rem}#medimg{display:block;max-width:540px;position:relative}#loader{position:absolute;top:50%;left:50%;background-color:#000;background-color:rgba(0,0,0,.4)}.product_zoom{background:#fff;position:absolute;right:0;bottom:0;padding:4px 12px;color:#ccc;font-size:2rem;border-radius:5px 0 0 0}.product_options p{margin:0}.product_media{margin-top:10px;margin-top:.625rem;overflow:visible}.product_media div{float:left;margin:0 7px 16px 0;text-decoration:none}.product_media a{background:#fff;border:1px solid #d5d5d5;border-radius:2px;display:block;overflow:hidden;padding:5px;position:relative;text-decoration:none}.product_media a:hover{-webkit-transition-duration:250ms;-moz-transition-duration:250ms;-ms-transition-duration:250ms;-o-transition-duration:250ms;transition-duration:250ms;-webkit-transition-property:background-color,border;-moz-transition-property:background-color,border;-ms-transition-property:background-color,border;-o-transition-property:background-color,border;transition-property:background-color,border;-webkit-transition-timing-function:ease-in;-moz-transition-timing-function:ease-in;-ms-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;border:1px solid #bebebe;background:#d5d5d5}.product_media .active a{border:1px solid #bebebe;background:#d5d5d5}#photos .carousel_items div:last-child{margin-right:0}.fancybox-skin{background:rgba(0,0,0,.75)}.types_container,.sizes_container{margin-bottom:10px;margin-bottom:.625rem}.style_color_swatch{height:20px;height:1.25rem;width:20px;width:1.25rem;border:1px solid #e1e5e5;box-shadow:0 1px 1px rgba(0,0,0,.2)}.color_name{font-size:12px;font-size:.75rem}.details_options{list-style:none outside none;margin:5px 0 0;overflow:hidden}.details_options li{font-size:24px;font-size:1.5rem;display:inline-block;margin:0 5px 5px 0;text-align:center;font-family:"tolyer_bold",arial,sans-serif}.details_options li a{border:2px solid #4ac2be;display:inline-block;padding:0 16px;padding:0 1rem;width:100%;height:100%;border-radius:3px;border-radius:.1875rem}.details_options li a.outofstock{background:transparent;border:1px dotted rgba(0,0,0,.1);color:#ddd;border-color:#ddd}.details_options li a.outofstock:hover{border:1px dotted #9e200b;color:#9e200b}.details_options li.active{background-color:#394249 !important;border-radius:3px}.details_options li.active a{border:2px solid #394249;color:#fff}.size_buttons li{min-width:40px;min-width:2.5rem}.color_group{display:table}.color_group>div{padding-right:16px;padding-right:1rem;display:table-cell}.color_group>div .details_options{min-width:140px}.size_group_blurb{font-size:12px;font-size:.75rem}.size_accordian{font-size:14px;font-size:.875rem;background-color:#fff;border:1px solid #9aa7b1;font-style:italic;padding:5px;width:85%}.ui-icon-delete:after{background-image:url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}input[type="text"].quantity{font-size:16px;font-size:1rem;width:60px;width:3.75rem;display:inline-block;font-weight:bold;text-align:center}.item_x{font-weight:bold;margin:0 8px}.itemPrice{font-weight:bold}.itemPrice.onsale{color:#de2d0f}.oldPrice{color:#9aa7b1;text-decoration:line-through}label[for="quantity"]{font-size:16px;font-size:1rem;color:#202427;font-weight:bold}.checkout_btn_wrap{position:relative}.checkout_btn_wrap.cart-plus input.checkout{padding-right:5rem}.checkout_btn_wrap.cart-plus::after{font-family:'fontawesome';color:#fff;font-size:32px;font-size:2rem;position:absolute;right:20px;content:'';top:10px;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.checkout_btn_wrap.cart-plus::after:hover::after{right:15px}input[type=submit].checkout{-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;font-size:32px;font-size:2rem;background:#f55045;border:none;border-radius:3px;color:#fff;font-weight:normal;padding-top:.5rem;padding-bottom:.75rem;padding:.5rem 2rem .75rem;margin-bottom:1rem;font-family:"tolyer_bold",arial,sans-serif}input[type=submit].checkout:hover{background:#db473e}#salePanel{font-size:12px;font-size:.75rem;margin-top:5px;margin-top:.3125rem;text-align:center}.presale_wrapper{padding:10px 0 20px}.presale_wrapper .presale_block{padding:5px .9375rem;border-radius:3px;background:#43ac6a;margin-bottom:1rem;color:#fff}.presale_wrapper .qty{padding:0 .9375rem}.presale_disclaim{font-size:12px;font-size:.75rem}.extra_info{margin:10px 0}.sizing_alt_links{font-size:14px;font-size:.875rem;list-style:none;margin:0}.wishlist,.wish-list-icon{font-size:14px;font-size:.875rem;background:none;border:none;color:#4ac2be;padding:0}.details_social_buttons{margin-top:-4px}.deetslist{font-size:12px;font-size:.75rem;list-style:none;margin:0 0 1em 0}.chooseSizeAlert{display:none;margin:16px 0;padding:0}.chat_bubble{background-color:#fffacb;border:1px solid #b28a0b;border-radius:4px;font-size:13px;font-weight:bold;padding:10px;color:#785a00;position:relative;box-shadow:0 1px 0 #fffcdf inset,1px 1px 2px rgba(0,0,0,.2)}.additional_prods_container{margin-top:4rem}.additional_prods_container .prod_title{display:none}.tabs_description.row{margin:0}.bullets_description{padding-top:1rem}h2.resp-accordion span{font-size:26px;font-size:1.625rem;color:#fff}h2.resp-accordion .jinx{font-size:22px;font-size:1.375rem;margin-right:8px;margin-right:.5rem;color:#5d6c78}h2.resp-accordion .fa-info-circle{margin-left:2px;margin-right:12px}.resp-tabs-list li .jinx{display:block;font-size:25px;color:#5d6c78;margin:0 0 5px}.resp-tab-active .jinx{color:#fff !important}.resp-tab-content>p,.description ul{font-size:14px;font-size:.875rem;margin-bottom:10px;margin-bottom:.625rem}.bargraph{list-style:none;margin:0}.colorblurb img{vertical-align:sub}.sizeabbr{display:inline-block;width:30%;text-align:right;max-width:6rem}.stocklevels .bar{background-color:#d5d5d5;border-radius:2px;display:inline-block;margin-bottom:-3px;width:68%;box-shadow:-1px 1px 2px 0 rgba(0,0,0,.4) inset}.stocklevels p{margin:0}.stocklevels>div{margin-bottom:16px;margin-bottom:1rem;margin-top:16px;margin-top:1rem}.thebar{background-color:#4ac2be;height:15px;border-radius:2px 0 0 2px}.restock_bar{background:#2f3030;border-radius:0 3px 3px 0;box-shadow:0 1px 0 rgba(200,200,200,.5) inset;color:#fff;display:block;font-size:10px;height:15px;padding:0 6px;text-decoration:none}.sizing_table{width:100%}.sizing_table td,.sizing_table th,.sizing_table tbody th,.sizing_table tbody td,.sizing_table thead td,.sizing_table thead th{border:1px solid #e1e5e5;padding:4px;text-align:center;vertical-align:middle}.sizing_table th:first-child{background-color:#9aa7b1;color:#fff}.ui-table-reflow td .ui-table-cell-label{min-width:55%}@media(min-width:21.1em){.table-responsive td,.table-responsive th,.table-responsive tbody th,.table-responsive tbody td,.table-responsive thead td,.table-responsive thead th{display:table-cell;font-size:14px;margin:0}.table-responsive td .ui-table-cell-label,.table-responsive th .ui-table-cell-label{display:none}}@media(max-width:21em){.table-responsive td,.table-responsive th,.table-responsive tbody th,.table-responsive tbody td,.table-responsive thead td,.table-responsive thead th{border:none;text-align:left}.table-responsive td:first-child{background-color:#9aa7b1;color:#fff}}.tabs_sizing_chart h2{font-size:5vw}.tabs_sizing_chart h4{font-size:7vw}.measure_info_container .ui-collapsible{margin:0}.measure_info_container .ui-collapsible-heading a{background-color:#394249;border-top:1px solid #30373d;border-left:1px solid #30373d;border-right:1px solid #30373d;border-bottom:0 inset #5d6c78;color:#fff;text-shadow:none;border-radius:0;padding:8px 40px}.measure_info_container .ui-collapsible-heading a:after{line-height:22px;line-height:1.375rem;background-color:#5d6c78;text-align:center}.measure_info_container .ui-collapsible-heading a:focus{box-shadow:none}.measure_info_container .ui-collapsible-content{border-radius:0}p.measure_advice{font-size:16px;font-size:1rem}.measure_instructions{margin-top:10px;margin-top:.625rem}.measure_instructions p{font-size:14px;font-size:.875rem;margin-bottom:0}.measure_head a:after{content:"A"}.measure_neck a:after{content:"B"}.measure_chest a:after{content:"C"}.measure_sleeve a:after{content:"D"}.measure_waist a:after{content:"E"}.measure_inseam a:after{content:"F"}.section_women,.section_youth{display:none}.section_measure{margin-top:1rem}.section_chooser,.section_measure_chooser{padding:2px 10px}.section_chooser.active,.section_measure_chooser.active{background-color:#5d6c78;color:#fff;display:inline-block}.tabs_stock.row{margin:0}.jinx_pix_container.snapped{background-color:#f4f4f4;position:fixed;top:10px;width:380px;z-index:10}.jinx_pix_container.snapToBottom{position:absolute}.jinx_pix{list-style:none outside none;margin:0 0 0 -8px;width:auto}.jinx_pix li{float:left;margin:0 0 8px 8px;padding:0}.jinx_pix li img{width:130px;height:130px}.jinx_pix_container div.rewards a.tile_exp{border:none}.text_content ul{font-size:14px;margin:10px 0 0 1rem}.text_content ul li{list-style-image:url(/img/bullet_icon.gif);list-style-position:outside;margin-bottom:4px}.pdpi_field ul{margin:10px 0}.pdpi_field label{display:inline-block;font-weight:bold}.pdpi_field .field{font-style:italic;font-size:14px}.pdpi_field .notify_btn,.pdpi_field .cancel_btn{border-radius:3px;width:100%}.pdpi_field .cancel_btn{background-color:#9aa7b1}.msgAdd ul{list-style:none;margin:0}.fb_btn{float:left}.tw_btn{padding-top:4px}.g_btn{padding-top:4px}.pin_btn{padding-top:4px}body.product-page .ui-page-active,body.product-page .ui-mobile{overflow:hidden}@media(min-width:35em){.tabs_sizing_chart h2{font-size:32px;font-size:2rem}.tabs_sizing_chart h4{font-size:26px;font-size:1.625rem}.product_header h2{font-size:26px;font-size:1.625rem}.product_header .also_avail_nav{font-size:16px;font-size:1rem}}@media only screen and (min-width:40.063em){.sizing_alt_links{display:block}.wishlist,.wish-list-icon,.sizing_alt_links{font-size:12px;font-size:.75rem}.input_button_container.row{margin-top:0}}@media(min-width:35em) and (max-width:40em){.measure_instructions{width:50%}}#photos .carousel_items div.video_thumb a img{width:70px;height:52px}div.order_desc{font-weight:bold;background:#0068b7;padding:2px 8px 2px;color:#fff;border-radius:4px 4px 0 0}.order_complete .rewards{margin:15px 0}.order_complete div.rewards a{border-right:none}.communitysections .grid_6,.order_confirmation .grid_6{margin-bottom:20px}.communitysections img{float:left;margin-right:10px}.guest_start{border-left:1px solid #d5d5d5;padding-left:15px;width:443px;min-height:280px}.join_jinx_container{display:inline;float:left;box-shadow:0 1px 4px 0 rgba(0,0,0,.1);background-color:#fff;border:1px solid #bbc1c4;border-radius:4px;width:938px}div.join_jinx_form{margin-bottom:1em}div.join_jinx_form p{padding-left:.5em;padding-bottom:.5em}.join_jinx{background:url("/img/design_arcade/jinx_dood.gif") no-repeat 5px -36px #e6eef2;position:relative;height:74px;border-radius:4px 4px 0 0;border-bottom:1px solid #bbc1c4;margin-bottom:10px}.join_jinx_header{position:absolute;left:238px;top:-2px;color:#006ab7;font-size:31px;width:400px;line-height:32px}.join_jinx_blurb{position:absolute;left:238px;top:44px;font-weight:bold;display:none}.join_jinx_btn{position:absolute;right:33px;top:21px;width:215px}.join_jinx_deets_blurb{padding:0 20px 10px}.join_jinx_deets{float:left;width:468px}div.join_jinx_form .checkbox_control{background-color:#9aa7b1;color:#fff;float:left;margin-bottom:10px;padding:7px;width:100%}div.join_jinx_form .checkbox_control label{color:#fff}div.join_jinx_form .checkbox_control input[type="checkbox"]{height:17px;margin:0 5px;vertical-align:middle;width:17px}div.complete_join_form span.happy div{font-weight:normal}div.complete_join_form span.happy div.mid_butt{border-width:0;text-align:center;box-shadow:none}div.com_blurb{background-color:#333;color:#fff;padding-bottom:10px}div.com_blurb h3{color:#fff;font-size:1.8em;padding:0 10px 0 10px}div.com_blurb div.trivia_container{border-bottom:1px dashed #aaa}div.com_blurb div.trivia_container h4{padding:0 10px 0 10px;margin:0;color:#fff}div.com_blurb div.trivia_container div.trivia_blurb{padding:0 10px 0 10px}div.com_blurb div.trivia_container div.trivia_link{padding:0 10px 0 10px;text-align:right;font-weight:bold}div.com_blurb div.pix_container{padding-top:10px}div.com_blurb div.pix_container h4{padding:0 10px 0 10px;margin:0}div.com_blurb div.pix_container div.pix_blurb{padding:0 10px 0 10px}div.com_blurb div.pix_container div.pix_link{padding:0 10px 0 10px;text-align:right;font-weight:bold}div.order_complete{margin-bottom:1em;margin-top:1em}div.order_complete div.order_desc{font-weight:bold;background:#cfcfcf;padding:2px 8px 2px;color:#006ab7;border-radius:4px 4px 0 0}div.order_complete div.shipping_order_items{background:#fff;border-radius:0 0 4px 4px;border:1px solid #d5d5d5;padding:5px;margin:0}div.order_complete div.shipping_order_items a{padding:.25rem}div.order_complete div.shipping_order_items ul{border:0 solid #d5d5d5;border-radius:4px;margin-left:0}div.order_complete div.shipping_order_items ul li{list-style-image:none;list-style-type:none;padding:3px 5px;border-bottom:0 solid #d5d5d5}div.order_complete div.shipping_order_items ul li:last-child{border-bottom:none}div.order_complete div.complete_buttons{text-align:right;padding:5px 0 0 0}div.order_complete div.complete_buttons a.mini_btn{margin-right:4px;margin-bottom:0}div.complete_rewards{margin-top:20px}div.complete_rewards div.exp_alert{border-radius:4px;margin:20px 0;background:transparent;border:1px solid #d5d5d5;padding:8px}div.complete_rewards div.exp_blurb{margin-left:0;font-weight:normal;font-size:100%}input.pay_now,a.pay_now{margin-top:10px}#payment_tabs .ui-state-default{background-color:transparent;color:#006ab7;border-color:transparent}#payment_tabs .ui-state-default a,#payment_tabs .ui-state-default a:hover{background-color:#d5d5d5;color:#006ab7;border:1px solid #006ab7;border-radius:4px}#payment_tabs .ui-state-default.ui-tabs-selected,#payment_tabs .ui-state-default.ui-state-active{background-color:#006ab7;color:#fff;border:0 solid #006ab7;border-radius:4px}#payment_tabs .ui-state-default.ui-tabs-selected a,#payment_tabs .ui-state-default.ui-tabs-selected a:hover,#payment_tabs .ui-state-default.ui-state-active a,#payment_tabs .ui-state-default.ui-state-active a:hover{background-color:#006ab7;color:#fff;border:1px solid #006ab7;border-radius:4px}div.order_paid{text-align:center;float:right;padding:5px;width:90px;color:#0a0;font-weight:bold;font-size:1.1em;border:1px solid #0a0;border-radius:4px;margin-top:5px}p.last_email span{font-weight:bold}div.grid_5 fieldset ul li span.checky label{text-align:left;margin:0;padding:0;width:200px}span.happy div.mid_butt{box-shadow:none;border-width:0;border-radius:0;border-top-width:0;margin:5px 0 0 0;padding:5px 0 0 0}span.happy div.mid_butt span{margin-left:10px}span.analytics{visibility:hidden}.member_benefits{max-height:0;overflow:hidden;-webkit-transition:max-height 500ms;-moz-transition:max-height 500ms;-ms-transition:max-height 500ms;-o-transition:max-height 500ms;transition:max-height 500ms}.member_benefits ul{margin-top:0;margin-left:2.5rem}.member_benefits.open{max-height:500px}.member_benefits li{list-style-image:url(/img/bullet_icon.gif);list-style-position:outside}@media(min-width:865px){div.com_blurb div.trivia_container{height:160px;background:url(/img/checkout/trivia_bg.png) bottom right no-repeat}div.trivia_container div.trivia_link{width:285px}div.trivia_container div.trivia_link a{font-size:12px}div.trivia_container div.trivia_blurb{width:285px}div.trivia_container div.trivia_blurb p{font-size:12px}div.com_blurb div.pix_container{background:url(/img/checkout/pix_bg.jpg) bottom right no-repeat;height:365px}div.com_blurb div.pix_container div.pix_blurb{width:250px}div.com_blurb div.pix_container div.pix_blurb p{font-size:12px}div.com_blurb div.pix_container div.pix_link{width:250px}div.com_blurb div.pix_container div.pix_link a{font-size:12px}div.complete_rewards div.exp_alert{font-size:12px}div.complete_rewards div.exp_alert p{font-size:12px}div.order_complete div.shipping_order_items ul li{font-size:11px}}#helpcontainer em.major{color:#f00;float:left;padding-right:4px}.accordionButton,.accordionButton_fixed{position:relative;cursor:pointer}.accordionContent,.accordionContent_fixed{max-height:1800px;overflow:hidden;-webkit-transition:max-height .5s ease-in-out;-moz-transition:max-height .5s ease-in-out;-ms-transition:max-height .5s ease-in-out;-o-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.accordionContent.hidden,.accordionContent_fixed.hidden{display:block;padding:0;max-height:0 !important;-webkit-transition:max-height .3s ease-in-out;-moz-transition:max-height .3s ease-in-out;-ms-transition:max-height .3s ease-in-out;-o-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out}.accordian-group-dark .accordionButton,.accordian-group-dark .accordionButton_fixed{background-color:#394249;padding-left:8px;border-radius:3px;max-width:30rem}.accordian-group-dark .accordionButton:hover,.accordian-group-dark .accordionButton_fixed:hover{background-color:#5d6c78;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.accordian-group-dark .accordionButton i,.accordian-group-dark .accordionButton_fixed i{position:absolute;top:31%;right:10px;color:#fff}.accordian-group-dark .accordionButton h2,.accordian-group-dark .accordionButton_fixed h2{color:#fff;font-size:1.6875rem}.accordian-group-dark .accordionContent,.accordian-group-dark .accordionContent_fixed{background:#eff3f3;max-width:30rem;border:1px solid #394249;margin-top:-10px;margin-bottom:.5rem;max-height:1800px;overflow:hidden;-webkit-transition:max-height .5s ease-in-out;-moz-transition:max-height .5s ease-in-out;-ms-transition:max-height .5s ease-in-out;-o-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.accordian-group-dark .accordionContent .main_btn.button,.accordian-group-dark .accordionContent_fixed .main_btn.button{width:100%}.accordian-group-dark .accordionContent.hidden,.accordian-group-dark .accordionContent_fixed.hidden{display:block;max-height:0 !important;-webkit-transition:max-height .3s ease-in-out;-moz-transition:max-height .3s ease-in-out;-ms-transition:max-height .3s ease-in-out;-o-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out}.accordionContent_fixed{cursor:default}.accordionContent_fixed .button{width:100%}div.returnpolicycontent{padding:10px}.returnpolicy_box p.returns_info{margin-top:15px}.returnpolicy_box .returnproductsto{color:#4ac2be;font-weight:bold}.returnpolicy_box .address{margin-bottom:1rem}.returnpolicy_box .returns_header{margin:1rem 0 0;line-height:1}#jinx-returns .text_content{margin-bottom:1rem}#jinx-returns .text_content ul li{list-style-image:none}.returns_options a.button.main_btn{background-color:#4ac2be;border-radius:3px;font-family:tolyer_bold,sans-serif;font-size:1.6rem;margin-bottom:.5rem}.returns_options a.button.main_btn:hover{background-color:#40a8a5}.returns_options a.button.main_btn:active{color:#fff}.returns_faq h3{color:#4ac2be}.faq_box .accordionContent,.gamesupport .accordionContent{padding:0}.faq_box .accordionContent a,.gamesupport .accordionContent a{display:block;padding:.25rem .5rem;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;color:#202427}.faq_box .accordionContent a:hover,.gamesupport .accordionContent a:hover{background-color:#4ac2be;color:#fff;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}#cookietrail{margin-bottom:5px}a.cookie_arrow::after{content:"";font-family:fontawesome;margin-left:5px}.refund_title{font-weight:bold;margin-top:1rem}p.attn{background-color:#b95050;color:#fff;padding:15px}div#ctl00_contentMain_msgMessage_valSummaryFields ul{color:#b95050;border-color:#b95050;padding-left:2rem}div#ctl00_contentMain_msgMessage_valSummaryFields ul li{list-style-image:url(/img/error_icon.gif);margin-bottom:1rem}.help_right input[type=submit]{width:100%}span.calloutbox.sad{color:#db473e}span.calloutbox.sad ul{background:#db473e;color:#fff;border-color:#db473e}span.calloutbox ul{background:#eff3f3;color:#40a8a5;padding:9px;margin-left:0;list-style-type:none;border:1px solid #40a8a5;border-radius:3px}.faqs_container{margin-top:1rem}span.question_category{color:#808080}ol li{font-weight:bold}ol li padding{font-weight:normal}ul.faqs_categories_list{margin:0}ul.faqs_categories_list li{list-style-type:none;padding:.25rem .5rem}ul.faqs_categories_list li:hover{background-color:#4ac2be}ul.faqs_categories_list li:hover a:hover{background-color:transparent}ul.faqs_categories_list li a{display:block}ul.faqs_entries,ol.privacy_entries{list-style-type:none;margin-left:0}ul.faqs_entries li.entry,ol.privacy_entries li.entry{margin-top:1rem;position:relative}ul.faqs_entries.faq_buttons li .accordionContent a,ol.privacy_entries.faq_buttons li .accordionContent a{padding:0}ul.faqs_entries.faq_buttons li a,ol.privacy_entries.faq_buttons li a{padding-left:20px;display:inline-block;font-weight:bold}ul.faqs_entries.faq_buttons li.entry .accordionButton a::before,ol.privacy_entries.faq_buttons li.entry .accordionButton a::before{content:"";font-family:fontawesome;color:#4ac2be;display:inline-block;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;margin-right:15px;position:absolute;left:0}ul.faqs_entries.faq_buttons li.entry .accordionButton.open a::before,ol.privacy_entries.faq_buttons li.entry .accordionButton.open a::before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.4s ease;-moz-transition:.4s ease;-ms-transition:.4s ease;-o-transition:.4s ease;transition:.4s ease}ul.faqs_entries.faq_buttons li.entry .accordionContent,ol.privacy_entries.faq_buttons li.entry .accordionContent{-webkit-transition:max-height 1s ease;-moz-transition:max-height 1s ease;-ms-transition:max-height 1s ease;-o-transition:max-height 1s ease;transition:max-height 1s ease;max-height:1800px;margin-left:1.1rem}ul.faqs_entries.faq_buttons li.entry .accordionContent.hidden,ol.privacy_entries.faq_buttons li.entry .accordionContent.hidden{max-height:0}ul.faqs_entries span.largepaneltextheader,ol.privacy_entries span.largepaneltextheader{font-size:1.6875rem;line-height:1.2;font-family:tolyer_bold,Arial,sans-serif}ul.faqs_entries .product_table,ol.privacy_entries .product_table{margin-top:1rem}ul.faqs_entries .product_table tr:first-child,ol.privacy_entries .product_table tr:first-child{background-color:#e1e5e5}ul.faqs_entries .product_table td,ol.privacy_entries .product_table td{border:#e1e5e5}ul.faqs_entries .product_table tr td,ul.faqs_entries .product_table tr th,ol.privacy_entries .product_table tr td,ol.privacy_entries .product_table tr th{font-size:.75rem}ul.faqs_entries img.cc_example,ol.privacy_entries img.cc_example{margin:1rem}.privacy_policy span.largepaneltextheader{font-size:1.6875rem;line-height:1.2;font-family:tolyer_bold,Arial,sans-serif}.privacy_policy p.largepaneltext a{font-family:tolyer_bold,sans-serif;font-size:1.2rem}@media only screen and (min-width:64.063em){.accordionButton,.accordionButton_fixed,.accordionButton_alt{margin:0;max-width:30rem}.accordionButton h2,.accordionButton_fixed h2,.accordionButton_alt h2{font-size:1.6875rem}.help_right{margin-top:0}}.job_container .fa.filef-pdf-0{font-size:3rem;float:left;margin-right:10px}.job_container ul.fa-ul li{margin-bottom:.75rem}.job_container ul.fa-ul i{color:#4ac2be}.job_container .accordionContent{padding:0 15px}.job_container .accordionContent p:first-child{margin-top:15px}.account_summary .button,.recent_activity .button{width:100%}.delete_btn,.delete_btn:hover{background-color:#b95050}ul.address{list-style-type:none;margin-left:0}a.saved_addy_button{display:block}.recent_activity{margin-top:1rem}ul.row.activity{margin-bottom:1rem}li.activity_item{list-style:none;float:left;width:50px;margin:8px}.jinx_link{margin-bottom:1rem}.jinx_link h3{margin-bottom:0}.order_history_container h2.solid_border{border-bottom:1px solid}.member_url a::before,.member_share a::before,.member_banners a::before{font-family:fontawesome;margin-right:5px}.member_url a::before{content:""}.member_share a::before{content:""}.member_banners a::before{content:""}.free_stuff{margin:1rem 0}.jinx_exp.panel.row{margin-left:.025rem;margin-right:.025rem}@media screen and (max-width:34em){table.account_table{margin-left:-.9375rem;margin-right:-.9375rem}table.account_table tr th,table.account_table tr td{font-size:.75rem}}ul.form_ul li{position:relative}li span.required{position:absolute;top:0;right:0;color:#f00}ul.member_change_password,ul.member_info{margin-left:0}ul.member_change_password label.field,ul.member_info label.field{font-weight:bold}ul.member_change_password li,ul.member_info li{position:relative}ul.member_change_password .rewards_block span,ul.member_info .rewards_block span{position:relative;color:#4ac2be}.birthdate{margin-top:1rem}.birthdate select{display:inline-block;margin-right:5%}.birthdate select.month{width:43%}.birthdate select.day{width:20%}.birthdate select.year{margin-right:0;width:27%}@media only screen and (min-width:64.063em){.account_right_col{padding-left:1.9375rem}.account_summary .button,.recent_activity .button{max-width:300px;margin-right:1rem}}.wishlist_options li i{color:#4ac2be;font-size:1.1rem}ul.wishlist_edit{margin-left:0}ul.wishlist_edit li{position:relative;margin:1rem 0}ul.wishlist_edit input[type=submit]{width:100%;margin-top:1rem}label.wishlistfield{font-family:tolyer_bold,Arial,sans-serif;font-size:1.5rem}.wishlistfield input[type=checkbox],.wishlistfield textarea{margin-bottom:0;margin-right:5px}.wishlistfield input[type=text]{margin-bottom:0}table.wishlist_edit input[type=submit].mini_btn.alt_btn{width:100%;background:#b95050;color:#fff;padding:4px;border:none}table.wishlist_edit input.main_btn.mini_btn{background-color:#4ac2be}table.wishlist_edit input.main_btn.mini_btn:hover{background-color:#40a8a5}.wishlist_table{width:100%}@media(max-width:35em){.wishlist_table tr th,.wishlist_table tr td{font-size:.75rem}}.trivia_btn{font-family:tolyer_bold,sans-serif;font-size:1.5rem}.trivia_btn i{font-size:1rem}.triviaheader{background:#ae3434;padding:1rem .25rem}.triviaheader .quiz_skull{width:20%;animation:tada 1s ease;-webkit-animation:tada 1s ease;-moz-animation:tada 1s ease;margin-left:-6%;animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.triviaheader .trivia_banner{background:url(/content/pages/trivia/banner1.png) no-repeat center center;background-size:contain}.triviaheader span{display:block;text-align:center;margin:1rem auto .5rem;color:#fff;font-family:creative_block;padding:0 1.75rem;text-transform:lowercase;width:300px;position:relative}.triviaheader span::before,.triviaheader span::after{font-family:fontawesome;content:"";position:absolute;top:-7px;font-size:1.5rem}.triviaheader span::before{left:7px;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH}.triviaheader span::after{right:7px}.testimonial{margin:1rem 0;padding:.9375rem;background:#f3f3f3}.testimonial .testimonial_pic{display:inline-block;float:left;margin-right:1rem}.testimonial .testimonial_pic>div{border-radius:6em;overflow:hidden;width:131px}.testimonial h5{font-family:creative_block,sans-serif;font-size:1rem}.testimonial span{font-size:.95rem;color:#394249;font-style:italic}.testimonial>div{padding:0}.row.current_quiz{margin:2rem auto 4rem}.current_quiz_row{margin-bottom:1rem}.trivia_img{margin-bottom:1rem}.row.trivia_sample{max-width:62.5rem}.trivia_sample{clear:both;margin:1rem 0;font-weight:bold}.trivia_sample img{display:none}.quiz_section{border-bottom:5px solid #eff3f3;margin-bottom:2rem}.quiz_title{line-height:1;margin:0;color:#ae3434}.trivia_separator{padding:2rem 0}.trivia_separator:nth-child(even){background:#f2f2f2}.trivia_archive{margin:4rem auto}.question_number{color:#ae3434;border-bottom:4px solid;font-size:2.75rem}img.trivia_image{margin:1rem auto 2rem;display:block}.this_weeks_questions ul{list-style-type:none}.this_weeks_questions ul li{margin:.5rem 0}.this_weeks_questions ul li label{vertical-align:middle !important;background:#f3f3f3;width:85%;padding:.75rem;border-radius:5px;border:1px solid #d8d8d8}.this_weeks_questions input[type="radio"]:checked+label.answer_label{background:#4ac2be;color:#fff;transition:300ms ease;-webkit-transition:300ms ease;-moz-transition:300ms ease}input[type="submit"].trivia_bn{margin:2rem 0}.trivia_callout h3{color:#ae3434}.score h1{font-size:6rem;text-align:center;color:#ae3434}.rank{margin-bottom:2rem}.rank h1{line-height:1}.rank h1 span{color:#ae3434}.trivia_results_summary .full_width,.full_width.trivia_comments{padding:2rem 0;background:#f2f2f2}.full_width.trivia_comments{margin:4rem 0}.percentworse{padding:2rem 0}.percentworse ul{list-style-type:none}.trivia_answers .question_number{margin-top:4rem}ul.corrected{list-style-type:none;margin-left:0}ul.corrected li{background:#f3f3f3;width:100%;padding:.75rem;border-radius:5px;border:1px solid #d8d8d8;margin:.5rem 0;font-size:.875rem}.trivia_info_box{margin-top:1rem;font-style:italic}.spend_thy_gold img{border-width:2px !important}.trivia_table{border:none}.trivia_table td{vertical-align:top}.trivia_table ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.trivia_table ul li{position:relative;margin:1rem 0}.trivia_table ul li a::before{content:"";position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}[class*="column"]+[class*="column"]:last-child{float:left}@media(max-width:34.9em){.trivia_reward{margin:1rem 0}.trivia_reward .button{margin:0}}@media(min-width:35em){.triviaheader span{width:inherit}.triviaheader span::before,.triviaheader span::after{position:relative;top:initial;display:inline-block}.triviaheader span::before{left:-7px}.triviaheader span::after{right:-7px}}@media only screen and (min-width:64.063em){.triviaheader .trivia_banner{background-size:80%;background-position:63% center}.triviaheader .quiz_skull{width:auto;margin-left:0}.trivia_sample{margin:0}.testimonial{background:none;border-left:2px solid #eff3f3;padding:1rem 2.25rem}}.admin_gold_callout{margin:auto;border-radius:5px;border:7px solid #394249}.admin_gold_callout .button.secondary{width:100%;max-width:270px;margin:0 1rem 1.25rem}.admin_gold_callout .button.secondary:last-child{background:#4ac2be;color:#fff;border-color:#4ac2be}.admin_gold_callout .button.secondary:last-child:hover{background:#40a8a5;border-color:#40a8a5}.pixel_font{text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-family:'Press Start 2P',sans-serif;color:#fff;text-transform:uppercase}.dashboard_joyride{display:none;margin:1rem auto}@media screen and (max-width:40em){.dashboard_joyride{padding:0 .9375rem}}.dashboard_joyride a{color:#fff;padding:.9375rem}.dashboard_joyride .joyride_go{background:#4ac2be;font-weight:bold;border-top-left-radius:5px;border-bottom-left-radius:5px;padding-left:2.75rem;position:relative}.dashboard_joyride .joyride_go i.fa{position:absolute;left:.9375rem;font-size:1.5rem;top:.8rem}.dashboard_joyride .joyride_go:hover{background:#40a8a5}.dashboard_joyride .joyride_dismiss{background:#399693;border-top-right-radius:5px;border-bottom-right-radius:5px}.dashboard_joyride .joyride_dismiss:hover{background:#40a8a5}.member_view_mode{background:#db473e}@media screen and (min-width:40.064em){.member_view_mode h3{margin-bottom:0}}.member_view_mode .button{background:#c22d24;border:none}@media screen and (min-width:40.064em){.member_view_mode .button{margin:0}}@media screen and (max-width:40em){.profile_avatar{padding:0}}.level,.tier{padding-top:.25rem}.level h1,.tier h1{font-size:3.5rem}.level::after{content:'level'}.tier::after{content:'Season Tier'}.tier_badge{margin-bottom:1rem;border-radius:5px;border:2px solid #9aa7b1;padding:.5rem;background:#ddd}.tier_badge h1{line-height:1;margin:0}.tier_badge i.fa{color:#4ac2be;text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-size:1.25rem}.tier_badge.has-tip:hover{border-bottom:solid;color:inherit}.level::after,.tier::after{position:absolute;top:0;font-family:tolyer_bold,sans-serif;color:#aaa;width:100%;font-size:1.5rem;left:0}.handle{font-size:5rem;line-height:1;color:#4ac2be;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width:40em){.handle{font-size:2.75rem}}.tagline{color:#40a8a5;line-height:1}.tagline i.fa{opacity:.4;margin-right:.75rem}.level_summary .level{background:#eff3f3}.level_summary .tier{background:#9aa7b1}.profile_deets{padding-top:2rem;padding-bottom:2rem}.has-tip{font-weight:normal}.rewards_img{position:relative}.contains-code a.ach_tooltip::after,.rewards_img::after{content:'';position:absolute;top:-16px;right:-9px;background:url(/content/pages/achievements/sparkle.gif);height:100%;width:100%;background-size:contain;background-repeat:no-repeat}.ach_alert{position:relative}.ach_alert::after{content:'!';position:absolute;top:-20px;right:-9px;text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-family:arcade,'Press Start 2P',sans-serif;color:#fce24f;padding:0 5px 0 6px;-webkit-animation:pulse .5s ease infinite;-moz-animation:pulse .5s ease infinite;-ms-animation:pulse .5s ease infinite;-o-animation:pulse .5s ease infinite;animation:pulse .5s ease infinite;font-size:1.75rem}a.ach_tooltip{display:block;position:relative}a.ach_tooltip:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.ach_tooltip_panel{position:absolute;top:100%;z-index:5;width:250px !important}@media screen and (min-width:40.063em) and (max-width:64em){.ach_tooltip_panel{width:350px !important}}@media screen and (min-width:64.063em){.ach_tooltip_panel{width:450px !important}}.ach_tooltip_panel .ach_panel{border:2px solid #9aa7b1;background:#22272b}.ach_tooltip_panel .nub{left:1rem;position:absolute;width:0;height:0;border:solid 5px;border-color:transparent transparent #9aa7b1 transparent;top:-10px}@media screen and (max-width:40em){.ach_group ul li:nth-child(2) .ach_tooltip_panel,.ach_group ul li:nth-child(3n+2) .ach_tooltip_panel{right:-115%}.ach_group ul li:nth-child(2) .ach_tooltip_panel .nub,.ach_group ul li:nth-child(3n+2) .ach_tooltip_panel .nub{left:inherit;right:50%}.ach_group ul li:nth-child(3n) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(3n) .ach_tooltip_panel .nub{left:inherit;right:1rem}}.tooltip{background:#22272b;border-radius:5px;border:1px solid #9aa7b1;box-shadow:4px 4px 22px rgba(0,0,0,.5);max-width:350px}.tooltip>.nub{border-color:transparent transparent #9aa7b1 transparent}.tooltip .ach_panel{background:none;border:none;padding:0;box-shadow:none;margin:0}.listed_ach{display:inline-block;margin:.9375rem;max-width:100px}.recent_ach,.ach_box,.ach_panel,.message_ach{padding:.9375rem;background:#2f3439;border:2px solid #394249;position:relative;box-shadow:0 0 12px 2px #222;border-radius:5px}.recent_ach .row{margin-left:0;margin-right:0;margin-top:-1rem}.recent_achievements{padding:.9375rem}.recent_achievements h4{border-bottom:2px solid;margin-bottom:1rem}.dark_section{background:url(/content/pages/profile/hash.png) #202427;padding:1rem 0}.recent_ach,.ach_panel{margin-bottom:1rem}.recent_ach:hover,.ach_panel:hover{background:#363c41}.recent_ach .ach_name,.ach_panel .ach_name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent_ach .ach_name span,.ach_panel .ach_name span{text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-family:'Press Start 2P',sans-serif;color:#ffca61;text-transform:uppercase;display:block}.recent_ach .ach_name span img,.ach_panel .ach_name span img{display:inline-block}.recent_ach .ach_gold,.recent_ach .ach_xp,.ach_panel .ach_gold,.ach_panel .ach_xp{margin-top:.5rem}.recent_ach .ach_gold span,.ach_panel .ach_gold span{display:inline-block}.recent_ach .ach_name,.recent_ach .ach_xp,.recent_ach .ach_gold,.ach_panel .ach_name,.ach_panel .ach_xp,.ach_panel .ach_gold{font-size:.75rem;margin-bottom:.5rem;text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-family:'Press Start 2P',sans-serif;color:#fff;text-transform:uppercase}.recent_ach .ach_name img,.recent_ach .ach_xp img,.recent_ach .ach_gold img,.ach_panel .ach_name img,.ach_panel .ach_xp img,.ach_panel .ach_gold img{max-width:40px;max-width:2.5rem;display:block;margin:0 auto}.recent_ach .ach_date span i.fa,.ach_panel .ach_date span i.fa{color:#4ac2be;text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-size:1.25rem}.recent_ach .ach_date span,.ach_panel .ach_date span{display:block;color:#9aa7b1;font-size:14px}.recent_ach .ach_icon span,.ach_panel .ach_icon span{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);max-width:46px}.recent_ach .ach_reward,.ach_panel .ach_reward{background:#202427;margin-top:.9375rem;padding:.9375rem;border-radius:5px;border-top:2px solid #fce24f;border-right:2px solid #dbad26;border-bottom:2px solid #dbad26;border-left:2px solid #dbad26}.recent_ach .ach_reward p,.ach_panel .ach_reward p{margin-bottom:0}.recent_ach .ach_reward p em,.ach_panel .ach_reward p em{color:#dbad26}.profile_deets_tabs{background:#f6f6f6}.profile_deets_tabs .profile_tabs li{width:50%}.profile_deets_tabs .profile_tabs li a{color:#d3d7db}.profile_deets_tabs .profile_tabs li a .fa-stack-1x{color:#f6f6f6}.live_profile .profile_deets_tabs .profile_tabs li{width:33.33%}.profile_tabs{list-style-type:none;margin:.5rem 0}.profile_tabs li{width:33.33%;text-align:center;float:left}.profile_tabs li a{background:none;color:#ccc;font-family:tolyer_bold,Arial,sans-serif;font-size:1.5rem;padding:.5rem 0;display:block;border-bottom:6px solid;position:relative}@media screen and (max-width:40em){.profile_tabs li a{font-size:1.25rem}}.profile_tabs li a:focus{outline:none}.profile_tabs li a .fa-stack-1x{color:#fff}.profile_tabs li.active a{color:#40a8a5}.profile_tabs li.active a::after{content:'';left:50%;position:absolute;width:0;height:0;border:solid 6px;border-color:transparent transparent #40a8a5 transparent;bottom:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.profile_tabs .fa-lg{font-size:2rem}.profile_promo_code{background:#f6f6f6;border:2px solid #ccc;text-align:center;margin-bottom:2rem;margin-top:2rem;border-radius:5px;padding:2rem 0}@media screen and (max-width:40em){.profile_promo_code{border:none;border-radius:0;margin-top:0;border-bottom:2px solid #ccc}}.tabs-content.profile_content>.content.active{clear:both}#myphotos,#mywall{padding:.9375rem}#myphotos img:hover{outline:4px solid #40a8a5}.profile_photos_buttons .button.secondary.active{background-color:#394249;border-color:#394249;color:#fff}.profile_tweak{display:block}.achievements span.has-tip{display:block}.achievements_button{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.achievements_button::after{-webkit-transition:transform 300ms ease;-moz-transition:transform 300ms ease;-ms-transition:transform 300ms ease;-o-transition:transform 300ms ease;transition:transform 300ms ease}.achievements_button.active{background:#f55045;border-color:#db473e}.achievements_button.active:hover{background:#db473e}.achievements_button.active::after{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.all_achievements{margin:0 .9375rem;overflow:hidden;clear:both;opacity:0}.all_achievements .ach_list{padding:1rem 0}.all_achievements.active{overflow:visible;opacity:1}.ach_group .not-achieved img{opacity:.15;-webkit-opacity:500ms ease;-moz-opacity:500ms ease;-ms-opacity:500ms ease;-o-opacity:500ms ease;opacity:500ms ease}.ach_group .not-achieved img:hover{opacity:.7}.dashboard .content.active,.live_profile .content.active{padding:0}.dashboard .tabs-content,.live_profile .tabs-content{margin:0}.dashboard .dark_alt,.live_profile .dark_alt{border-top:1px solid #5d6c78;border-bottom:1px solid #5d6c78}.dashboard_header,.dashboard_season,.dashboard_achievements{padding:2rem 0}.dashboard_gold{background:rgba(0,0,0,.4);padding:.75rem 0;margin:1rem 0;position:relative;z-index:2}.dashboard_gold .row{position:relative;z-index:2}.dashboard_gold img{width:62px;margin-right:5px;z-index:2;position:relative}.dashboard_gold h4{display:inline-block;vertical-align:middle;background:#59595c;padding:.23rem .5rem;border-top-right-radius:5px;border-bottom-right-radius:5px;margin-left:-2.5rem;padding-left:2rem;border:4px solid #3a3a3c;color:#fff;border-top:2px solid #fce24f;border-right:2px solid #dbad26;border-bottom:2px solid #dbad26;border-left:2px solid #dbad26;margin-top:6px}.dashboard_gold .level_reward_icon{width:44px}@media screen and (max-width:64em){.dashboard_gold .level_reward_icon{display:none}}.dashboard_season{background:url(/content/pages/seasons/wasteland_bg00.jpg) no-repeat #222;background-size:cover}.dashboard_season .button.secondary{color:#f6c31a;box-shadow:0 0 3px red;text-shadow:0 0 1px red}.dashboard_season .button.secondary:hover,.dashboard_season .button.secondary:focus{background-color:#f6c31a;border-color:#f6c31a;color:#222}.dashboard_season.season_2{background:url(/content/pages/seasons/Kaiju_bg_v3.jpg);background-size:cover;background-position:center}.dashboard_season.season_2 .button.secondary{color:#02d69e;box-shadow:none;text-shadow:none}.dashboard_season.season_2 .button.secondary:hover,.dashboard_season.season_2 .button.secondary:focus{background-color:#02d69e;border-color:#02d69e;color:#0f2b4b}.dashboard_season.season_2 .season_title{color:#02d69e;text-shadow:none}.dashboard_season.season_2 .season_exp_gate{background:#02d69e;color:#0f2b4b}.dashboard_season.season_2 .tier_reward_deets{border-color:#02d69e}.dashboard_season.season_2 .tier_reward_deets::before{border-color:transparent #02d69e transparent transparent}.dashboard_season.season_2 .tier_node i.fa{background:#02d69e;border-color:#02d69e}.season_title{font-family:tolyer_vintage,sans-serif;font-size:4rem;color:#f6c31a;line-height:1;text-shadow:0 0 2px red}.dashboard_header,.profile_header{background-color:#394249;background:url(/Content/responsive_themes/jinx/jinx_cat_bg.jpg) #394249;position:relative;padding:2rem 0}.dashboard_header::after,.profile_header::after{content:'';background:rgba(0,0,0,.5);position:absolute;top:0;left:0;height:100%;width:100%}.dashboard_header .member_summary,.profile_header .member_summary{position:relative;z-index:2}.dashboard_header{padding:2rem 0 0}.profile_header{padding-bottom:6.5rem}.profile_header::before{content:"";background:url(/content/pages/about/pixels_bot2.png) repeat-x;position:absolute;bottom:0;left:0;width:100%;height:66px;z-index:5}.profile_badge{position:relative;margin-bottom:1rem}.profile_badge .button{position:absolute;bottom:-2px;right:-2px;margin-bottom:0;border:none;background:#ddd;color:#222;opacity:.75;border-radius:5px}.profile_badge .button:hover{background:#c4c4c4;opacity:1}#profile_badge_modal img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.dashboard_label{font-family:tolyer_bold,sans-serif;font-size:1.5rem}.title_picker{max-width:300px}.dashboard_handle{line-height:1;margin-top:0;border:2px solid #9aa7b1;border-radius:3px;padding:.5rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;background:rgba(0,0,0,.25)}.dashboard_handle .alert_box{font-size:1.5rem}.dashboard_handle input{width:100%;margin-bottom:.5rem;font-family:tolyer_bold,sans-serif}.dashboard_handle .fa-check,.dashboard_handle .fa-times{color:#fff;padding:.2em .5em .15em;border-radius:5px}.dashboard_handle .fa-check{background:#4ac2be}.dashboard_handle .fa-check:hover{background:#40a8a5}.dashboard_handle .fa-times{background:#f55045}.dashboard_handle .fa-times:hover{background:#db473e}.current_level{padding:.5rem 0 2rem}.dashboard_level{font-size:3rem}.profile_level,.profile_title{margin:0}.dashboard_level:hover,.profile_level:hover{color:#fff}.xp_info_blurb p{margin-top:.5rem}@media screen and (max-width:40em){.xp_info_blurb p{font-size:12px}.xp_info_blurb .button.secondary{font-size:1.25rem}}.active_reward{position:relative;padding:.5rem;margin-bottom:0;border-radius:5px;margin-top:3px;color:#fff}@media screen and (max-width:64em){.active_reward{font-size:14px}}@media screen and (max-width:40em){.active_reward{margin-bottom:.5rem}}.active_reward strong{color:#fce24f}.season_rewards,.seasonal_exp{margin-top:2rem}.seasonal_exp p{margin-top:1rem}.seasonal_exp_total{max-width:120px;position:relative;z-index:2}.seasonal_exp_total+h2{display:inline-block;vertical-align:middle;background:#59595c;padding:.25rem 1rem;border-top-right-radius:5px;border-bottom-right-radius:5px;margin-left:-2rem;padding-left:2rem;border:4px solid #3a3a3c}.tier_node{padding-bottom:1.5rem;position:relative}.tier_node p{margin:0}.tier_node:last-child .tier_reward_icon::before{display:none}.tier_node i.fa{color:#fff;font-size:1.25rem;background:#40a8a5;border-radius:1em;padding:.15rem;border:2px solid #40a8a5;position:absolute;right:-12px;top:-12px}.season_rewards{position:relative;z-index:2}.tier_node.not-achieved .tier_reward_deets{border:2px solid #9aa7b1;opacity:.5}.tier_node.not-achieved .tier_reward_deets::before{border-color:transparent #9aa7b1 transparent transparent}.tier_node.not-achieved i.fa{border-color:#9aa7b1 !important;background:#fff !important}.tier_node.not-achieved i.fa.fa-check::before{content:"";padding:.15rem .25rem;color:#394249}.tier_node.not-achieved .season_exp_gate{background:#222;color:#fff}.season_exp_gate{position:absolute;top:0;left:0;z-index:5;background:#40a8a5;color:#fff;padding:.15rem .5rem;border-top-left-radius:3px;border-bottom-right-radius:5px;font-weight:bold;text-align:center;font-size:12px}.tier_reward_icon{position:static}.tier_reward_icon::before{content:'';background:#d3d7db;height:100%;top:0;left:12%;width:4px;position:absolute;z-index:-1}@media screen and (min-width:64.043em){.tier_reward_icon::before{left:8%}}.tier_reward_deets{background:#f6f6f6;border:2px solid #40a8a5;border-radius:5px;padding:.9375rem;position:relative;margin-left:-.9375rem;padding-top:2rem}.tier_reward_deets::before{content:'';right:100%;position:absolute;width:0;height:0;border:solid 8px;border-color:transparent #40a8a5 transparent transparent;top:.25rem}.bar_container{border:2px solid #9aa7b1 !important;height:50px;width:calc(100% - 40px);position:relative;margin:1rem 0 1rem 40px;border-top-right-radius:5px;border-bottom-right-radius:5px}.bar_container::before{content:'';position:absolute;left:-50px;height:70px;width:70px;background:url(/content/pages/profile/exp.png);z-index:2;background-size:cover;top:-11px}.bar_container .level_exp_total{position:absolute;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#ff8f87;font-weight:bold;font-size:1.5rem}.bar_container:hover{background:rgba(0,0,0,.1)}.bar_container:hover .bar_level{background:#db473e}.bar_benchmark{position:absolute;top:0;left:4px;height:100%;width:calc(100% - 8px)}.bar_benchmark span{position:absolute;height:100%;background:#222;top:0;width:2px}.bar_benchmark span:first-child{left:20%}.bar_benchmark span:nth-child(2){left:40%}.bar_benchmark span:nth-child(3){left:60%}.bar_benchmark span:nth-child(4){left:80%}.bar_level{position:absolute;left:4px;top:4px;height:calc(100% - 8px);background:#f55045}.next_level{position:absolute;top:-100%;right:-2px;font-family:'Press Start 2P',sans-serif;font-size:.75rem;text-align:center;color:#9aa7b1}.next_level span{font-size:.5rem}.edit_profile_deets{background:#394249;border-top-left-radius:5px;border-top-right-radius:5px}.edit_profile_deets h2{color:#9aa7b1;font-size:2.3125rem}.edit_profile_deets h2 a{color:#fff}.edit_profile_deets h2 a:first-child:hover{opacity:.8}.edit_profile_deets i.fa{-webkit-transform:scale(.85) translateY(5px);-moz-transform:scale(.85) translateY(5px);-ms-transform:scale(.85) translateY(5px);-o-transform:scale(.85) translateY(5px);transform:scale(.85) translateY(5px)}.edit_profile_deets+.row p{margin:0;padding:.9375rem .9375rem 2rem}.edit_profile_deets .fa-check,.edit_profile_deets .fa-times{color:#fff;padding:.2em .5em .15em;border-radius:5px}.edit_profile_deets .fa-check{background:#4ac2be}.edit_profile_deets .fa-check:hover{background:#40a8a5}.edit_profile_deets .fa-times{background:#f55045}.edit_profile_deets .fa-times:hover{background:#db473e}.dashboard_deets textarea{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;min-height:150px;margin:0}@media screen and (min-width:40.03em){.listed_ach{max-width:150px}.level::after,.tier::after{left:inherit}.level_summary .level,.level_summary .tier{background:none}}@media screen and (min-width:40.03em) and (max-width:64em){.ach_group ul li:nth-child(8n) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(8n) .ach_tooltip_panel .nub{left:inherit;right:1rem}.ach_group ul li:nth-child(8n-1) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(8n-1) .ach_tooltip_panel .nub{left:inherit;right:1rem}.ach_group ul li:nth-child(8n-2) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(8n-2) .ach_tooltip_panel .nub{left:inherit;right:1rem}.ach_group ul li:nth-child(8n-3) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(8n-3) .ach_tooltip_panel .nub{left:inherit;right:1rem}}@media only screen and (min-width:64.063em){.season_title{font-size:9rem}.ach_group ul li:nth-child(10n) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(10n) .ach_tooltip_panel .nub{left:inherit;right:1rem}.ach_group ul li:nth-child(10n-1) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(10n-1) .ach_tooltip_panel .nub{left:inherit;right:1rem}.ach_group ul li:nth-child(10n-2) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(10n-2) .ach_tooltip_panel .nub{left:inherit;right:1rem}.ach_group ul li:nth-child(10n-3) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(10n-3) .ach_tooltip_panel .nub{left:inherit;right:1rem}.ach_group ul li:nth-child(10n-4) .ach_tooltip_panel{right:0}.ach_group ul li:nth-child(10n-4) .ach_tooltip_panel .nub{left:inherit;right:1rem}}.info_heading{margin-bottom:4rem}.info_heading h1{font-size:4rem;line-height:1}.gold_exp_header{background:#2f3439;position:relative;padding-bottom:3rem}.gold_exp_header::after{content:"";background:url(/content/pages/pixel_strip_top.png) repeat-x;position:absolute;bottom:0;width:100%;height:50px;z-index:5}.gold_exp_header img{display:block;margin:0 auto;padding:3rem 0}.gold_icons{max-height:100px;max-width:100%}.gold_info{padding:4rem 0}.exp_info{background:#36a09d;padding:7rem 0;position:relative}.exp_info::before,.exp_info::after{content:"";position:absolute;width:100%;height:50px;z-index:5}.exp_info::before{background:url(/content/pages/pixel_strip_bot.png) repeat-x;top:0}.exp_info::after{background:url(/content/pages/pixel_strip_top.png) repeat-x;bottom:0}.exp_info .text-secondary{color:#eff3f3 !important}.exp_info .button.secondary{color:#fff;border-color:#fff}.exp_info .button.secondary:hover,.exp_info .button.secondary:focus{color:#36a09d;background-color:#fff;border-color:#fff}.achievements_info{padding:4rem 0}.achievements_info .ach_anatomy{margin:4rem auto}.achievements_info .ach_panel{box-shadow:none}.achievements_info .ach_panel .ach_date{margin-top:.5rem;padding-left:.9375rem}@media screen and (max-width:40em){.achievements_info .ach_panel .ach_date{clear:both}}@media screen and (min-width:64.03em){.achievements_info .ach_panel .ach_date{padding-left:0}}@media screen and (max-width:40em){.achievements_info .ach_panel .ach_xp,.achievements_info .ach_panel .ach_gold{margin-top:.5rem}}.gold_info .text-secondary,.achievements_info .text-secondary,.pro_tip .text-secondary{color:#5d6c78 !important}.gold_info .info_item,.exp_info .info_item,.achievements_info .info_item{margin-bottom:2rem}#exp-activities .earn_exp li{margin-bottom:2rem}@media screen and (max-width:40em){#exp-activities .earn_exp img{width:80px;margin-bottom:.75rem}}#levels-table{padding:.9375rem}@media screen and (max-width:40em){#levels-table{padding:.9375rem 0}}#current-season{padding:1.875rem}@media screen and (max-width:40em){#current-season{padding:.9375rem}}@media screen and (max-width:40em){#hourglass{max-height:72px}}.cta_info{padding:2rem 0;background:#f6f6f6}@media screen and (min-width:40.03em){.cta_info .cta_vert_fix{top:50%;position:relative;-webkit-transform:translateY(-45%);-moz-transform:translateY(-45%);-ms-transform:translateY(-45%);-o-transform:translateY(-45%);transform:translateY(-45%)}}.cta_info .button.profile{background:#5d6c78;border-color:#394249}.cta_info .button.profile:hover,.cta_info .button.profile:focus{background:#394249}.orange_terminal .orange_logo{background:url(/content/pages/polls/polltron_Logo_Orange.png) no-repeat;background-size:contain;background-repeat:no-repeat}.orange_terminal .orange_logo img{opacity:0}.polltron_separator h1{white-space:nowrap;overflow:hidden;text-overflow:clip}.hide_me{transition:500ms linear;-webkit-transition:500ms linear;-moz-transition:500ms linear}.poll_terminal.orange_terminal{background:url(/content/pages/polls/screengunk01.png) #301e00;animation:blur 1s linear forwards;-webkit-animation:blur 1s linear forwards;-moz-animation:blur 1s linear forwards}.poll_terminal{background:url(/content/pages/polls/screengunk01.png) #133837;background-size:cover;padding:2rem;box-shadow:inset 0 0 29px 2px black,0 0 22px 2px black;position:relative;height:700px;-webkit-animation:blur 1s linear forwards;-moz-animation:blur 1s linear forwards;-ms-animation:blur 1s linear forwards;-o-animation:blur 1s linear forwards;animation:blur 1s linear forwards;max-width:70.5rem;margin:6rem auto 14rem;border-radius:24px}.terminal_frame{position:absolute;top:-60px;bottom:-118px;right:-55px;left:-55px;background:#c0c0c0;z-index:-1;border-radius:34px;box-shadow:inset 0 0 23px 3px rgba(0,0,0,.5),0 0 15px rgba(0,0,0,.6),0 15px 12px 0 rgba(0,0,0,.5),inset 0 -15px 12px rgba(0,0,0,.3)}.terminal_frame::after{content:'';position:absolute;bottom:2.5rem;margin:0 auto;width:24px;height:24px;background-color:#f00;border-radius:50%;box-shadow:rgba(0,0,0,.2) 0 -1px 7px 1px,inset #441313 0 -1px 9px,rgba(255,0,0,.5) 0 2px 12px;-webkit-animation:LED .5s infinite;-moz-animation:LED .5s infinite;-ms-animation:LED .5s infinite;-o-animation:LED .5s infinite;-webkit-animation:LED .5s infinite;-moz-animation:LED .5s infinite;-ms-animation:LED .5s infinite;-o-animation:LED .5s infinite;animation:LED .5s infinite;right:4rem}.terminal_frame::before{content:'Power';font-family:tolyer_bold,sans-serif;text-shadow:rgba(102,102,102,.5) 0 -1px 0,rgba(255,255,255,.6) 1px 1px 1px;position:absolute;bottom:1.95rem;right:6.5rem;font-size:1.75rem;color:rgba(0,0,0,.1)}.poll_terminal::after{content:'';z-index:-1;position:absolute;top:-25px;left:-20px;right:-21px;bottom:-25px;background:#000;border-top:120px solid #616161;border-radius:17px;border-left:28px solid #999;border-right:28px solid #999;border-bottom:31px solid #ababab;box-shadow:0 1px 0 #fff,0 -1px 0 #ddd,1px 0 0 #ccc,-1px 0 0 #ccc,0 0 26px 7px rgba(255,255,255,.5),inset 0 0 12px 5px rgba(0,0,0,.5),0 0 1px 5px rgba(0,0,0,.6)}.poll_terminal::before{content:'';z-index:2;position:absolute;top:0;height:70px;width:100%;background:rgba(0,0,0,.5);background:-moz-linear-gradient(top,rgba(0,0,0,.5) 0%,transparent 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,.5)),color-stop(100%,transparent));background:-webkit-linear-gradient(top,rgba(0,0,0,.5) 0%,transparent 100%);background:-o-linear-gradient(top,rgba(0,0,0,.5) 0%,transparent 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.5) 0%,transparent 100%);background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,transparent 100%);left:0;border-radius:25px}.terminal_wrap{overflow:hidden;position:absolute;width:100%;height:100%;top:0;left:0;padding:2rem}.poll_comment_section{padding:4rem 0;border-top:10px solid #ccc}.flicker{-webkit-animation:flicker 8s linear infinite;-moz-animation:flicker 8s linear infinite;-ms-animation:flicker 8s linear infinite;-o-animation:flicker 8s linear infinite;animation:flicker 8s linear infinite}.flicker2{-webkit-animation:flicker 10s linear infinite;-moz-animation:flicker 10s linear infinite;-ms-animation:flicker 10s linear infinite;-o-animation:flicker 10s linear infinite;animation:flicker 10s linear infinite}.flicker2 p{font-size:1.125rem}.polltron_logo{display:block;margin-bottom:1rem}#typed,.poll_question{font-size:1.125rem}.orange_terminal .poll_text,.orange_terminal .typed-cursor{color:#ff9c00;text-shadow:0 0 6px #ff9c00}.poll_text,.typed-cursor{font-family:monospace,sans-serif;color:#4ac2be;text-shadow:0 0 6px #4ac2be}.poll_question{padding-bottom:.75rem;border-bottom:3px dotted;margin-bottom:1rem}.typed-cursor{font-family:tolyer_bold,sans-serif;line-height:1;font-size:1.7rem;opacity:1;-webkit-animation:blink .7s infinite;-moz-animation:blink .7s infinite;-ms-animation:blink .7s infinite;-o-animation:blink .7s infinite;animation:blink .7s infinite}.screen{-webkit-animation:screen-pulse 1s linear infinite;-moz-animation:screen-pulse 1s linear infinite;-ms-animation:screen-pulse 1s linear infinite;-o-animation:screen-pulse 1s linear infinite;animation:screen-pulse 1s linear infinite}.screen::before{content:'';background:-moz-radial-gradient(center,ellipse cover,#fff 0%,rgba(255,255,255,0) 100%);background:-webkit-radial-gradient(center,ellipse cover,#fff 0%,rgba(255,255,255,0) 100%);background:radial-gradient(ellipse at center,#fff 0%,rgba(255,255,255,0) 68%);position:absolute;top:0;left:0;height:100%;width:100%;opacity:.3;border-radius:3rem}.screen::after{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background:url(/content/pages/about/digi_look.png);border-radius:3rem;opacity:.4;pointer-events:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.screen::after{display:none}}.scanline{position:absolute;top:0;width:100%;height:150px;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);opacity:.025;left:0;-webkit-animation:scanline 5s linear infinite;-moz-animation:scanline 5s linear infinite;-ms-animation:scanline 5s linear infinite;-o-animation:scanline 5s linear infinite;animation:scanline 5s linear infinite}.poll-list{margin-top:2rem;opacity:0;filter:blur(20px);-webkit-filter:blur(20px);transition:400ms linear;-webkit-transition:400ms linear;-moz-transition:400ms linear;transition-delay:600ms;-webkit-transition-delay:600ms;-moz-transition-delay:600ms}.poll-list.show-list{opacity:1;filter:blur(0);-webkit-filter:blur(0)}.poll-list ul{list-style-type:none;margin-left:0}.poll-list li{margin-bottom:1rem}@media screen and (min-width:40.03em){.poll-list li{width:48%;display:inline-block}.poll-list li:nth-child(2n){margin-left:1%}}.poll_button{display:inline-block;font-family:monospace,courier,sans-serif;margin-top:2rem;padding:.5rem}.orange_terminal label.poll_text:hover,.orange_terminal .poll_submit:hover,.orange_terminal .poll_button:hover{color:#fcb33f;border-color:#fcb33f}label.poll_text:hover,.poll_submit:hover,.poll_button:hover{color:#58e8e3;border-color:#58e8e3}.orange_terminal .poll-list li label,.orange_terminal .poll_submit,.orange_terminal .poll_bar,.orange_terminal .poll_button{border:1px solid #ff9c00;box-shadow:inset 0 0 6px #ff9c00,0 0 6px #ff9c00}.poll-list li label,.poll_submit,.poll_bar,.poll_button{vertical-align:middle;padding:.25rem .5rem;border:1px solid #4ac2be;font-size:1.125rem;margin-left:0;box-shadow:inset 0 0 6px #4ac2be,0 0 6px #4ac2be}.poll-list input[type=radio]{opacity:0;position:absolute}.orange_terminal .poll-list input[type=radio]:checked+label{border-color:#ff9c00;background:url(/content/pages/polls/selected2.png)}.poll-list input[type=radio]:checked+label{border-color:#4ac2be;background:url(/content/pages/polls/selected1.png);color:#abf5f3}.poll_submit,.poll_button{font-size:1.125rem;background:none}.poll_submit:active,.poll_submit:focus{outline:none}.poll_bar{position:relative;margin-bottom:1rem}.orange_terminal .poll_bar>span{background:url(/content/pages/polls/selected2.png)}.poll_bar>span{position:absolute;top:0;left:0;height:100%;width:0;background:url(/content/pages/polls/selected1.png);-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;z-index:-1;opacity:.5}.results_text{margin:0;color:#abf5f3}.polltron_faceplate{box-shadow:inset #212121 0 0 0 3px,inset #212121 0 -1px 5px 4px,inset rgba(0,0,0,.25) 0 -1px 0 7px,inset rgba(255,255,255,.7) 0 2px 1px 7px,rgba(0,0,0,.15) 0 -5px 6px 4px,rgba(255,255,255,.2) 0 5px 6px 4px;background-image:-moz-repeating-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 6%,rgba(255,255,255,.1) 7.5%),-moz-repeating-linear-gradient(left,transparent 0%,transparent 4%,rgba(0,0,0,.03) 4.5%),-moz-repeating-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1.2%,rgba(255,255,255,.15) 2.2%),linear-gradient(180deg,#c7c7c7 0%,#e6e6e6 47%,#c7c7c7 53%,#b3b3b3 100%);background-image:-webkit-repeating-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 6%,rgba(255,255,255,.1) 7.5%),-webkit-repeating-linear-gradient(left,transparent 0%,transparent 4%,rgba(0,0,0,.03) 4.5%),-webkit-repeating-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1.2%,rgba(255,255,255,.15) 2.2%),linear-gradient(180deg,#c7c7c7 0%,#e6e6e6 47%,#c7c7c7 53%,#b3b3b3 100%);border-radius:14px;margin-top:2rem}.polltron_faceplate .screw{position:absolute;top:50%;left:1.5rem;width:30px;height:30px;border-radius:50px;background:#adadad;background:-moz-linear-gradient(-45deg,#adadad 0%,#e1e1e1 51%,#ddd 68%,#f6f6f6 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#adadad),color-stop(51%,#e1e1e1),color-stop(68%,#ddd),color-stop(100%,#f6f6f6));background:-webkit-linear-gradient(-45deg,#adadad 0%,#e1e1e1 51%,#ddd 68%,#f6f6f6 100%);background:-o-linear-gradient(-45deg,#adadad 0%,#e1e1e1 51%,#ddd 68%,#f6f6f6 100%);background:-ms-linear-gradient(-45deg,#adadad 0%,#e1e1e1 51%,#ddd 68%,#f6f6f6 100%);background:linear-gradient(135deg,#adadad 0%,#e1e1e1 51%,#ddd 68%,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad',endColorstr='#f6f6f6',GradientType=1);-moz-box-shadow:0 2px 4px #000;-webkit-box-shadow:0 2px 4px #000;box-shadow:0 2px 4px #000,-1px -1px 5px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);margin-top:-15px}.polltron_faceplate .screw.screw-2{left:initial;right:1.5rem}.polltron_faceplate .screw.screw-2 .indent{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.polltron_faceplate .indent{height:10px;width:33px;margin-top:10px;-moz-box-shadow:inset 0 1px 8px #222;-webkit-box-shadow:inset 0 1px 8px #222;box-shadow:inset 0 1px 8px #222;-webkit-transform:rotate(150deg);-moz-transform:rotate(150deg);-ms-transform:rotate(150deg);-o-transform:rotate(150deg);transform:rotate(150deg);border-radius:2px;margin-left:-2px;border-bottom:1px solid rgba(255,255,255,.3)}.polltron_faceplate h1{font-size:5rem;line-height:1;margin:0;text-align:center;color:#333;text-shadow:rgba(102,102,102,.5) 0 -1px 0,rgba(255,255,255,.6) 0 2px 1px;transform:translateY(-8px);-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);padding:0 2.5rem}@media screen and (max-width:64em){.polltron_faceplate h1{font-size:4rem}}.jinxfont.jinx-title::before{content:"";font-family:jinxfont;font-style:normal;font-size:2.85rem}@media screen and (max-width:64em){.jinxfont.jinx-title::before{font-size:2.25rem}}.toggle{position:relative;display:inline-block;width:60px;height:80px;background-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:center;border:2px solid #c0c0c0;box-shadow:0 0 2px black}.toggle input{width:100%;height:100%;margin:0 0;padding:0 0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.toggle label{display:block;position:absolute;top:1px;right:1px;bottom:1px;left:1px;background-image:-webkit-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);background-image:-moz-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);background-image:-ms-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);background-image:linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);-webkit-box-shadow:0 2px 3px rgba(0,0,0,.4),inset 0 -1px 1px #888,inset 0 -5px 1px #bbb,inset 0 -6px 0 white;-moz-box-shadow:0 2px 3px rgba(0,0,0,.4),inset 0 -1px 1px #888,inset 0 -5px 1px #bbb,inset 0 -6px 0 white;box-shadow:0 2px 3px rgba(0,0,0,.4),inset 0 -1px 1px #888,inset 0 -5px 1px #bbb,inset 0 -6px 0 white;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:20px;color:#666;text-shadow:0 1px 0 white;cursor:text;margin:0 !important}.toggle label:before{content:'';font-family:fontawesome;position:absolute;top:4px;right:0;left:0;z-index:4;color:#4ac2be}.toggle label:after{content:'';font-family:fontawesome;position:absolute;right:0;bottom:7px;left:0;color:#cf7f00}.toggle input:checked+label{background-image:-webkit-linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);background-image:-moz-linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);background-image:-ms-linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);background-image:linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);-webkit-box-shadow:0 0 1px rgba(0,0,0,.4),inset 0 1px 7px -1px #ccc,inset 0 5px 1px #fafafa,inset 0 6px 0 white;-moz-box-shadow:0 0 1px rgba(0,0,0,.4),inset 0 1px 7px -1px #ccc,inset 0 5px 1px #fafafa,inset 0 6px 0 white;box-shadow:0 0 1px rgba(0,0,0,.4),inset 0 1px 7px -1px #ccc,inset 0 5px 1px #fafafa,inset 0 6px 0 white}.toggle input:checked:hover+label{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4),inset 0 1px 7px -1px #ccc,inset 0 5px 1px #fafafa,inset 0 6px 0 white;-moz-box-shadow:0 1px 3px rgba(0,0,0,.4),inset 0 1px 7px -1px #ccc,inset 0 5px 1px #fafafa,inset 0 6px 0 white;box-shadow:0 1px 3px rgba(0,0,0,.4),inset 0 1px 7px -1px #ccc,inset 0 5px 1px #fafafa,inset 0 6px 0 white}.toggle input:checked+label:before{z-index:1;top:7px;color:#36a09d}.toggle input:checked+label:after{bottom:5px;color:#ff9c00;z-index:4}@keyframes scanline{0%{top:calc(0% - 150px)}100%{top:100%}}@-webkit-keyframes scanline{0%{top:calc(0% - 150px)}100%{top:100%}}@-moz-keyframes scanline{0%{top:calc(0% - 150px)}100%{top:100%}}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-moz-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes blur{0%{filter:blur(20px)}100%{filter:blur(0)}}@-webkit-keyframes blur{0%{-webkit-filter:blur(20px)}100%{-webkit-filter:blur(0)}}@-moz-keyframes blur{0%{-moz-filter:blur(20px)}100%{-moz-filter:blur(0)}}@keyframes screen-pulse{0%,100%{opacity:.8}50%{opacity:1}}@-webkit-keyframes screen-pulse{0%,100%{opacity:.8}50%{opacity:1}}@-moz-keyframes screen-pulse{0%,100%{opacity:.8}50%{opacity:1}}@-webkit-keyframes jerkwhole{30%{}40%{opacity:1;top:0;left:0;-webkit-transform:scale(1,1);-webkit-transform:skew(0,0)}41%{opacity:.8;top:0;left:-500px;-webkit-transform:scale(1,1.2);-webkit-transform:skew(25deg,0)}42%{opacity:.8;top:0;left:50px;-webkit-transform:scale(1,1.2);-webkit-transform:skew(-40deg,0)}43%{opacity:1;top:0;left:0;-webkit-transform:scale(1,1);-webkit-transform:skew(0,0)}65%{}}@-webkit-keyframes blur{0%{-webkit-filter:blur(1px);opacity:.8}50%{-webkit-filter:blur(1px);opacity:1}100%{-webkit-filter:blur(1px);opacity:.8}}@-webkit-keyframes jerk{50%{left:1px}51%{left:0}}@-webkit-keyframes jerkup{50%{top:1px}51%{top:0}}@keyframes LED{from{background-color:#f00}50%{background-color:#a00;box-shadow:rgba(0,0,0,.2) 0 -1px 7px 1px,inset #441313 0 -1px 9px,rgba(255,0,0,.5) 0 2px 0}to{background-color:#f00}}@media screen and (max-width:40em){.poll_terminal{margin:0;height:inherit;border-radius:0}.terminal_wrap,.poll_terminal{padding:.9375rem .9375rem 6rem;min-height:650px;box-shadow:none}.terminal_wrap{overflow:visible;position:static;padding:0}.poll_terminal::after{border-radius:0}.polltron_faceplate{display:none}.poll-list li label,.poll_submit,.poll_bar,.poll_button{padding:.5rem}}.poll_comment_section{padding:1rem}.hide_me.ng-hide-add{transition:none}.blog_index_title{font-size:6rem}@media screen and (max-width:40em){.blog_index_title{font-size:3.5rem}}.blog_summary{background:#fff;border-top:6px solid #40a8a5;position:relative}.blog_summary::before{content:'';background:url(/content/pages/pixel_strip_top.png) repeat-x center;position:absolute;bottom:100%;width:100%;height:50px;left:0}.active_blog_filter span{padding:.5rem .5rem .5rem 2.25rem;color:#fff;border-radius:5px;text-transform:uppercase;font-weight:bold;z-index:1;background:#40a8a5;position:relative;border-bottom-right-radius:0;border-top-right-radius:0}.active_blog_filter span::after{content:'#';position:absolute;top:0;left:.5rem;color:#a4dddb;font-family:tolyer_bold;font-size:1.75rem;line-height:1.1;z-index:2;font-weight:normal}.active_blog_filter span+a{padding:.5rem .75rem;background:#328381;margin-left:-5px;color:#fff;border-top-right-radius:5px;border-bottom-right-radius:5px}.active_blog_filter span.conventions{background:#ff5600}.active_blog_filter span.conventions::after{color:#fb9}.active_blog_filter span.conventions+a{background:#cc4500}.active_blog_filter span.making.of{background:#b211ac}.active_blog_filter span.making.of::after{color:#f16bec}.active_blog_filter span.making.of+a{background:#830d7f}.active_blog_filter span.sneak.peek{background:#4ac2be}.active_blog_filter span.sneak.peek::after{color:#bce9e7}.active_blog_filter span.sneak.peek+a{background:#37a29f}.blog_card{position:relative}.blog_card .blog_entry_hero{background-image:url(/Content/wallpaper/faces_of_jinx_desktop.jpg);background-size:cover !important;background-position:center !important;padding:6.75rem 0;overflow:hidden;-webkit-transition:500ms ease;-moz-transition:500ms ease;-ms-transition:500ms ease;-o-transition:500ms ease;transition:500ms ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.blog_card:hover .blog_entry_hero{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.blog_card .blog_comments{display:block}.blog_flag{position:absolute;top:0;left:.625rem;background:#40a8a5;padding:.25rem .5rem .25rem 2.25rem;color:#fff;border-bottom-right-radius:5px;text-transform:uppercase;font-weight:bold;z-index:1}.blog_flag:hover{color:#fff}.blog_flag::after{content:"";position:absolute;top:0;left:.5rem;color:#a4dddb;font-family:'jinxfont';font-size:1.5rem;line-height:1.4;z-index:2;font-weight:normal}.sneak_peek .blog_flag{background:#4ac2be}.sneak_peek .blog_flag::after{content:'';color:#bce9e7;font-family:fontawesome;font-size:1.25rem;line-height:1.5;z-index:2}.conventions .blog_flag{background:#ff5600}.conventions .blog_flag::after{content:'';color:#fb9;font-family:fontawesome;font-size:1.25rem;line-height:1.5;z-index:2}.jinx_tournament .blog_flag{background:#40a8a5}.jinx_tournament .blog_flag::after{content:'';font-size:1.25rem;line-height:1.5;font-family:fontawesome;color:#a4dddb}.making_of .blog_flag{background:#b211ac}.making_of .blog_flag::after{content:'';color:#f16bec;font-family:fontawesome;font-size:1.25rem;line-height:1.5;z-index:2}.blog_header{background-size:cover !important;background-position:center !important;padding-bottom:4rem;position:relative}.blog_header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.65);z-index:1}.blog_header .row{position:relative;z-index:2}.blog_header .blog_title{margin-top:10rem;-webkit-animation:fadeInUp 500ms ease;-moz-animation:fadeInUp 500ms ease;-ms-animation:fadeInUp 500ms ease;-o-animation:fadeInUp 500ms ease;animation:fadeInUp 500ms ease}@media screen and (max-width:40em){.blog_header .blog_title{margin-top:6rem}}.blog_header .blog_title .blog_flag{position:relative;border-radius:3px;padding:.5rem .5rem .5rem 2.25rem;left:0}.blog_social{position:relative;margin-bottom:2rem}.blog_social::after{content:'';position:absolute;top:100%;left:0;height:6px;width:200px;background:#4ac2be}.blog_home{color:#fff;padding:.5rem 1.5rem;font-family:"tolyer_bold",arial,sans-serif;font-weight:normal;font-size:1.5rem;display:inline-block}.blog_home::after{content:'';font-family:'fontawesome';font-size:20px;font-size:1.25rem;position:absolute;left:.9375rem;top:13px;-webkit-transition:300ms ease;-moz-transition:300ms ease;-ms-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease}.blog_home:hover{opacity:.85;color:#fff}.blog_home:hover::after{-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);-o-transform:translateX(-5px);transform:translateX(-5px)}.blog_tags{padding:2rem 0}.blog_tags a{font-weight:bold;margin-right:1rem}.more_blogs{background:#f6f6f6;margin-bottom:2rem}.more_blogs .blog_entry_hero{padding:2.75rem 0}.more_blogs .blog_title{font-size:1.25rem}.blog_rotator .blog-caption{text-align:center;font-weight:bold;font-style:italic;padding-top:1rem}@media(max-width:800px){.blog_entry img{height:initial !important;width:initial !important}}.wargaming_category_theme .theme_header{background-image:url(/content/responsive_themes/wargaming/wargamingheader.jpg);display:block}.wargaming_category_theme .theme_header img{display:inline-block}.wargaming_category_theme .theme_background{background-image:url(/content/responsive_themes/wargaming/wargamingheader.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.wargaming_category_theme .theme_header{display:block}.wargaming_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.wargaming_category_theme .theme_header{display:block}.wargaming_category_theme .theme_header img{display:inline-block;width:60%}}.wargaming_category_theme .theme_header,.wargaming_category_theme .theme_background{background-color:#000;display:block;background-size:cover;background-repeat:no-repeat;background-position:center}.wargaming_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.wargaming_category_theme .theme_header{display:block}.wargaming_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.wargaming_category_theme .theme_header{display:block}.wargaming_category_theme .theme_header img{display:inline-block;width:80%}}.witcher_category_theme .theme_header{background-image:url(/content/responsive_themes/witcher/witcher_header01.jpg);display:block}.witcher_category_theme .theme_header img{display:inline-block}.witcher_category_theme .theme_background{background-image:url(/content/responsive_themes/witcher/witcher_header01.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.witcher_category_theme .theme_header{display:block}.witcher_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.witcher_category_theme .theme_header{display:block}.witcher_category_theme .theme_header img{display:inline-block;width:60%}}.witcher_category_theme .theme_header,.witcher_category_theme .theme_background{background-color:#000;background-position:center}.witcher_category_theme .theme_background{background:url(/content/responsive_themes/witcher/w3_theme_bg1.jpg);background-size:cover}.witcher_category_theme .theme_background img{display:inline-block;width:80%}@media only screen and (min-width:40.063em) and (max-width:64em){.witcher_category_theme .theme_header{display:block}.witcher_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.witcher_category_theme .theme_header{display:block}.witcher_category_theme .theme_header img{display:inline-block;width:60%}}.witcher_category_theme body{background:none !important}.hobbit_category_theme .theme_header{background-image:url(/content/responsive_themes/hobbit/hobbit_bg01.jpg);display:block}.hobbit_category_theme .theme_header img{display:inline-block}.hobbit_category_theme .theme_background{background-image:url(/content/responsive_themes/hobbit/hobbit_bg01.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.hobbit_category_theme .theme_header{display:block}.hobbit_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.hobbit_category_theme .theme_header{display:block}.hobbit_category_theme .theme_header img{display:inline-block;width:60%}}.hobbit_category_theme .theme_header,.hobbit_category_theme .theme_background{background-color:#000;display:block}.hobbit_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.hobbit_category_theme .theme_header{display:block}.hobbit_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.hobbit_category_theme .theme_header{display:block}.hobbit_category_theme .theme_header img{display:inline-block;width:60%}}.games_category_theme .theme_header{background-image:url(/content/responsive_themes/games/games_header.jpg);display:block}.games_category_theme .theme_header img{display:inline-block}.games_category_theme .theme_background{background-image:url(/content/responsive_themes/games/games_header.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.games_category_theme .theme_header{display:block}.games_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.games_category_theme .theme_header{display:block}.games_category_theme .theme_header img{display:inline-block;width:60%}}.games_category_theme .theme_header,.games_category_theme .theme_background{background-color:#000;display:block}.games_category_theme .theme_header img{display:inline-block;padding-bottom:1rem}.games_category_theme .overlay:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(1%,#000),to(transparent));background:-webkit-linear-gradient(bottom,#000 1%,transparent);background:linear-gradient(to top,#000 1%,transparent)}@media only screen and (min-width:40.063em) and (max-width:64em){.games_category_theme .theme_header{display:block}.games_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.games_category_theme .theme_header{display:block}.games_category_theme .theme_header img{display:inline-block;width:80%}}.poe_category_theme .theme_header{background-image:url(/content/responsive_themes/poe/poe_header2.jpg);display:block}.poe_category_theme .theme_header img{display:inline-block}.poe_category_theme .theme_background{background-image:url(/content/responsive_themes/poe/poe_header2.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.poe_category_theme .theme_header{display:block}.poe_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.poe_category_theme .theme_header{display:block}.poe_category_theme .theme_header img{display:inline-block;width:60%}}.poe_category_theme .theme_header,.poe_category_theme .theme_background{background-color:#000;display:block;background-position:center}.poe_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.poe_category_theme .theme_header{display:block}.poe_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.poe_category_theme .theme_header{display:block}.poe_category_theme .theme_header img{display:inline-block;width:45%}}.wasteland_category_theme .theme_header{background-image:url(/content/responsive_themes/wasteland/wasteland_header.jpg);display:block}.wasteland_category_theme .theme_header img{display:inline-block}.wasteland_category_theme .theme_background{background-image:url(/content/responsive_themes/wasteland/wasteland_header.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.wasteland_category_theme .theme_header{display:block}.wasteland_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.wasteland_category_theme .theme_header{display:block}.wasteland_category_theme .theme_header img{display:inline-block;width:60%}}.wasteland_category_theme .theme_header,.wasteland_category_theme .theme_background{background-color:#000;display:block;background-size:cover;background-repeat:no-repeat;background-position:center}.wasteland_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.wasteland_category_theme .theme_header{display:block}.wasteland_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.wasteland_category_theme .theme_header{display:block}.wasteland_category_theme .theme_header img{display:inline-block;width:80%}}.twitch_category_theme .theme_header{background-image:none;display:block}.twitch_category_theme .theme_header img{display:inline-block}.twitch_category_theme .theme_background{background-image:none;background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.twitch_category_theme .theme_header{display:block}.twitch_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.twitch_category_theme .theme_header{display:block}.twitch_category_theme .theme_header img{display:inline-block;width:60%}}.twitch_category_theme .theme_header,.twitch_category_theme .theme_background{background-color:#6441a5;display:block}.twitch_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.twitch_category_theme .theme_header{display:block}.twitch_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.twitch_category_theme .theme_header{display:block}.twitch_category_theme .theme_header img{display:inline-block;width:80%}}.game_of_thrones_category_theme .theme_header{background-image:url(/content/responsive_themes/got/got_header1.jpg);display:block}.game_of_thrones_category_theme .theme_header img{display:inline-block}.game_of_thrones_category_theme .theme_background{background-image:url(/content/responsive_themes/got/got_header1.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.game_of_thrones_category_theme .theme_header{display:block}.game_of_thrones_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.game_of_thrones_category_theme .theme_header{display:block}.game_of_thrones_category_theme .theme_header img{display:inline-block;width:60%}}.game_of_thrones_category_theme .theme_header,.game_of_thrones_category_theme .theme_background{background-color:#000;display:block}.game_of_thrones_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.game_of_thrones_category_theme .theme_header{display:block}.game_of_thrones_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.game_of_thrones_category_theme .theme_header{display:block}.game_of_thrones_category_theme .theme_header img{display:inline-block;width:80%}}.everquest_category_theme .theme_header{background-image:url(/content/responsive_themes/everquest/eq_header1.jpg);display:block}.everquest_category_theme .theme_header img{display:inline-block}.everquest_category_theme .theme_background{background-image:url(/content/responsive_themes/everquest/eq_header1.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.everquest_category_theme .theme_header{display:block}.everquest_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.everquest_category_theme .theme_header{display:block}.everquest_category_theme .theme_header img{display:inline-block;width:60%}}.everquest_category_theme .theme_header,.everquest_category_theme .theme_background{background-color:#000;display:block;background-position:bottom center}.everquest_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.everquest_category_theme .theme_header{display:block}.everquest_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.everquest_category_theme .theme_header{display:block}.everquest_category_theme .theme_header img{display:inline-block;width:45%}}.callofduty_category_theme .theme_header{background-image:url(/content/responsive_themes/cod/cod_aw_header2.jpg);display:block}.callofduty_category_theme .theme_header img{display:inline-block}.callofduty_category_theme .theme_background{background-image:url(/content/responsive_themes/cod/cod_aw_header2.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.callofduty_category_theme .theme_header{display:block}.callofduty_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.callofduty_category_theme .theme_header{display:block}.callofduty_category_theme .theme_header img{display:inline-block;width:60%}}.callofduty_category_theme .theme_header,.callofduty_category_theme .theme_background{background-color:#000;display:block;background-position:top center}.callofduty_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.callofduty_category_theme .theme_header{display:block}.callofduty_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.callofduty_category_theme .theme_header{display:block}.callofduty_category_theme .theme_header img{display:inline-block;width:60%}}.blizzard_category_theme .theme_header{background-image:url(/content/responsive_themes/blizzard/blizz_header01.jpg);display:block}.blizzard_category_theme .theme_header img{display:inline-block}.blizzard_category_theme .theme_background{background-image:url(/content/responsive_themes/blizzard/blizz_header01.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.blizzard_category_theme .theme_header{display:block}.blizzard_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.blizzard_category_theme .theme_header{display:block}.blizzard_category_theme .theme_header img{display:inline-block;width:60%}}.blizzard_category_theme .theme_header,.blizzard_category_theme .theme_background{background-color:#0e293f;display:block;background-position:top center;background-size:cover}.blizzard_category_theme .theme_header img{display:inline-block}.blizzard_category_theme .overlay:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(1%,#0e293f),to(transparent));background:-webkit-linear-gradient(bottom,#0e293f 1%,transparent);background:linear-gradient(to top,#0e293f 1%,transparent)}@media only screen and (min-width:40.063em) and (max-width:64em){.blizzard_category_theme .theme_header{display:block}.blizzard_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.blizzard_category_theme .theme_header{display:block}.blizzard_category_theme .theme_header img{display:inline-block;width:60%}}.teamfortress_category_theme .theme_header{background-image:url(/content/responsive_themes/tf2/tf2_header.jpg);display:block}.teamfortress_category_theme .theme_header img{display:inline-block}.teamfortress_category_theme .theme_background{background-image:url(/content/responsive_themes/tf2/tf2_header.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.teamfortress_category_theme .theme_header{display:block}.teamfortress_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.teamfortress_category_theme .theme_header{display:block}.teamfortress_category_theme .theme_header img{display:inline-block;width:60%}}.teamfortress_category_theme .theme_header,.teamfortress_category_theme .theme_background{background-color:#000;display:block}.teamfortress_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.teamfortress_category_theme .theme_header{display:block}.teamfortress_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.teamfortress_category_theme .theme_header{display:block}.teamfortress_category_theme .theme_header img{display:inline-block;width:80%}}.day9_category_theme .theme_header{background-image:none;display:block}.day9_category_theme .theme_header img{display:inline-block}.day9_category_theme .theme_background{background-image:none;background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.day9_category_theme .theme_header{display:block}.day9_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.day9_category_theme .theme_header{display:block}.day9_category_theme .theme_header img{display:inline-block;width:60%}}.day9_category_theme .theme_header,.day9_category_theme .theme_background{background-color:#ffa71a;display:block}.day9_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.day9_category_theme .theme_header{display:block}.day9_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.day9_category_theme .theme_header{display:block}.day9_category_theme .theme_header img{display:inline-block;width:80%}}.geek_sundry_category_theme .theme_header{background-image:none;display:block}.geek_sundry_category_theme .theme_header img{display:inline-block}.geek_sundry_category_theme .theme_background{background-image:none;background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.geek_sundry_category_theme .theme_header{display:block}.geek_sundry_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.geek_sundry_category_theme .theme_header{display:block}.geek_sundry_category_theme .theme_header img{display:inline-block;width:60%}}.geek_sundry_category_theme .theme_header,.geek_sundry_category_theme .theme_background{background-color:#000;display:block}.geek_sundry_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.geek_sundry_category_theme .theme_header{display:block}.geek_sundry_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.geek_sundry_category_theme .theme_header{display:block}.geek_sundry_category_theme .theme_header img{display:inline-block;width:30%}}.daybreak_category_theme .theme_header{background-image:url(/content/responsive_themes/soe/soe_header001.jpg);display:block}.daybreak_category_theme .theme_header img{display:inline-block}.daybreak_category_theme .theme_background{background-image:url(/content/responsive_themes/soe/soe_header001.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.daybreak_category_theme .theme_header{display:block}.daybreak_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.daybreak_category_theme .theme_header{display:block}.daybreak_category_theme .theme_header img{display:inline-block;width:60%}}.daybreak_category_theme .theme_header,.daybreak_category_theme .theme_background{background-color:#000;display:block;background-position:center}.daybreak_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.daybreak_category_theme .theme_header{display:block}.daybreak_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.daybreak_category_theme .theme_header{display:block}.daybreak_category_theme .theme_header img{display:inline-block;width:45%}}.doctorwho_category_theme .theme_header{background-image:url(/content/responsive_themes/dw/dw_bg.jpg);display:block}.doctorwho_category_theme .theme_header img{display:inline-block}.doctorwho_category_theme .theme_background{background-image:url(/content/responsive_themes/dw/dw_bg.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.doctorwho_category_theme .theme_header{display:block}.doctorwho_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.doctorwho_category_theme .theme_header{display:block}.doctorwho_category_theme .theme_header img{display:inline-block;width:60%}}.doctorwho_category_theme .theme_header,.doctorwho_category_theme .theme_background{background-color:#000;display:block}.doctorwho_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.doctorwho_category_theme .theme_header{display:block}.doctorwho_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.doctorwho_category_theme .theme_header{display:block}.doctorwho_category_theme .theme_header img{display:inline-block;width:80%}}.walkingdead_category_theme .theme_header{background-image:url(/content/responsive_themes/walkingdead/walkingdead_header1.jpg);display:block}.walkingdead_category_theme .theme_header img{display:inline-block}.walkingdead_category_theme .theme_background{background-image:url(/content/responsive_themes/walkingdead/walkingdead_header1.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.walkingdead_category_theme .theme_header{display:block}.walkingdead_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.walkingdead_category_theme .theme_header{display:block}.walkingdead_category_theme .theme_header img{display:inline-block;width:60%}}.walkingdead_category_theme .theme_header,.walkingdead_category_theme .theme_background{background-color:#000;display:block}.walkingdead_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.walkingdead_category_theme .theme_header{display:block}.walkingdead_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.walkingdead_category_theme .theme_header{display:block}.walkingdead_category_theme .theme_header img{display:inline-block;width:45%}}.evolve_category_theme .theme_header{background-image:none;display:block}.evolve_category_theme .theme_header img{display:inline-block}.evolve_category_theme .theme_background{background-image:none;background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.evolve_category_theme .theme_header{display:block}.evolve_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.evolve_category_theme .theme_header{display:block}.evolve_category_theme .theme_header img{display:inline-block;width:60%}}.evolve_category_theme .theme_header,.evolve_category_theme .theme_background{background-color:#000;display:block}.evolve_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.evolve_category_theme .theme_header{display:block}.evolve_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.evolve_category_theme .theme_header{display:block}.evolve_category_theme .theme_header img{display:inline-block;width:60%}}.titanfall_category_theme .theme_header{background-image:url(/content/responsive_themes/titanfall/titanfall_header001.jpg);display:block}.titanfall_category_theme .theme_header img{display:inline-block}.titanfall_category_theme .theme_background{background-image:url(/content/responsive_themes/titanfall/titanfall_header001.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.titanfall_category_theme .theme_header{display:block}.titanfall_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.titanfall_category_theme .theme_header{display:block}.titanfall_category_theme .theme_header img{display:inline-block;width:60%}}.titanfall_category_theme .theme_header,.titanfall_category_theme .theme_background{background-color:#000;background-position:center top;display:block}.titanfall_category_theme .theme_header img{display:inline-block}.titanfall_category_theme .overlay:before{background:rgba(0,0,0,.5)}@media only screen and (min-width:40.063em) and (max-width:64em){.titanfall_category_theme .theme_header{display:block}.titanfall_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.titanfall_category_theme .theme_header{display:block}.titanfall_category_theme .theme_header img{display:inline-block;width:80%}}.halflife_category_theme .theme_header{background-image:none;display:block}.halflife_category_theme .theme_header img{display:inline-block}.halflife_category_theme .theme_background{background-image:none;background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.halflife_category_theme .theme_header{display:block}.halflife_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.halflife_category_theme .theme_header{display:block}.halflife_category_theme .theme_header img{display:inline-block;width:60%}}.halflife_category_theme .theme_header,.halflife_category_theme .theme_background{background-color:#ff6505;display:block}.halflife_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.halflife_category_theme .theme_header{display:block}.halflife_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.halflife_category_theme .theme_header{display:block}.halflife_category_theme .theme_header img{display:inline-block;width:25%}}.borderlands_category_theme .theme_header{background-image:url(/content/responsive_themes/borderlands/borderlands_bg1.jpg);display:block}.borderlands_category_theme .theme_header img{display:inline-block}.borderlands_category_theme .theme_background{background-image:url(/content/responsive_themes/borderlands/borderlands_bg1.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.borderlands_category_theme .theme_header{display:block}.borderlands_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.borderlands_category_theme .theme_header{display:block}.borderlands_category_theme .theme_header img{display:inline-block;width:60%}}.borderlands_category_theme .theme_header,.borderlands_category_theme .theme_background{background-color:#000;display:block}.borderlands_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.borderlands_category_theme .theme_header{display:block}.borderlands_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.borderlands_category_theme .theme_header{display:block}.borderlands_category_theme .theme_header img{display:inline-block;width:60%}}.wot_category_theme .theme_header{background-image:url(/content/responsive_themes/wot/wotheader3.jpg);display:block}.wot_category_theme .theme_header img{display:inline-block}.wot_category_theme .theme_background{background-image:url(/content/responsive_themes/wot/wotheader3.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.wot_category_theme .theme_header{display:block}.wot_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.wot_category_theme .theme_header{display:block}.wot_category_theme .theme_header img{display:inline-block;width:60%}}.wot_category_theme .theme_header,.wot_category_theme .theme_background{background-color:#000;display:block;background-position:center}.wot_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.wot_category_theme .theme_header{display:block}.wot_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.wot_category_theme .theme_header{display:block}.wot_category_theme .theme_header img{display:inline-block;width:60%}}.dota_category_theme .theme_header{background-image:url(/content/responsive_themes/dota/dota_header1.jpg);display:block}.dota_category_theme .theme_header img{display:inline-block}.dota_category_theme .theme_background{background-image:url(/content/responsive_themes/dota/dota_header1.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.dota_category_theme .theme_header{display:block}.dota_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.dota_category_theme .theme_header{display:block}.dota_category_theme .theme_header img{display:inline-block;width:60%}}.dota_category_theme .theme_header,.dota_category_theme .theme_background{background-color:#000;display:block;background-position:center}.dota_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.dota_category_theme .theme_header{display:block}.dota_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.dota_category_theme .theme_header{display:block}.dota_category_theme .theme_header img{display:inline-block;width:80%;padding:15px 0}}.hearthstone_category_theme .theme_header{background-image:url(/content/responsive_themes/hearthstone/hearthstone_header2.jpg);display:block}.hearthstone_category_theme .theme_header img{display:inline-block}.hearthstone_category_theme .theme_background{background-image:url(/content/responsive_themes/hearthstone/hearthstone_header2.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.hearthstone_category_theme .theme_header{display:block}.hearthstone_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.hearthstone_category_theme .theme_header{display:block}.hearthstone_category_theme .theme_header img{display:inline-block;width:60%}}.hearthstone_category_theme .theme_header,.hearthstone_category_theme .theme_background{background-color:#000;display:block}.hearthstone_category_theme .theme_background{background:url(/content/responsive_themes/hearthstone/hearthstone_theme_bg00.jpg);background-position:center;background-size:cover}.hearthstone_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.hearthstone_category_theme .theme_header{display:block}.hearthstone_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.hearthstone_category_theme .theme_header{display:block}.hearthstone_category_theme .theme_header img{display:inline-block;width:80%}}.portal_category_theme .theme_header{background-image:url(/content/responsive_themes/portal/portal2_bg1.jpg);display:block}.portal_category_theme .theme_header img{display:inline-block}.portal_category_theme .theme_background{background-image:url(/content/responsive_themes/portal/portal2_bg1.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.portal_category_theme .theme_header{display:block}.portal_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.portal_category_theme .theme_header{display:block}.portal_category_theme .theme_header img{display:inline-block;width:60%}}.portal_category_theme .theme_header,.portal_category_theme .theme_background{background-color:#000;display:block}.portal_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.portal_category_theme .theme_header{display:block}.portal_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.portal_category_theme .theme_header{display:block}.portal_category_theme .theme_header img{display:inline-block;width:60%}}.halo_category_theme .theme_header{background-image:url(/content/responsive_themes/halo/halo_header_001.jpg);display:block}.halo_category_theme .theme_header img{display:inline-block}.halo_category_theme .theme_background{background-image:url(/content/responsive_themes/halo/halo_header_001.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.halo_category_theme .theme_header{display:block}.halo_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.halo_category_theme .theme_header{display:block}.halo_category_theme .theme_header img{display:inline-block;width:60%}}.halo_category_theme .theme_header,.halo_category_theme .theme_background{background-color:#000;display:block}.halo_category_theme .theme_header img{display:inline-block}.halo_category_theme .overlay:before{background:rgba(0,0,0,.4)}@media only screen and (min-width:40.063em) and (max-width:64em){.halo_category_theme .theme_header{display:block}.halo_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.halo_category_theme .theme_header{display:block}.halo_category_theme .theme_header img{display:inline-block;width:80%}}.starcraft_category_theme .theme_header{background-image:url(/content/responsive_themes/starcraft/lotv_header1.jpg);display:block}.starcraft_category_theme .theme_header img{display:inline-block}.starcraft_category_theme .theme_background{background-image:url(/content/responsive_themes/starcraft/lotv_header1.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.starcraft_category_theme .theme_header{display:block}.starcraft_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.starcraft_category_theme .theme_header{display:block}.starcraft_category_theme .theme_header img{display:inline-block;width:60%}}.starcraft_category_theme .theme_header,.starcraft_category_theme .theme_background{background-color:#000;display:block}.starcraft_category_theme .theme_background{background:url(/content/responsive_themes/starcraft/sc_theme_bg.jpg) center;background-size:cover}.starcraft_category_theme .theme_header img{display:inline-block}.starcraft_category_theme .overlay::before{background:-webkit-gradient(linear,left bottom,left top,color-stop(1%,#000),to(transparent));background:-webkit-linear-gradient(bottom,#000 1%,transparent);background:linear-gradient(to top,#000 1%,transparent)}@media only screen and (min-width:40.063em) and (max-width:64em){.starcraft_category_theme .theme_header{display:block}.starcraft_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.starcraft_category_theme .theme_header{display:block}.starcraft_category_theme .theme_header img{display:inline-block;width:60%}}.starcraft_category_theme body{background:none !important}.lol_category_theme .theme_header{background-image:url(/content/responsive_themes/lol/lol_header.jpg);display:block}.lol_category_theme .theme_header img{display:inline-block}.lol_category_theme .theme_background{background-image:url(/content/responsive_themes/lol/lol_header.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.lol_category_theme .theme_header{display:block}.lol_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.lol_category_theme .theme_header{display:block}.lol_category_theme .theme_header img{display:inline-block;width:60%}}.lol_category_theme .theme_header,.lol_category_theme .theme_background{background-color:#000;display:block}.lol_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.lol_category_theme .theme_header{display:block}.lol_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.lol_category_theme .theme_header{display:block}.lol_category_theme .theme_header img{display:inline-block;width:60%}}.valve_category_theme .theme_header{background-image:url(/content/responsive_themes/valve/valve_header.jpg);display:block}.valve_category_theme .theme_header img{display:inline-block}.valve_category_theme .theme_background{background-image:url(/content/responsive_themes/valve/valve_header.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.valve_category_theme .theme_header{display:block}.valve_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.valve_category_theme .theme_header{display:block}.valve_category_theme .theme_header img{display:inline-block;width:60%}}.valve_category_theme .theme_header,.valve_category_theme .theme_background{background-color:#000}.valve_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.valve_category_theme .theme_header{display:block}.valve_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.valve_category_theme .theme_header{display:block}.valve_category_theme .theme_header img{display:inline-block;width:60%}}.coll_filter_category li a{padding-left:48px;padding-left:3rem;overflow:hidden;position:relative}.coll_filter_category li a::after{content:'';background:url(/content/navigation/filter_sprite_5_2016.png);position:absolute;top:0;left:0;width:40px;height:40px;background-position:-58px -111px}.coll_filter_category li a.warcraftmovie::after{background-position:-111px -221px}.coll_filter_category li a.battlefield::after{background-position:-3px -4px}.coll_filter_category li a.blizzard::after{background-position:-110px -4px}.coll_filter_category li a.hardline::after{background-position:-57px -4px}.coll_filter_category li a.Borderlands::after{background-position:-166px -4px}.coll_filter_category li a.callofduty::after{background-position:-219px -4px}.coll_filter_category li a.clashofclans::after{background-position:-273px -4px}.coll_filter_category li a.day9::after{background-position:-436px -3px}.coll_filter_category li a.diablo::after{background-position:-381px -3px}.coll_filter_category li a.drwho::after{background-position:-598px -58px}.coll_filter_category li a.dota::after{background-position:-543px -59px}.coll_filter_category li a.everquest::after{background-position:-705px -59px}.coll_filter_category li a.evolve::after{background-position:-761px -57px}.coll_filter_category li a.GameOfThrones::after{background-position:-814px -57px}.coll_filter_category li a.Geek_Sundry::after{background-position:-868px -56px}.coll_filter_category li a.theguild::after{background-position:-1677px -165px}.coll_filter_category li a.halflife2::after{background-position:-922px -57px}.coll_filter_category li a.halo::after{background-position:-976px -57px}.coll_filter_category li a.hearthstone::after{background-position:-1029px -57px}.coll_filter_category li a.heroesofthestorm::after{background-position:-1083px -112px}.coll_filter_category li a.rickandmorty::after{background-position:-56px -221px}.coll_filter_category li a.leagueoflegends::after{background-position:-1192px -112px}.coll_filter_category li a.minecraft::after{background-position:-1246px -112px}.coll_filter_category li a.mirrorsedge::after{background-position:-1299px -111px}.coll_filter_category li a.overwatch::after{background-position:-1354px -111px}.coll_filter_category li a.portal2::after{background-position:-1515px -111px}.coll_filter_category li a.poe::after{background-position:-1406px -111px}.coll_filter_category li a.planetside2::after{background-position:-1460px -111px}.coll_filter_category li a.soe::after,.coll_filter_category li a.daybreak::after{background-position:-490px -4px}.coll_filter_category li a.starcraft::after{background-position:-1570px -111px}.coll_filter_category li a.teamfortress2::after{background-position:-1624px -164px}.coll_filter_category li a.titanfall::after{background-position:-1730px -165px}.coll_filter_category li a.Valve::after{background-position:-1786px -165px}.coll_filter_category li a.thewalkingdead::after{background-position:-1839px -167px}.coll_filter_category li a.wasteland2::after{background-position:-1893px -166px}.coll_filter_category li a.witcher::after{background-position:-1949px -167px}.coll_filter_category li a.worldoftanks::after{background-position:-2001px -165px}.coll_filter_category li a.warcraft::after{background-position:-2055px -165px}.coll_filter_category li a.wargaming::after{background-position:-2110px -165px}.coll_filter_category li a.teamliquid::after{background-position:-2px -220px}.warcraft_category_theme .theme_header{background-image:url(/content/responsive_themes/wow/wod_header2.jpg);display:block}.warcraft_category_theme .theme_header img{display:inline-block}.warcraft_category_theme .theme_background{background-image:url(/content/responsive_themes/wow/wod_header2.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.warcraft_category_theme .theme_header{display:block}.warcraft_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.warcraft_category_theme .theme_header{display:block}.warcraft_category_theme .theme_header img{display:inline-block;width:60%}}.warcraft_category_theme .theme_header,.warcraft_category_theme .theme_background{background-color:#000;background-position:right center}.warcraft_category_theme .theme_background{background:url(/content/responsive_themes/wow/wod_theme_bg.jpg);background-size:cover}.warcraft_category_theme .theme_header img,.warcraft_category_theme .theme_background img{padding-bottom:15px}@media only screen and (min-width:40.063em) and (max-width:64em){.warcraft_category_theme .theme_header{display:block}.warcraft_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.warcraft_category_theme .theme_header{display:block}.warcraft_category_theme .theme_header img{display:inline-block;width:60%}}.warcraft_category_theme body{background:none !important}.minecraft_category_theme .theme_header{background-image:url(/content/responsive_themes/mc/mc_header3.jpg);display:block}.minecraft_category_theme .theme_header img{display:inline-block}.minecraft_category_theme .theme_background{background-image:url(/content/responsive_themes/mc/mc_header3.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.minecraft_category_theme .theme_header{display:block}.minecraft_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.minecraft_category_theme .theme_header{display:block}.minecraft_category_theme .theme_header img{display:inline-block;width:60%}}.minecraft_category_theme .theme_header,.minecraft_category_theme .theme_background{display:block;background-color:#000;background-position:center}.minecraft_category_theme .theme_background{background:url(/content/responsive_themes/mc/mc_theme_bg00.jpg)}.minecraft_category_theme .theme_header img{display:inline-block}.minecraft_category_theme .overlay::before{background:none}@media only screen and (min-width:40.063em) and (max-width:64em){.minecraft_category_theme .theme_header{display:block}.minecraft_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.minecraft_category_theme .theme_header{display:block}.minecraft_category_theme .theme_header img{display:inline-block;width:80%}}.minecraft_category_theme body{background:none !important}.jinx_category_theme .theme_header{background-image:url(/Content/responsive_themes/jinx/jinx_cat_bg.jpg);display:block}.jinx_category_theme .theme_header img{display:inline-block}.jinx_category_theme .theme_background{background-image:url(/Content/responsive_themes/jinx/jinx_cat_bg.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.jinx_category_theme .theme_header{display:block}.jinx_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.jinx_category_theme .theme_header{display:block}.jinx_category_theme .theme_header img{display:inline-block;width:60%}}.jinx_category_theme .theme_header,.jinx_category_theme .theme_background{background-color:#000;display:block}.jinx_category_theme .theme_background{background:url("https://www.jinx.com/Content/newsletter_design/art_pattern_v2.gif")}.jinx_category_theme .theme_header img{display:inline-block}.jinx_category_theme .overlay:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(-52%,#000),to(transparent));background:-webkit-linear-gradient(bottom,#000 -52%,transparent);background:linear-gradient(to top,#000 -52%,transparent)}@media only screen and (min-width:40.063em) and (max-width:64em){.jinx_category_theme .theme_header{display:block}.jinx_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.jinx_category_theme .theme_header{display:block}.jinx_category_theme .theme_header img{display:inline-block;width:45%}}.diablo_category_theme .theme_header{background-image:url(/content/responsive_themes/diablo/d3_ros_theme_header.jpg);display:block}.diablo_category_theme .theme_header img{display:inline-block}.diablo_category_theme .theme_background{background-image:url(/content/responsive_themes/diablo/d3_ros_theme_header.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.diablo_category_theme .theme_header{display:block}.diablo_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.diablo_category_theme .theme_header{display:block}.diablo_category_theme .theme_header img{display:inline-block;width:60%}}.diablo_category_theme .theme_header,.diablo_category_theme .theme_background{background-color:#000;display:block}.diablo_category_theme .theme_background{background-position:center;background-size:initial}.diablo_category_theme .theme_header img{display:inline-block}.diablo_category_theme .overlay:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(1%,#000),to(transparent));background:-webkit-linear-gradient(bottom,#000 1%,transparent);background:linear-gradient(to top,#000 1%,transparent)}@media only screen and (min-width:40.063em) and (max-width:64em){.diablo_category_theme .theme_header{display:block}.diablo_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.diablo_category_theme .theme_header{display:block}.diablo_category_theme .theme_header img{display:inline-block;width:45%}}.mirrorsedge_category_theme .theme_header,.mirrorsedge_category_theme .theme_background{display:block;background-image:url(/content/themes/dice_store/me_header_001.jpg);background-position:center;background-size:cover}.mirrorsedge_category_theme .theme_header img,.mirrorsedge_category_theme .theme_background img{display:inline-block}body.brand_body.mirrorsedge_category_theme{background:url("/Content/themes/dice_store/me_bg_001.jpg") no-repeat fixed center !important;background-size:cover !important;background-position:center}@media only screen and (max-width:40em){body.brand_body.mirrorsedge_category_theme{background:#fff !important}}body.brand_body.mirrorsedge_category_theme #cookietrail{background-color:#fff;border-bottom:0}body.brand_body.mirrorsedge_category_theme .breadcrumbs>*{color:#b40e0e;font-family:eurostile,arial,sans-serif;font-size:.75rem}body.brand_body.mirrorsedge_category_theme .breadcrumbs>*:before{color:#000}body.brand_body.mirrorsedge_category_theme .pagination_container{display:none}body.brand_body.mirrorsedge_category_theme #ctl00_contentMain_product_item_row{background:rgba(255,255,255,.9);margin-bottom:2rem}body.brand_body.mirrorsedge_category_theme .product_options h2{font-size:1.75rem}body.brand_body.mirrorsedge_category_theme .additional_prods_container h2.solid_border{font-size:1rem}body.brand_body.mirrorsedge_category_theme table tr.even,body.brand_body.mirrorsedge_category_theme table tr.alt,body.brand_body.mirrorsedge_category_theme table tr:nth-of-type(even){background:none}body.brand_body.mirrorsedge_category_theme .slick-prev:hover,body.brand_body.mirrorsedge_category_theme .slick-next:hover{transform:none;-webkit-transform:none;-moz-transform:none}body.brand_body.mirrorsedge_category_theme .prod_price{color:#000;font-family:eurostile,arial,sans-serif;letter-spacing:1px}body.brand_body.mirrorsedge_category_theme .details_options li a.outofstock{color:rgba(0,0,0,.4)}body.brand_body.mirrorsedge_category_theme .brand_menu{display:block;background:#fff;padding-top:0}@media(min-width:1129px){body.brand_body.mirrorsedge_category_theme .brand_gear_nav{background:url(/content/themes/dice_store/me_menu_icon.png) no-repeat}}body.brand_body.mirrorsedge_category_theme .brand_gear_nav ul li{position:relative;margin:8px;width:inherit;margin:8px 14px}@media(min-width:660px){body.brand_body.mirrorsedge_category_theme .brand_gear_nav ul li{width:20%}}body.brand_body.mirrorsedge_category_theme .brand_gear_nav ul li a{background:transparent;font-family:eurostile,arial,sans-serif;position:relative;margin-bottom:0;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;text-transform:uppercase;z-index:1;width:initial;height:26px;color:#b40e0e;line-height:30px;border:none}body.brand_body.mirrorsedge_category_theme .brand_gear_nav ul li a:hover,body.brand_body.mirrorsedge_category_theme .brand_gear_nav ul li a.active{background:transparent;color:#b40e0e;text-shadow:none;border-bottom:1px solid}body.brand_body.mirrorsedge_category_theme .slick-dots li.slick-active button:before{color:#b40e0e;opacity:1}body.brand_body.mirrorsedge_category_theme .slick-dots li button:before{color:#000;opacity:.5}body.brand_body.mirrorsedge_category_theme .slick-dots li button:hover:before{opacity:1}body.brand_body.mirrorsedge_category_theme .products_loading_overlay .fa{color:#b40e0e}.battlefield_category_theme .theme_header,.battlefield_category_theme .theme_background{display:block;background:url(/content/themes/dice_store/bf_header001.jpg) no-repeat;background-position:center;background-size:cover}.battlefield_category_theme .theme_header img,.battlefield_category_theme .theme_background img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.battlefield_category_theme .theme_header{display:block}.battlefield_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.battlefield_category_theme .theme_header{display:block}.battlefield_category_theme .theme_header img{display:inline-block;width:80%}}body.brand_body.battlefield_category_theme{background:url(/Content/themes/dice_store/bf_bg001.jpg) no-repeat fixed center #000 !important;background-size:cover !important}body.brand_body.battlefield_category_theme:before{content:"";background:rgba(0,0,0,.4);height:100%;width:100%;position:fixed;top:0}body.brand_body.battlefield_category_theme .product_controls_wrapper{border:none}body.brand_body.battlefield_category_theme #cookietrail{background:#000;margin-bottom:0;border-bottom:0}body.brand_body.battlefield_category_theme .brand_menu{background-color:#292c31;display:block}body.brand_body.battlefield_category_theme .details_options li a{font-family:'purista',arial,sans-serif;font-size:1.25rem;text-transform:uppercase}body.brand_body.battlefield_category_theme .details_options li.active a{color:#f90;border:2px solid #f90;background-image:-webkit-linear-gradient(top,rgba(19,19,19,.6) 0%,rgba(70,70,70,.8) 100%);background-image:linear-gradient(to bottom,rgba(19,19,19,.6) 0%,rgba(70,70,70,.8) 100%)}body.brand_body.battlefield_category_theme input.wishlist{padding:0}body.brand_body.battlefield_category_theme .thumbnails .active img,body.brand_body.battlefield_category_theme .thumbnails .active:hover img{border-color:#f90}body.brand_body.battlefield_category_theme h1,body.brand_body.battlefield_category_theme h2,body.brand_body.battlefield_category_theme h3,body.brand_body.battlefield_category_theme h4,body.brand_body.battlefield_category_theme h5,body.brand_body.battlefield_category_theme h2#product_title,body.brand_body.battlefield_category_theme input[type=submit].checkout,body.brand_body.battlefield_category_theme .brand_gear_nav{font-family:'purista',arial,sans-serif;text-transform:uppercase}body.brand_body.battlefield_category_theme .additional_prods_container{margin:0}body.brand_body.battlefield_category_theme .additional_prods_container>.row{background:rgba(16,16,17,.9)}body.brand_body.battlefield_category_theme a.see-more{font-family:'purista',arial,sans-serif;font-size:1.25rem;text-transform:uppercase;padding-right:2rem;background-color:transparent;color:#f90;border:1px solid}body.brand_body.battlefield_category_theme a.see-more:hover{background:transparent;background-image:-webkit-linear-gradient(top,rgba(19,19,19,.6) 0%,rgba(70,70,70,.8) 100%);background-image:linear-gradient(to bottom,rgba(19,19,19,.6) 0%,rgba(70,70,70,.8) 100%);color:#ffbf66;text-shadow:0 0 .5em rgba(255,191,101,.8);border-color:#ffbf66}body.brand_body.battlefield_category_theme a.see-more::before,body.brand_body.battlefield_category_theme a.see-more::after{display:none}.hardline_category_theme .theme_header,.hardline_category_theme .theme_background{display:block;background-image:none;background-color:rgba(0,0,0,.5)}.hardline_category_theme .theme_header img,.hardline_category_theme .theme_background img{display:inline-block}.hardline_category_theme .overlay::before{background:none}@media only screen and (min-width:40.063em) and (max-width:64em){.hardline_category_theme .theme_header{display:block}.hardline_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.hardline_category_theme .theme_header{display:block}.hardline_category_theme .theme_header img{display:inline-block;width:80%}}body.brand_body.hardline_category_theme{color:#000;font-weight:normal !important;background:url(/Content/themes/dice_store/bf_hardline_bg01.jpg) no-repeat fixed center top #000 !important;background-size:cover !important}body.brand_body.hardline_category_theme div#ctl00_contentMain_product_item_row::after{content:"";background:url(/content/themes/dice_store/hardline_branding.png) no-repeat;height:59px;position:absolute;bottom:0;right:0;width:219px;background-position:-230px;opacity:.3}body.brand_body.hardline_category_theme .brand_carousel .slick-prev:before,body.brand_body.hardline_category_theme .brand_carousel .slick-next:before{color:#a82932}body.brand_body.hardline_category_theme div#product_media:after{content:"";background:url(/content/themes/dice_store/hardline_branding.png) no-repeat;height:59px;margin-bottom:1rem;width:100%;background-position:center;display:block;clear:both;background-size:82%}body.brand_body.hardline_category_theme ul.pagination{display:none}body.brand_body.hardline_category_theme .prod_item{height:inherit}body.brand_body.hardline_category_theme .prod_price,body.brand_body.hardline_category_theme .prod_title{color:#000}body.brand_body.hardline_category_theme #cookietrail{background-color:#fff;border-bottom:1px solid #ccc;margin-bottom:0}body.brand_body.hardline_category_theme .breadcrumbs{padding:11px 20px 10px !important}body.brand_body.hardline_category_theme .breadcrumbs>*{color:#454545;font-family:frutiger,sans-serif;font-size:16px}body.brand_body.hardline_category_theme .inception.row h1,body.brand_body.hardline_category_theme .inception.row h2,body.brand_body.hardline_category_theme .inception.row h3,body.brand_body.hardline_category_theme .inception.row h4,body.brand_body.hardline_category_theme .inception.row h5,body.brand_body.hardline_category_theme .inception.row h6{font-family:TradeGothic,Tahoma,sans-serif !important;color:#282d33}body.brand_body.hardline_category_theme .prod_item img{opacity:1;border:1px solid #ccc}body.brand_body.hardline_category_theme .inception.row a{color:#f17f1a}body.brand_body.hardline_category_theme .inception.row a:hover{color:#f69f00}body.brand_body.hardline_category_theme strong,body.brand_body.hardline_category_theme b{color:#a3a2a1;text-transform:uppercase}body.brand_body.hardline_category_theme .inception.row{background:#fff;margin-top:0;float:none}body.brand_body.hardline_category_theme .product_zoom{background:none}body.brand_body.hardline_category_theme img#medimg_img{border:1px solid #ccc}body.brand_body.hardline_category_theme h2#product_title{color:#282d33;font-family:TradeGothic,arial,sans-serif !important}body.brand_body.hardline_category_theme strong#strSize,body.brand_body.hardline_category_theme .types_container strong{font-family:tradegothic,sans-serif;font-weight:normal;font-size:24px}body.brand_body.hardline_category_theme .extra_info{padding:1rem 0;border-top:1px solid #ccc}body.brand_body.hardline_category_theme input[type=submit].checkout,body.brand_body.hardline_category_theme a.see-more{background-image:none;background-color:#f17f1a;border:1px solid #f17f1a;color:#fff;transition:none !important;text-shadow:none !important;font-size:1rem;padding-right:2rem}body.brand_body.hardline_category_theme input[type=submit].checkout::after,body.brand_body.hardline_category_theme a.see-more::after{display:none}body.brand_body.hardline_category_theme input[type=submit].checkout:hover,body.brand_body.hardline_category_theme a.see-more:hover{background:#fff;color:#f17f1a}body.brand_body.hardline_category_theme .theme_header{border-top:1px solid #414141;background:rgba(0,0,0,.5) !important;padding:0}body.brand_body.hardline_category_theme .thumbnails .active img,body.brand_body.hardline_category_theme .thumbnails .active:hover img{border-color:#f17f1a}body.brand_body.hardline_category_theme .brand_menu{padding-top:0;background:#414141;display:block}body.brand_body.hardline_category_theme .brand_menu .brand_gear_nav ul{display:flex;justify-content:center}body.brand_body.hardline_category_theme .brand_gear_nav ul li{padding:12px 0;margin-right:0;border:solid #535353 1px;border-top:none;border-bottom:none}body.brand_body.hardline_category_theme .brand_gear_nav ul li:hover{background:#23282e}body.brand_body.hardline_category_theme .brand_gear_nav ul li:hover a{color:#f69f00 !important}body.brand_body.hardline_category_theme .brand_gear_nav ul li a{height:inherit;border:none;color:#fff;margin-bottom:0}body.brand_body.hardline_category_theme .brand_gear_nav ul li a:hover{background-image:none;color:#000;text-shadow:none;border-color:#5d5f60}body.brand_body.hardline_category_theme footer{margin-top:2rem}@media only screen and (max-width:830px){body.brand_body.hardline_category_theme{padding:0}body.brand_body.hardline_category_theme .brand_gear_nav ul{margin-bottom:0}body.brand_body.hardline_category_theme .brand_gear_nav ul li{width:50%;border-top:solid #535353 1px;border-bottom:solid #535353 1px}body.brand_body.hardline_category_theme .brand_gear_nav ul li a{width:initial}}body.brand_body.hardline_category_theme .wishlist{color:#f17f1a;font-family:tradegothic,sans-serif;text-transform:uppercase;padding:0}body.brand_body.hardline_category_theme .wish-list-icon{display:none}body.brand_body.hardline_category_theme .slick-prev:before,body.brand_body.hardline_category_theme .slick-next:before,body.brand_body.hardline_category_theme .slick-dots li.slick-active button:before{color:#f17f1a}body.brand_body.hardline_category_theme h1,body.brand_body.hardline_category_theme h2,body.brand_body.hardline_category_theme h3,body.brand_body.hardline_category_theme h4,body.brand_body.hardline_category_theme h5,body.brand_body.hardline_category_theme h2#product_title,body.brand_body.hardline_category_theme input[type=submit].checkout,body.brand_body.hardline_category_theme .brand_gear_nav{font-family:'frutiger',arial,sans-serif;text-transform:uppercase;font-weight:normal}body.brand_body.hardline_category_theme #ctl00_contentMain_product_item_row{background:#fff;padding:10px}body.brand_body.hardline_category_theme .details_options li a{color:#a3a2a1 !important;border-color:#ccc;font-weight:normal;padding:9px 18px 8px;font-size:1rem;text-transform:uppercase;font-family:Frutiger,sans-serif}body.brand_body.hardline_category_theme .details_options li a:hover,body.brand_body.hardline_category_theme .details_options li.active a{text-shadow:none;color:#282d33 !important;background:#ccc}body.brand_body.hardline_category_theme .resp-tabs-list li i,body.brand_body.hardline_category_theme h2.resp-accordion i{display:none}body.brand_body.hardline_category_theme .resp-tabs-list li{background-color:#fff;border-bottom:1px solid #ccc;border-top:1px solid #ccc;font-size:24px;color:#a3a2a1;font-family:TradeGothic,arial,sans-serif;text-transform:uppercase;font-weight:normal}body.brand_body.hardline_category_theme .resp-tabs-list li:first-child{border-right:1px solid #ccc}body.brand_body.hardline_category_theme .resp-tab-active{background-color:#fff !important;color:#282d33 !important}body.brand_body.hardline_category_theme h2.resp-accordion{border:none;font-size:24px;font-family:TradeGothic,arial,sans-serif;border-bottom:1px solid #ccc;border-left:none;border-right:none;background:none}body.brand_body.hardline_category_theme h2.resp-accordion:first-child{border-top:1px solid #ccc}body.brand_body.hardline_category_theme h2.resp-accordion span{color:#a3a2a1;font-size:24px}body.brand_body.hardline_category_theme h2.resp-accordion.resp-tab-active span{color:#282d33 !important}body.brand_body.hardline_category_theme .resp-arrow{border-top:6px solid #a3a2a1}body.brand_body.hardline_category_theme a.section_chooser,body.brand_body.hardline_category_theme .section_measure_chooser{font-size:1.2rem;text-transform:uppercase;padding:9px 15px 8px;border-color:#ccc;color:#a3a2a1 !important;font-family:tradegothic,sans-serif}body.brand_body.hardline_category_theme .section_chooser.active,body.brand_body.hardline_category_theme .section_measure_chooser.active{background-color:#ccc;border-color:#ccc;color:#282d33 !important}body.brand_body.hardline_category_theme .sizing_table th:first-child{color:#282d33 !important;background-color:#ccc}body.brand_body.hardline_category_theme .sizing_table th,body.brand_body.hardline_category_theme .sizing_table td{border-color:#ccc !important}body.brand_body.hardline_category_theme .tabs_sizing_chart h4{font-size:24px}body.brand_body.hardline_category_theme .measure_info_container .ui-collapsible-heading a{background-color:transparent !important}body.brand_body.hardline_category_theme .brand_legal a,body.brand_body.hardline_category_theme .footerlist a{color:#a3a2a1}body.brand_body.hardline_category_theme .brand_legal a:hover,body.brand_body.hardline_category_theme .footerlist a:hover{color:#f17f1a;opacity:1}body.brand_body.hardline_category_theme h2.solid_border{font-size:24px;border-top:1px solid #ccc;color:#000}body.brand_body.hardline_category_theme .additional_prods_container{margin:0}body.brand_body.hardline_category_theme .additional_prods_container>.row{background:#fff}body.brand_body.hardline_category_theme .additional_prods_container .prod_rotator{margin:0}body.brand_body.hardline_category_theme .also_bought_container .slick-prev,body.brand_body.hardline_category_theme .also_bought_container .slick-next{background:#fff;border:1px solid #ccc}body.brand_body.hardline_category_theme .slick-dots li button:before{color:#ccc}@media(min-width:1400px){body.brand_body.hardline_category_theme{background:url(/Content/themes/dice_store/bf_hardline_bg01.jpg) no-repeat fixed center top #000 !important;background-size:cover !important}body.brand_body.hardline_category_theme .footer_frame{clear:both}}@media(max-width:1024px){body.brand_body.hardline_category_theme h2.solid_border{border-top:none}}.hots_category_theme .theme_header{background-image:url(/content/responsive_themes/hots/hots_bg1.jpg);display:block}.hots_category_theme .theme_header img{display:inline-block}.hots_category_theme .theme_background{background-image:url(/content/responsive_themes/hots/hots_bg1.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.hots_category_theme .theme_header{display:block}.hots_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.hots_category_theme .theme_header{display:block}.hots_category_theme .theme_header img{display:inline-block;width:60%}}.hots_category_theme .theme_header,.hots_category_theme .theme_background{background-color:#000;background-position:center;padding:0}@media only screen and (min-width:40.063em) and (max-width:64em){.hots_category_theme .theme_header{display:block}.hots_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.hots_category_theme .theme_header{display:block}.hots_category_theme .theme_header img{display:inline-block;width:60%}}.hots_category_theme body{background:none !important}.summer_2015_category_theme .theme_header{background-image:url(/Content/FrontPage/banners/summer_siege_bg_v2.jpg);display:block}.summer_2015_category_theme .theme_header img{display:inline-block}.summer_2015_category_theme .theme_background{background-image:url(/Content/FrontPage/banners/summer_siege_bg_v2.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.summer_2015_category_theme .theme_header{display:block}.summer_2015_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.summer_2015_category_theme .theme_header{display:block}.summer_2015_category_theme .theme_header img{display:inline-block;width:60%}}.summer_2015_category_theme .theme_header,.summer_2015_category_theme .theme_background{background-color:#000;display:block}.summer_2015_category_theme .theme_header img{display:inline-block}.summer_2015_category_theme .overlay:before{background:none}@media only screen and (min-width:40.063em) and (max-width:64em){.summer_2015_category_theme .theme_header{display:block}.summer_2015_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.summer_2015_category_theme .theme_header{display:block}.summer_2015_category_theme .theme_header img{display:inline-block;width:90%}}.planetside_category_theme .theme_header{background-image:url(/content/responsive_themes/planetside2/planetside2_bg.jpg);display:block}.planetside_category_theme .theme_header img{display:inline-block}.planetside_category_theme .theme_background{background-image:url(/content/responsive_themes/planetside2/planetside2_bg.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.planetside_category_theme .theme_header{display:block}.planetside_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.planetside_category_theme .theme_header{display:block}.planetside_category_theme .theme_header img{display:inline-block;width:60%}}.planetside_category_theme .theme_header,.planetside_category_theme .theme_background{background-color:#000;display:block}.planetside_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.planetside_category_theme .theme_header{display:block}.planetside_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.planetside_category_theme .theme_header{display:block}.planetside_category_theme .theme_header img{display:inline-block;width:60%}}.wargaming_category_theme .theme_header{background-image:url(/content/responsive_themes/wargaming/wargamingheader.jpg);display:block}.wargaming_category_theme .theme_header img{display:inline-block}.wargaming_category_theme .theme_background{background-image:url(/content/responsive_themes/wargaming/wargamingheader.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.wargaming_category_theme .theme_header{display:block}.wargaming_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.wargaming_category_theme .theme_header{display:block}.wargaming_category_theme .theme_header img{display:inline-block;width:60%}}.wargaming_category_theme .theme_header,.wargaming_category_theme .theme_background{background-color:#000;display:block;background-size:cover;background-repeat:no-repeat;background-position:center}.wargaming_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.wargaming_category_theme .theme_header{display:block}.wargaming_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.wargaming_category_theme .theme_header{display:block}.wargaming_category_theme .theme_header img{display:inline-block;width:80%}}.teamliquid_category_theme .theme_header{background-image:url(/content/responsive_themes/team_liquid/TL_bg.jpg);display:block}.teamliquid_category_theme .theme_header img{display:inline-block}.teamliquid_category_theme .theme_background{background-image:url(/content/responsive_themes/team_liquid/TL_bg.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.teamliquid_category_theme .theme_header{display:block}.teamliquid_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.teamliquid_category_theme .theme_header{display:block}.teamliquid_category_theme .theme_header img{display:inline-block;width:60%}}.teamliquid_category_theme .theme_header,.teamliquid_category_theme .theme_background{background-color:#7cbae6;background-size:cover;display:block}.teamliquid_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.teamliquid_category_theme .theme_header{display:block}.teamliquid_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.teamliquid_category_theme .theme_header{display:block}.teamliquid_category_theme .theme_header img{display:inline-block;width:auto}}.dice_category_theme .theme_header{background-image:url(/content/responsive_themes/dice/dice_bg.jpg);display:block}.dice_category_theme .theme_header img{display:inline-block}.dice_category_theme .theme_background{background-image:url(/content/responsive_themes/dice/dice_bg.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.dice_category_theme .theme_header{display:block}.dice_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.dice_category_theme .theme_header{display:block}.dice_category_theme .theme_header img{display:inline-block;width:60%}}.dice_category_theme .theme_header,.dice_category_theme .theme_background{background-color:#000;display:block}.dice_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em) and (max-width:64em){.dice_category_theme .theme_header{display:block}.dice_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.dice_category_theme .theme_header{display:block}.dice_category_theme .theme_header img{display:inline-block;width:60%}}.rickandmorty_category_theme .theme_header{background-image:url(/content/responsive_themes/rickandmorty/rickandmorty_header00.jpg);display:block}.rickandmorty_category_theme .theme_header img{display:inline-block}.rickandmorty_category_theme .theme_background{background-image:url(/content/responsive_themes/rickandmorty/rickandmorty_header00.jpg);background-size:cover;text-align:center}@media only screen and (min-width:40.063em) and (max-width:64em){.rickandmorty_category_theme .theme_header{display:block}.rickandmorty_category_theme .theme_header img{display:inline-block}}@media only screen and (max-width:40em){.rickandmorty_category_theme .theme_header{display:block}.rickandmorty_category_theme .theme_header img{display:inline-block;width:60%}}.rickandmorty_category_theme .theme_header,.rickandmorty_category_theme .theme_background{background-color:#36bf77;display:block;background-position:center}.rickandmorty_category_theme .theme_header img{display:inline-block}@media only screen and (min-width:40.063em){.rickandmorty_category_theme .theme_header{display:block}.rickandmorty_category_theme .theme_header img{display:inline-block;width:30%}}@media only screen and (max-width:40em){.rickandmorty_category_theme .theme_header{display:block}.rickandmorty_category_theme .theme_header img{display:inline-block;width:60%}}.theme_header{opacity:100}.theme_header.ng-hide{opacity:0}.brand_menu{display:none}
.lang-de-DE h1,.lang-de-DE h2,.lang-de-DE h3,.lang-de-DE h4,.lang-de-DE h5,.lang-de-DE h6,.lang-de-DE li.menu_header span,.lang-de-DE .item_callout a,.lang-de-DE input.newsletter_btn[type="submit"],.lang-de-DE .checkout_btn,.lang-de-DE .brand_callout .brand_header_caption,.lang-es-ES h1,.lang-es-ES h2,.lang-es-ES h3,.lang-es-ES h4,.lang-es-ES h5,.lang-es-ES h6,.lang-es-ES li.menu_header span,.lang-es-ES .item_callout a,.lang-es-ES input.newsletter_btn[type="submit"],.lang-es-ES .checkout_btn,.lang-es-ES .brand_callout .brand_header_caption,.lang-fr-FR h1,.lang-fr-FR h2,.lang-fr-FR h3,.lang-fr-FR h4,.lang-fr-FR h5,.lang-fr-FR h6,.lang-fr-FR li.menu_header span,.lang-fr-FR .item_callout a,.lang-fr-FR input.newsletter_btn[type="submit"],.lang-fr-FR .checkout_btn,.lang-fr-FR .brand_callout .brand_header_caption,.lang-pl-PL h1,.lang-pl-PL h2,.lang-pl-PL h3,.lang-pl-PL h4,.lang-pl-PL h5,.lang-pl-PL h6,.lang-pl-PL li.menu_header span,.lang-pl-PL .item_callout a,.lang-pl-PL input.newsletter_btn[type="submit"],.lang-pl-PL .checkout_btn,.lang-pl-PL .brand_callout .brand_header_caption{font-family:Arial,sans-serif;font-weight:bold}.lang-de-DE li.menu_header span,.lang-de-DE li.menu_header a,.lang-es-ES li.menu_header span,.lang-es-ES li.menu_header a,.lang-fr-FR li.menu_header span,.lang-fr-FR li.menu_header a,.lang-pl-PL li.menu_header span,.lang-pl-PL li.menu_header a{font-size:14px}.lang-de-DE li.menu_header div.social_icons a span,.lang-es-ES li.menu_header div.social_icons a span,.lang-fr-FR li.menu_header div.social_icons a span,.lang-pl-PL li.menu_header div.social_icons a span{font-size:30px}.lang-de-DE .desktop_menu_item,.lang-es-ES .desktop_menu_item,.lang-fr-FR .desktop_menu_item,.lang-pl-PL .desktop_menu_item{top:125px}.lang-de-DE section h2,.lang-es-ES section h2,.lang-fr-FR section h2,.lang-pl-PL section h2{font-family:Arial,sans-serif}.lang-de-DE a.edit_step span,.lang-es-ES a.edit_step span,.lang-fr-FR a.edit_step span,.lang-pl-PL a.edit_step span{font-size:.6em}.lang-de-DE #pnl_cart_summary h2,.lang-es-ES #pnl_cart_summary h2,.lang-fr-FR #pnl_cart_summary h2,.lang-pl-PL #pnl_cart_summary h2{font-size:1.1em}.lang-de-DE #btn_place_order,.lang-de-DE #btn_order_processing,.lang-es-ES #btn_place_order,.lang-es-ES #btn_order_processing,.lang-fr-FR #btn_place_order,.lang-fr-FR #btn_order_processing,.lang-pl-PL #btn_place_order,.lang-pl-PL #btn_order_processing{font-family:Arial,sans-serif;text-transform:none;font-size:1.4em}.lang-de-DE input[type="submit"],.lang-es-ES input[type="submit"],.lang-fr-FR input[type="submit"],.lang-pl-PL input[type="submit"]{font-size:1em;font-family:arial}.lang-de-DE input[type="submit"].nav_search_btn,.lang-es-ES input[type="submit"].nav_search_btn,.lang-fr-FR input[type="submit"].nav_search_btn,.lang-pl-PL input[type="submit"].nav_search_btn{font-size:24px;font-size:1.5rem;font-family:FontAwesome}.lang-de-DE input[type="submit"].mobile_search_btn,.lang-es-ES input[type="submit"].mobile_search_btn,.lang-fr-FR input[type="submit"].mobile_search_btn,.lang-pl-PL input[type="submit"].mobile_search_btn{font-family:FontAwesome}@media(min-width:661px){.lang-de-DE #facet_nav h6,.lang-es-ES #facet_nav h6,.lang-fr-FR #facet_nav h6,.lang-pl-PL #facet_nav h6{font-size:16px}}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

