@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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; }

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*  @font-face {
      font-family: 'Font Name';
      src: url('assets/fonts/font-name.eot');
      src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

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

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

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

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

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

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
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 {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

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

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 100%;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

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

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

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

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

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  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: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

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

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 0rem;
  top: 0rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
  margin-top: -1px; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + .media-object-section:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

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

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar a {
    color: #2199e8; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

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

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

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

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

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

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

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

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

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

@font-face {
  font-family: 'fs-joey-bold-italic';
  src: url("../fonts//fs_joey-bolditalic.eot");
  src: url("../fonts//fs_joey-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts//fs_joey-bolditalic.woff") format("woff"), url("../fonts//fs_joey-bolditalic.ttf") format("truetype"), url("../fonts//fs_joey-bolditalic.svg#fs_joeybold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'fs-joey'; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?90319943#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-tumblr:before {
  content: '\e800'; }

/* '' */
.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-twitter:before {
  content: '\e802'; }

/* '' */
.icon-linkedin:before {
  content: '\e803'; }

/* '' */
.icon-gplus:before {
  content: '\e804'; }

/* '' */
.icon-youtube:before {
  content: '\e805'; }

/* '' */
.icon-plus-squared:before {
  content: '\e806'; }

/* '' */
.icon-search:before {
  content: '\e807'; }

/* '' */
.icon-instagram:before {
  content: '\e808'; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'alist';
    src: url('../font/alist.svg?78125806#alist') format('svg');
  }
}
*/
[class^="alist-icon-"]:before,
[class*=" icon-"]:before {
  font-family: "alist";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.alist-icon-mail-alt:before {
  content: '\e800'; }

/* '' */
.alist-icon-rss:before {
  content: '\e801'; }

/* '' */
.alist-icon-play:before {
  content: '\e802'; }

/* '' */
.alist-icon-share:before {
  content: '\e803'; }

/* '' */
.alist-icon-down:before {
  content: '\e804'; }

/* '' */
.alist-icon-cancel:before {
  content: '\0000D7'; }

/* '' */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: 'fs-joey';
  line-height: 1.1; }

h3 {
  font-size: 1.6875em; }

p {
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-size: 1em; }

a {
  color: #FFF;
  transition: all 0.4s linear;
  text-decoration: none; }
  a:hover, a:focus {
    color: #CCC; }

.article-font {
  font-family: Verdana, Geneva, sans-serif; }

.title-font {
  font-family: 'fs-joey';
  font-weight: 600; }

.title-font-bold {
  font-family: 'fs-joey-bold'; }

.social-font {
  font-family: 'fs-joey'; }

.regular-font,
sup {
  font-family: 'fs-joey', sans-serif;
  font-weight: normal; }

sup {
  font-size: 55%;
  vertical-align: super;
  top: 0; }

/*************** GRID ***************/
#alist-grid .grid-item {
  top: 100%;
  cursor: pointer;
  color: #FFF;
  overflow: hidden; }
  #alist-grid .grid-item.grid-AlistArchivedArticle {
    border-bottom: solid 5px #ff6600; }
    #alist-grid .grid-item.grid-AlistArchivedArticle.sponsored-tile {
      border-bottom: solid 5px #fff001; }
  #alist-grid .grid-item.no-link {
    cursor: default; }
  #alist-grid .grid-item.new-item {
    opacity: 0; }
  #alist-grid .grid-item.desktop-item:hover .grid-bg {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  #alist-grid .grid-item.desktop-item:hover .article-overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /*
                  .overlay-title-wrapper {
                      font-size: 0.8em;
                  }
                  */ }
    #alist-grid .grid-item.desktop-item:hover .article-overlay .overlay-desc {
      opacity: 1; }
    #alist-grid .grid-item.desktop-item:hover .article-overlay .article-overlay-inner {
      vertical-align: middle; }
  #alist-grid .grid-item.desktop-item:hover .social-icon {
    font-size: 1.4em;
    color: rgba(255, 255, 255, 0.8); }
  #alist-grid .grid-item.desktop-item:hover .share-icon {
    opacity: 1; }
  #alist-grid .grid-item.desktop-item:hover.alist-featured-article-large .featured-overlay.homepage-only, #alist-grid .grid-item.desktop-item:hover.alist-featured-article .featured-overlay.homepage-only {
    background-color: rgba(0, 0, 0, 0.8); }
  #alist-grid .grid-item.mobile-hover .article-overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
  #alist-grid .grid-item.mobile-hover .overlay-title-wrapper {
    font-size: 0.7em; }
  #alist-grid .grid-item.mobile-hover .overlay-desc {
    opacity: 1; }
  #alist-grid .grid-item.mobile-hover .social-icon {
    font-size: 1.4em;
    color: rgba(255, 255, 255, 0.8); }
  #alist-grid .grid-item.mobile-hover .share-icon {
    opacity: 1; }
  #alist-grid .grid-item .grid-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    transition: all 0.3s ease;
    background-position: center center; }
  #alist-grid .grid-item .tile-href {
    display: none; }
  #alist-grid .grid-item .tile-label {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.8em;
    color: #ff6600;
    padding: 0.5rem 1rem 0.5rem; }
    #alist-grid .grid-item .tile-label.sponsored-callout {
      padding: 5px 15px; }

#alist-grid .alist-featured-article-large .featured-overlay.homepage-only,
#alist-grid .alist-featured-article .featured-overlay.homepage-only {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease; }

#alist-grid .alist-featured-article-large .featured-overlay.homepage-only {
  font-size: 0.8em; }

#alist-grid .alist-featured-article-large .featured-desc {
  font-size: 1.5em; }
  #alist-grid .alist-featured-article-large .featured-desc p {
    font-size: 1em; }
    @media only screen and (min-width: 528px) and (max-width: 780px) {
      #alist-grid .alist-featured-article-large .featured-desc p {
        font-size: .8em;
        line-height: 1.1em; } }

#alist-grid .alist-featured-article .featured-overlay.homepage-only {
  font-size: 0.7em; }

#alist-grid .alist-featured-article .featured-desc {
  font-size: 1.8em; }
  #alist-grid .alist-featured-article .featured-desc p {
    font-size: 1em; }
    @media only screen and (min-width: 528px) and (max-width: 780px) {
      #alist-grid .alist-featured-article .featured-desc p {
        font-size: .8em;
        line-height: 1.1em; } }

#alist-grid .social-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25em 1.25em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2em;
  transition: all 0.4s linear; }

#alist-grid .featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5em; }

#alist-grid .featured-title > h2 {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0; }
  @media only screen and (max-width: 780px) {
    #alist-grid .featured-title > h2 {
      line-height: 1.1; } }
  #alist-grid .featured-title > h2 .icon-play-circled2 {
    font-size: 0.85em; }

#alist-grid .featured-desc {
  font-size: 1.25em; }

#alist-grid .about-theme {
  font-size: 1.3em;
  width: 100%;
  height: 100%;
  padding: 1.5em; }

#alist-grid .col-2.row-1 .about-theme {
  font-size: 1.1em;
  font-family: 'fs-joey', sans-serif; }

#alist-grid .sponsored-tile .tile-label {
  color: #fff; }

#alist-grid .share-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.25em;
  color: #FFF;
  opacity: 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-shadow: 0 0 0.3em #000;
  transition: all 0.3s ease; }
  #alist-grid .share-icon:hover {
    opacity: 1 !important;
    color: #ff6600; }

#alist-grid .share-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  display: none; }

#alist-grid .share-this {
  margin-bottom: 0.5em; }

#alist-grid .close-share {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
  color: #FFF;
  font-size: 1em; }

/*************** GRID ITEM OVERLAY ***************/
.grid-item.overlay .full-tile-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
  padding: 1em;
  font-size: 1.1em;
  top: 100%;
  opacity: 0;
  transition: all 0.4s linear; }

.grid-item.overlay.mobile-hover .full-tile-overlay, .grid-item.overlay:hover .full-tile-overlay {
  top: 0;
  opacity: 1; }

.quote-tile {
  border: none !important; }
  .quote-tile .quote-image-wrapper {
    display: none;
    float: left;
    height: 100%;
    position: relative; }
    .quote-tile .quote-image-wrapper .quote-image-bg {
      position: absolute;
      background-color: #ff6600;
      top: 0;
      right: 0;
      width: 50%;
      height: 50%;
      padding: 1em; }
    .quote-tile .quote-image-wrapper .quote-image {
      background: #ff6600 url(../images/quote.svg) no-repeat center center;
      background-size: contain;
      height: 100%; }
  .quote-tile .quote-wrapper {
    float: left;
    position: relative;
    margin-left: 0;
    background-color: #333;
    height: 100%;
    padding: 2rem; }
  .quote-tile .quote {
    font-size: 3.5em;
    line-height: 1.3; }
  .quote-tile .quote-by {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ff6600;
    font-size: 1.5em;
    padding: 2rem;
    font-family: 'fs-joey-bold', sans-serif; }

.grid-AlistTopGamesArticle ol,
.grid-IonTopInfArticle ol {
  font-size: 1em;
  width: 80%; }

.grid-AlistTopGamesArticle .top-games-title,
.grid-AlistTopGamesArticle .top-inf-title,
.grid-IonTopInfArticle .top-games-title,
.grid-IonTopInfArticle .top-inf-title {
  position: relative;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  color: #FFF;
  padding: 0.4em 0 0.4em 2rem; }
  .grid-AlistTopGamesArticle .top-games-title h2,
  .grid-AlistTopGamesArticle .top-inf-title h2,
  .grid-IonTopInfArticle .top-games-title h2,
  .grid-IonTopInfArticle .top-inf-title h2 {
    font-family: "fs-joey-bold", sans-serif; }

.grid-AlistTopGamesArticle #top-games-carousel,
.grid-AlistTopGamesArticle #top-inf-carousel,
.grid-IonTopInfArticle #top-games-carousel,
.grid-IonTopInfArticle #top-inf-carousel {
  font-size: 1.3rem; }
  .grid-AlistTopGamesArticle #top-games-carousel .owl-wrapper-outer,
  .grid-AlistTopGamesArticle #top-inf-carousel .owl-wrapper-outer,
  .grid-IonTopInfArticle #top-games-carousel .owl-wrapper-outer,
  .grid-IonTopInfArticle #top-inf-carousel .owl-wrapper-outer {
    padding: 0.4rem 0 0 2rem; }

.grid-AlistTopGamesArticle .top-slide-title,
.grid-IonTopInfArticle .top-slide-title {
  text-transform: uppercase;
  color: #000;
  font-family: "fs-joey-bold", sans-serif;
  font-size: 1.6rem; }

.grid-AlistTopGamesArticle li,
.grid-IonTopInfArticle li {
  line-height: 1.5rem;
  margin-bottom: 1em; }

/*************** PUSH MENU ***********/
#push-menu {
  position: fixed;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 320px;
  background-color: #000;
  height: 100%;
  overflow-y: hidden;
  top: 0;
  left: -100%;
  z-index: 1000;
  box-shadow: 0 0 1.5em #000; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 627px) and (min-device-width: 375px) and (orientation: portrait) {
    #push-menu {
      width: 375px;
      left: -375px; } }
  #push-menu.menu-open {
    left: 0px;
    overflow-y: auto; }
    #push-menu.menu-open .menu-section .menu-item {
      width: 100%;
      opacity: 1;
      overflow: hidden;
      display: inline-block; }
    #push-menu.menu-open .menu-section .menu-social-wrapper {
      width: 100%;
      opacity: 1;
      overflow: hidden;
      display: block; }
  #push-menu .topmenulogo {
    width: 65% !important; }
  #push-menu .menu-section {
    width: 100%;
    padding: 6em 0; }
    #push-menu .menu-section.open {
      padding: 1em 0 0 0; }
      #push-menu .menu-section.open .logo-item {
        margin-bottom: 1.5em; }
    #push-menu .menu-section.menu-section-logo {
      background-color: #333;
      text-align: center;
      height: auto; }
    #push-menu .menu-section.menu-section-alist {
      background: #ff691c; }
    #push-menu .menu-section.menu-section-summit {
      background: #9933cc; }
    #push-menu .menu-section.menu-section-ion {
      background: #ff1995; }
    #push-menu .menu-section.menu-footer {
      display: none;
      padding: 2em 0;
      font-size: 0.7rem;
      background-color: #333333; }
      #push-menu .menu-section.menu-footer .menu-item {
        font-weight: 400; }
        #push-menu .menu-section.menu-footer .menu-item:hover {
          background-color: inherit; }
        #push-menu .menu-section.menu-footer .menu-item a {
          color: inherit; }
    #push-menu .menu-section.menu-section-ion, #push-menu .menu-section.menu-section-alist, #push-menu .menu-section.menu-section-summit {
      height: 20vh !important;
      padding: 0 !important;
      display: table; }
      #push-menu .menu-section.menu-section-ion div, #push-menu .menu-section.menu-section-alist div, #push-menu .menu-section.menu-section-summit div {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
    #push-menu .menu-section .menu-item {
      font-weight: 600;
      font-size: 1.1em;
      cursor: pointer;
      transition: all 0.4s linear;
      text-align: center;
      /*padding:0.4rem 3.5rem;*/
      display: inline-block;
      width: 90%;
      width: calc(100% - 13px); }
      #push-menu .menu-section .menu-item a {
        color: #999; }
      #push-menu .menu-section .menu-item.active-menu {
        background-color: #444; }
        #push-menu .menu-section .menu-item.active-menu a {
          color: #FFF; }
      #push-menu .menu-section .menu-item:hover {
        background-color: #444; }
        #push-menu .menu-section .menu-item:hover a {
          color: #FFF; }
      #push-menu .menu-section .menu-item.logo-item {
        /*padding-right:3.5rem;*/ }
        #push-menu .menu-section .menu-item.logo-item:hover {
          background-color: transparent; }
      #push-menu .menu-section .menu-item.logo-item-top {
        width: 90%;
        width: calc(100% - 3em); }
    #push-menu .menu-section .menu-social-wrapper {
      background-color: #525252;
      margin-top: 1em;
      font-size: 20px;
      width: 100%;
      opacity: 0;
      position: relative; }
      #push-menu .menu-section .menu-social-wrapper .menu-social-icon {
        float: left;
        text-align: center;
        padding: 14px 0; }
      #push-menu .menu-section .menu-social-wrapper .menu-search-icon {
        float: left;
        width: 50px;
        padding: 14px 0;
        text-align: center;
        border-left: solid 1px #676767; }
      #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper {
        display: none;
        transition: all 0.4s linear;
        position: absolute;
        height: 58px;
        width: 100%;
        bottom: 0;
        left: 271px;
        background-color: #525252; }
        #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper .search-input {
          float: left;
          width: 90%;
          width: calc(100% - 50px); }
          #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper .search-input .input-wrapper {
            float: left;
            width: 202px;
            padding-left: 7px;
            padding-top: 10px; }
            #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper .search-input .input-wrapper input {
              border-radius: 5px; }
          #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper .search-input .search-button {
            float: left;
            margin: 10px;
            padding: 4px 8px;
            border-radius: 5px;
            background-color: #ff691c;
            color: #FFF;
            cursor: pointer; }
        #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper.active-search {
          left: 0; }
          #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper.active-search .menu-search-icon {
            border-right: solid 1px #676767;
            border-left: none; }

/*************** MOBILE MENU ***********/
#mobile-menu-logo-anim {
  position: absolute;
  width: 100%;
  z-index: 100;
  background-color: #ededed;
  top: 0;
  left: 0;
  padding-left: 4.5em;
  padding-right: 0.5em;
  height: 4em;
  display: table; }
  #mobile-menu-logo-anim .mobile-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
    #mobile-menu-logo-anim .mobile-logo img {
      width: 100%;
      height: auto; }

#mobile-menu-icon {
  display: block;
  position: fixed;
  z-index: 1001;
  width: 4em;
  height: 4em;
  border-radius: 0.1em;
  padding: 1em 0.25em;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.2s linear; }
  #mobile-menu-icon.fixed-menu-open {
    left: 0;
    background: transparent;
    border: none;
    box-shadow: none; }
  #mobile-menu-icon #mobile-menuburger {
    position: relative;
    float: left;
    width: 2.5em;
    height: 2em;
    padding: 0.5em; }
    #mobile-menu-icon #mobile-menuburger .burger-line {
      position: absolute;
      width: 100%;
      height: 0.4em;
      border-radius: 0.1em;
      transition: all 0.2s linear;
      background-color: #fff; }
      #mobile-menu-icon #mobile-menuburger .burger-line#mobile-menu-line1 {
        top: 0; }
      #mobile-menu-icon #mobile-menuburger .burger-line#mobile-menu-line2 {
        top: 0.75em; }
      #mobile-menu-icon #mobile-menuburger .burger-line#mobile-menu-line3 {
        top: 1.5em; }
    #mobile-menu-icon #mobile-menuburger.menu-icon-open .burger-line#mobile-menu-line1 {
      top: 1em;
      left: 0;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Opera, Chrome, and Safari */ }
    #mobile-menu-icon #mobile-menuburger.menu-icon-open .burger-line#mobile-menu-line2 {
      top: 1em;
      left: 0.75em;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Opera, Chrome, and Safari */ }
    #mobile-menu-icon #mobile-menuburger.menu-icon-open .burger-line#mobile-menu-line3 {
      top: 1em;
      left: 1.5em;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Opera, Chrome, and Safari */ }

.menu-section-ayz {
  background-color: #333; }

.menu-section-ayz,
.menu-section-ion,
.menu-section-summit {
  height: 20vh !important;
  padding: 0 !important;
  display: table; }
  .menu-section-ayz div,
  .menu-section-ion div,
  .menu-section-summit div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

#mobile-menu-icon #mobile-menuburger.menu-icon-open {
  width: 2.2em; }

.menu-image {
  width: 70%; }

.menu-image.ayz-menu-image {
  width: 60%; }

#push-menu .menu-section .menu-item a {
  color: #FFF;
  text-transform: uppercase; }

#push-menu .menu-section .menu-item:hover {
  background-color: #ff9934; }

#push-menu .menu-section .menu-social-wrapper {
  background-color: #ff9934; }
  #push-menu .menu-section .menu-social-wrapper .menu-social-icon {
    width: calc(100% / 7);
    width: 14.285%; }

.menu-section-ayz img,
.menu-section-ion img,
.menu-section-summit img {
  width: 70%; }

.alist-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 12;
  visibility: visible; }
  .alist-header.menu-open {
    left: 310px; }
  .alist-header .do-search {
    display: block;
    min-width: 33px;
    min-height: 30px;
    text-align: center; }
  .alist-header.hide {
    visibility: hidden; }

#menu-icon {
  padding: 13px 0 18px 6px;
  z-index: 1001;
  position: fixed;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: rgba(0, 0, 0, 0.2);
  left: 14px;
  top: 8px; }
  #menu-icon.fixed-menu-open {
    left: 320px; }
    @media only screen and (max-width: 400px) {
      #menu-icon.fixed-menu-open {
        left: 260px; } }
  #menu-icon #menuburger {
    position: relative;
    float: none;
    width: 30px;
    height: 30px;
    padding: 5px; }
    #menu-icon #menuburger .burger-line {
      position: absolute;
      width: 100%;
      height: 5px;
      border-radius: 0.1em;
      background-color: #fff;
      transition: all 0.2s linear; }
      #menu-icon #menuburger .burger-line#menu-line1 {
        top: 0; }
      #menu-icon #menuburger .burger-line#menu-line2 {
        top: 10px; }
      #menu-icon #menuburger .burger-line#menu-line3 {
        top: 20px; }
    #menu-icon #menuburger.menu-icon-open .burger-line#menu-line1 {
      top: 10px;
      left: -6px;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Opera, Chrome, and Safari */ }
    #menu-icon #menuburger.menu-icon-open .burger-line#menu-line2 {
      top: 10px;
      left: 4px;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Opera, Chrome, and Safari */ }
    #menu-icon #menuburger.menu-icon-open .burger-line#menu-line3 {
      top: 10px;
      left: 14px;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Opera, Chrome, and Safari */ }

.alist-header-black {
  background-color: #000;
  height: 4em;
  line-height: 4em;
  margin-bottom: 18px;
  padding-left: 65px;
  vertical-align: top; }
  @media only screen and (max-width: 400px) {
    .alist-header-black {
      padding-left: 61px; } }
  .alist-header-black .alist-logo {
    display: inline-block;
    position: relative; }
    .alist-header-black .alist-logo img {
      height: 2.5em;
      margin-top: 0px; }
  .alist-header-black .alist-slogan {
    display: none;
    font-size: 1.2em;
    height: 4rem;
    color: #FFF;
    line-height: 4rem;
    margin-left: 0.4em; }
  .alist-header-black .mobile-right-links {
    font-family: fs-joey-bold, sans-serif; }
    .alist-header-black .mobile-right-links .do-search {
      min-width: 50px; }
  .alist-header-black .alist-icon-cancel {
    display: none; }
  .alist-header-black .search-div.search-active .alist-icon-cancel {
    display: inline;
    font-size: 1.6em; }
  .alist-header-black .search-div.search-active .icon-search {
    display: none; }
  .alist-header-black .search-open {
    position: absolute;
    top: 0;
    right: 3rem;
    width: 0;
    overflow: hidden;
    transition: all 0.8s ease;
    padding: 0;
    border-radius: 0.8em;
    margin-top: 0.5em;
    z-index: 10; }
    .alist-header-black .search-open #search-form-mobile {
      max-width: 100%;
      width: 100%; }
    .alist-header-black .search-open .input-wrapper {
      width: 100%; }
      .alist-header-black .search-open .input-wrapper .inlinesearchbutton {
        position: absolute;
        right: 1em;
        top: 20%; }
        .alist-header-black .search-open .input-wrapper .inlinesearchbutton i {
          color: #666; }
    .alist-header-black .search-open #search-text-mobile {
      margin: 0;
      padding: 1.6em;
      height: 3em; }

.alist-header-gray {
  display: none;
  height: 3em;
  background-color: #333;
  margin-bottom: 18px;
  padding: 0.5em 0;
  position: relative; }
  @media only screen and (min-width: 640px) {
    .alist-header-gray {
      height: 4rem;
      padding: 0.5rem 0; } }
  .alist-header-gray .gray-link {
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    color: #FFF;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .alist-header-gray .gray-link {
        height: 3rem;
        line-height: 3rem; } }
    .alist-header-gray .gray-link:hover .bottom-border, .alist-header-gray .gray-link.active .bottom-border {
      width: 100%;
      background-color: #ff6600; }
  .alist-header-gray .first-link {
    margin-left: 0;
    border-left: none; }
  .alist-header-gray .last-link {
    margin-right: 18px; }
  .alist-header-gray .right-link {
    border-left: none;
    padding: 0 0.5rem; }
  .alist-header-gray .bottom-border {
    background-color: #333;
    position: absolute;
    width: 0;
    bottom: -0.5rem;
    left: 0;
    height: 0.5rem;
    transition: all 0.3s ease; }
  .alist-header-gray .search-open {
    transition: all 0.7s ease;
    width: 0;
    overflow: hidden;
    border-radius: 0.8em;
    z-index: 10;
    margin-right: .8em;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .alist-header-gray .search-open {
        margin-top: 0; } }
    .alist-header-gray .search-open #search-form {
      max-width: 100%; }
    @media only screen and (max-width: 925px) {
      .alist-header-gray .search-open {
        position: absolute;
        right: 4em; } }
    .alist-header-gray .search-open .input-wrapper {
      width: 100%; }
      .alist-header-gray .search-open .input-wrapper .inlinesearchbutton {
        position: absolute;
        right: 1em;
        top: 15%; }
        @media only screen and (min-width: 640px) {
          .alist-header-gray .search-open .input-wrapper .inlinesearchbutton {
            top: 30%; } }
        .alist-header-gray .search-open .input-wrapper .inlinesearchbutton i {
          color: #666; }
    .alist-header-gray .search-open #search-text {
      margin: 0; }
      @media only screen and (min-width: 640px) {
        .alist-header-gray .search-open #search-text {
          height: 3em; } }
  .alist-header-gray .alist-icon-cancel {
    display: none;
    font-size: 1.6em;
    cursor: pointer;
    position: relative;
    z-index: 11; }
  .alist-header-gray .search-div.search-active .alist-icon-cancel {
    display: inline; }
  .alist-header-gray .search-div.search-active .icon-search {
    display: none; }
  .alist-header-gray .selected-category {
    text-transform: uppercase;
    border: solid 1px #FFF;
    border-radius: 0.8em;
    padding: 0em 1em;
    margin-left: 0.4em;
    min-width: 7em;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease; }
    .alist-header-gray .selected-category:hover {
      border-color: #333; }
  .alist-header-gray .category-dropdown {
    display: none;
    position: absolute;
    background-color: #333;
    z-index: 999;
    margin-left: -1em;
    min-width: 7em;
    margin-top: 0.4em;
    color: #FFF;
    text-transform: none;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em; }
    .alist-header-gray .category-dropdown .cat-option {
      padding: 0 1em;
      width: 100%;
      margin: 0;
      height: 2.5em;
      display: block; }
      .alist-header-gray .category-dropdown .cat-option:hover {
        background-color: #555; }
      .alist-header-gray .category-dropdown .cat-option:last-child {
        border-bottom-left-radius: 0.4em;
        border-bottom-right-radius: 0.4em; }

/*#menu-icon {
  display: none;
  position: fixed;
  background-color: #FFF;
  border-radius: 0.1em;
  width: 7em;
  padding: 1em 0 0.5em;
  //top: 10px;
  top: 7em;
  top:calc(7em + 18px);
  left: 14px;
  z-index: 1002;
  cursor: pointer;
  @include box-shadow(0, 0, 0.8em, #000);
  @include transition($menuOpenTime, linear);
  &.fixed-menu-open {
    left: $pushMenuWidth;
  }
  #menuburger {
    position: relative;
    float: left;
    width: 5em;
    height: 4em;
    padding: 1em;
    .burger-line {
      position: absolute;
      width: 100%;
      height: 0.8em;
      border-radius: 0.1em;
      @include transition($menuOpenTime, linear);
      &#menu-line1 {
        top: 0;
      }
      &#menu-line2 {
        top: 1.5em;
      }
      &#menu-line3 {
        top: 3em;
      }
    }
    &.menu-icon-open {
      .burger-line {
        &#menu-line1 {
          top: 1em;
          left: 0em;
          @include rotate(-90deg);
        }
        &#menu-line2 {
          top: 1em;
          left: 1em;
          @include rotate(-90deg);
        }
        &#menu-line3 {
          top: 1em;
          left: 2em;
          @include rotate(-90deg);
        }
      }
    }
  }
} //menu icon*/
*,
*:before,
*:after {
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.column, .columns,
.columns {
  position: relative; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

.table {
  display: table;
  height: 100%;
  width: 100%; }
  .table .table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: left;
    vertical-align: middle; }

html,
body {
  width: 100%;
  height: 100%;
  min-height: 101%;
  padding: 0;
  margin: 0;
  min-width: 320px; }

#infscr-loading,
#json-loading {
  position: fixed;
  bottom: 40px;
  z-index: 2000;
  width: 64px;
  height: 32px;
  margin-left: 49%;
  margin-left: calc(50% - 32px);
  text-align: center; }

#json-loading {
  display: none; }

body {
  font-family: 'fs-joey';
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  background: #FFF;
  color: #000;
  line-height: 1.5; }
  body.single-post .article-wrapper a {
    color: #ff691c; }
    body.single-post .article-wrapper a:hover, body.single-post .article-wrapper a:focus {
      color: #000; }

.middle-table {
  display: table; }

.middle-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }

.orange {
  color: #ff6600; }

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  font-family: 'fs-joey'; }

.mobile-only {
  display: block; }

.desktop-only {
  display: none; }

#pages {
  position: absolute;
  width: 50%;
  left: -50%; }

table {
  border: none; }

#ForgotPassword a {
  color: #ff691c; }

.grayc {
  color: #ccc; }

.graya {
  color: #aaa; }

.gray9 {
  color: #999; }

.gray6, body.tag .article-wrapper .article-shares i,
body.tag .article-wrapper .article-tags i, body.category .article-wrapper .article-shares i,
body.category .article-wrapper .article-tags i, body.single-post .article-wrapper .article-shares i,
body.single-post .article-wrapper .article-tags i, body.page .article-wrapper .article-shares i,
body.page .article-wrapper .article-tags i, body.archive .article-wrapper .article-shares i,
body.archive .article-wrapper .article-tags i, body.error404 .article-wrapper .article-shares i,
body.error404 .article-wrapper .article-tags i {
  color: #666; }

.gray3 {
  color: #333; }

.black {
  color: #000; }

.white {
  color: #FFF; }

.bolder {
  font-weight: 600; }

.row {
  max-width: 100%; }
  .row .row {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.full-image {
  width: 100%; }

.ayz-color {
  color: #666; }

.alist-color {
  color: #ff691c; }

.alist-color-dim {
  color: #d86821; }

.summit-color {
  color: #9933cc; }

.ion-color {
  color: #ff1995; }

.scroll-to {
  cursor: pointer; }

.ayz-bgcolor {
  background-color: #666; }

.alist-bgcolor {
  background-color: #ff691c; }

.summit-bgcolor {
  background-color: #9933cc; }

.ion-bgcolor {
  background-color: #ff1995; }

.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH"; }

.caret-ul {
  line-height: 2;
  list-style: none; }
  .caret-ul li:before {
    content: "";
    border-color: transparent #999;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.5em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.2em;
    position: relative; }

.page-wrapper {
  overflow: hidden;
  min-height: 110%; }

/*************** PRELOADER ***********/
#preloader {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF; }
  #preloader #loader-wrapper {
    position: absolute;
    width: 200px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -100px;
    text-align: center;
    font-size: 2em; }
  #preloader #sprite-loader {
    margin: 0 auto; }

/*************** SEARCH ***********/
/*a.btn,
input[type="submit"],
.Actions .action {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  float: none;
  font-size: inherit;
  letter-spacing: inherit;
  margin: 0;
  font-family: inherit;
  padding: 0;
  text-transform: inherit;
  &:hover {
    background: none;
  }
}*/
#search-form {
  width: 100%; }
  #search-form .search-field {
    height: 3.5rem; }

article.post,
article.page,
body.home #alist-grid-wrapper {
  padding-top: calc(4em + 18px); }
  @media only screen and (min-width: 640px) {
    article.post,
    article.page,
    body.home #alist-grid-wrapper {
      padding-top: calc(8em + 18px); } }

body.page-template-page-about article.page {
  padding-top: 4em; }
  @media only screen and (min-width: 640px) {
    body.page-template-page-about article.page {
      padding-top: 7em; } }

#alist-grid-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
  left: 0;
  padding-bottom: 18px;
  transition: all 0.2s linear; }
  #alist-grid-wrapper.grid-menu-open {
    left: 310px; }

.opacity0 {
  opacity: 0; }

.column.small-no-padding, .small-no-padding.columns,
.columns.small-no-padding {
  padding-left: 0;
  padding-right: 0; }

.Alistsingle-post .article-only {
  display: block; }

.Alistsingle-post .homepage-only {
  display: none; }

#load-more {
  width: 100%;
  margin: 2em 0;
  display: none; }
  #load-more > div {
    font-family: 'fs-joey-bold', sans-serif;
    width: 60%;
    margin-left: 20%;
    background-color: #ff6600;
    border-radius: 0.2em;
    font-size: 1.5em;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    padding: 0.2em 0; }

body.is-reveal-open {
  overflow: hidden;
  position: fixed; }

.reveal {
  overflow-y: auto;
  position: fixed; }
  @media only screen and (max-width: 640px) {
    .reveal {
      height: 100%; } }

#alist-subscribe-modal,
#alist-vip-modal {
  border-bottom: solid 5px #ff6600;
  overflow-y: auto; }
  #alist-subscribe-modal .close-reveal-modal,
  #alist-vip-modal .close-reveal-modal {
    color: #000; }
  #alist-subscribe-modal .alist-icon-cancel,
  #alist-vip-modal .alist-icon-cancel {
    font-size: 1.5em; }
  #alist-subscribe-modal a.alreadymember,
  #alist-vip-modal a.alreadymember {
    color: #ff6600;
    padding-bottom: 80px;
    float: none; }

body.home .page,
body.home .archive,
body.home .article-only,
body.home .at4-share-outer-right {
  display: none; }

body.home .homepage-only {
  display: block; }

body.home .reveal-modal-bg {
  background-color: rgba(0, 0, 0, 0.7); }

body.home #alist-vip-modal {
  z-index: 2001;
  border-bottom: solid 5px #ff6600;
  font-size: 0.9em; }
  body.home #alist-vip-modal .close-reveal-modal {
    color: #000; }
  body.home #alist-vip-modal .alist-icon-cancel {
    font-size: 1.5em; }
  body.home #alist-vip-modal .form-row {
    margin-top: 3em; }
  body.home #alist-vip-modal .center-column {
    border-right: none; }
  body.home #alist-vip-modal .already-vip {
    background-color: #ff6600;
    color: #FFF;
    padding: 0.5em 0;
    cursor: pointer;
    margin: 1em 0;
    font-family: 'fs-joey-bold', sans-serif; }
  body.home #alist-vip-modal .already-member {
    margin-top: 2em; }

.mc-form {
  max-width: none;
  width: 100%; }
  .mc-form .black-input {
    width: 100%;
    padding: 0.5em;
    color: #FFF;
    background-color: #000;
    font-family: 'fs-joey', sans-serif;
    border: none;
    margin: 1.4em 0; }
    .mc-form .black-input:focus {
      color: #FFF;
      background-color: #000; }
  .mc-form .mc-submit {
    width: 100%;
    background-color: #ff6600;
    padding: 0.5em 0;
    color: #FFF; }
    .mc-form .mc-submit:hover {
      background-color: #ff6600;
      color: #FFF; }
  .mc-form .mc-social-wrapper {
    text-align: center;
    color: #ff6600; }
    .mc-form .mc-social-wrapper .mc-social-icon {
      display: inline;
      font-size: 1.4em; }
      .mc-form .mc-social-wrapper .mc-social-icon a {
        color: #ff6600; }

.reveal-modal-bg {
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2000; }

/*************** TAG MODAL ***************/
#tag-modal {
  z-index: 2001;
  background-color: transparent;
  border: none;
  color: #333;
  text-align: center;
  box-shadow: none;
  min-width: 320px;
  font-size: 1.2em;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-left: 0;
  top: 4em !important;
  position: fixed; }
  #tag-modal a {
    color: #000; }
    #tag-modal a:hover, #tag-modal a:focus {
      color: #ff691c; }
  #tag-modal .tags-modal-header {
    font-size: 2.2em;
    color: #666; }
  #tag-modal .tags-modal-subheader {
    font-size: 1.6em;
    margin-top: 2.3em;
    color: #666; }
  #tag-modal .tag-divider {
    padding: 0 0.3em;
    color: #666;
    font-weight: bold;
    display: none; }
  #tag-modal .tag-break {
    display: inline; }
  #tag-modal .close-tag-modal {
    position: absolute;
    color: #000;
    font-size: 3em;
    padding: 0.5rem;
    top: -2.5rem;
    right: 10%;
    cursor: pointer;
    z-index: 2003; }

/*************** one column to 2 ***************/
@media only screen and (min-width: 400px) {
  .mobile-only {
    display: none; }
  .desktop-only {
    display: block; }
  #mobile-menu-logo-anim .mobile-logo img {
    height: 2em;
    width: auto; }
  .owl-theme .owl-controls .owl-page span {
    height: 10px;
    width: 10px; }
  .grid-item.overlay .full-tile-overlay {
    font-size: 1.3em; }
  .close-tag-modal {
    position: absolute;
    color: #000;
    font-size: 3em;
    padding: 0.5rem;
    top: -2.5rem;
    right: 2%;
    cursor: pointer;
    z-index: 2003; } }

/*************** iphone6 portrait standard ***************/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  #push-menu {
    width: 414px;
    left: -414px; }
    #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper {
      left: 360px; }
    #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper .search-input .input-wrapper {
      width: 296px; }
  #mobile-menu-icon.fixed-menu-open {
    left: calc(414px - 4em); }
  .grid-item.overlay .full-tile-overlay {
    font-size: 1.2em; } }

/*************** iphone 6 zoomed ***************/
@media screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 3) {
  #push-menu {
    width: 320px;
    left: -320px; }
    #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper {
      left: 320px; }
    #push-menu .menu-section .menu-social-wrapper #menu-search-wrapper .search-input .input-wrapper {
      width: 257px; }
  #mobile-menu-icon.fixed-menu-open {
    left: calc(375px - 4em); } }

@media only screen and (min-width: 641px) {
  .home,
  .page,
  .archive,
  .search,
  .single-post {
    /*#menu-icon {
        // display: block;
        width: 48px;
        padding: 10px 0 5px;
        #menuburger {
          float: left;
          width: 30px;
          height: 30px;
          padding: 9px;
          .burger-line {
            height: 5px;
            &#menu-line1 {
              top: 0;
            }
            &#menu-line2 {
              top: 10px;
            }
            &#menu-line3 {
              top: 20px;
            }
          }
          &.menu-icon-open {
            .burger-line {
              &#menu-line1 {
                top: 10px;
                left: 0px;
              }
              &#menu-line2 {
                top: 10px;
                left: 10px;
              }
              &#menu-line3 {
                top: 10px;
                left: 20px;
              }
            }
          }
        }
      }*/ }
    .home #push-menu,
    .page #push-menu,
    .archive #push-menu,
    .search #push-menu,
    .single-post #push-menu {
      left: -307px; }
      .home #push-menu.menu-open,
      .page #push-menu.menu-open,
      .archive #push-menu.menu-open,
      .search #push-menu.menu-open,
      .single-post #push-menu.menu-open {
        left: 0px; }
    .home #mobile-menu-icon,
    .home #mobile-menu-logo-anim,
    .page #mobile-menu-icon,
    .page #mobile-menu-logo-anim,
    .archive #mobile-menu-icon,
    .archive #mobile-menu-logo-anim,
    .search #mobile-menu-icon,
    .search #mobile-menu-logo-anim,
    .single-post #mobile-menu-icon,
    .single-post #mobile-menu-logo-anim {
      display: none; }
    .home #ayz-grid-wrapper,
    .page #ayz-grid-wrapper,
    .archive #ayz-grid-wrapper,
    .search #ayz-grid-wrapper,
    .single-post #ayz-grid-wrapper {
      padding-top: 18px;
      top: 0; }
      .home #ayz-grid-wrapper #logo,
      .home #ayz-grid-wrapper #map,
      .page #ayz-grid-wrapper #logo,
      .page #ayz-grid-wrapper #map,
      .archive #ayz-grid-wrapper #logo,
      .archive #ayz-grid-wrapper #map,
      .search #ayz-grid-wrapper #logo,
      .search #ayz-grid-wrapper #map,
      .single-post #ayz-grid-wrapper #logo,
      .single-post #ayz-grid-wrapper #map {
        display: table; }
  .single-post .article-back,
  .single-post .mobile-line {
    display: none; }
  .single-post .article-wrapper .share {
    font-size: 1.5em; }
  .single-post .article-wrapper .subtitle {
    margin-top: 0.8em; }
  .single-post .article-inner {
    top: -2em; }
  .single-post .article-wrapper .article-header {
    padding: 1rem; }
    .single-post .article-wrapper .article-header.no-pad-top {
      padding: 0 1rem; }
  .single-post.SearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    height: 200px;
    width: 200px; }
  .single-post.SearchPage .gs-web-image-box-portrait img.gs-image {
    max-height: 400px;
    max-width: 200px; }
  #push-menu {
    left: -310px; }
  #mobile-menu-icon,
  #mobile-menu-logo-anim {
    display: none; }
  /*#menu-icon {
      display: block;
      width: 5em;
    }*/
  #tag-modal .tag-divider {
    display: inline; }
  #tag-modal .tag-break {
    display: none; }
  #tag-modal .close-tag-modal {
    top: 0; } }

/*@media only screen and (min-width: 1800px) {
  body {
    font-size: 120%;
  }
}

@media only screen and (min-width: 2400px) {
  body {
    font-size: 150%;
  }
}

@media only screen and (min-width: 3000px) {
  body {
    font-size: 180%;
  }
}*/
/*************** Video Tile Module ***************/
section.video-tile-module .first-row {
  overflow: hidden;
  position: relative; }

section.video-tile-module .alist-icon-play {
  font-size: 3em;
  opacity: 0.7;
  transition: all 0.3s linear; }

section.video-tile-module .iframe-video-player {
  width: 75%;
  float: left;
  height: 100%;
  cursor: pointer; }

section.video-tile-module .main-video {
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative; }

section.video-tile-module .second-row {
  display: none; }

section.video-tile-module .video-thumb {
  position: relative;
  cursor: pointer;
  float: left;
  height: 100%;
  height: calc(100% - $gutter);
  margin-left: 18px;
  margin-top: 18px;
  background-size: cover;
  background-position: center center; }
  section.video-tile-module .video-thumb.video-thumb1 {
    margin-top: 0; }
  section.video-tile-module .video-thumb.video-thumb3 {
    margin-left: 0; }
  section.video-tile-module .video-thumb .video-thumb-title {
    position: absolute;
    color: #FFF;
    bottom: 0;
    left: 0;
    padding: 0.25em 0.5em; }

section.video-tile-module .orange-play-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 105, 28, 0.6);
  transition: all 0.3s linear; }
  section.video-tile-module .orange-play-overlay:hover {
    background-color: rgba(255, 105, 28, 0.3); }
    section.video-tile-module .orange-play-overlay:hover .alist-icon-play {
      font-size: 4em;
      opacity: 1; }

section.video-tile-module .video-title {
  position: absolute;
  color: #FFF;
  bottom: 0;
  left: 0;
  font-size: 2em;
  padding: 0.25em 0.5em; }

/*************** Custom Tiles ***************/
.top-games-content-wrapper .top-games-data {
  display: block; }

.top-inf-content-wrapper .top-inf-data {
  display: block; }

.video-module-wrapper .video-tile-module {
  display: block; }

.month-wrapper {
  font-size: 1.3em;
  margin-top: 2em !important;
  color: #ff6600; }
  .month-wrapper a {
    color: #ff6600 !important; }

#disqus_thread {
  margin-top: 5em; }

#dsq-1 #placement-bottom {
  display: none !important; }

.at-share-btn span.label {
  font-family: 'fs-joey', sans-serif; }

.atm-i .atm-f a.at-branding-logo {
  margin-top: 0; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #alist-grid .article-overlay .overlay-title h3 {
    font-size: 1.3em;
    margin-bottom: 2em; }
  #alist-grid .article-overlay .overlay-desc {
    display: none; }
  #alist-grid .grid-item.mobile-hover .article-overlay {
    height: 100%; }
  #alist-grid .grid-item.mobile-hover .overlay-title h3 {
    margin-bottom: 0.5em; } }

@media only screen and (min-width: 512px) {
  .alist-header-black .mobile-right-links > div {
    padding: 0 0.2rem; }
  .alist-header-black .mobile-right-links > div.search-open {
    padding: 0; }
  #alist-grid .article-overlay .overlay-title-wrapper {
    font-size: 0.6em; }
  #alist-grid .article-overlay .overlay-desc {
    height: 1.2em; }
    #alist-grid .article-overlay .overlay-desc p {
      font-size: 0.6em;
      line-height: 1em; }
  #alist-grid .grid-item.desktop-item:hover .article-overlay .overlay-title-wrapper {
    font-size: 0.6em; }
  #alist-grid .grid-item.desktop-item.mobile-hover .article-overlay .overlay-title-wrapper {
    font-size: 0.6em; }
  .grid-AlistTopGamesArticle #top-games-carousel,
  .grid-AlistTopGamesArticle #top-inf-carousel,
  .grid-IonTopInfArticle #top-games-carousel,
  .grid-IonTopInfArticle #top-inf-carousel {
    font-size: 0.9rem; }
  .grid-AlistTopGamesArticle .top-slide-title,
  .grid-IonTopInfArticle .top-slide-title {
    font-size: 1.2rem; }
  section.video-tile-module .video-details {
    display: block; }
  section.video-tile-module .video-thumb3 {
    display: none; }
  section.video-tile-module .second-row {
    display: block; } }

@media only screen and (min-width: 599px) {
  #alist-grid .about-theme {
    font-size: 1em; }
  .article-overlay .overlay-title {
    font-size: 0.7em; } }

@media only screen and (min-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4; }
  p {
    line-height: 1.6; }
  .overlay-desc {
    height: 2.2em; }
    .overlay-desc p {
      font-size: 1.1em;
      line-height: 0.8em; }
  #alist-grid-wrapper {
    margin-top: 0; }
  .column.small-no-padding, .small-no-padding.columns,
  .columns.small-no-padding {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .alist-header-black {
    margin-bottom: 0; }
    .alist-header-black .alist-logo img {
      height: 2.5em;
      widows: auto;
      margin-top: 0; }
    .alist-header-black .alist-slogan {
      font-size: 1.2em;
      height: 4rem;
      color: #FFF;
      line-height: 4rem;
      margin-left: 0.3em;
      display: inline-block; }
  .alist-header-gray {
    display: block; }
    .alist-header-gray .gray-link {
      font-size: 1em; }
    .alist-header-gray .first-link {
      margin-left: 22px; }
    .alist-header-gray .last-link {
      margin-right: 18px; }
  .top-games-content .firstTable .table-item.odd,
  .top-games-content .secondTable .table-item.odd {
    background-color: #ccc; }
  .top-games-content .firstTable .table-item.even,
  .top-games-content .secondTable .table-item.even {
    background-color: #ececec; }
  .grid-AlistTopGamesArticle .top-games-title h2,
  .grid-AlistTopGamesArticle .top-inf-title h2,
  .grid-IonTopInfArticle .top-games-title h2,
  .grid-IonTopInfArticle .top-inf-title h2 {
    font-size: 1.8rem; }
  .grid-AlistTopGamesArticle #top-games-carousel,
  .grid-AlistTopGamesArticle #top-inf-carousel,
  .grid-IonTopInfArticle #top-games-carousel,
  .grid-IonTopInfArticle #top-inf-carousel {
    font-size: 1rem; }
  .grid-AlistTopGamesArticle .top-slide-title,
  .grid-IonTopInfArticle .top-slide-title {
    font-size: 1.3rem; }
  #alist-grid .alist-featured-article-large .featured-overlay.homepage-only {
    font-size: 1.1em;
    background-color: rgba(0, 0, 0, 0.5); }
  #alist-grid .alist-featured-article-large .featured-desc {
    font-size: 2em; }
  #alist-grid .alist-featured-article .featured-overlay.homepage-only {
    font-size: 0.9em; }
  #alist-grid .alist-featured-article .featured-desc {
    font-size: 1.8em; }
  .AlistEventsPage .event-details-wrapper {
    padding-left: 2em; }
  footer.alist-footer {
    position: fixed;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    background-color: #333;
    z-index: 999;
    font-size: 0.9em;
    color: #FFF;
    padding: 0 18px;
    transition: all 0.2s linear; }
    footer.alist-footer.menu-open {
      left: 320px; }
    footer.alist-footer a:hover {
      color: #ff6600; }
  body.home #alist-vip-modal .center-column {
    border-right: solid 1px #000; }
  body.home #alist-vip-modal .already-member {
    margin-top: 0; } }

@media only screen and (min-width: 650px) {
  .article-overlay .overlay-title {
    font-size: 0.8em; } }

@media only screen and (min-width: 908px) {
  #alist-grid .article-overlay .overlay-title {
    font-size: 1em; }
  #alist-grid .article-overlay .overlay-desc {
    height: 1.6em; }
    #alist-grid .article-overlay .overlay-desc p {
      font-size: 0.8em;
      line-height: 1em; }
  section.video-tile-module .video-thumb3 {
    display: block; }
  .quote-tile .quote-image-wrapper {
    display: block; }
  .quote-tile .quote-wrapper {
    margin-left: 18px; } }

@media only screen and (min-width: 1200px) {
  #alist-grid .featured-title > h2 {
    font-size: 2.5em; }
  .article-overlay .overlay-title {
    font-size: 1.3em; }
  .article-overlay .overlay-desc {
    height: 2em; }
    .article-overlay .overlay-desc p {
      font-size: 1em;
      line-height: 1em; }
  .grid-AlistTopGamesArticle .top-games-title h2,
  .grid-AlistTopGamesArticle .top-inf-title h2,
  .grid-IonTopInfArticle .top-games-title h2,
  .grid-IonTopInfArticle .top-inf-title h2 {
    font-size: 2.3125rem; }
  .grid-AlistTopGamesArticle #top-games-carousel,
  .grid-AlistTopGamesArticle #top-inf-carousel,
  .grid-IonTopInfArticle #top-games-carousel,
  .grid-IonTopInfArticle #top-inf-carousel {
    font-size: 1.3rem; }
  .grid-AlistTopGamesArticle .top-slide-title,
  .grid-IonTopInfArticle .top-slide-title {
    font-size: 1.6rem; }
  #alist-grid .article-overlay .overlay-title-wrapper {
    font-size: 0.6em; }
  /*

  #alist-grid .grid-item.desktop-item{
      
      &:hover{
        
        .article-overlay{//brand / inf articles dark overlay
          
          .overlay-title-wrapper{
            font-size:0.8em;
          }
                    
        }
            
      }
    
    &.mobile-hover{
      .article-overlay{//brand / inf articles dark overlay
        .overlay-title-wrapper{
          font-size:0.8em;
        }
      }
    }
  }
  */ }

@media only screen and (min-width: 1600px) {
  .article-overlay .overlay-title {
    font-size: 1.4em; }
  .overlay-desc {
    height: 2.4em; }
    .overlay-desc p {
      font-size: 1.2em;
      line-height: 1em; }
  .grid-AlistTopGamesArticle ol,
  .grid-IonTopInfArticle ol {
    margin-left: 1.4em; }
  .grid-AlistTopGamesArticle .top-games-title,
  .grid-AlistTopGamesArticle .top-inf-title,
  .grid-IonTopInfArticle .top-games-title,
  .grid-IonTopInfArticle .top-inf-title {
    padding: 0.7em 0 0.7em 3rem; }
    .grid-AlistTopGamesArticle .top-games-title h2,
    .grid-AlistTopGamesArticle .top-inf-title h2,
    .grid-IonTopInfArticle .top-games-title h2,
    .grid-IonTopInfArticle .top-inf-title h2 {
      font-size: 3em; }
  .grid-AlistTopGamesArticle #top-games-carousel,
  .grid-AlistTopGamesArticle #top-inf-carousel,
  .grid-IonTopInfArticle #top-games-carousel,
  .grid-IonTopInfArticle #top-inf-carousel {
    font-size: 1.8em; }
    .grid-AlistTopGamesArticle #top-games-carousel .owl-wrapper-outer,
    .grid-AlistTopGamesArticle #top-inf-carousel .owl-wrapper-outer,
    .grid-IonTopInfArticle #top-games-carousel .owl-wrapper-outer,
    .grid-IonTopInfArticle #top-inf-carousel .owl-wrapper-outer {
      padding: 0.5em 0 0 3rem; }
  .grid-AlistTopGamesArticle .top-slide-title,
  .grid-IonTopInfArticle .top-slide-title {
    font-size: 1.3em; } }

.sponsored-callout {
  background: #ff6600;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: bold; }

.search-sort-options a.active {
  border-bottom: 2px solid #ff691c;
  color: #333; }

/*********************
SEARCH RESULT STYLES
*********************/
.search-form .search-field {
  height: 4.5rem;
  font-size: 3rem !important;
  border: none !important;
  background-color: white;
  box-shadow: none; }

.search-form .icon-search {
  font-size: 3rem; }

.search-form .search-submit {
  font-size: 1.25rem; }

body.search .search-item {
  padding: 18px; }
  body.search .search-item a {
    color: #000; }

/***********
  Fixes Logo in Windows Phone
  ************/
a.ga-tracker > img {
  width: 93px; }

/************
  Subscribe Now Modal Modifications - Normal Size
  ************/
.subscribe-font {
  font-size: inherit; }

/************
  Subscribe Modal - iPhone 4 size
  ************/
@media only screen and (max-width: 321px) and (max-height: 480px) {
  .subscribe-font {
    font-size: 1.4em; }
  .mc-form {
    max-width: none;
    width: 100%; }
    .mc-form .black-input {
      width: 100%;
      padding: 0.5em;
      color: #FFF;
      background-color: #000;
      font-family: 'fs-joey', sans-serif;
      border: none;
      margin: 0.5em 0; }
      .mc-form .black-input:focus {
        color: #FFF;
        background-color: #000; } }

/************
  Subscribe Modal - iPhone 5 size
  ************/
@media only screen and (max-width: 321px) and (min-height: 481px) and (max-height: 570px) {
  .subscribe-font {
    font-size: 1.4em; }
  .mc-form {
    max-width: none;
    width: 100%; }
    .mc-form .black-input {
      width: 100%;
      padding: 0.5em;
      color: #FFF;
      background-color: #000;
      font-family: 'fs-joey', sans-serif;
      border: none;
      margin: 1.0em 0; }
      .mc-form .black-input:focus {
        color: #FFF;
        background-color: #000; } }

.title-font {
  text-transform: uppercase; }

.article-hero {
  padding-bottom: 1em; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

.page-navigation .pagination {
  margin-bottom: 4rem; }
  @media only screen and (min-width: 641px) {
    .page-navigation .pagination {
      margin-bottom: 2rem; } }

.ad-container {
  padding: 2em 0; }
  .ad-container img {
    margin: 0 auto;
    display: block; }

hr {
  width: 100% !important;
  max-width: 100% !important; }

.article-overlay {
  position: absolute;
  height: 35%;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.3em;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 0 1em 0 .8em;
  transition: all 0.3s ease;
  display: table; }
  @media only screen and (max-width: 924px) {
    .article-overlay {
      height: 45%; } }
  .article-overlay .article-overlay-inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: top; }
  .article-overlay .overlay-title-wrapper {
    font-size: 0.6em;
    transition: all 0.3s ease; }
  .article-overlay .overlay-title {
    font-size: 1em;
    color: #FFF;
    font-family: 'fs-joey-bold', sans-serif; }
    .article-overlay .overlay-title h3 {
      line-height: 1.2;
      margin-bottom: 1rem;
      font-size: 1.5em;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 2.5em; }
  .article-overlay .col-2.row-1 .article-overlay .article-overlay {
    font-size: 1.1em; }
  .article-overlay .overlay-desc {
    height: 1.6em;
    margin-bottom: 0.5em;
    transition: opacity 1s ease-out;
    opacity: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .article-overlay .overlay-desc p {
      font-size: 0.8em;
      line-height: 1em; }

.twitter-tweet iframe {
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 640px) {
  body.page h1.articleheadline {
    margin-left: 1.35em;
    margin-top: 2em; } }

.article-wrapper {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    .article-wrapper img {
      width: 100%;
      height: auto; } }
  .article-wrapper iframe {
    max-width: 100%; }

body .search .article-wrapper,
.error404 .article-wrapper {
  padding-bottom: 40px;
  padding-top: calc(7em + 18px); }
  @media only screen and (max-width: 640px) {
    body .search .article-wrapper,
    .error404 .article-wrapper {
      padding-top: calc(4em + 18px); } }

/*************** single-post ***************/
body.tag #menu-a-logo, body.category #menu-a-logo, body.single-post #menu-a-logo, body.page #menu-a-logo, body.archive #menu-a-logo, body.error404 #menu-a-logo {
  width: 3em;
  margin: 0 0 12px 5px; }

body.tag .article-back, body.category .article-back, body.single-post .article-back, body.page .article-back, body.archive .article-back, body.error404 .article-back {
  cursor: pointer;
  padding: 1em 0 0 1em;
  width: 100%; }

body.tag .article-wrapper, body.category .article-wrapper, body.single-post .article-wrapper, body.page .article-wrapper, body.archive .article-wrapper, body.error404 .article-wrapper {
  position: relative;
  transition: all 0.2s linear;
  left: 0;
  width: 100%; }
  body.tag .article-wrapper.article-menu-open, body.category .article-wrapper.article-menu-open, body.single-post .article-wrapper.article-menu-open, body.page .article-wrapper.article-menu-open, body.archive .article-wrapper.article-menu-open, body.error404 .article-wrapper.article-menu-open {
    left: 310px; }
  body.tag .article-wrapper .article-header, body.category .article-wrapper .article-header, body.single-post .article-wrapper .article-header, body.page .article-wrapper .article-header, body.archive .article-wrapper .article-header, body.error404 .article-wrapper .article-header {
    font-size: 1em;
    font-weight: 700;
    padding: 2.5rem 0 2rem;
    line-height: 1; }
    body.tag .article-wrapper .article-header h1,
    body.tag .article-wrapper .article-header .h1-sub, body.category .article-wrapper .article-header h1,
    body.category .article-wrapper .article-header .h1-sub, body.single-post .article-wrapper .article-header h1,
    body.single-post .article-wrapper .article-header .h1-sub, body.page .article-wrapper .article-header h1,
    body.page .article-wrapper .article-header .h1-sub, body.archive .article-wrapper .article-header h1,
    body.archive .article-wrapper .article-header .h1-sub, body.error404 .article-wrapper .article-header h1,
    body.error404 .article-wrapper .article-header .h1-sub {
      display: inline-block;
      font-size: 2rem;
      letter-spacing: -1px;
      margin-bottom: 0;
      line-height: 1.1; }
  body.tag .article-wrapper .article-client, body.category .article-wrapper .article-client, body.single-post .article-wrapper .article-client, body.page .article-wrapper .article-client, body.archive .article-wrapper .article-client, body.error404 .article-wrapper .article-client {
    font-size: 1.5rem;
    letter-spacing: -1px; }
  body.tag .article-wrapper .subtitle, body.category .article-wrapper .subtitle, body.single-post .article-wrapper .subtitle, body.page .article-wrapper .subtitle, body.archive .article-wrapper .subtitle, body.error404 .article-wrapper .subtitle {
    margin-top: 1.8em;
    font-size: 1em; }
    body.tag .article-wrapper .subtitle h2, body.category .article-wrapper .subtitle h2, body.single-post .article-wrapper .subtitle h2, body.page .article-wrapper .subtitle h2, body.archive .article-wrapper .subtitle h2, body.error404 .article-wrapper .subtitle h2 {
      font-size: 1.5rem; }
  body.tag .article-wrapper .share, body.category .article-wrapper .share, body.single-post .article-wrapper .share, body.page .article-wrapper .share, body.archive .article-wrapper .share, body.error404 .article-wrapper .share {
    font-size: 1.2em; }
  body.tag .article-wrapper .article-subheader, body.category .article-wrapper .article-subheader, body.single-post .article-wrapper .article-subheader, body.page .article-wrapper .article-subheader, body.archive .article-wrapper .article-subheader, body.error404 .article-wrapper .article-subheader {
    font-weight: 700;
    padding: 0 1rem;
    margin: 1em 0; }
    body.tag .article-wrapper .article-subheader.top-subheader, body.category .article-wrapper .article-subheader.top-subheader, body.single-post .article-wrapper .article-subheader.top-subheader, body.page .article-wrapper .article-subheader.top-subheader, body.archive .article-wrapper .article-subheader.top-subheader, body.error404 .article-wrapper .article-subheader.top-subheader {
      margin: 0 0 1em 0; }
  body.tag .article-wrapper .owl-wrapper-outer, body.category .article-wrapper .owl-wrapper-outer, body.single-post .article-wrapper .owl-wrapper-outer, body.page .article-wrapper .owl-wrapper-outer, body.archive .article-wrapper .owl-wrapper-outer, body.error404 .article-wrapper .owl-wrapper-outer {
    background-color: #FFF; }
  body.tag .article-wrapper .video-wrapper,
  body.tag .article-wrapper .videoWrapper, body.category .article-wrapper .video-wrapper,
  body.category .article-wrapper .videoWrapper, body.single-post .article-wrapper .video-wrapper,
  body.single-post .article-wrapper .videoWrapper, body.page .article-wrapper .video-wrapper,
  body.page .article-wrapper .videoWrapper, body.archive .article-wrapper .video-wrapper,
  body.archive .article-wrapper .videoWrapper, body.error404 .article-wrapper .video-wrapper,
  body.error404 .article-wrapper .videoWrapper {
    position: relative;
    padding-bottom: 57%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    body.tag .article-wrapper .video-wrapper iframe,
    body.tag .article-wrapper .videoWrapper iframe, body.category .article-wrapper .video-wrapper iframe,
    body.category .article-wrapper .videoWrapper iframe, body.single-post .article-wrapper .video-wrapper iframe,
    body.single-post .article-wrapper .videoWrapper iframe, body.page .article-wrapper .video-wrapper iframe,
    body.page .article-wrapper .videoWrapper iframe, body.archive .article-wrapper .video-wrapper iframe,
    body.archive .article-wrapper .videoWrapper iframe, body.error404 .article-wrapper .video-wrapper iframe,
    body.error404 .article-wrapper .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  body.tag .article-wrapper .article-inner, body.category .article-wrapper .article-inner, body.single-post .article-wrapper .article-inner, body.page .article-wrapper .article-inner, body.archive .article-wrapper .article-inner, body.error404 .article-wrapper .article-inner {
    position: relative;
    top: 0em; }
  body.tag .article-wrapper hr, body.category .article-wrapper hr, body.single-post .article-wrapper hr, body.page .article-wrapper hr, body.archive .article-wrapper hr, body.error404 .article-wrapper hr {
    width: 100% !important;
    background-color: #ccc;
    color: #ccc;
    border: 0;
    height: 1px;
    margin: 1rem 0.9375rem 0.5rem; }
    body.tag .article-wrapper hr.no-margin, body.category .article-wrapper hr.no-margin, body.single-post .article-wrapper hr.no-margin, body.page .article-wrapper hr.no-margin, body.archive .article-wrapper hr.no-margin, body.error404 .article-wrapper hr.no-margin {
      margin: 0; }
  body.tag .article-wrapper .article-shares,
  body.tag .article-wrapper .article-tags, body.category .article-wrapper .article-shares,
  body.category .article-wrapper .article-tags, body.single-post .article-wrapper .article-shares,
  body.single-post .article-wrapper .article-tags, body.page .article-wrapper .article-shares,
  body.page .article-wrapper .article-tags, body.archive .article-wrapper .article-shares,
  body.archive .article-wrapper .article-tags, body.error404 .article-wrapper .article-shares,
  body.error404 .article-wrapper .article-tags {
    margin-top: 1em;
    cursor: pointer;
    color: #000;
    float: left; }
  body.tag .article-wrapper .article-content, body.category .article-wrapper .article-content, body.single-post .article-wrapper .article-content, body.page .article-wrapper .article-content, body.archive .article-wrapper .article-content, body.error404 .article-wrapper .article-content {
    padding: 0 1rem 2rem;
    font-size: 1rem;
    font-family: Verdana, Geneva, sans-serif; }
    body.tag .article-wrapper .article-content.no-padding, body.category .article-wrapper .article-content.no-padding, body.single-post .article-wrapper .article-content.no-padding, body.page .article-wrapper .article-content.no-padding, body.archive .article-wrapper .article-content.no-padding, body.error404 .article-wrapper .article-content.no-padding {
      padding: 0; }
    body.tag .article-wrapper .article-content p, body.category .article-wrapper .article-content p, body.single-post .article-wrapper .article-content p, body.page .article-wrapper .article-content p, body.archive .article-wrapper .article-content p, body.error404 .article-wrapper .article-content p {
      line-height: 2; }
  body.tag .article-wrapper .article-shares, body.category .article-wrapper .article-shares, body.single-post .article-wrapper .article-shares, body.page .article-wrapper .article-shares, body.archive .article-wrapper .article-shares, body.error404 .article-wrapper .article-shares {
    padding-right: 1rem; }
  body.tag .article-wrapper .article-tags a, body.category .article-wrapper .article-tags a, body.single-post .article-wrapper .article-tags a, body.page .article-wrapper .article-tags a, body.archive .article-wrapper .article-tags a, body.error404 .article-wrapper .article-tags a {
    color: #666; }
    body.tag .article-wrapper .article-tags a:hover, body.category .article-wrapper .article-tags a:hover, body.single-post .article-wrapper .article-tags a:hover, body.page .article-wrapper .article-tags a:hover, body.archive .article-wrapper .article-tags a:hover, body.error404 .article-wrapper .article-tags a:hover {
      color: #ff691c; }
  body.tag .article-wrapper .owl-theme .owl-controls, body.category .article-wrapper .owl-theme .owl-controls, body.single-post .article-wrapper .owl-theme .owl-controls, body.page .article-wrapper .owl-theme .owl-controls, body.archive .article-wrapper .owl-theme .owl-controls, body.error404 .article-wrapper .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    margin-right: 0.9375rem;
    z-index: 10; }
  body.tag .article-wrapper .owl-theme .owl-controls .owl-page span, body.category .article-wrapper .owl-theme .owl-controls .owl-page span, body.single-post .article-wrapper .owl-theme .owl-controls .owl-page span, body.page .article-wrapper .owl-theme .owl-controls .owl-page span, body.archive .article-wrapper .owl-theme .owl-controls .owl-page span, body.error404 .article-wrapper .owl-theme .owl-controls .owl-page span {
    margin: 5px; }
  body.tag .article-wrapper .owl-theme .owl-controls .owl-page.active span,
  body.tag .article-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span, body.category .article-wrapper .owl-theme .owl-controls .owl-page.active span,
  body.category .article-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span, body.single-post .article-wrapper .owl-theme .owl-controls .owl-page.active span,
  body.single-post .article-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span, body.page .article-wrapper .owl-theme .owl-controls .owl-page.active span,
  body.page .article-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span, body.archive .article-wrapper .owl-theme .owl-controls .owl-page.active span,
  body.archive .article-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span, body.error404 .article-wrapper .owl-theme .owl-controls .owl-page.active span,
  body.error404 .article-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff691c; }

body.tag .double-line, body.category .double-line, body.single-post .double-line, body.page .double-line, body.archive .double-line, body.error404 .double-line {
  height: 3px;
  width: 100%;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 1em 0; }
  body.tag .double-line.no-bottom-mar, body.category .double-line.no-bottom-mar, body.single-post .double-line.no-bottom-mar, body.page .double-line.no-bottom-mar, body.archive .double-line.no-bottom-mar, body.error404 .double-line.no-bottom-mar {
    margin-bottom: 0; }

body.tag .google-maps, body.category .google-maps, body.single-post .google-maps, body.page .google-maps, body.archive .google-maps, body.error404 .google-maps {
  position: relative;
  padding-bottom: 50.7%;
  height: 0;
  overflow: hidden; }
  body.tag .google-maps iframe, body.category .google-maps iframe, body.single-post .google-maps iframe, body.page .google-maps iframe, body.archive .google-maps iframe, body.error404 .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

body.tag .articles-shares-buttons, body.category .articles-shares-buttons, body.single-post .articles-shares-buttons, body.page .articles-shares-buttons, body.archive .articles-shares-buttons, body.error404 .articles-shares-buttons {
  display: none;
  padding: 1rem 0; }
  body.tag .articles-shares-buttons.active, body.category .articles-shares-buttons.active, body.single-post .articles-shares-buttons.active, body.page .articles-shares-buttons.active, body.archive .articles-shares-buttons.active, body.error404 .articles-shares-buttons.active {
    display: block; }
  body.tag .articles-shares-buttons .share-like, body.category .articles-shares-buttons .share-like, body.single-post .articles-shares-buttons .share-like, body.page .articles-shares-buttons .share-like, body.archive .articles-shares-buttons .share-like, body.error404 .articles-shares-buttons .share-like {
    float: left;
    margin: 0 0.2em; }
    body.tag .articles-shares-buttons .share-like .gplus > div, body.category .articles-shares-buttons .share-like .gplus > div, body.single-post .articles-shares-buttons .share-like .gplus > div, body.page .articles-shares-buttons .share-like .gplus > div, body.archive .articles-shares-buttons .share-like .gplus > div, body.error404 .articles-shares-buttons .share-like .gplus > div {
      bottom: 0 !important; }

body.tag.OurClientsPage .article-wrapper .owl-carousel, body.category.OurClientsPage .article-wrapper .owl-carousel, body.single-post.OurClientsPage .article-wrapper .owl-carousel, body.page.OurClientsPage .article-wrapper .owl-carousel, body.archive.OurClientsPage .article-wrapper .owl-carousel, body.error404.OurClientsPage .article-wrapper .owl-carousel {
  padding: 0;
  margin-top: 2em; }

body.tag.OurClientsPage .article-wrapper .article-shares, body.category.OurClientsPage .article-wrapper .article-shares, body.single-post.OurClientsPage .article-wrapper .article-shares, body.page.OurClientsPage .article-wrapper .article-shares, body.archive.OurClientsPage .article-wrapper .article-shares, body.error404.OurClientsPage .article-wrapper .article-shares {
  display: none; }

body.tag.SearchPage .gsc-above-wrapper-area,
body.tag.SearchPage .gcsc-branding,
body.tag.SearchPage #adBlock, body.category.SearchPage .gsc-above-wrapper-area,
body.category.SearchPage .gcsc-branding,
body.category.SearchPage #adBlock, body.single-post.SearchPage .gsc-above-wrapper-area,
body.single-post.SearchPage .gcsc-branding,
body.single-post.SearchPage #adBlock, body.page.SearchPage .gsc-above-wrapper-area,
body.page.SearchPage .gcsc-branding,
body.page.SearchPage #adBlock, body.archive.SearchPage .gsc-above-wrapper-area,
body.archive.SearchPage .gcsc-branding,
body.archive.SearchPage #adBlock, body.error404.SearchPage .gsc-above-wrapper-area,
body.error404.SearchPage .gcsc-branding,
body.error404.SearchPage #adBlock {
  display: none; }

body.tag.SearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, body.category.SearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, body.single-post.SearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, body.page.SearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, body.archive.SearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, body.error404.SearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  height: 60px;
  width: 50px; }

body.tag.SearchPage .gs-web-image-box-portrait img.gs-image, body.category.SearchPage .gs-web-image-box-portrait img.gs-image, body.single-post.SearchPage .gs-web-image-box-portrait img.gs-image, body.page.SearchPage .gs-web-image-box-portrait img.gs-image, body.archive.SearchPage .gs-web-image-box-portrait img.gs-image, body.error404.SearchPage .gs-web-image-box-portrait img.gs-image {
  max-height: 120px;
  max-width: 50px; }

body.single-post .sponsored-callout, body.post .sponsored-callout, body.error404 .sponsored-callout {
  padding: 20px; }

body.single-post .alist-header-black, body.post .alist-header-black, body.error404 .alist-header-black {
  margin-bottom: 0; }

@media only screen and (min-width: 640px) {
  body.single-post .article-wrapper .owl-carousel, body.post .article-wrapper .owl-carousel, body.error404 .article-wrapper .owl-carousel {
    padding: 0; } }

body.single-post .article-wrapper .owl-carousel .owl-item, body.post .article-wrapper .owl-carousel .owl-item, body.error404 .article-wrapper .owl-carousel .owl-item {
  background: #000; }

body.single-post .article-wrapper .owl-carousel .owl-controls, body.post .article-wrapper .owl-carousel .owl-controls, body.error404 .article-wrapper .owl-carousel .owl-controls {
  margin-top: -2em; }
  @media only screen and (min-width: 640px) {
    body.single-post .article-wrapper .owl-carousel .owl-controls, body.post .article-wrapper .owl-carousel .owl-controls, body.error404 .article-wrapper .owl-carousel .owl-controls {
      margin-top: 1em; } }

body.single-post .article-wrapper .video-wrapper, body.post .article-wrapper .video-wrapper, body.error404 .article-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 53.4%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  body.single-post .article-wrapper .video-wrapper iframe,
  body.single-post .article-wrapper .video-wrapper object,
  body.single-post .article-wrapper .video-wrapper embed, body.post .article-wrapper .video-wrapper iframe,
  body.post .article-wrapper .video-wrapper object,
  body.post .article-wrapper .video-wrapper embed, body.error404 .article-wrapper .video-wrapper iframe,
  body.error404 .article-wrapper .video-wrapper object,
  body.error404 .article-wrapper .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body.single-post .article-wrapper .article-content, body.post .article-wrapper .article-content, body.error404 .article-wrapper .article-content {
  padding-top: 25px; }
  body.single-post .article-wrapper .article-content p, body.post .article-wrapper .article-content p, body.error404 .article-wrapper .article-content p {
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  body.single-post .article-wrapper .article-content .media.center, body.single-post .article-wrapper .article-content .media.left, body.post .article-wrapper .article-content .media.center, body.post .article-wrapper .article-content .media.left, body.error404 .article-wrapper .article-content .media.center, body.error404 .article-wrapper .article-content .media.left {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    body.single-post .article-wrapper .article-content .media.center iframe,
    body.single-post .article-wrapper .article-content .media.center object,
    body.single-post .article-wrapper .article-content .media.center embed, body.single-post .article-wrapper .article-content .media.left iframe,
    body.single-post .article-wrapper .article-content .media.left object,
    body.single-post .article-wrapper .article-content .media.left embed, body.post .article-wrapper .article-content .media.center iframe,
    body.post .article-wrapper .article-content .media.center object,
    body.post .article-wrapper .article-content .media.center embed, body.post .article-wrapper .article-content .media.left iframe,
    body.post .article-wrapper .article-content .media.left object,
    body.post .article-wrapper .article-content .media.left embed, body.error404 .article-wrapper .article-content .media.center iframe,
    body.error404 .article-wrapper .article-content .media.center object,
    body.error404 .article-wrapper .article-content .media.center embed, body.error404 .article-wrapper .article-content .media.left iframe,
    body.error404 .article-wrapper .article-content .media.left object,
    body.error404 .article-wrapper .article-content .media.left embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

body.single-post .article-wrapper ul, body.post .article-wrapper ul, body.error404 .article-wrapper ul {
  list-style-position: inside; }

body.single-post .article-wrapper img.left, body.post .article-wrapper img.left, body.error404 .article-wrapper img.left {
  margin: 30px 30px 30px 0; }

body.single-post .article-wrapper img.right, body.post .article-wrapper img.right, body.error404 .article-wrapper img.right {
  margin: 30px 0 30px 30px; }

body.single-post .article-wrapper .captionImage, body.post .article-wrapper .captionImage, body.error404 .article-wrapper .captionImage {
  margin: 20px; }
  body.single-post .article-wrapper .captionImage img, body.post .article-wrapper .captionImage img, body.error404 .article-wrapper .captionImage img {
    margin: 0; }
  body.single-post .article-wrapper .captionImage p, body.post .article-wrapper .captionImage p, body.error404 .article-wrapper .captionImage p {
    line-height: 2em; }

body.single-post .article-wrapper .captionImage.left, body.post .article-wrapper .captionImage.left, body.error404 .article-wrapper .captionImage.left {
  margin-left: 0; }

body.single-post .article-wrapper .captionImage.right, body.post .article-wrapper .captionImage.right, body.error404 .article-wrapper .captionImage.right {
  margin-right: 0; }

body.single-post .article-wrapper img.center, body.post .article-wrapper img.center, body.error404 .article-wrapper img.center {
  display: block;
  margin: 0 auto; }

body.single-post .article-wrapper .article-title-no-img, body.post .article-wrapper .article-title-no-img, body.error404 .article-wrapper .article-title-no-img {
  padding: 1rem 2rem; }

body.single-post .article-wrapper .author-label, body.post .article-wrapper .author-label, body.error404 .article-wrapper .author-label {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: auto;
  height: 25px; }
  body.single-post .article-wrapper .author-label .pipe-line, body.post .article-wrapper .author-label .pipe-line, body.error404 .article-wrapper .author-label .pipe-line {
    margin: 0 2em; }
  body.single-post .article-wrapper .author-label.sponsored, body.post .article-wrapper .author-label.sponsored, body.error404 .article-wrapper .author-label.sponsored {
    left: 150px; }

body.single-post .article-wrapper .author-link, body.post .article-wrapper .author-link, body.error404 .article-wrapper .author-link {
  color: #ff6600; }
  body.single-post .article-wrapper .author-link:hover, body.post .article-wrapper .author-link:hover, body.error404 .article-wrapper .author-link:hover {
    color: #FFF; }

body.single-post .article-wrapper .article-car-overlay, body.post .article-wrapper .article-car-overlay, body.error404 .article-wrapper .article-car-overlay {
  position: relative;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1em;
  display: table;
  height: 10em; }
  body.single-post .article-wrapper .article-car-overlay h1, body.post .article-wrapper .article-car-overlay h1, body.error404 .article-wrapper .article-car-overlay h1 {
    font-size: 2.3em; }
  @media only screen and (min-width: 640px) {
    body.single-post .article-wrapper .article-car-overlay, body.post .article-wrapper .article-car-overlay, body.error404 .article-wrapper .article-car-overlay {
      width: calc(100% - 1.875em);
      position: absolute;
      height: 12em; }
      body.single-post .article-wrapper .article-car-overlay h1, body.post .article-wrapper .article-car-overlay h1, body.error404 .article-wrapper .article-car-overlay h1 {
        font-size: 3.5em; } }

body.single-post .article-wrapper .article-car-overlay-inner, body.post .article-wrapper .article-car-overlay-inner, body.error404 .article-wrapper .article-car-overlay-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: top; }

body.single-post .article-wrapper .overlay-car-title-wrapper, body.post .article-wrapper .overlay-car-title-wrapper, body.error404 .article-wrapper .overlay-car-title-wrapper {
  font-size: 0.6em;
  transition: all 0.3s ease; }

body.single-post .article-wrapper .overlay-car-title, body.post .article-wrapper .overlay-car-title, body.error404 .article-wrapper .overlay-car-title {
  font-size: 1em;
  color: #FFF;
  font-family: 'fs-joey-bold'; }
  body.single-post .article-wrapper .overlay-car-title h3, body.post .article-wrapper .overlay-car-title h3, body.error404 .article-wrapper .overlay-car-title h3 {
    line-height: 1.2;
    margin-bottom: 1rem; }

body.single-post .native-ad, body.post .native-ad, body.error404 .native-ad {
  font-size: 1.3em; }

/*************** tagged article page ***************/
body.tag .tagged-header,
body.category .tagged-header {
  margin-left: 5em;
  transition: all 0.2s linear; }
  body.tag .tagged-header.tagged-menu-open,
  body.category .tagged-header.tagged-menu-open {
    margin-left: 260px;
    margin-left: calc(320px + 5em); }
  body.tag .tagged-header h1,
  body.category .tagged-header h1 {
    font-size: 2.2rem; }

.AlistTaggedsingle-post .tagged-header,
.AlistAuthorsingle-post .tagged-header {
  margin-left: 5em;
  transition: all 0.2s linear;
  text-transform: capitalize; }
  .AlistTaggedsingle-post .tagged-header.tagged-menu-open,
  .AlistAuthorsingle-post .tagged-header.tagged-menu-open {
    margin-left: 260px;
    margin-left: calc(320px + 5em); }
  .AlistTaggedsingle-post .tagged-header h1,
  .AlistAuthorsingle-post .tagged-header h1 {
    font-size: 2.2rem; }

.page-template-page-about .alist-header-gray {
  margin-bottom: 0; }

.page-template-page-about .about-row {
  background-color: #ff6600;
  color: #FFF;
  padding: 1.5rem 0 3rem;
  margin-bottom: 4em;
  font-size: 1.4em;
  left: 0;
  position: relative;
  transition: all 0.2s linear; }
  .page-template-page-about .about-row.menu-open {
    left: 320px; }
  .page-template-page-about .about-row p {
    padding-bottom: 1em; }
  .page-template-page-about .about-row .h1 {
    font-size: 2.2em; }
    .page-template-page-about .about-row .h1.articleheadline {
      margin-left: 1.35em;
      margin-top: 2em; }

.page-template-page-about .about-btn {
  padding: 0.5em 1em;
  background-color: #000;
  border-radius: 0.3em;
  color: #FFF; }

.page-template-page-about h2 {
  font-weight: 700;
  font-size: 1.6em; }

.AlistSearchPage .gsc-webResult .gsc-result {
  border: none;
  border-left: solid 5px #FFF;
  border-right: solid 5px #FFF;
  padding: 10px; }
  .AlistSearchPage .gsc-webResult .gsc-result:hover {
    border-left: solid 5px #ff6600;
    border-right: solid 5px #ff6600; }

.AlistSearchPage .gsc-above-wrapper-area,
.AlistSearchPage .gcsc-branding,
.AlistSearchPage #adBlock {
  display: none; }

.AlistSearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  height: 60px;
  width: 50px; }

.AlistSearchPage .gs-web-image-box-portrait img.gs-image {
  max-height: 120px;
  max-width: 50px; }

.AlistSearchPage .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  width: auto; }

.AlistSearchPage .searchagainform {
  width: 100%; }
  .AlistSearchPage .searchagainform .bigsearchwrap {
    margin-top: 1em;
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0;
    height: 2.3125rem;
    width: 70%;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    margin-top: 1em; }
    @media only screen and (max-width: 800px) {
      .AlistSearchPage .searchagainform .bigsearchwrap {
        width: 100%; } }
    .AlistSearchPage .searchagainform .bigsearchwrap input.bigsearch {
      border: none;
      box-shadow: none;
      margin: 0;
      border: 0;
      height: auto;
      width: 90%;
      transition: none;
      display: inline-block; }
    .AlistSearchPage .searchagainform .bigsearchwrap .inlinesearchbutton {
      color: #333;
      display: inline-block;
      border: 0; }
      .AlistSearchPage .searchagainform .bigsearchwrap .inlinesearchbutton:hover {
        color: #333; }

.AlistSearchPage .tag-on-search {
  padding: 1em 1em; }

/*************** Events Page ***********/
body.page section#events-wrapper {
  position: relative;
  left: 0;
  padding: 0 1em;
  transition: all 0.2s linear; }
  body.page section#events-wrapper.menu-open {
    left: 310px; }

body.page .event-wrapper {
  padding: 1em; }
  body.page .event-wrapper a {
    color: #ff6600; }

body.page .event-date-wrapper {
  padding-top: 0.5em; }
  body.page .event-date-wrapper a {
    color: #999; }
  body.page .event-date-wrapper .day-of-month {
    font-size: 1.3em; }
    body.page .event-date-wrapper .day-of-month a {
      color: #000; }

body.page .event-details-wrapper h3 a {
  color: #000; }

body.page .event-details-wrapper .event-desc {
  font-size: 0.9em; }

body.page .to-date {
  color: #ff6600;
  padding: 0.5em 0; }

body.page #calendar a {
  color: #FFF; }

/*************** Jobs Page ***********/
body.page section#jobs-wrapper {
  position: relative;
  left: 0;
  padding: 0 1em;
  transition: all 0.2s linear; }
  body.page section#jobs-wrapper.menu-open {
    left: 310px; }

body.page .job-wrapper {
  padding: 1em; }
  body.page .job-wrapper a {
    color: #ff6600; }

body.page .job-date-wrapper {
  padding-top: 0.5em; }
  body.page .job-date-wrapper a {
    color: #999; }
  body.page .job-date-wrapper .day-of-month {
    font-size: 1.3em; }
    body.page .job-date-wrapper .day-of-month a {
      color: #000; }

body.page .job-details-wrapper h3 a {
  color: #000; }

body.page .job-details-wrapper .job-desc {
  font-size: 0.9em; }

body.AlistVideosingle-post .video-thumbs-wrapper {
  margin-top: 2em; }
  body.AlistVideosingle-post .video-thumbs-wrapper .video-page-thumb {
    opacity: 1; }
  body.AlistVideosingle-post .video-thumbs-wrapper:hover .video-page-thumb {
    opacity: 0.5; }

body.AlistVideosingle-post .video-page-thumb {
  margin-bottom: 2em;
  cursor: pointer;
  transition: all 0.3s linear; }
  body.AlistVideosingle-post .video-page-thumb:hover {
    opacity: 1 !important; }

body.AlistVideosingle-post .thumb-title {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  width: 100%;
  width: calc(100% - 1.875rem);
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 0.8em;
  padding: 0.5em;
  cursor: pointer; }

.top-games-content .top-games-content-title h2 {
  font-size: 2em;
  font-family: "fs-joey-bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em; }

.top-games-content ol {
  font-size: 1em; }

.top-games-content .top-games-table {
  border-top: solid 5px #ff6600;
  margin-bottom: 1em; }

.top-games-content .table-item {
  padding: 0.5em 1em;
  margin: 0;
  cursor: pointer; }
  .top-games-content .table-item:hover a {
    color: #ff6600; }
  .top-games-content .table-item a {
    transition: all 0.3s linear;
    color: #000; }
  .top-games-content .table-item.odd {
    background-color: #ccc; }
  .top-games-content .table-item.even {
    background-color: #ececec; }

.top-games-content .firstTable,
.top-games-content .secondTable {
  padding: 0; }

.top-games-content .firstTable .table-item.odd {
  background-color: #ccc; }

.top-games-content .firstTable .table-item.even {
  background-color: #ececec; }

.top-games-content .secondTable .table-item.odd {
  background-color: #ececec; }

.top-games-content .secondTable .table-item.even {
  background-color: #ccc; }

.author-social {
  position: absolute;
  right: 10px;
  bottom: 0;
  margin: 0;
  padding: 0; }
  .author-social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .author-social li {
    display: inline; }

.article-wrapper a {
  color: #ff691c; }

.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }

.social-icon {
  display: inline-block; }
  .social-icon [class^="icon-"]:before,
  .social-icon [class^="alist-icon-"]:before {
    border-radius: 50%;
    text-align: center;
    background: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    font-size: 1.2em;
    color: #ff691c; }

.author-wrapper .columns {
  height: 100%; }
  .author-wrapper .columns .author-name {
    padding-bottom: 3.5em; }

.author-photo img {
  max-height: 150px;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden; }

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

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

.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

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

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

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }
