

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  /* Existem */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none; }

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

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

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

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

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

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

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

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

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

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }

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

@keyframes flash {
  from, 50%, to {
    opacity: 1; }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

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

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

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

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

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

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

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

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }

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

@keyframes fadeOutDown {
  from {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }

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

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }

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

@keyframes fadeOutRight {
  from {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }

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

@keyframes fadeOutUp {
  from {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }

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

@keyframes rollOut {
  from {
    opacity: 1; }

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }

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

  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }

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

  to {
    opacity: 0; } }

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

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

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



html, button, input, select, textarea {
  color: #222;
  outline-color: #1080e0; }

body {
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
  background: #FFF;
  text-rendering: optimizelegibility;
  overflow-y: scroll; }

::-moz-selection {
  background: #222;
  color: #FFF;
  text-shadow: none; }

::selection {
  background: #222;
  color: #FFF;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6d6d6;
  margin: 1em 0;
  padding: 0;
  clear: both; }

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Fira Sans', sans-serif;
  color: #222; }

h1 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 125%; }
  @media (min-width: 40rem) {
    h1 {
      font-size: calc( 2.5rem + 1 * (100vw - 40rem) / (70 - 40) );
      line-height: calc( 125% + .3 * (100vw - 40rem) / (70 - 40) ); } }
  @media (min-width: 70rem) {
    h1 {
      font-size: calc(2.5rem + 1 * 1rem);
      line-height: calc(125% + .3 * 1rem); } }

h2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em; }

h3 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em; }
  @media (min-width: 40rem) {
    h3 {
      font-size: 1.25rem; } }
  @media (min-width: 70rem) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25em; }
  @media (min-width: 40rem) {
    h4 {
      font-size: 1.25rem; } }
  @media (min-width: 70rem) {
    h4 {
      font-size: 1.5rem; } }

h1 a, h2 a, h3 a {
  text-decoration: none; }

@media (min-width: 70rem) {
  h1.small_heading1 {
    font-size: 3rem; } }

blockquote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #d6d6d6;
  border-left: 7px solid #1080e0;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 2em 3em;
  margin: 0;
  background: #f6f6f6;
  font-family: Georgia, serif;
  font-size: 1.06667em;
  line-height: 1.875em;
  margin-top: 3em;
  margin-bottom: 3em; }

blockquote cite:before {
  content: "\2013";
  padding: 0 0.25em; }

quote {
  color: #1080e0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 400;
  font-style: italic;
  text-indent: -0.35em;
  display: inline-block; }
  @media (min-width: 20em) {
    quote {
      font-size: calc( 1.4rem + 0.2 * (100vw - 20rem) / (70 - 20) ); } }
  @media (min-width: 70em) {
    quote {
      font-size: calc(1.4rem + 0.2 * 1rem); } }

a, button, .button, #job_apply, input[type="submit"] {
  -moz-transition: color 0.35s, background 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, background 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, background 0.35s;
  /* Opera */
  transition: color 0.35s, background 0.35s;
  text-decoration: none; }

code, samp, kbd {
  font-family: "Courier New", Courier, monospace, sans-serif; }

/*
pre {
    padding: 0.1em 0.5em 0.3em 0.7em;
    border-left: 11px solid #ccc;
    margin: 1.7em 0 1.7em 0.3em;
    overflow: auto;
    width: 93%;
    }
    */
/* target IE7 and IE6 */
*:first-child + html pre {
  padding-bottom: 2em;
  overflow-y: hidden;
  overflow: visible;
  overflow-x: auto; }

* html pre {
  padding-bottom: 2em;
  overflow: visible;
  overflow-x: auto; }

table {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-color: #d6d6d6; }

td {
  border-left: 0;
  border-right: 0;
  border-color: #d6d6d6; }

div[id*="div-gpt-ad-1369755770843"] {
  width: 100%;
  width: calc(100% + 4em);
  /* This has to be hacked for broken libsass problems. */
  width: calc(100% + 4em);
  width: -moz-calc(100% + 4em);
  width: -webkit-calc(100% + 4em);
  text-align: center;
  margin-bottom: 1em; }
  .job div[id*="div-gpt-ad-1369755770843"] {
    margin-top: 1em; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.nobreak {
  white-space: nowrap; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
.printlogo {
  display: none; }

@media print {
  /*
     * Don't show links for images, or javascript/internal links
     */
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }



.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

form {
  margin: 0 0 20px; }
  form .captcha {
    margin-bottom: 1em; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999999; }

label, input, button, select, textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.33333em; }

textarea {
  line-height: 1.3 !important; }

button {
  font-size: 1em;
  font-weight: normal;
  line-height: 20px; }

input, button, select, textarea {
  font-family: 'Fira Sans', sans-serif; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 50px;
  padding: 4px 15px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 20px;
  color: #555555;
  border-radius: 4px;
  vertical-align: middle; }

select {
  font-size: 1rem;
  width: 100%;
  height: 50px; }


textarea {
  height: auto; }

.selectmultiple, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .description.editor {
  background-color: #ffffff;
  border: 2px solid #cccccc;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

button:focus, .selectmultiple:focus, textarea:focus, .description.editor:focus, input[type="text"]:focus, select:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: #1080e0;
  outline: 0;
  /* IE6-9 */ }

input[type="radio"], input[type="checkbox"] {
  margin: 0.267em 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 0.063em \9;
  /* IE8-9 */
  line-height: normal; }
  input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline-block; }

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto; }

select, input[type="file"] {
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 0.267em;
  /* For IE7, add top margin to align select with labels */
  line-height: 0.5em; }

.controls a {
  color: #1080e0;
  margin-right: 1rem; }

select[multiple], select[size] {
  height: auto;
  box-sizing: border-box; }

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto-webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input, .uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999; }

.radio, .checkbox {
  min-height: 20px;
  padding-left: 20px;
  display: block; }

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
  display: inline-block; }

input, textarea, .uneditable-input {
  margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px; }

input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px; }

input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px; }

input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px; }

input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px; }

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px; }

input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px; }

input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px; }

input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px; }

input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px; }

input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px; }

input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px; }

.controls-row {
  *zoom: 1; }

.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0; }

.controls-row:after {
  clear: both; }

.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
  float: left; }

.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
  padding-top: 5px; }

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent; }

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853; }

.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853; }

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  border-color: #c09853; }

.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c; }

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .errorlist, .error label {
  color: #b94a48; }

.errorlist {
  font-weight: bold; }

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea, .control-group.error .description.editor {
  color: #b94a48; }

.control-group.error input, .control-group.error select, .control-group.error textarea, .control-group.error .description.editor, .error input {
  border-color: #b94a48; }


.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus, .control-group.error .description.editor:focus {
  border-color: #953b39; }

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847; }

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847; }

.control-group.success input, .control-group.success select, .control-group.success textarea {
  border-color: #468847; }

.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635; }

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
  color: #3a87ad; }

.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad; }

.control-group.info input, .control-group.info select, .control-group.info textarea {
  border-color: #3a87ad; }

.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
  border-color: #2d6987; }

.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #e9322d; }

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }

.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0; }

.form-actions:after {
  clear: both; }

.help-block, .help-inline {
  color: #595959;
  font-size: 0.86667em;
  line-height: 1.5em;
  font-style: italic; }

.form .help-block {
  display: block;
  margin: 0 0 1.5rem 0; }

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

.input-append, .input-prepend {
  margin-bottom: 5px;
  font-size: 1em;
  white-space: nowrap; }

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu {
  font-size: 1em; }

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
  z-index: 2; }

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc; }

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.input-append .active, .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546; }

.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px; }

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.input-append input, .input-append select, .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px; }

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none; }

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
  display: inline-block; }

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  margin-bottom: 0; }

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.control-group {
  margin-bottom: 10px;
  position: relative; }

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1; }

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0; }

.form-horizontal .control-group:after {
  clear: both; }

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }

.form-horizontal .controls:first-child {
  *padding-left: 180px; }

.form-horizontal .help-block {
  margin-bottom: 0; }

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
  margin-top: 10px; }

.form-horizontal .form-actions {
  padding-left: 180px; }

input[type="checkbox"] + label:before {
  content: " ";
  padding: 0 0.25em; }

.input-append .btn {
  padding: 6px 9px 5px; }

input[type="submit"], input[type="button"], button, .button, .endless_more, .endless_loading {
  background: #1080e0;
  color: #FFF;
  border: 0; }

input[type="submit"]:hover, input[type="button"]:active, button:hover, input[type="button"].submitform:hover, button.submitform:hover, .button:hover, .button:active, .endless_more:hover, .endless_more:active, #job_apply:hover {
  background: #094b81;
  color: #FFF; }

.submitform, .previewform, #job_apply, .button {
  padding: 1em 2em;
  margin: 0 0 5em 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

input[type="button"].submitform, button.submitform {
  background: #fb9215; }

#apply {
  margin: 2.4em 0 0 0;
  padding: 0; }

#job_apply {
  margin: 0; }

.button {
  margin-top: 1em;
  margin-bottom: 2em;
  display: inline-block; }

.button-large {
  font-size: 1.5em; }

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

.button-action, .button-action:visited {
  background: #fc6a21;
  color: #FFF; }
  .button-action:hover, .button-action:visited:hover {
    background: #cf541b; }

input.datetimeinput.hasDatepicker {
  background: #FFF url("../img/display/date_time_form_field.2762b39bb137.gif") 100% 50% repeat-y !important; }

input.dateinput.hasDatepicker {
  background: #FFF url("../img/display/date_form_field.f5b1239be599.gif") 100% 50% repeat-y !important; }

.tipoff textarea {
  width: 98%; }

.dwnld .radio input[type="radio"], .dwnld .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0px; }

form > ul {
  list-style-type: none;
  padding-left: 0; }

#sub_form > p > label {
  font-weight: bold;
  font-size: 1.1em; }

#sub_form > ul.errorlist > li {
  color: red; }

.description.editor {
  min-height: 10em;
  margin-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* Dynamic formsets */
.dynamic-formset-wrapper .fieldset-remove-button {
  color: red;
  cursor: pointer; }
  .dynamic-formset-wrapper .fieldset-remove-button:before {
    padding-right: 4px; }
.dynamic-formset-wrapper .add-button {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em 1.5em;
  margin-bottom: 0.5em; }
.dynamic-formset-wrapper fieldset {
  border-top: 3px solid rgba(200, 200, 200, 0.5);
  padding-top: 0.5em;
  margin-bottom: 0.5em; }
.dynamic-formset-wrapper fieldset:first-child {
  border-top: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.9621a6364993.eot");
  src: url("../font/icomoon.9621a6364993.eot?#iefix") format('embedded-opentype'), url("../font/icomoon.5d31b4ea238c.svg#icomoon") format('svg'), url("../font/icomoon.69160095f304.woff") format('woff'), url("../font/icomoon.f3bbbb6f3e1f.ttf") format('truetype');
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url("../font/icomoon.5d31b4ea238c.svg#icomoon") format('svg'); }
 }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility; }

/* Use the following CSS code if you want to have a class per icon */
.icon-linkedin:before, .icon-remove-sign:before, .icon-google-plus:before, .icon-facebook:before, .icon-twitter:before, .icon-rss:before, .icon-user:before, .icon-tag:before, .icon-bubble:before, .icon-mail:before, .icon-mail-2:before, .icon-google-plus-sign:before, .icon-twitter-sign:before, .icon-facebook-sign:before, .icon-linkedin-sign:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-magnifyer:before, .icon-angle-down:before, .icon-clock:before, .icon-camera:before, .icon-plus-sign:before, .icon-calendar:before, .icon-location:before, .icon-feed:before, .icon-users:before, .icon-angle-up:before, .icon-views:before, .icon-heart:before, .icon-retweet:before, .icon-fire:before, .icon-compass, .icon-pointer, .icon-chart, .icon-pencil, .icon-404, .icon-wrench, .icon-file, .icon-lock {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2;
  -webkit-font-smoothing: antialiased; }

.icon-linkedin:before {
  content: "\e000"; }

.icon-remove-sign:before {
  content: "\e001"; }

.icon-google-plus:before {
  content: "\e002"; }

.icon-facebook:before {
  content: "\e003"; }

.icon-twitter:before {
  content: "\e004"; }

.icon-rss:before {
  content: "\e005"; }

.icon-user:before {
  content: "\e006"; }

.icon-tag:before {
  content: "\e007"; }

.icon-bubble:before {
  content: "\e008"; }

.icon-mail:before {
  content: "\e009"; }

.icon-mail-2:before {
  content: "\e00a"; }

.icon-google-plus-sign:before {
  content: "\e00b"; }

.icon-twitter-sign:before {
  content: "\e00c"; }

.icon-facebook-sign:before {
  content: "\e00d"; }

.icon-linkedin-sign:before {
  content: "\e00e"; }

.icon-arrow-right:before {
  content: "\e00f"; }

.icon-arrow-left:before {
  content: "\e010"; }

.icon-magnifyer:before {
  content: "\e011"; }

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

.icon-clock:before {
  content: "\e012"; }

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

.icon-plus-sign:before {
  content: "\f055"; }

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

.icon-location:before {
  content: "\e013"; }

.icon-feed:before {
  content: "\e015"; }

.icon-users:before {
  content: "\e029"; }

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

.icon-views:before {
  content: "\e035"; }

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

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

.icon-fire:before {
  content: "\e014"; }

.icon-compass:before {
  content: "\e016"; }

.icon-pointer:before {
  content: "\e017"; }

.icon-chart:before {
  content: "\e018"; }

.icon-pencil:before {
  content: "\e019"; }

.icon-404:before {
  content: "\e01a"; }

.icon-wrench:before {
  content: "\e01b"; }

.icon-file:before {
  content: "\e01c"; }

.icon-lock:before {
  content: "\e01d"; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 1rem 0.75rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 2.2666rem;
  height: 1.59998rem;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.13333rem; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2.2666rem;
    height: 0.26666rem;
    background-color: #FFF;
    border-radius: 0.26666rem;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -0.66666rem; }
  .hamburger-inner::after {
    bottom: -0.66666rem; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 4.5332rem; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 0.66666rem, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -0.66666rem, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 4.5332rem; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 0.66666rem, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -0.66666rem, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 4.5332rem; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 0.66666rem, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -0.66666rem, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 4.5332rem; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 0.66666rem, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -0.66666rem, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.45332rem, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.45332rem, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(0.45332rem, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(0.45332rem, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-0.45332rem, -0.56665rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-0.45332rem, 0.56665rem, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0.45332rem, -0.56665rem, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(0.45332rem, 0.56665rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -1.33332rem;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -0.66666rem, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -1.33332rem;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -0.66666rem, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 0.13333rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 0.66666rem;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 1.33332rem;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 0.66666rem, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -1.33332rem, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 0.13333rem;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 0.66666rem;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 1.33332rem;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 0.66666rem, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -1.33332rem, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 0.66666rem;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -4.5332rem;
      top: -4.5332rem;
      transform: translate3d(4.5332rem, 4.5332rem, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -4.5332rem;
      top: -4.5332rem;
      transform: translate3d(-4.5332rem, 4.5332rem, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 0.66666rem;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -4.5332rem;
      top: 4.5332rem;
      transform: translate3d(4.5332rem, -4.5332rem, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -4.5332rem;
      top: 4.5332rem;
      transform: translate3d(-4.5332rem, -4.5332rem, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 0.13333rem; }
  .hamburger--slider .hamburger-inner::before {
    top: 0.66666rem;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 1.33332rem; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 0.66666rem, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-0.3238rem, -0.4rem, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -1.33332rem, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 0.13333rem; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 0.66666rem;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 1.33332rem; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 0.66666rem, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(0.3238rem, -0.4rem, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -1.33332rem, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 0.13333rem;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 0.66666rem;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 1.33332rem;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0.66666rem, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0.66666rem, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -1.33332rem;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -0.66666rem, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }



html {
  background: #000; }

body {
  background: #FFF; }

a img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

b {
  font-weight: 700; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 0;
  margin-top: 2em;
  margin-bottom: 2em; }

.video-container iframe, .video-container object, .video-container embed, .video-container > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

p img.left {
  float: left;
  margin: 0 1.5em 1.5em 0;
  width: auto;
  max-width: 50%;
  height: auto; }

p img.right {
  float: right;
  margin: 0 0 1.5em 1.5em;
  width: auto;
  max-width: 50%;
  height: auto; }

.fade {
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.fade:hover {
  opacity: 0.65; }

.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden; }

.greyscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.contrast {
  filter: contrast(120%);
  -webkit-filter: contrast(120%); }

.saturation {
  filter: saturate(120%);
  -webkit-filter: saturate(120%); }

.grid {
  padding: 0;
  margin: 0;
  max-width: 90rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 40rem) {
    .grid {
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  @media (min-width: 93rem) {
    .grid {
      margin-left: auto;
      margin-right: auto; } }

.homepageLastGrid {
  margin-bottom: 2rem; }

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 100%; }

.sidebar {
  display: none;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 21.75em;
  margin: 0 0.75rem;
  margin-right: -0.75rem;
  padding: 0 1.5rem 1.5rem;
  background: #EFEFEF;
  color: #222; }
  @media (min-width: 56rem) {
    .sidebar {
      display: block; } }

.contentWithSidebar {
  -webkit-transition: margin, 1s;
  -webkit-transition-delay: 0s;
  -moz-transition: margin, 1s;
  -o-transition: margin, 1s;
  transition: margin, 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: 0; }
  @media screen and (min-width: 78.5rem) {
    .contentWithSidebar {
      margin: 2rem 5em 0; } }
  @media screen and (min-width: 90rem) {
    .contentWithSidebar {
      margin: 2rem 7em 0; } }
  @media screen and (min-width: 78.5rem) and (max-height: 60rem) {
    .contentWithSidebar {
      margin-top: 1rem; } }

.header-brand, .sitefoot {
  background: #222; }

.sitefoot {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 2rem 0.75rem; }

.sitefoot a {
  color: #999999; }
  .sitefoot a:hover, .sitefoot a:active {
    color: #FFF; }
.sitefoot ul {
  padding: 0;
  list-style: none; }
.sitefoot aside {
  float: left;
  margin-bottom: 2em;
  display: block;
  color: #999999; }
  .sitefoot aside a, .sitefoot aside span {
    float: left; }
  .sitefoot aside span {
    clear: both;
    margin-top: 0.75em; }
.sitefoot .footerLinks li {
  display: inline; }
  .sitefoot .footerLinks li:after {
    content: " |";
    color: #333333;
    margin-right: 0.2rem; }
  .sitefoot .footerLinks li:last-child:after {
    display: none; }

.foot_perfin {
  margin: 0 auto;
  position: relative;
  width: 290px;
  display: block;
  margin-bottom: 2rem; }
  .foot_perfin img {
    max-width: 100%;
    width: 290px; }

.topcat .maincont {
  margin-top: 2em; }
.topcat .addcont {
  margin-top: 1.55em; }

.perfin {
  border: 0;
  display: block;
  margin-top: 0.15em;
  outline: none;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  width: 15rem;
  z-index: 99999997;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (min-width: 60rem) {
    .perfin {
      width: 18.5rem;
      margin: 0;
      top: 1.2rem; } }
  .perfin img {
    max-width: 100%; }

a.perfin:focus, a.perfin:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.tagline {
  display: block;
  float: left;
  font-size: 0.85em;
  color: #d6d6d6;
  -webkit-text-stroke: 0.35px;
  margin-top: 0.5rem; }
  @media (min-width: 60rem) {
    .tagline {
      font-size: 1em; } }

.masthead {
  position: relative;
  max-width: 90rem;
  min-height: 5.9375rem;
  padding: 1.5em 0.75rem; }
  @media (min-width: 40rem) {
    .masthead {
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  @media (min-width: 93rem) {
    .masthead {
      margin-left: auto;
      margin-right: auto; } }

.tipoffCTA, .piliveLogo, .top50CTA, .partnerNetworkLink {
  color: #FFF;
  width: 14rem;
  height: 15px;
  position: absolute;
  -webkit-transition: opacity 300ms;
  -webkit-transition-delay: 0s 0s;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity, 300ms;
  top: 2.2em;
  opacity: 1;
  display: none;
  left: 17em; }
  @media (min-width: 580px) {
    .tipoffCTA, .piliveLogo, .top50CTA, .partnerNetworkLink {
      display: inline-block; } }
  @media (min-width: 60rem) {
    .tipoffCTA, .piliveLogo, .top50CTA, .partnerNetworkLink {
      left: 22em;
      top: 2.275em; } }
  .tipoffCTA span, .piliveLogo span, .top50CTA span, .partnerNetworkLink span {
    color: #fc6a21; }
  .tipoffCTA:hover, .piliveLogo:hover, .top50CTA:hover, .partnerNetworkLink:hover {
    opacity: 0.7; }

.top50CTA {
  width: 12rem;
  height: auto;
  top: 0.75em; }

.partnerNetworkLink {
  text-align: center;
  font-style: italic;
  font-weight: 400;
  width: 18rem;
  height: auto;
  position: absolute;
  top: 0.75em;
  left: auto;
  right: 120px;
  -webkit-transition: opacity 300ms;
  -webkit-transition-delay: 0s 0s;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity, 300ms;
  opacity: 1;
  display: none; }
  @media (min-width: 700px) {
    .partnerNetworkLink {
      display: inline-block; } }
  @media (min-width: 960px) {
    .partnerNetworkLink {
      right: 290px; } }
  .partnerNetworkLink:hover {
    opacity: 0.7; }

.partnerNetworkLink.fade {
  opacity: 0; }

.piliveLogo {
  width: 12rem;
  top: 0.6em; }
  @media (min-width: 60rem) {
    .piliveLogo {
      left: 22em; } }

@media (min-width: 60rem) and (max-width: 1070px) {
  .tippoffCTA.fade, .piliveLogo.fade, .top50CTA.fade {
    opacity: 0; } }

@media (min-width: 66.5rem) and (max-width: 1275px) {
  .top50CTA.fade {
    opacity: 0; } }

.navTop {
  background: #000;
  display: none; }
  @media (min-width: 63rem) {
    .navTop {
      display: block; } }

.adminbar + .navTop {
  margin-top: 60px; }

.navTop-wrap {
  max-width: 90rem; }
  @media (min-width: 40rem) {
    .navTop-wrap {
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  @media (min-width: 93rem) {
    .navTop-wrap {
      margin-left: auto;
      margin-right: auto; } }

.navTop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  .navTop-list:first-child {
    float: left; }
  .navTop-list:last-child {
    float: right; }

.navTop-listItem {
  display: inline-block; }
  .navTop-listItem a {
    display: block;
    padding: 1rem 0.75rem; }
    .navTop-listItem a:link, .navTop-listItem a:visited {
      color: #FFF; }
    .navTop-listItem a:hover, .navTop-listItem a:active, .navTop-listItem a:focus {
      background: rgba(255, 255, 255, 0.3); }
  @media (max-width: 1130px) {
    .navTop-listItem.hideifnoroom {
      display: none; } }

.navTop-listItem-dropDown {
  position: relative;
  cursor: pointer; }
  .navTop-listItem-dropDown > a {
    padding-right: 2rem;
    position: relative; }
    .navTop-listItem-dropDown > a:after {
      color: #666;
      font-family: 'icomoon';
      font-size: 1.55em;
      content: "\f107";
      position: absolute;
      top: 0.5rem;
      right: 0.75rem; }
  .navTop-listItem-dropDown:hover .navTop-listItem-dropDownList {
    left: 0;
    display: block;
    top: 100%; }

.navTop-listItem-dropDownList {
  background: #111;
  display: none;
  left: -999999rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 999999999; }
  .navTop-listItem-dropDownList a {
    display: block;
    padding: 0.5rem 0.75rem;
    white-space: nowrap; }

.navCategories {
  background: #1080e0;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 9999999;
  display: none; }
  @media (min-width: 72rem) {
    .navCategories {
      display: block; } }

.navCategories-list {
  list-style: none;
  margin: 0;
  max-width: 90rem;
  padding: 0;
  box-sizing: border-box; }
  @media (min-width: 40rem) {
    .navCategories-list {
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  @media (min-width: 93rem) {
    .navCategories-list {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 66rem) {
    .navCategories-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }

.navCategories-list-item {
  display: inline-block; }
  .navCategories-list-item a {
    display: block;
    padding: 1em;
    font-size: 1.1rem; }
    .navCategories-list-item a:link, .navCategories-list-item a:visited {
      color: #FFF; }
    .navCategories-list-item a:hover, .navCategories-list-item a:active, .navCategories-list-item a:focus {
      background: rgba(0, 0, 0, 0.3); }
  .navCategories-list-item.mod-newsletter {
    display: none; }
    @media (min-width: 1300px) {
      .navCategories-list-item.mod-newsletter {
        display: inline-block; } }
    .navCategories-list-item.mod-newsletter a {
      background: #fc6a21;
      margin-left: 1em; }
      .navCategories-list-item.mod-newsletter a:hover {
        background: #cf541b; }

.navMegaMenu {
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 5.25rem;
  visibility: hidden;
  z-index: 9999999;
  box-sizing: border-box; }
  @media (min-width: 60rem) {
    .navMegaMenu {
      padding-top: 10rem; } }

@media (min-width: 45rem) {
  .adminbar ~ .navMegaMenu {
    padding-top: 9.25rem; } }
@media (min-width: 60rem) {
  .adminbar ~ .navMegaMenu {
    padding-top: 14rem; } }

.navMegaMenu * {
  box-sizing: border-box; }

.navMegaMenu-open {
  visibility: visible; }

@media (min-width: 60rem) {
  .csstransitions .navMegaMenu {
    opacity: 0;
    -webkit-transition: opacity, 300ms;
    -webkit-transition-delay: 0s;
    -moz-transition: opacity, 300ms;
    -o-transition: opacity, 300ms;
    transition: opacity, 300ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .csstransitions .navMegaMenu-open {
    opacity: 1; } }

.mainContent {
  max-height: 99999999999rem; }

.mainContent-hidden {
  max-height: 0; }
  @media (min-width: 60rem) {
    .mainContent-hidden {
      -webkit-transition: max-height, 0ms;
      -webkit-transition-delay: 300ms;
      -moz-transition: max-height, 0ms, 300ms;
      -o-transition: max-height, 0ms, 300ms;
      transition: max-height, 0ms, 300ms;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; } }

.mainContent-overflowHidden {
  overflow: hidden; }

.navMegaMenu-openButton {
  position: absolute;
  z-index: 99999997;
  right: 0rem;
  top: 1.35rem;
  outline: none;
  color: #FFF; }
  .navMegaMenu-openButton:hover {
    background: none; }

.hamburger-box {
  vertical-align: middle; }

.navMegaMenu-openButton-label {
  vertical-align: middle;
  margin-right: 0.5rem;
  display: none; }
  @media (min-width: 60rem) {
    .navMegaMenu-openButton-label {
      display: inline-block; } }

.navMegaMenu-accountLogin {
  color: #999;
  margin-top: 2rem;
  text-align: center; }
  .navMegaMenu-accountLogin a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #111, -1px 1px 0 #111, 2px 0 0 #111, -2px 0 0 #111, -2px 1px 0 #111, 2px 1px 0 #111;
    box-shadow: inset 0 -2px 0 0 #111, inset 0 -3px 0 0 #999;
    line-height: 1.175em;
    display: inline-block; }
    .navMegaMenu-accountLogin a:hover {
      color: #999; }

.navMegaMenu-socialList {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0.75rem;
  display: inline-block;
  height: 4rem;
  vertical-align: middle;
  text-align: center; }
  .navMegaMenu-socialList:after {
    content: '';
    border-top: 1px solid #333;
    height: 1px;
    display: block;
    margin: -1.7rem 1rem 0 1rem; }
  .navMegaMenu-socialList li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0; }
  .navMegaMenu-socialList a {
    background-position: 50% 50%;
    background-size: 50%;
    width: 3.1em;
    height: 3.1em;
    display: inline-block;
    border-radius: 100%;
    border: 4px solid #111;
    -webkit-transition: background-color, 0.3s;
    -webkit-transition-delay: ease;
    -moz-transition: background-color, 0.3s, ease;
    -o-transition: background-color, 0.3s, ease;
    transition: background-color 0.3s ease; }

.footer-socialList {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .footer-socialList li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.2rem; }
  .footer-socialList a {
    background-position: 50% 50%;
    background-size: 50%;
    width: 3.1em;
    height: 3.1em;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: background, 0.3s;
    -webkit-transition-delay: ease;
    -moz-transition: background, 0.3s, ease;
    -o-transition: background, 0.3s, ease;
    transition: background 0.3s ease; }

.socialList-facebook {
  background: url("../img/display/icons/facebook2.d536faf9b761.svg") no-repeat;
  background-color: #3b5a97; }
  .socialList-facebook:hover {
    background-color: #2d4572; }

.socialList-twitter {
  background: url("../img/display/icons/twitter.04c6f5bb8aa0.svg") no-repeat;
  background-color: #15bddb; }
  .socialList-twitter:hover {
    background-color: #1195ac; }

.socialList-linkedin {
  background: url("../img/display/icons/linkedin.cf9f34aea0c4.svg") no-repeat;
  background-color: #1278b3; }
  .socialList-linkedin:hover {
    background-color: #0d5b85; }

.socialList-youtube {
  background: url("../img/display/icons/youtube.36b60354397b.svg") no-repeat;
  background-color: #df4b38;
  background-size: 70% !important; }
  .socialList-youtube:hover, .socialList-youtube:focus, .socialList-youtube:active {
    background-color: #c43020;
    background-size: 70% !important; }

.megaSearch {
  margin: 1rem;
  padding: 0;
  max-width: 87.5rem;
  position: relative;
  display: block; }
  @media (min-width: 40rem) {
    .megaSearch {
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }
  @media (min-width: 70rem) {
    .megaSearch {
      font-size: 1.35rem; } }
  @media (min-width: 90rem) {
    .megaSearch {
      margin-left: auto;
      margin-right: auto; } }

.megaSearch .search {
  background: #363636;
  border: 0;
  box-sizing: border-box;
  color: #FFF;
  height: auto;
  font-size: 1.5em;
  font-weight: 200;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0.75em 3.5em 0.5em 0.75em;
  width: 100%; }
  .megaSearch .search ::-webkit-input-placeholder {
    color: #FFF; }
  .megaSearch .search :-moz-placeholder {
    /* Firefox 18- */
    color: #FFF; }
  .megaSearch .search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF; }
  .megaSearch .search :-ms-input-placeholder {
    color: #FFF; }

.navMegaMenu-open .megaSearch .search {
  -webkit-transition: all, 300ms;
  -webkit-transition-delay: 0s;
  -moz-transition: all, 300ms;
  -o-transition: all, 300ms;
  transition: all, 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.megaSearch .search:focus, .megaSearch .search:active {
  background: #FFF;
  color: #222;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.megaSearch button {
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  padding: 0.2em 0.45em 0.2em 0.45em;
  color: #FFF;
  font-size: 1.75em;
  background: transparent;
  border: 0; }
  .megaSearch button:active, .megaSearch button:focus {
    outline: none; }

.megaSearch .search:focus ~ button, .megaSearch .search:active ~ button {
  color: #222; }

.navMegaMenu-width {
  background: #111; }

.navMegaMenu-wrap {
  margin: 0 auto;
  padding: 0.25rem;
  max-width: 89rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (min-width: 30rem) {
    .navMegaMenu-wrap {
      padding: 0.75rem; } }
  @media (min-width: 60rem) {
    .navMegaMenu-wrap {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; } }

.navMegaMenu-list-primaryContent {
  padding: 0; }
  .navMegaMenu-list-primaryContent > a {
    padding: 0 0.75rem; }
  .navMegaMenu-list-primaryContent ul {
    margin: 0;
    padding: 0; }
  .navMegaMenu-list-primaryContent > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .navMegaMenu-list-primaryContent > ul > li {
    border: 0.75rem solid transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    @media (min-width: 35rem) {
      .navMegaMenu-list-primaryContent > ul > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
    @media (min-width: 50rem) {
      .navMegaMenu-list-primaryContent > ul > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%; } }

.navMegaMenu-wrap-secondaryContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.navMegaMenu-list-secondaryContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border: 0.75rem solid transparent;
  padding: 0;
  margin: 0; }
  @media (min-width: 35rem) {
    .navMegaMenu-list-secondaryContent {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; } }
  @media (min-width: 50rem) {
    .navMegaMenu-list-secondaryContent {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 33%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 33%;
      -ms-flex: 1 1 33%;
      flex: 1 1 33%; } }
  .navMegaMenu-list-secondaryContent .navMegaMenu-itemLevel1 {
    border-top: 1px solid #333;
    margin-top: 1rem; }
  .navMegaMenu-list-secondaryContent ul {
    margin: 0;
    padding: 0; }
  .navMegaMenu-list-secondaryContent p {
    margin: 0;
    color: #FFF; }


.navMegaMenu-list-primaryContent a, .navMegaMenu-list-secondaryContent a {
  display: block; }
.navMegaMenu-list-primaryContent a:link, .navMegaMenu-list-primaryContent a:visited, .navMegaMenu-list-secondaryContent a:link, .navMegaMenu-list-secondaryContent a:visited {
  color: #FFF; }
.navMegaMenu-list-primaryContent a:hover, .navMegaMenu-list-primaryContent a:active, .navMegaMenu-list-secondaryContent a:hover, .navMegaMenu-list-secondaryContent a:active {
  color: #666; }

.navMegaMenu-itemLevel1 {
  font-size: 2rem;
  font-weight: 700;
  display: block; }

.navMegaMenu-itemLevel2 {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 0.35rem solid transparent;
  border-top: 1px solid #333; }

.navMegaMenu-itemLevel3 {
  font-size: 1rem;
  font-weight: 400; }

.searchForm {
  float: right;
  margin: -2px 11rem 0 0;
  padding: 0;
  position: relative;
  display: none; }
  @media (min-width: 60rem) {
    .searchForm {
      display: inline-block; } }

.searchForm .search, .searchForm .searchstart {
  background: #222;
  border: 0;
  color: #FFF;
  font-size: 1em;
  font-weight: 200;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 1em 3.5em 1em 1em;
  height: 3.3em;
  width: 3.3em;
  box-sizing: border-box;
  -webkit-transition: all, 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition: all, 200ms;
  -o-transition: all, 200ms;
  transition: all, 200ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .searchForm .search ::-webkit-input-placeholder, .searchForm .searchstart ::-webkit-input-placeholder {
    color: #FFF; }
  .searchForm .search :-moz-placeholder, .searchForm .searchstart :-moz-placeholder {
    /* Firefox 18- */
    color: #FFF; }
  .searchForm .search ::-moz-placeholder, .searchForm .searchstart ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF; }
  .searchForm .search :-ms-input-placeholder, .searchForm .searchstart :-ms-input-placeholder {
    color: #FFF; }

.searchForm .search:focus, .searchForm .search:active {
  width: 15em;
  background: #FFF;
  color: #222;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.searchForm button {
  position: absolute;
  right: 0.25em;
  top: 0;
  padding: 0.5em 0.45em 0.2em 0.45em;
  color: #FFF;
  font-size: 1.75em;
  background: transparent;
  border: 0; }
  .searchForm button:active, .searchForm button:focus {
    outline: none; }

.searchForm .search:focus ~ button, .searchForm .search:active ~ button {
  color: #222; }

.result {
  border-bottom: 1px solid #d6d6d6; }

.result .excerpt {
  margin-bottom: 2em; }

.module ul {
  margin: 0;
  padding: 0; }

.module li {
  list-style: none; }

.inner {
  margin: 2em 0 2em; }

.featrecruitlogo img {
  max-width: 100%;
  padding: 5%;
  background: #FFF; }

.profilesmod .inner li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #d6d6d6; }
  .profilesmod .inner li:last-child {
    border: 0;
    width: 100%; }
.profilesmod .inner .feat_img {
  float: left;
  width: 30%; }
.profilesmod .inner .feat_title {
  float: right;
  width: 63%; }

.ad300x250, .ad300x250-2 {
  width: 300px;
  height: 250px;
  padding: 0 0 2em 0; }

.articleBanner {
  width: 300px;
  height: 250px;
  border: 1px solid #CCC;
  margin-bottom: 3rem; }
  @media (max-width: 330px) {
    .articleBanner {
      margin-left: -5px; } }
  @media (min-width: 35rem) and (max-width: 56rem), (min-width: 69rem) {
    .articleBanner {
      float: right;
      margin-left: 1rem; } }
  .articleBanner:after {
    content: "ADVERTISEMENT";
    color: #CCC;
    font-size: 1rem;
    padding-top: 0.25rem; }

@media (max-width: 52.55em) {
  html.csscalc .extend-csscalc-3 {
    margin-left: -2em; } }

.socialfoot {
  margin-top: 3em;
  min-height: 30px;
  clear: both;
  font-size: 1.2em; }

.socialhead {
  margin-bottom: 1em;
  min-height: 3.3em; }

.st_facebook_hcount, .st_twitter_hcount, .st_linkedin_hcount, .st_plusone_hcount {
  margin-bottom: 1em;
  display: inline-block; }

.crumbtrail {
  flex: 0 1 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 60rem; }
  .crumbtrail li {
    display: inline;
    list-style: none;
    font-size: 0.86667em;
    line-height: 2.30769em; }
  .crumbtrail li:after {
    content: " \203A";
    color: #a5a5a5;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    margin-right: 0.25rem; }
  .crumbtrail li:last-child:after {
    content: ""; }
  .crumbtrail a:link, .crumbtrail a:visited {
    text-decoration: none;
    color: #a5a5a5; }
  .crumbtrail a:hover, .crumbtrail a:active {
    color: #222; }
  .crumbtrail a + a:before {
    content: ", ";
    margin-left: -0.25em;
    color: #a5a5a5; }

.page {
  padding: 0 0.75rem;
  max-width: 60rem;
  margin: 0 auto; }

.page a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s; }
  .page a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.page header {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 2em; }

.page {
  clear: both;
  /* Fixes video embed */
  padding: 0 1rem; }
  @media (min-width: 30rem) {
    .page {
      padding: 0 2rem; } }
  @media (min-width: 56rem) {
    .page {
      padding: 0 3rem; } }

.pagecont {
  max-width: 45rem;
  box-sizing: content-box;
  line-height: 150%;
  padding: 0 1rem; }
  @media (min-width: 20rem) {
    .pagecont {
      padding: 0 2rem; } }
  @media (min-width: 56rem) {
    .pagecont {
      padding: 0 3rem; } }

.page-body {
  font-size: 1rem; }
  @media (min-width: 20rem) {
    .page-body {
      font-size: calc( 1rem + 0.2 * (100vw - 20rem) / (70 - 20) );
      line-height: calc( 150% + 0.35 * (100vw - 20rem) / (70 - 20) ); } }
  @media (min-width: 56rem) {
    .page-body {
      line-height: calc( 150% + 0.25 * (100vw - 20rem) / (70 - 20) ); } }
  @media (min-width: 70rem) {
    .page-body {
      font-size: calc(1rem + 0.2 * 1rem);
      line-height: calc(150% + 0.25 * 1rem); } }

.page-body a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s; }
  .page-body a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.job .eventsmod .date:before, .eventsmod .date:before, .event .date:before, .related .tags:before {
  content: "";
  padding: 0; }

.pageColumns {
  display: block; }

.about .socialfoot {
  margin-bottom: 2em; }

.centerPage .pagecont {
  margin-left: auto;
  margin-right: auto; }

.aboutHeaderImg {
  max-width: 100%; }

.aboutHeaderImg + .pagecont {
  background: #FFF;
  position: relative;
  -webkit-transition: -webkit-transform, 1s;
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform, 1s;
  -o-transition: -o-transform, 1s;
  transition: transform, 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  @media (min-width: 30rem) {
    .aboutHeaderImg + .pagecont {
      -webkit-transform: translate(0px, -7rem);
      -moz-transform: translate(0px, -7rem);
      -ms-transform: translate(0px, -7rem);
      -o-transform: translate(0px, -7rem);
      transform: translate(0px, -7rem);
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 56rem) {
    .aboutHeaderImg + .pagecont {
      -webkit-transform: translate(0px, -15rem);
      -moz-transform: translate(0px, -15rem);
      -ms-transform: translate(0px, -15rem);
      -o-transform: translate(0px, -15rem);
      transform: translate(0px, -15rem);
      padding: 0.75rem 2rem; } }
  @media (min-width: 56rem) and (max-height: 60rem) {
    .aboutHeaderImg + .pagecont {
      -webkit-transform: translate(0px, -20rem);
      -moz-transform: translate(0px, -20rem);
      -ms-transform: translate(0px, -20rem);
      -o-transform: translate(0px, -20rem);
      transform: translate(0px, -20rem); } }
  @media (min-width: 70rem) and (max-height: 60rem) {
    .aboutHeaderImg + .pagecont {
      -webkit-transform: translate(0px, -30vw);
      -moz-transform: translate(0px, -30vw);
      -ms-transform: translate(0px, -30vw);
      -o-transform: translate(0px, -30vw);
      transform: translate(0px, -30vw); } }
  @media (min-width: 70rem) and (max-height: 50rem) {
    .aboutHeaderImg + .pagecont {
      -webkit-transform: translate(0px, -40vw);
      -moz-transform: translate(0px, -40vw);
      -ms-transform: translate(0px, -40vw);
      -o-transform: translate(0px, -40vw);
      transform: translate(0px, -40vw); } }

.terms ol li, .privacy ol li {
  margin-bottom: 2em; }

.rss {
  margin-bottom: 2em; }
  .rss h2 {
    border-bottom: 1px solid #d6d6d6; }
  .rss h3 {
    margin: 0; }

.rssicon {
  color: #fb9215;
  font-size: 1.33333em;
  line-height: 1.5em; }

.contentNav {
  margin: 2rem 0.75rem 0.5rem; }

.contentNav-first {
  margin: 0 0 0 0.75rem; }
  .contentNav-first .contentNav-title {
    margin: 1.5rem 1rem 0.5rem 0; }

.category-content {
  margin: 1rem 0.75rem 0.75rem 0.75rem;
  background: #EFEFEF;
  padding: 2rem; }
  .category-content p {
    margin-top: 0; }
  .category-content a:link, .category-content a:visited {
    color: #1080e0; }
  .category-content a:hover, .category-content a:active {
    color: #222; }
  @media (min-width: 60rem) {
    .category-content {
      column-count: 2;
      column-gap: 1.5rem; } }

.contentNav-highlights {
  display: none;
  margin: 0 0 0 0.75rem; }
  @media (min-width: 80rem) and (min-height: 70rem) {
    .contentNav-highlights {
      display: block; } }
  .contentNav-highlights .contentNav-title {
    margin: 1.5rem 0 -0.25rem 0; }

@media (min-width: 40rem) {
  .article-list-highlights {
    margin-top: 0.75rem; } }

.highlightFlag {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  text-align: center;
  color: #FFF;
  background: #1080e0;
  z-index: 999; }

.contentNav-title {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5em;
  font-size: 1.5rem; }
  @media (min-width: 40em) {
    .contentNav-title {
      font-size: calc( 1.5rem + 1 * (100vw - 40rem) / (70 - 40) ); } }
  @media (min-width: 70em) {
    .contentNav-title {
      font-size: calc(1.5rem + 1 * 1rem); } }
  .contentNav-title a {
    color: #222;
    text-decoration: none;
    display: inline-block;
    line-height: 1.175em;
    text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0;
    -moz-transition: color 0.35s, box-shadow 0.35s;
    /* Firefox 4 */
    -webkit-transition: color 0.35s, box-shadow 0.35s;
    /* Safari and Chrome */
    -o-transition: color 0.35s, box-shadow 0.35s;
    /* Opera */
    transition: color 0.35s, box-shadow 0.35s; }
    .contentNav-title a:hover {
      color: #1080e0;
      box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.contentNav-titleDivider:after {
  color: #999;
  content: " \203A";
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: inline-block;
  position: relative; }

.contentNav-subcategories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .contentNav-subcategories li {
    display: inline-block;
    margin-right: 0.5rem; }
    .contentNav-subcategories li:before {
      content: '>';
      margin-right: 0.5rem; }
    .contentNav-subcategories li:last-child {
      margin-right: 0; }
  .contentNav-subcategories a:link, .contentNav-subcategories a:visited {
    color: #1080e0; }
  .contentNav-subcategories a:hover, .contentNav-subcategories a:active {
    color: #222; }

.noContentFound {
  margin-left: 0.75rem; }

.article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.articleListItem {
  background: #222;
  flex: 1 0 100%;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  @media (min-width: 40rem) {
    .articleListItem {
      border: 0.75rem solid #FFF;
      flex: 1 0 50%; }
      .articleListItem:first-child {
        flex: 1 1 100%;
        font-size: 1.5rem; } }
  @media (min-width: 60rem) {
    .articleListItem {
      flex: 1 0 33.333%; }
      .articleListItem:nth-child(-n+2) {
        flex: 1 0 50%;
        font-size: 1.5rem; }
      .articleListItem:nth-child(16n+15) {
        flex: 0 1 50%; }
      .articleListItem:only-of-type {
        max-width: 50%; } }
  @media (min-width: 60rem) and (max-height: 70rem) {
    .articleListItem:nth-child(-n+3) {
      flex: 1 0 33%;
      font-size: 1rem; } }

.articleListItem-link {
  color: initial;
  position: relative;
  display: block; }
  .articleListItem-link:hover .articleListItem-title {
    color: #1080e0; }

.articleListItem-image {
  max-width: 100%; }

.articleListItem-textContainer {
  background: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -3.5em 1em 1em 1em;
  padding: 1.25em 1.5em 0.75em;
  position: relative;
  z-index: 10; }

.articleListItem-title {
  -webkit-transition: color, 0.35s;
  -webkit-transition-delay: 0s;
  -moz-transition: color, 0.35s;
  -o-transition: color, 0.35s;
  transition: color, 0.35s;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 0;
  color: #FFF; }

.articleListItem-date {
  color: #777;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  font-size: 1rem;
  padding-top: 0.2em;
  text-align: right;
  white-space: nowrap; }

.eventListItem-date {
  color: #FFF;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 75%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  font-size: 1rem;
  padding-top: 0.2em;
  text-align: left;
  white-space: nowrap; }

.moduleTitle {
  font-size: 1.75rem; }

@media screen and (min-height: 990px) {
  .stickySidebar {
    position: sticky;
    top: 80px; } }

.sidebarContentItem {
  background: #222;
  flex: 1 1 100%;
  font-size: 1rem; }

.sidebarContentItem-link {
  color: initial; }
  .sidebarContentItem-link:hover .sidebarContentItem-title {
    color: #1080e0; }

.sidebarContentItem-image {
  max-width: 100%; }

.responsively-lazy:not(img) .sidebarContentItem-logo {
  opacity: 1;
  top: 0;
  left: 1em;
  width: 100px;
  height: auto;
  padding: 3px;
  background: #FFF; }

.sidebarContentItem-textContainer {
  background: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -3.5em 1em 1em 1em;
  padding: 1.25em 1.5em 0.75em;
  position: relative;
  z-index: 10; }

.sidebarContentItem-title {
  -webkit-transition: color, 0.35s;
  -webkit-transition-delay: 0s;
  -moz-transition: color, 0.35s;
  -o-transition: color, 0.35s;
  transition: color, 0.35s;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 1.15em;
  font-weight: 700;
  margin-top: 0;
  color: #FFF; }

.sidebarContentItem-date {
  color: #777;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  font-size: 1rem;
  padding-top: 0.2em;
  text-align: left;
  white-space: nowrap; }

.relatedContentTitle {
  margin-left: 0.75rem; }
  @media (min-width: 30rem) {
    .relatedContentTitle {
      margin-left: 2rem; } }
  @media (min-width: 40rem) {
    .relatedContentTitle {
      margin-bottom: 0.25em; } }
  @media (min-width: 56rem) {
    .relatedContentTitle {
      margin-left: 3rem; } }

.relatedContentList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 40rem) {
    .relatedContentList {
      margin: 0 1.25rem 2rem; } }
  @media (min-width: 56rem) {
    .relatedContentList {
      margin: 0 2.25rem 2rem; } }

.relatedContentItem {
  background: #222;
  flex: 1 0 100%;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  @media (min-width: 40rem) {
    .relatedContentItem {
      border: 0.75rem solid #FFF;
      flex: 1 0 50%; }
      .relatedContentItem:first-child {
        flex: 1 1 100%;
        font-size: 1.5rem; } }
  @media (min-width: 90rem) {
    .relatedContentItem {
      flex: 1 0 33.333%;
      font-size: 0.8rem; }
      .relatedContentItem:first-child {
        flex: 1 0 33.333%;
        font-size: 0.8rem; }
      .relatedContentItem:only-of-type {
        max-width: 50%; } }

.relatedContentItem-link {
  color: initial;
  position: relative;
  display: block; }
  .relatedContentItem-link:hover .relatedContentItem-title {
    color: #1080e0; }

.relatedContentItem-image {
  max-width: 100%; }

.responsively-lazy:not(img) .relatedContentItem-logo {
  opacity: 1;
  top: 0;
  left: 1em;
  width: 100px;
  height: auto;
  padding: 3px;
  background: #FFF; }

.relatedContentItem-textContainer {
  background: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -3.5em 1em 1em 1em;
  padding: 1.25em 1.5em 0.75em;
  position: relative;
  z-index: 10; }

.relatedContentItem-title {
  -webkit-transition: color, 0.35s;
  -webkit-transition-delay: 0s;
  -moz-transition: color, 0.35s;
  -o-transition: color, 0.35s;
  transition: color, 0.35s;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 0;
  color: #FFF; }

.relatedContentItem-date {
  color: #777;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  font-size: 1rem;
  padding-top: 0.2em;
  text-align: right;
  white-space: nowrap; }

.listCategories {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 75%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  list-style: none;
  margin: 0;
  padding: 0; }

.listCategories-item {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0.25rem 0.75rem 0; }
  .listCategories-item a {
    background: none;
    border-radius: 99em;
    border: 1px solid #1080e0;
    color: #1080e0;
    padding: 0.15em 0.7em;
    white-space: nowrap;
    -webkit-transition-property: background color;
    -moz-transition-property: background color;
    -o-transition-property: background color;
    transition-property: background, color;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  .listCategories-item a:hover, .listCategories-item a:active {
    background: #1080e0;
    color: #FFF; }

.listCategories-item-sponsored {
  border-radius: 99em;
  border: 1px solid #888;
  color: #888;
  padding: 0.15em 0.7em; }

.listCategories-item-partner a {
  background: #1080e0;
  color: #FFF; }

.sidebarCategories {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 70%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebarCategories-item {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.5em; }
  .sidebarCategories-item a {
    background: none;
    border-radius: 99em;
    border: 1px solid #1080e0;
    color: #1080e0;
    padding: 0.15em 0.7em;
    white-space: nowrap;
    -webkit-transition-property: background color;
    -moz-transition-property: background color;
    -o-transition-property: background color;
    transition-property: background, color;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  .sidebarCategories-item a:hover, .sidebarCategories-item a:active {
    background: #1080e0;
    color: #FFF; }

.sidebarCategories-item-sponsored {
  border-radius: 99em;
  border: 1px solid #888;
  color: #888;
  padding: 0.15em 0.7em; }

.sidebarCategories-item-partner a {
  background: #1080e0;
  color: #FFF; }

.fullPageCategories {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.fullPageCategories-item {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0.25rem 0.25rem 0; }
  .fullPageCategories-item a {
    background: none;
    border-radius: 99em;
    border: 1px solid #1080e0;
    color: #1080e0;
    padding: 0.15em 0.7em;
    -webkit-transition-property: background color;
    -moz-transition-property: background color;
    -o-transition-property: background color;
    transition-property: background, color;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  .fullPageCategories-item a:hover, .fullPageCategories-item a:active {
    background: #1080e0;
    color: #FFF; }

.fullPageCategories-item-sponsored {
  border-radius: 99em;
  border: 1px solid #888;
  color: #888;
  padding: 0.15em 0.7em; }

.fullPageCategories-item-partner a {
  background: #1080e0;
  color: #FFF; }

h1.fullPageTitle {
  margin-bottom: 0.25em;
  margin-top: 0; }

.meta {
  margin-bottom: 1.5rem;
  line-height: 3rem;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 1rem 0; }

.meta .time {
  margin-right: 0.5rem;
  position: relative; }

.meta .author + .time:before {
  content: '|';
  color: #CCC;
  margin: 0 0.25rem; }

.meta .time a, .meta .author a, .meta .hashtag a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s; }
  .meta .time a:hover, .meta .author a:hover, .meta .hashtag a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.meta .author img {
  width: 50px;
  border-radius: 99em; }

.authorProfile {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d6d6d6;
  padding: 3rem 0 0;
  margin: 3rem 0 0; }

.authorProfile h3 {
  display: inline-block;
  margin: 0 0.5em 0.5rem 0; }

.authorProfile p:empty {
  display: none; }

.authorProfile a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s; }
  .authorProfile a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.authorProfile img {
  margin-right: 1.5rem;
  border-radius: 99em;
  border: 1px solid #CCC;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  display: none;
  width: 150px;
  height: 150px; }
  @media (min-width: 40rem) {
    .authorProfile img {
      display: block; } }
  @media (min-width: 56rem) {
    .authorProfile img {
      width: 100px;
      height: 100px; } }
  @media (min-width: 70rem) {
    .authorProfile img {
      width: 150px;
      height: 150px; } }

.sponsorProfile {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 3rem 0;
  margin: 0 0 3rem 0; }

.sponsorProfile h2 {
  font-weight: 400;
  font-size: 1em;
  color: #999;
  margin-top: 0; }

.sponsorProfile h3 {
  display: inline-block;
  margin: 0 0.5em 0.5rem 0; }

.sponsorProfile p:empty {
  display: none; }

.sponsorProfile a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s; }
  .sponsorProfile a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.sponsorImages {
  margin-right: 1.5rem;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 33%;
  display: none; }
  @media (min-width: 40rem) {
    .sponsorImages {
      display: block; } }

.authorfollow {
  margin: 0;
  padding: 0;
  display: inline-block; }

.authorfollow li {
  display: inline;
  list-style: none; }

.authorfollow a {
  text-decoration: none;
  font-size: 1.33333em;
  line-height: 1.5em;
  text-shadow: none;
  box-shadow: none; }

.articlefeat {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  /* This has to be hacked for broken libsass problems. */ }
  @media (min-width: 40rem) {
    .articlefeat {
      margin-left: -0.75rem;
      width: calc(100% + 1.5rem); } }

.articlefeat img, .article_text img {
  max-width: 100%; }

.articleRegionalFlag {
  position: absolute;
  z-index: 10;
  background: #1080e0;
  color: #FFF;
  box-sizing: border-box;
  height: 2.25rem;
  font-size: 1rem;
  top: -2.25rem;
  left: 0;
  display: inline-block;
  padding: inherit;
  padding-top: 0.5rem; }
  .articleRegionalFlag:hover {
    background: #0d67b0; }

.articlefeat figcaption {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: -2.5em;
  padding: 0.25rem 0.75rem 0.25rem;
  color: #FFF;
  font-size: 0.8em;
  line-height: 2.5em; }
  .articlefeat figcaption a:hover, .articlefeat figcaption a:active {
    color: #FFF;
    text-decoration: underline; }

.creativecommonslink {
  width: 2.8em;
  height: 1.5em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5em;
  overflow: hidden;
  text-indent: 99999999em;
  background: url("../img/display/cc.73b21cc0efbf.svg") no-repeat;
  background-size: 100%; }

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

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% { }

  100% {
    opacity: 1; } }

.imageCredit-toggle {
  cursor: pointer; }

.imageCredit {
  opacity: 0;
  display: none; }

.imageCredit-isVisible {
  display: inline-block;
  -webkit-animation: fadeIn 1s forwards ease-in;
  animation: fadeIn 1s forwards ease-in; }
  .imageCredit-isVisible.no-cssanimations {
    opacity: 1; }

figcaption[data-icon]:before {
  padding-right: 6px; }

figcaption a {
  color: #FFF;
  text-decoration: none; }

.videoIcon {
  height: 1px;
  width: 24%;
  padding-bottom: 24%;
  background: url("../img/display/video-icon.f9315ef474c0.svg") center center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -12%;
  margin-top: -12%; }

.articleVideo {
  position: relative;
  padding-bottom: 58.25%;
  height: 0;
  overflow: hidden;
  border: 0;
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem; }

.articleVideo iframe, .articleVideo object, .articleVideo embed, .articleVideo > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.article-body {
  max-width: 45rem;
  font-size: 1rem;
  line-height: 150%; }
  @media (min-width: 20rem) {
    .article-body {
      font-size: calc( 1rem + 0.2 * (100vw - 20rem) / (70 - 20) );
      line-height: calc( 150% + 0.35 * (100vw - 20rem) / (70 - 20) ); } }
  @media (min-width: 56rem) {
    .article-body {
      line-height: calc( 150% + 0.25 * (100vw - 20rem) / (70 - 20) ); } }
  @media (min-width: 70rem) {
    .article-body {
      font-size: calc(1rem + 0.2 * 1rem);
      line-height: calc(150% + 0.25 * 1rem); } }
  .article-body div > iframe[allowfullscreen] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.articleIntro {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  line-height: 145%;
  font-size: 1.5rem; }
  @media (min-width: 20em) {
    .articleIntro {
      font-size: calc( 1.5rem + 0.2 * (100vw - 20rem) / (70 - 20) ); } }
  @media (min-width: 70em) {
    .articleIntro {
      font-size: calc(1.5rem + 0.2 * 1rem); } }

.articleIntro a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s;
  white-space: pre; }
  .articleIntro a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.article-header {
  padding: 0.25rem 0.75rem 0.75rem; }
  @media (min-width: 30rem) {
    .article-header {
      padding: 0.75rem 2rem; } }
  @media (min-width: 56rem) {
    .article-header {
      padding: 0.75rem 3rem; } }

.articlefeat + .article-header {
  background: #FFF;
  position: relative;
  -webkit-transition: -webkit-transform, 1s;
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform, 1s;
  -o-transition: -o-transform, 1s;
  transition: transform, 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: -7rem 0 0; }
  @media (min-width: 30rem) {
    .articlefeat + .article-header {
      margin: -7rem 0.75rem 0;
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 56rem) {
    .articlefeat + .article-header {
      margin: -9rem 1.5rem 0 1.5rem;
      padding: 0.75rem 2rem; } }
  @media (min-width: 56rem) and (max-height: 60rem) {
    .articlefeat + .article-header {
      transform: translate(0px, -3rem);
      -webkit-transform: translate(0px, -3rem);
      -moz-transform: translate(0px, -3rem);
      -o-transform: translate(0px, -3rem);
      -ms-transform: translate(0px, -3rem); } }

.articlecont {
  clear: both;
  /* Fixes video embed */
  -webkit-transition: -webkit-transform, 1s;
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform, 1s;
  -o-transition: -o-transform, 1s;
  transition: transform, 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 0 1rem; }
  @media (min-width: 30rem) {
    .articlecont {
      padding: 0 2rem; } }
  @media (min-width: 56rem) {
    .articlecont {
      padding: 0 3rem; } }
  .articlecont img {
    max-width: 100%; }

@media (min-width: 56rem) and (max-height: 60rem) {
  .articlefeat + .article-header + .articlecont {
    transform: translate(0px, -3rem);
    -webkit-transform: translate(0px, -3rem);
    -moz-transform: translate(0px, -3rem);
    -o-transform: translate(0px, -3rem);
    -ms-transform: translate(0px, -3rem); } }

.article-body a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s;
  white-space: pre; }
  .article-body a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.socialComment-dontBreak {
  display: inline-block; }

.relatedContent {
  background: #222;
  flex: 1 0 100%;
  font-size: 1rem;
  overflow: hidden;
  margin: 0 -1rem;
  width: calc(100% + 2rem); }
  @media screen and (min-width: 30rem) {
    .relatedContent {
      margin: 0 -2rem;
      width: calc(100% + 4rem); } }
  @media screen and (min-width: 40rem) {
    .relatedContent {
      margin: 0;
      width: 100%; } }

.relatedContent-link {
  color: initial; }
  .relatedContent-link:hover .relatedContent-title {
    color: #1080e0; }

.relatedContent-image {
  max-width: 100%; }

.relatedContent-textContainer {
  background: #222;
  color: #FFF;
  margin: -3.5em 1em 1em 1em;
  padding: 1.25em 1.5em 0.75em;
  position: relative;
  z-index: 10; }
  .relatedContent-textContainer p {
    color: #FFF;
    margin-top: 0; }
  .relatedContent-textContainer p a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 0.0666em 0.0666em 0 #222, -0.0666em 0.0666em 0 #222, 0.1333em 0 0 #222, -0.1333em 0 0 #222, -0.1333em 0.0666em 0 #222, 0.1333em 0.0666em 0 #222;
    box-shadow: inset 0 -0.1333em 0 0 #222, inset 0 -0.2em 0 0 #FFF; }
    .relatedContent-textContainer p a:hover {
      color: #1080e0; }

.relatedContent-meta {
  margin-right: 0.75rem; }

.relatedContent-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 2em;
  font-weight: 700;
  margin-top: 0;
  color: #FFF;
  display: block; }

.articlecont .event {
  margin-top: 4em;
  margin-bottom: 2em;
  border-#{$side}-style: solid;
  border-#{$side}-width: 0.06667em;
  padding-top: 1.93333em;
  border: 0;
  background: #f7f7f7;
  padding: 1em; }

.articlecont .event ~ .event {
  margin-top: 0em; }

.tags {
  display: inline; }

.tags li {
  display: inline;
  padding: 0; }

.tags li.sponsored a {
  color: #555555; }

.articlecont img.articlePartnerNetworkPlug {
  max-width: 400px; }

.resourceDownloadHeader {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center; }

.resource {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 2em;
  margin-top: 2em; }

.resourceLandingHeadWrap {
  background: #107fe0;
  background: -moz-linear-gradient(top, #107fe0 0%, #0065b8 91%, #034a85 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #107fe0), color-stop(91%, #0065b8), color-stop(100%, #034a85));
  background: -webkit-linear-gradient(top, #107fe0 0%, #0065b8 91%, #034a85 100%);
  background: -o-linear-gradient(top, #107fe0 0%, #0065b8 91%, #034a85 100%);
  background: -ms-linear-gradient(top, #107fe0 0%, #0065b8 91%, #034a85 100%);
  background: linear-gradient(to bottom, #107fe0 0%, #0065b8 91%, #034a85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107fe0', endColorstr='#034a85', GradientType=0 ); }

.resourceLandingHead {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 90rem;
  padding: 2rem 2rem 4rem 2rem; }
  @media (min-width: 50rem) {
    .resourceLandingHead {
      padding: 2rem; } }
  .resourceLandingHead.modNoImage {
    padding: 2rem 2rem 4rem 2rem; }
    @media (min-width: 90rem) {
      .resourceLandingHead.modNoImage {
        padding: 2rem 2rem 8rem 2rem; } }

.resourceDownloadCompanyLogo {
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 1em; }
  .resourceDownloadCompanyLogo img {
    max-width: 100%; }

.resourceHeader {
  max-width: 60rem;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 50rem) {
  .resourceLandingImage + .resourceHeader {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    padding-right: 3em; } }

.resourceLandingImage {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: none; }
  @media (min-width: 50rem) {
    .resourceLandingImage {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 40%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 40%;
      -ms-flex: 0 1 40%;
      flex: 0 1 40%; } }
  .resourceLandingImage img {
    max-width: 100%; }
  .resourceLandingImage.responsively-lazy:not(img) {
    background: none; }
  .no-flexbox .resourceLandingImage {
    display: none; }

.resourceLandingPageTitle {
  text-align: center;
  color: #FFF;
  margin: 0;
  font-size: 3rem;
  line-height: 125%; }
  @media (min-width: 40rem) {
    .resourceLandingPageTitle {
      font-size: calc( 3rem + 1 * (100vw - 40rem) / (70 - 40) ); } }
  @media (min-width: 70rem) {
    .resourceLandingPageTitle {
      font-size: calc(3rem + 1 * 1rem); } }

.resourceTeaser {
  text-align: center;
  color: #FFF;
  margin-bottom: 6em;
  margin-top: 2em; }

.resourcePublishDate {
  text-align: center;
  color: #FFF; }

.resourceQuote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background: none;
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  color: #FFF;
  border: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 125%; }
  @media (min-width: 40rem) {
    .resourceQuote {
      font-size: calc( 1rem + 0.5 * (100vw - 40rem) / (70 - 40) );
      line-height: calc( 125% + .3 * (100vw - 40rem) / (70 - 40) ); } }
  @media (min-width: 70rem) {
    .resourceQuote {
      font-size: calc(1rem + 0.5 * 1rem);
      line-height: calc(125% + .3 * 1rem); } }
  .resourceQuote img {
    float: left;
    margin: -1rem 2rem 1rem 0;
    border-radius: 100%;
    max-width: 100%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }

.resourceQuoteText {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.resourceLandingContent {
  background: #FFF;
  position: relative;
  padding: 1em;
  max-width: 90rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-transition: -webkit-transform, 1s;
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform, 1s;
  -o-transition: -o-transform, 1s;
  transition: transform, 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  transform: translate(0px, -3rem);
  -webkit-transform: translate(0px, -3rem);
  -moz-transform: translate(0px, -3rem);
  -o-transform: translate(0px, -3rem);
  -ms-transform: translate(0px, -3rem); }
  .resourceLandingContent.profileDownload {
    max-width: 44rem; }
  @media (min-width: 30rem) {
    .resourceLandingContent {
      padding: 2em; } }
  @media (min-width: 90rem) {
    .resourceLandingContent {
      padding: 2em 3em;
      transform: translate(0px, -7rem);
      -webkit-transform: translate(0px, -7rem);
      -moz-transform: translate(0px, -7rem);
      -o-transform: translate(0px, -7rem);
      -ms-transform: translate(0px, -7rem); } }

.resourceLandingText {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1rem;
  line-height: 150%; }
  @media (min-width: 50rem) {
    .resourceLandingText {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 60%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%;
      -ms-flex-preferred-size: calc(60% - 3em);
      flex-basis: calc(60% - 3em);
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 3em; } }
  @media (min-width: 20rem) {
    .resourceLandingText {
      font-size: calc( 1rem + 0.2 * (100vw - 20rem) / (70 - 20) );
      line-height: calc( 150% + 0.35 * (100vw - 20rem) / (70 - 20) ); } }
  @media (min-width: 56rem) {
    .resourceLandingText {
      line-height: calc( 150% + 0.25 * (100vw - 20rem) / (70 - 20) ); } }
  @media (min-width: 70rem) {
    .resourceLandingText {
      font-size: calc(1rem + 0.2 * 1rem);
      line-height: calc(150% + 0.25 * 1rem); } }

.resourceLandingTextBody a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s; }
  .resourceLandingTextBody a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }
.resourceLandingTextBody img {
  max-width: 100%; }

.resourceLandingDownloadForm {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background: #efefef;
  border-radius: 8px;
  padding: 2rem;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 50rem) {
    .resourceLandingDownloadForm {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 40%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%;
      -ms-flex-preferred-size: calc(40% - 4rem);
      flex-basis: calc(40% - 4rem);
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  .resourceLandingDownloadForm .resourceLandingDownloadFormLink {
    color: #1080e0; }

.directAttention {
  display: none;
  -webkit-transition: -webkit-transform, 0.75s;
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform, 0.75s;
  -o-transition: -o-transform, 0.75s;
  transition: transform, 0.75s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  margin: 0 0 0 -100px;
  background: url("../img/display/downloadArrow.29023360b0fc.svg") 50% 10% no-repeat #efefef;
  background-size: 40%;
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 50% 50% 0 0;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  border: 10px solid #FFF; }
  @media (min-width: 50rem) {
    .directAttention {
      display: block;
      -webkit-transition: -webkit-transform, 1s;
      -webkit-transition-delay: 0s;
      -moz-transition: -moz-transform, 1s;
      -o-transition: -o-transform, 1s;
      transition: transform, 1s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      transform: translate(0px, -100px);
      -webkit-transform: translate(0px, -100px);
      -moz-transform: translate(0px, -100px);
      -o-transform: translate(0px, -100px);
      -ms-transform: translate(0px, -100px); } }
  .no-flexbox .directAttention {
    display: none; }

.event {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 2em;
  margin-top: 2em; }
  .event .meta {
    margin-top: 1em; }

.location:before, .hashtag:before {
  content: "|";
  color: #CCC;
  padding: 0 0.25rem; }

.recruiterhead {
  margin-top: 0; }

.listrecruitjobs {
  border-#{$side}-style: solid;
  border-#{$side}-width: 0.2em;
  padding-top: 0.8em;
  border-color: #1080e0;
  margin-top: 4em; }
  .listrecruitjobs .article {
    margin: 0; }
  .listrecruitjobs h3 {
    margin-bottom: 0; }

.authorImage {
  width: 8rem;
  border-radius: 99em;
  margin-right: 1rem; }

.authorBio {
  max-width: 40rem; }

#authors .authorProfile {
  margin-top: 2em;
  margin-bottom: 4em;
  position: relative; }

.form .content {
  max-width: 55rem;
  margin: 0 auto; }

.pagination_index {
  list-style: none;
  margin: 1.5rem auto 3rem;
  padding: 0;
  text-align: center; }
  .pagination_index li {
    display: inline-block;
    margin: 0 0.25rem 1rem; }
  .pagination_index strong {
    border-radius: 0.25em;
    border: 2px solid #CCC;
    color: #222;
    padding: 0.5em 0.6em; }
  .pagination_index a {
    background: #1080e0;
    border-radius: 0.25em;
    color: #FFF;
    display: block;
    padding: 0.5em 0.75em; }
    .pagination_index a:hover {
      background: #094b81; }

.endless_container + .pagination_index {
  margin-top: 0; }

.profile-hub-list-company + .pagination_index {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.loadcont {
  opacity: 0;
  -webkit-transition: opacity, 0.75s;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity, 0.75s;
  -o-transition: opacity, 0.75s;
  transition: opacity, 0.75s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.loadcont.loaded {
  opacity: 1; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.endless_container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 2.25rem 0.75rem;
  background: #1080e0;
  border-radius: 0.25rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 60px; }

.endless_more {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  height: 60px; }

.endless_more {
  display: block; }

.endless_loading {
  padding: 0;
  text-indent: -9999rem;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 10px auto 0;
  background-color: #FFF;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out; }

/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

li.bjqs-slide {
  position: absolute;
  display: none; }
  li.bjqs-slide .twitimg {
    float: left;
    padding: 0 1.15em 0 0; }

.twituser {
  font-weight: bold;
  display: block; }

.twithandle {
  color: #8f8f8f;
  font-size: 0.86667em;
  line-height: 2.30769em;
  margin-bottom: 2em;
  display: block; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
  position: absolute;
  left: 10em;
  top: -3.4em; }

ul.bjqs-controls a {
  color: #FFF; }
  ul.bjqs-controls a:hover, ul.bjqs-controls a:active {
    color: #1080e0; }

ul.bjqs-controls li.bjqs-next {
  float: right; }

ul.bjqs-controls li.bjqs-next:before {
  content: "|";
  padding: 0 0.25em;
  color: #9f9f9f; }

ul.bjqs-controls li.bjqs-prev {
  float: left; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

.list-ad > .ad {
  width: 300px;
  height: 250px;
  margin: 0 auto; }

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

#relcont_trigger {
  position: relative;
  display: block;
  margin-bottom: 80px; }

.reljobs {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out; }

.affix {
  position: fixed;
  top: 80px;
  width: 300px;
  opacity: 1; }

.subnav li.visible-md {
  display: none; }

.subnav li.visible-lg {
  display: none; }

@media screen and (min-width: 76em) {
  .subnav li.visible-md {
    display: inline-block; } }

.tracking img {
  position: absolute;
  visibility: hidden; }

.responsively-lazy:not(img) {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  background: #333; }

.responsively-lazy:not(img) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity, 300ms;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity, 300ms;
  -o-transition: opacity, 300ms;
  transition: opacity, 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

img.responsively-lazy {
  opacity: 0;
  -webkit-transition: opacity, 300ms;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity, 300ms;
  -o-transition: opacity, 300ms;
  transition: opacity, 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .no-js img.responsively-lazy {
    opacity: 1; }

.responsively-lazy:not(img) img.responsively-lazy-loaded, img.responsively-lazy-loaded {
  opacity: 1; }

.newsletter {
  background: #333;
  padding: 2rem 0.75rem 3rem; }

.newsletterForm {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center; }
  .newsletterForm p {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF; }
    @media (min-width: 70rem) {
      .newsletterForm p {
        font-size: 1.5rem; } }
  .newsletterForm input[type=text], .newsletterForm input[type=email] {
    margin: 0 0 1rem 0;
    line-height: normal; }
    @media (min-width: 50rem) {
      .newsletterForm input[type=text], .newsletterForm input[type=email] {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
        -moz-box-flex: 1;
        -moz-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin: 0 1rem 0 0; } }
  .newsletterForm input[type=submit] {
    width: 100%;
    margin: 0; }
    @media (min-width: 50rem) {
      .newsletterForm input[type=submit] {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
        -moz-box-flex: 1;
        -moz-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        max-width: 150px; } }

p.submit .thisButton, .CTAButton {
  font-size: 2em;
  margin-bottom: 1em;
  text-align: center;
  padding: 0.5em 0.75em;
  background: #1080e0;
  color: #FFF;
  display: block;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  border: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.CTAButton {
  background: #FF6A00; }

p.submit .thisButton:hover, .CTAButton:hover {
  background: #222; }

.dealsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 3em; }
  @media (min-width: 40rem) and (max-width: 80rem) {
    .dealsWrapper {
      margin-top: 0.75rem; } }

.dealContainer {
  overflow: hidden;
  background: #222;
  border: 1.5rem 0.75rem solid #FFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  @media (min-width: 40rem) {
    .dealContainer {
      border: 0.75rem solid #FFF;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; } }
  @media (min-width: 60rem) {
    .dealContainer {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 33.333%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 33.333%;
      -ms-flex: 0 1 33.333%;
      flex: 0 1 33.333%; } }

.dealLogo {
  max-width: 100%; }

.dealInfo {
  padding: 2em 1.5em 2.5em;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 125%; }
  @media (min-width: 40rem) {
    .dealInfo {
      font-size: calc( 1rem + 0.5 * (100vw - 40rem) / (70 - 40) );
      line-height: calc( 125% + .3 * (100vw - 40rem) / (70 - 40) ); } }
  @media (min-width: 70rem) {
    .dealInfo {
      font-size: calc(1rem + 0.5 * 1rem);
      line-height: calc(125% + .3 * 1rem); } }
  .dealInfo h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 1.35em; }
  .dealInfo p {
    margin-bottom: 2em;
    margin-top: 0;
    font-size: 1rem;
    line-height: 135%; }
    @media (min-width: 40rem) {
      .dealInfo p {
        line-height: calc( 135% + .15 * (100vw - 40rem) / (70 - 40) ); } }
    @media (min-width: 70rem) {
      .dealInfo p {
        line-height: calc(135% + .15 * 1rem); } }

.dealButton {
  color: #FFF;
  font-size: 1em;
  padding: 0.35em 0.9em;
  border-radius: 0.2em; }
  .dealButton:link, .dealButton:visited {
    background: #fc6a21; }
  .dealButton:hover, .dealButton:focus {
    background: #cf541b; }

.dealSalesCopy {
  text-align: center;
  max-width: 45rem;
  padding: 0 1rem;
  margin: 0 auto 4rem; }

.dealSalesCopy a {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s; }
  .dealSalesCopy a:hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }

.microdata-hidden {
  display: none; }



.carousel {
  position: relative;
  line-height: 1;
  background: #222; }
  .carousel .carousel-inner {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative; }
    .carousel .carousel-inner > .item {
      display: none;
      position: relative;
      -webkit-transition: 0.5s ease-in-out left;
      -moz-transition: 0.5s ease-in-out left;
      -o-transition: 0.5s ease-in-out left;
      transition: 0.5s ease-in-out left; }
      .carousel .carousel-inner > .item > img {
        max-width: 100%; }
    .carousel .carousel-inner > .item > a > img {
      display: block;
      line-height: 1;
      max-width: 100%;
      float: left;
      clear: both; }
    .carousel .carousel-inner > .active, .carousel .carousel-inner > .next, .carousel .carousel-inner > .prev {
      display: block; }
    .carousel .carousel-inner > .active {
      left: 0; }
    .carousel .carousel-inner > .next, .carousel .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    .carousel .carousel-inner > .next {
      left: 100%; }
    .carousel .carousel-inner > .prev {
      left: -100%; }
    .carousel .carousel-inner > .next.left, .carousel .carousel-inner > .prev.right {
      left: 0; }
    .carousel .carousel-inner > .active.left {
      left: -100%; }
    .carousel .carousel-inner > .active.right {
      left: 100%; }

#gallery-carousel {
  margin-bottom: 1rem;
  overflow: auto; }
  @media (min-width: 40rem) {
    #gallery-carousel {
      width: calc(100% + 1.5rem);
      margin-left: -0.75rem; } }
  #gallery-carousel, #gallery-carousel * {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  #gallery-carousel .sr-only {
    display: none; }
  #gallery-carousel .carousel-inner > .item > a > img {
    width: 100%; }
  #gallery-carousel .indicator-wrapper {
    position: relative;
    display: none; }
    @media (min-width: 40rem) {
      #gallery-carousel .indicator-wrapper {
        display: block; } }
    #gallery-carousel .indicator-wrapper .indicator-control {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      background-color: #222;
      color: white;
      font-size: 16px;
      cursor: pointer;
      opacity: 0.8; }
      #gallery-carousel .indicator-wrapper .indicator-control:hover {
        opacity: 1; }
      #gallery-carousel .indicator-wrapper .indicator-control.prev {
        left: 8px; }
      #gallery-carousel .indicator-wrapper .indicator-control.next {
        right: 8px; }
      #gallery-carousel .indicator-wrapper .indicator-control.at-end {
        opacity: 0.2;
        cursor: default; }
    #gallery-carousel .indicator-wrapper > .sliding-container {
      margin: 32px;
      overflow: hidden;
      white-space: nowrap; }
      #gallery-carousel .indicator-wrapper > .sliding-container > .carousel-indicators {
        position: relative;
        display: inline-block;
        padding: 0;
        margin: 0;
        top: 0px;
        left: 0px;
        list-style-type: none;
        height: 40px;
        transition: left 250ms ease-in-out; }
        #gallery-carousel .indicator-wrapper > .sliding-container > .carousel-indicators > li {
          display: inline;
          width: 71px;
          height: 40px;
          margin-right: 10px;
          cursor: pointer;
          opacity: 0.6; }
          #gallery-carousel .indicator-wrapper > .sliding-container > .carousel-indicators > li:last-of-type {
            margin-right: 0; }
          #gallery-carousel .indicator-wrapper > .sliding-container > .carousel-indicators > li.active {
            opacity: 1; }
          #gallery-carousel .indicator-wrapper > .sliding-container > .carousel-indicators > li > img {
            display: inline-block;
            width: 71px;
            height: 40px;
            image-rendering: optimizeSpeed; }
  #gallery-carousel .carousel-caption {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;
    background-color: rgba(34, 34, 34, 0.8);
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text; }
    @media (min-width: 30rem) {
      #gallery-carousel .carousel-caption {
        padding: 0.5rem 1.5rem; } }
    @media (min-width: 40rem) {
      #gallery-carousel .carousel-caption {
        padding: 0.5rem 2.75rem; } }
    @media (min-width: 896px) {
      #gallery-carousel .carousel-caption {
        padding: 0.5rem 3.75rem; } }
  #gallery-carousel .carousel-control {
    position: absolute;
    top: 50%;
    padding: 12px;
    margin-top: -16px;
    background-color: #222; }
    #gallery-carousel .carousel-control:hover, #gallery-carousel .carousel-control:focus {
      border: 0;
      outline: none; }
    #gallery-carousel .carousel-control.left {
      left: 0px; }
    #gallery-carousel .carousel-control.right {
      right: 0px; }
    #gallery-carousel .carousel-control .icon {
      font-size: 30px;
      color: white; }



.buttonFullWidth {
  display: block;
  width: 100%;
  font-family: 'Fira Sans', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.75em; }

.advertising-sales-contact {
  text-align: center; }

.advertising-interest-form {
  background: #efefef;
  padding: 0 2rem 1rem 2rem; }
  .advertising-interest-form h2 {
    text-align: center;
    padding-top: 1em; }
  .advertising-interest-form form {
    max-width: 550px;
    margin: auto;
    padding-left: 1em;
    padding-right: 1em; }

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

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

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

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

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: 0.4em 0 0.2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em; }

.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("jquery-ui-1.10.4/images/animated-overlay.2b912f7c0653.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 0.8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 0.8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: 0.2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url("jquery-ui-1.10.4/images/ui-bg_flat_75_ffffff_40x100.8692e6efddf8.png") 50% 50% repeat-x;
  color: #222; }

.ui-widget-content a {
  color: #222; }

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("jquery-ui-1.10.4/images/ui-bg_highlight-soft_75_cccccc_1x100.72c593d16e99.png") 50% 50% repeat-x;
  color: #222;
  font-weight: 700; }

.ui-widget-header a {
  color: #222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("jquery-ui-1.10.4/images/ui-bg_glass_75_e6e6e6_1x400.f4254356c2a8.png") 50% 50% repeat-x;
  font-weight: 400;
  color: #555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("jquery-ui-1.10.4/images/ui-bg_glass_75_dadada_1x400.c12c6510dad3.png") 50% 50% repeat-x;
  font-weight: 400;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("jquery-ui-1.10.4/images/ui-bg_glass_65_ffffff_1x400.f6866844d7db.png") 50% 50% repeat-x;
  font-weight: 400;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("jquery-ui-1.10.4/images/ui-bg_glass_55_fbf9ee_1x400.f8f4558e0b92.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("jquery-ui-1.10.4/images/ui-bg_glass_95_fef1ec_1x400.5a3be2d8fff8.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("jquery-ui-1.10.4/images/ui-icons_222222_256x240.a1b3887a86cf.png"); }

.ui-widget-header .ui-icon {
  background-image: url("jquery-ui-1.10.4/images/ui-icons_222222_256x240.a1b3887a86cf.png"); }

.ui-state-default .ui-icon {
  background-image: url("jquery-ui-1.10.4/images/ui-icons_888888_256x240.faf6f5dc44e7.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("jquery-ui-1.10.4/images/ui-icons_454545_256x240.771099482bdc.png"); }

.ui-state-active .ui-icon {
  background-image: url("jquery-ui-1.10.4/images/ui-icons_454545_256x240.771099482bdc.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("jquery-ui-1.10.4/images/ui-icons_2e83ff_256x240.25162bf857a8.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("jquery-ui-1.10.4/images/ui-icons_cd0a0a_256x240.5d8808d43cef.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #aaa url("jquery-ui-1.10.4/images/ui-bg_flat_0_aaaaaa_40x100.2a44fbdb7360.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("jquery-ui-1.10.4/images/ui-bg_flat_0_aaaaaa_40x100.2a44fbdb7360.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }



.drafts .content {
  margin: 0 1rem; }

.dashboardContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0;
  border-top: 1px solid #CCC; }
  .dashboardContent:first-child {
    border: none; }

.dashboardContent-title {
  margin-right: 2rem;
  padding: 1rem 1rem 1rem 0;
  -webkit-box-flex: 3;
  -webkit-flex: 3 1;
  -moz-box-flex: 3;
  -moz-flex: 3 1;
  -ms-flex: 3 1;
  flex: 3 1; }
  .dashboardContent-title h2 {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 500;
    display: inline; }
    .dashboardContent-title h2 a:link, .dashboardContent-title h2 a:visited {
      color: #222; }
    .dashboardContent-title h2 a:hover, .dashboardContent-title h2 a:active {
      color: #1080e0; }

.dashboardContent-tags {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: 15%;
  padding: 1rem;
  list-style: none;
  margin: 0;
  display: none; }
  @media (min-width: 65rem) {
    .dashboardContent-tags {
      display: block; } }
  .dashboardContent-tags li {
    display: inline-block; }
    .dashboardContent-tags li:after {
      content: ", "; }
    .dashboardContent-tags li:last-child:after {
      content: ""; }

.dashboardContent-author {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: 15%;
  padding: 1rem;
  display: none; }
  @media (min-width: 50rem) {
    .dashboardContent-author {
      display: block; } }

.dashboardContent-addedDate {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  padding: 1rem; }

.dashboardAction {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 55px;
  -ms-flex: 0 1 55px;
  flex: 0 1 55px;
  padding: 1rem 0; }
  .dashboardAction a {
    background: #1080e0;
    padding: 0.5rem 0.75rem;
    border-radius: 0.2rem; }
  .dashboardAction a:link, .dashboardAction a:visited {
    color: #FFF; }
  .dashboardAction a:hover, .dashboardAction a:active {
    background: #222; }
  .dashboardAction .hide {
    display: none; }

.dashbaordContent-statusTitle {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  padding: 1rem 0 0.25rem 1rem; }

.dashbaordContent-status {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  padding: 0.5rem 0 0.5rem 1rem; }

.publink {
  color: #FFF;
  background: #666;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.2rem;
  text-align: center;
  width: 100%;
  font-weight: 500; }
  .publink.published {
    background: #5ed629; }

.dashboardContent-email {
  -webkit-box-flex: 5;
  -webkit-flex: 5 1;
  -moz-box-flex: 5;
  -moz-flex: 5 1;
  -ms-flex: 5 1;
  flex: 5 1;
  padding: 1rem; }

.dashboardContent-publications, .dashboardContent-recentlyActive {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 150px;
  padding: 1rem; }

.controls {
  position: relative; }

.charactersLeft {
  font-weight: 700;
  position: absolute;
  z-index: 2;
  right: 1em;
  top: 14px;
  color: #1080e0; }

.toolong {
  color: #EE3B3B; }

.overopt {
  color: #fb9215; }

#news_form {
  position: relative; }

.editSlug {
  position: absolute;
  right: 0;
  top: -2rem;
  background: #CCC;
  color: #FFF;
  border-radius: 4px;
  padding: 0.35rem 0.75rem;
  -webkit-transition: background 0.3s;
  -webkit-transition-delay: 0s 0s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background, 0.3s; }
  .editSlug:hover {
    background: #1080e0; }

#news_form #div_id_slug {
  display: none; }

#id_intro {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  line-height: 145%;
  font-size: 1.5rem; }

#div_id_content {
  margin-bottom: 2rem; }
  #div_id_content .controls a {
    margin-right: 0; }

#div_id_highlight .controls, #div_id_sponsored .controls {
  float: left;
  margin-right: 0.5rem; }

.adminbar > ul > li {
  right: 50%; }

.adminbar {
  top: 0px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #131313;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#131313));
  background-image: -webkit-linear-gradient(top, #222, #131313);
  background-image: -moz-linear-gradient(top, #222, #131313);
  background-image: -ms-linear-gradient(top, #222, #131313);
  background-image: -o-linear-gradient(top, #222, #131313);
  margin: 0;
  padding: 0.75em 0;
  -moz-box-shadow: 4px 0 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 4px 0 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 0 5px 0px rgba(0, 0, 0, 0.75);
  display: none;
  position: fixed;
  z-index: 99999999; }
  @media screen and (min-width: 45rem) {
    .adminbar {
      display: block; } }
  .adminbar ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center; }
  .adminbar li {
    list-style: none;
    float: left;
    display: inline-block;
    margin: 0;
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
  .adminbar li:first-child a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
  .adminbar li:last-child a {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
  .adminbar a {
    color: #FFF;
    padding: 0.35em 1em;
    display: block;
    text-shadow: inset -1px 0 rgba(0, 0, 0, 0.75);
    font-weight: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.75);
    border-left: 1px solid rgba(255, 255, 255, 0.15); }
  .adminbar a:hover {
    background: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.05); }
  .adminbar span {
    vertical-align: 0.05em;
    padding-right: 0.25em; }
  .adminbar .dropdown li:first-child a, .adminbar .dropdown li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .adminbar ul ul {
    background: #fff;
    background: rgba(255, 255, 255, 0);
    list-style: none;
    position: absolute;
    left: -9999px; }
  .adminbar ul ul li {
    float: none; }
  .adminbar ul ul a {
    white-space: nowrap;
    text-align: left; }
  .adminbar ul li:hover ul {
    left: 0%;
    margin-left: 0;
    z-index: 999999; }
  .adminbar .dropdown li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .adminbar ul li:hover a {
    background: rgba(0, 0, 0, 0.9); }
  .adminbar ul li:hover ul li a:hover {
    background: #333; }
  .adminbar .rcicon {
    font-size: 1.13333em;
    line-height: 1.76471em;
    line-height: 1;
    vertical-align: -1px; }



.jobListWrapper {
  padding: 0 1rem; }
  @media (min-width: 30rem) {
    .jobListWrapper {
      padding: 0 2rem; } }
  @media (min-width: 896px) {
    .jobListWrapper {
      padding: 0 3rem; } }

.jobList-item {
  padding: 2rem 1.5rem 3rem;
  border-bottom: 1px solid #d6d6d6; }

.jobList-item h2 {
  padding-top: 1rem;
  margin: 0 0 0.75rem;
  clear: left; }

.jobList-itemTitle a:link, .jobList-itemTitle a:visited {
  color: #1080e0; }
.jobList-itemTitle a:hover, .jobList-itemTitle a:active {
  color: #222; }

.jobList .job-recruiter-logo {
  display: none;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 0.5em 0.5em;
  float: right;
  margin-left: 1.5em;
  padding: 0.75em;
  width: 130px;
  text-align: center; }
  @media (min-width: 40rem) {
    .jobList .job-recruiter-logo {
      display: block; } }
  .jobList .job-recruiter-logo img {
    max-width: 100%;
    max-height: 3em; }

.jobList-itemRecruiter, .jobList-itemSalary, .jobList-itemLocation, .jobList-itemDate {
  margin-right: 1.25em;
  white-space: nowrap; }

.jobFeatured {
  padding: 0 1.5rem 2.5rem 1.5rem;
  color: #FFF;
  background: #222;
  border-bottom: 1px solid #FFF; }

.jobFeatured + .jobFeatured {
  border-top: 1rem solid #FFF; }

.jobFeatured .jobList-itemTitle a:link, .jobFeatured .jobList-itemTitle a:visited {
  color: #FFF; }
.jobFeatured .jobList-itemTitle a:hover, .jobFeatured .jobList-itemTitle a:active {
  color: #1080e0; }

.job-flags {
  overflow: hidden;
  float: left;
  padding-bottom: 4px; }
  .job-flags > *:first-child {
    -webkit-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -ms-border-radius-bottomleft: 4px;
    -o-border-radius-bottomleft: 4px;
    border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .job-flags > *:last-child {
    -webkit-border-radius-bottomright: 4px;
    -moz-border-radius-bottomright: 4px;
    -ms-border-radius-bottomright: 4px;
    -o-border-radius-bottomright: 4px;
    border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .job-flags .featjob, .job-flags .newjob, .job-flags .endingjob {
    padding: 0.25em 0.75em;
    background: #369FA7;
    color: #FFF;
    font-size: 0.85em; }
  .job-flags .featjob {
    background: #FFF;
    color: #1080e0;
    text-transform: uppercase; }
  .job-flags .newjob {
    background: #5ed629; }
  .job-flags .endingjob {
    background: #d33a3a; }

.jobFull-header {
  padding: 0 1rem; }
  @media (min-width: 30rem) {
    .jobFull-header {
      padding: 0 2rem; } }
  @media (min-width: 896px) {
    .jobFull-header {
      padding: 0 3rem; } }

.jobFull-header h1 {
  font-size: 2.5rem; }

.jobFull-header h2 {
  font-size: 1.5rem; }

.jobFull-header .job-recruiter-logo {
  display: block;
  margin-top: 2rem; }

.jobPreview {
  color: #FFF;
  background: #1080e0;
  padding: 0.25rem 0.75rem; }

.jobsalary {
  color: #1080e0; }

.jobDivider, .jobtype {
  color: #ababab; }

.meta .recruiter {
  margin-right: 1.25em; }
.meta .recruiter, .meta .time, .meta .date {
  white-space: nowrap; }

.js #formfields {
  display: none; }

.js .jobval #formfields {
  display: block; }

.jobExpired {
  opacity: 0.4; }

.job-details {
  background-color: #666; }

.job-expired-lable {
  color: #d33a3a; }



.monetize .job_products {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media screen and (min-width: 876px) {
    .monetize .job_products {
      margin-top: 3.5rem; } }
  .monetize .job_products input[type="submit"] {
    margin: 2rem 0.75rem; }
.monetize .product {
  border: 1px solid #1080e0;
  margin-bottom: 2em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-width: 17rem;
  vertical-align: top;
  text-align: left;
  margin: 0.75rem; }
  @media screen and (max-width: 875px) {
    .monetize .product.first {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .monetize .product.second {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -moz-order: 0;
      -ms-flex-order: 0;
      order: 0; }
    .monetize .product.last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  @media screen and (min-width: 876px) {
    .monetize .product.second {
      margin-top: -3.2rem;
      margin-bottom: 3.2rem;
      box-shadow: 0px 40px 40px -20px rgba(55, 95, 130, 0.5); } }
  .monetize .product label {
    background: #1080e0;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    width: 100%; }
  .monetize .product .price {
    font-size: 2.5em;
    font-family: 'Fira Sans', sans-serif;
    margin: 0; }
    .monetize .product .price span {
      font-size: 0.5em;
      color: #1080e0; }
  .monetize .product .quantity_wrap {
    background: scale-lightness(#1080e0, 30);
    padding-top: 1.5rem; }
  .monetize .product select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
.monetize .product_description {
  padding: 0 2rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%; }
  .monetize .product_description ul {
    list-style: none;
    padding: 0;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .monetize .product_description li {
    border-top: 1px solid #1080e0;
    padding: 0.5rem 0; }
    .monetize .product_description li:first-child {
      border: 0; }
.monetize.enter_job_details h1 {
  margin: 0 auto 0.5em auto;
  max-width: 17em;
  text-align: center; }
.monetize.enter_job_details #div_id_categories {
  margin-top: 30px; }
.monetize .perfin {
  float: left; }
.monetize.central .perfin {
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
  position: static; }
.monetize.central .tagline {
  float: none; }
.monetize .grid {
  padding-top: 3em; }
.monetize h1 {
  margin: 0 0 0.5em 0; }
.monetize .secure-header {
  background: #1080e0;
  padding: 1rem 2rem;
  margin: 0;
  color: #FFF; }
.monetize .form, .monetize .basket {
  width: 100%; }
  .monetize .form form, .monetize .basket form {
    padding: 2rem; }
@media (min-width: 38em) {
  .monetize .form {
    border: 2px solid #CCC;
    overflow: hidden;
    margin: 0 auto;
    max-width: 50em;
    border-radius: 0.35em; }
    .monetize .form a:not(.social-login-button) {
      color: #1080e0;
      text-decoration: none;
      display: inline-block;
      line-height: 1.175em;
      text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
      box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
      -moz-transition: color 0.35s, box-shadow 0.35s;
      /* Firefox 4 */
      -webkit-transition: color 0.35s, box-shadow 0.35s;
      /* Safari and Chrome */
      -o-transition: color 0.35s, box-shadow 0.35s;
      /* Opera */
      transition: color 0.35s, box-shadow 0.35s; }
      .monetize .form a:not(.social-login-button):hover {
        color: #000;
        box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }
    .monetize .form form {
      padding: 2em; }
  .monetize.payment .form {
    border: 2px solid #CCC;
    min-height: 20em; }
    .monetize.payment .form h1 {
      padding: 0.5em; }
    .monetize.payment .form input[type=submit] {
      background: #1080e0; }
      .monetize.payment .form input[type=submit]:hover {
        background: #222; }
    .monetize.payment .form .sidebar {
      margin: 0 -23em 0 0; }
      .monetize.payment .form .sidebar h3 {
        background: #1080e0;
        padding-left: 2rem; }
  .monetize .creditcards {
    padding: 0 0 2rem 2rem; } }
.monetize .cke a {
  box-shadow: none;
  text-shadow: none; }
.monetize .basket {
  padding: 2rem; }
  .monetize .basket .price {
    float: right; }
  .monetize .basket .totals {
    border-top: 1px solid scale-lightness(#1080e0, 50);
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .monetize .basket .totals > span {
    font-size: 1.05em;
    display: block; }
  .monetize .basket .totals > .total {
    font-weight: bold; }
.monetize input[type=submit] {
  display: block;
  width: 100%;
  background: #1080e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1em;
  font-size: 1.25em; }
  .monetize input[type=submit]:hover, .monetize input[type=submit]:active {
    background: #444444; }
  .monetize input[type=submit].danger {
    background: #b94a48; }
    .monetize input[type=submit].danger:hover, .monetize input[type=submit].danger:active {
      background: #5d2524; }
.monetize .monetise-footer {
  max-width: 100%;
  margin: 4em auto;
  text-align: center;
  border-top: 1px solid #d6d6d6;
  padding-top: 2em; }
  .monetize .monetise-footer a {
    color: #1080e0;
    text-decoration: none;
    display: inline-block;
    line-height: 1.175em;
    text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
    -moz-transition: color 0.35s, box-shadow 0.35s;
    /* Firefox 4 */
    -webkit-transition: color 0.35s, box-shadow 0.35s;
    /* Safari and Chrome */
    -o-transition: color 0.35s, box-shadow 0.35s;
    /* Opera */
    transition: color 0.35s, box-shadow 0.35s;
    margin: 0 0.5rem;
    white-space: nowrap; }
    .monetize .monetise-footer a:hover {
      color: #000;
      box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }
.monetize #register_checkbox + label {
  font-weight: bold; }
.monetize .form.login {
  width: 100%;
  max-width: 38em;
  padding-bottom: 1em; }
.monetize p.alternate-login {
  text-align: center; }
  @media (min-width: 37.33333em) {
    .monetize p.alternate-login {
      font-size: 1.25em;
      margin: -2em 2em 2em; } }
.monetize .subtleLink:link, .monetize .subtleLink:visited {
  color: #666; }
.monetize .subtleLink:hover, .monetize .subtleLink:active {
  color: #333; }
.monetize .social-login-button {
  margin: 0 2em 1em;
  text-align: center;
  background: #000;
  color: #FFF;
  padding: 0.75em;
  border-radius: 4px;
  display: block;
  font-weight: 500;
  font-size: 1.05em; }
  .monetize .social-login-button .social-icon {
    font-size: 1.8em;
    margin-right: 0.15em;
    vertical-align: middle; }
.monetize .login-twitter {
  background: #55acee; }
  .monetize .login-twitter:hover {
    background: #168ce0; }
.monetize .login-facebook {
  background: #3b5998; }
  .monetize .login-facebook:hover {
    background: #2d4473; }
  .monetize .login-facebook .social-icon {
    margin-right: 0.35em; }
.monetize .login-linkedin {
  background: #2570ac; }
  .monetize .login-linkedin:hover {
    background: #1c5682; }

.secure_icon {
  float: right; }

.preview_button, .submit_button {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 3em;
  font-size: 1.25em;
  margin: 0.5rem 0.5rem 0 0; }

.preview_button {
  background: #999; }

@media (min-width: 37.33333em) {
  .confirm_payment {
    padding: 2rem; }
  .order_number {
    margin-top: 2em; } }

.job_preview {
  background: rgba(54, 159, 167, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 2em;
  left: 0;
  padding: 3em 2em;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99999999; }

.account h1 {
  margin: 1em 0 0em; }
.account .content {
  width: 100%; }
.account .grid {
  padding: 0 1em;
  max-width: 50rem;
  margin: 0 auto; }
.account dl > dt {
  display: inline;
  line-height: 1.5em;
  font-weight: bold; }
.account dl > dd {
  display: inline;
  line-height: 1.5em;
  margin: 0; }
.account dl > dd:after {
  content: "\A";
  white-space: pre; }
.account .lefttake, .account .righttake {
  display: none; }
.account .sidebar {
  margin-top: 2em; }
.account .maincont {
  width: 100%; }
.account .social-account-list {
  list-style-type: none;
  padding-left: 0; }
  .account .social-account-list li {
    margin-bottom: 0.75em; }
  .account .social-account-list .button {
    margin: 0;
    padding: 0.5em 1em; }
  .account .social-account-list .button.remove {
    background: #b94a48; }
  .account .social-account-list .site {
    font-weight: 600;
    margin-right: 0.5em;
    display: inline-block;
    width: 8em; }
    .account .social-account-list .site .social-icon {
      display: inline-block;
      width: 32px;
      font-size: 32px;
      margin-right: 0.5em;
      vertical-align: middle;
      text-align: center; }
  .account .social-account-list .details {
    margin-left: 1em;
    font-style: italic; }
  .account .social-account-list .details:before {
    content: "("; }
  .account .social-account-list .details:after {
    content: ")"; }
  .account .social-account-list .twitter .site {
    color: #55acee; }
  .account .social-account-list .linkedin .site {
    color: #2570ac; }
  .account .social-account-list .facebook .site {
    color: #3b5998; }

.account_nav {
  margin-bottom: 3em;
  margin-top: 2em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .account_nav:after {
    position: absolute;
    bottom: -5px;
    height: 5px;
    content: " ";
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    width: 100%; }
  .account_nav a {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.85em;
    border-right: 1px solid #FFF;
    background: #666;
    margin-bottom: -5px;
    color: #FFF;
    text-align: center; }
    @media (min-width: 500px) {
      .account_nav a {
        padding: 0.85em 1em 1em; } }
    .account_nav a:first-child {
      border-radius: 4px 0 0 0; }
    .account_nav a:last-child {
      background: #d73b3e;
      border-right: 0;
      border-radius: 0 4px 0 0; }
    .account_nav a.active {
      border-left: 1px solid #1080e0;
      background: #1080e0; }

.account_details a:not(.button) {
  color: #1080e0;
  text-decoration: none;
  display: inline-block;
  line-height: 1.175em;
  text-shadow: 0.0666em 0.0666em 0 #FFF, -0.0666em 0.0666em 0 #FFF, 0.1333em 0 0 #FFF, -0.1333em 0 0 #FFF, -0.1333em 0.0666em 0 #FFF, 0.1333em 0.0666em 0 #FFF;
  box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #CCC;
  -moz-transition: color 0.35s, box-shadow 0.35s;
  /* Firefox 4 */
  -webkit-transition: color 0.35s, box-shadow 0.35s;
  /* Safari and Chrome */
  -o-transition: color 0.35s, box-shadow 0.35s;
  /* Opera */
  transition: color 0.35s, box-shadow 0.35s; }
  .account_details a:not(.button):hover {
    color: #000;
    box-shadow: inset 0 -0.0666em 0 0 #FFF, inset 0 -0.1333em 0 0 #1080e0; }
.account_details .button {
  color: #FFF; }
.account_details .cke a {
  box-shadow: none;
  text-shadow: none; }
.account_details th {
  text-align: left; }
.account_details td, .account_details th {
  padding: 0.35em 0; }
.account_details tr td:first-child, .account_details tr th:first-child {
  padding-left: 0.5em; }
.account_details tbody tr:hover {
  background: scale-lightness(#d6d6d6, 70); }
.account_details .first_col {
  width: 50%; }
.account_details .second_col {
  width: 25%; }
.account_details .action_col {
  width: 25%; }
.account_details .live {
  color: #369FA7;
  font-weight: 700; }
.account_details .expired {
  color: #d33a3a; }
.account_details label[for=id_image] {
  display: none; }

.central .grid > h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }



.nosidebar.profile-hub #inner-wrap {
  background: #dee2e3; }

.nosidebar .grid, .nosidebar .content, .nosidebar .maincont {
  background: #dee2e3;
  border: 0;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%; }

.site-width-content {
  box-sizing: border-box;
  position: relative;
  max-width: 90rem;
  margin: 0 auto; }

.site-width-content.mod-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.profile-hub-search {
  background: #323232 url("../img/content/profile-hub/profile-hub-search-background-2.fe2a88a9fb13.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 52%;
  text-align: center;
  padding: 1rem; }
  @media (min-width: 30em) {
    .profile-hub-search {
      padding: calc( 1rem + 2 * (100vw - 30em) / (70 - 30) ); } }
  @media (min-width: 70em) {
    .profile-hub-search {
      padding: calc(1rem + 2 * 1rem); } }
  .profile-hub-search img.pn-logo {
    width: 90%;
    max-width: 800px; }

.profile-hub-search-form {
  margin: 0 auto;
  max-width: 600px; }

.profile-hub-search-form-input-group {
  border-radius: 26px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
  display: none; }
  @media (min-width: 30em) {
    .profile-hub-search-form-input-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

input[type="search"].profile-hub-search-form-input-group-form-control {
  border-radius: 40px 0 0 40px;
  border: none;
  font-size: 1.5em;
  height: auto;
  line-height: normal;
  margin: 0;
  padding-left: 25px; }
  input[type="search"].profile-hub-search-form-input-group-form-control:focus {
    border: none;
    box-shadow: none !important;
    outline: none; }

.profile-hub-search-form-input-group-btn {
  white-space: nowrap; }

.button.mod-profile-hub-search {
  border-radius: 40px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: inline-block;
  font-size: 1.5em;
  margin: 0;
  padding: 0.9em 2em;
  background: #fc6a21; }
  .button.mod-profile-hub-search:hover {
    background: #cf541b; }
  .button.mod-profile-hub-search:focus {
    outline: none; }

.profile-hub-tags {
  padding: 0; }

.profile-hub-tags.mod-profile-hub-search {
  display: none;
  padding-top: 3em;
  max-width: 1100px;
  margin: 0 auto; }
  @media (min-width: 65.33333em) {
    .profile-hub-tags.mod-profile-hub-search {
      display: block; } }

.profile-hub-tags-item {
  display: inline-block; }

.profile-hub-tags-item-style {
  background: #fc6a21;
  border: #dcdcdc;
  border-radius: 0.333em;
  color: #FFF;
  display: inline-block;
  font-size: 1.1em;
  left: 0;
  height: 1.75em;
  line-height: 1.9em;
  margin: 0 15px 10px 0;
  padding: 0 0.8em 0 0.6em;
  position: relative;
  top: 0;
  -webkit-transition: all, 0.3s;
  -webkit-transition-delay: ease;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all 0.3s ease; }
  .profile-hub-tags-item-style:hover {
    background: #cf541b;
    color: #FFF; }
    .profile-hub-tags-item-style:hover:before {
      border-left-color: #cf541b; }

.profile-hub-tags-item-style:before {
  border-bottom: 0.99em transparent solid;
  border-left: 0.8em #fc6a21 solid;
  border-top: 0.8em transparent solid;
  content: '';
  height: 0;
  right: -0.6em;
  position: absolute;
  top: 0;
  -webkit-transition: all, 0.3s;
  -webkit-transition-delay: ease;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all 0.3s ease;
  width: 0; }

.profile-hub-tags-item-style:after {
  background: #dee2e3;
  border-radius: 50%;
  content: '';
  height: 0.3em;
  right: 0;
  position: absolute;
  width: 0.3em;
  top: 0.75em; }

.profile-hub-tags.mod-profile-hub-search .profile-hub-tags-item-style:after {
  background: #000; }

.profile-hub-tags-item-style span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }
  @media (min-width: 65.33333em) {
    .no-flexbox .profile-hub-tags-item-style span {
      max-width: 200px; } }

.profile-hub-plug {
  background: #363636;
  color: #FFF;
  font-size: 1.2em;
  padding: 0.5em;
  text-align: center; }

.mod-profile-hub-plug-button {
  margin: 0;
  padding: 0.35em 0.75em; }
  .mod-profile-hub-plug-button:hover {
    background: #094b81; }

.site-width-content-header {
  font-size: 2.25em;
  position: relative;
  text-align: center;
  clear: both;
  width: 100%; }
  .site-width-content-header:first-child {
    margin-top: 0.3rem; }

.site-width-content-header span {
  background: #dee2e3;
  padding: 0 20px;
  position: relative;
  z-index: 1; }

.site-width-content-header:before {
  background: #99a5a8;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%; }

.site-width-content-header:before {
  left: 0; }

.tagContentWrap {
  margin: 1rem 0.75rem 0.75rem 0.75rem;
  background: #eceeef;
  padding: 2rem;
  width: 100%;
  flex: none;
  border-right: 1.5rem solid #dee2e3; }
  .tagContentWrap p {
    margin-top: 0; }
  .tagContentWrap a:link, .tagContentWrap a:visited {
    color: #1080e0; }
  .tagContentWrap a:hover, .tagContentWrap a:active {
    color: #222; }
  @media (min-width: 60rem) {
    .tagContentWrap {
      column-count: 2;
      column-gap: 1.5rem; } }

.profile-hub-list {
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 40rem) {
    .profile-hub-list {
      padding: 1.5rem 0.75rem 2rem; } }

.profile-hub-list-company {
  background: #35363a;
  border: 0.75rem solid #dee2e3;
  box-sizing: border-box;
  text-align: left;
  -webkit-transition: background, 0.3s;
  -webkit-transition-delay: ease;
  -moz-transition: background, 0.3s, ease;
  -o-transition: background, 0.3s, ease;
  transition: background 0.3s ease;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }
  .profile-hub-list-company:hover {
    background: #222; }

.profile-hub-list-company.mod-3-max {
  max-width: 100%; }
  @media (min-width: 40rem) {
    .profile-hub-list-company.mod-3-max {
      max-width: 50%;
      flex: 1 0 50%; } }
  @media (min-width: 70rem) {
    .profile-hub-list-company.mod-3-max {
      max-width: 33.333%;
      flex: 1 0 33.333%; } }

.profile-hub-list-company.mod-4-max {
  max-width: 100%; }
  @media (min-width: 40rem) {
    .profile-hub-list-company.mod-4-max {
      max-width: 50%;
      flex: 1 0 50%; } }
  @media (min-width: 50rem) {
    .profile-hub-list-company.mod-4-max {
      max-width: 33.333%;
      flex: 1 0 33.333%; } }
  @media (min-width: 80rem) {
    .profile-hub-list-company.mod-4-max {
      max-width: 25%;
      flex: 1 0 25%; } }

.profile-hub-list-company-image-link {
  background: #FFF;
  display: block;
  padding: 1.5em;
  position: relative;
  text-align: center; }

.profile-hub-list-company-image-link.mod-awards-winner:before {
  background: url("../img/content/profile-hub/profile-hub-award.cf6aedfdf3be.png") no-repeat;
  content: '';
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  width: 61px;
  z-index: 10; }

.profile-hub-list-company-image-link > img {
  max-width: 100%; }

.profile-hub-list-company-details {
  padding: 0.75em 1.5em; }

.profile-hub-list-company-details p {
  margin: 0.5em 0; }

.profile-hub-list-company-details-name {
  color: #FFF;
  font-size: 1.25em;
  margin: 0.5em 0; }

.profile-hub-list-company-description {
  color: #CCC; }

.profile-hub-list-company-details-name.mod-premier-name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em; }

.profile-hub-list-company-details-location {
  color: #1080e0;
  font-size: 1.25em; }

.profile-hub-list-company-details-founded {
  color: #FFF; }

.profile-hub-list-company-details-employees {
  color: #FFF; }

.profile-hub-list-company-details-founded + .profile-hub-list-company-details-employees:before {
  content: '\00a0| \00a0';
  color: #CCC; }

.profile-hub-list-company-skillset {
  margin: 0;
  padding: 0; }

.profile-hub-list-company-skillset-item {
  display: inline-block;
  list-style: none;
  color: #CCC;
  font-style: italic;
  margin-right: 0.25em; }
  .profile-hub-list-company-skillset-item:after {
    content: ', ';
    display: inherit; }
  .profile-hub-list-company-skillset-item:last-child:after {
    content: ''; }


.profile-hub-profile-feature-area .site-width-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-top: 3em;
  position: relative; }

.profile-hub-profile-feature-area.mod-image {
  background-color: #FFF;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  .profile-hub-profile-feature-area.mod-image::after {
    border-bottom: 8px solid rgba(0, 0, 0, 0.35);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0; }

.profile-hub-profile-feature-area-image-prompt-container {
  text-align: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 20;
  display: none; }
  @media (min-width: 37.33333em) {
    .profile-hub-profile-feature-area-image-prompt-container {
      display: block; } }
  .profile-hub-profile-feature-area-image-prompt-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    /* Adjusts for spacing */
    vertical-align: middle; }

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

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

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

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

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

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

.profile-hub-profile-feature-area-image-prompt {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 90em;
  color: #FFF;
  display: inline-block;
  font-size: 1.25em;
  padding: 1em 2em;
  vertical-align: middle; }
  .profile-hub-profile-feature-area-image-prompt:hover {
    color: #FFF; }

.profile-hub-feature-prompt {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 90em;
  color: #FFF;
  display: inline-block;
  padding: 0.35em 1.25em;
  margin: 0.2em 0; }
  .profile-hub-profile-info-sidebar .profile-hub-feature-prompt {
    box-shadow: none;
    color: #FFF;
    text-shadow: none; }
  .profile-hub-feature-prompt:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #FFF; }

.profile-hub-profile-feature-area.mod-image .site-width-content {
  margin-top: 0;
  padding: 1em;
  z-index: 10;
  -webkit-transition: height, 0.3s;
  -webkit-transition-delay: ease;
  -moz-transition: height, 0.3s, ease;
  -o-transition: height, 0.3s, ease;
  transition: height 0.3s ease;
  height: 200px; }
  @media (min-width: 1100px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 300px; } }
  @media (min-width: 1200px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 320px; } }
  @media (min-width: 1370px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 360px; } }
  @media (min-width: 1450px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 380px; } }
  @media (min-width: 1510px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 420px; } }
  @media (min-width: 1670px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 460px; } }
  @media (min-width: 1820px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 500px; } }
  @media (min-width: 1990px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 540px; } }
  @media (min-width: 2150px) {
    .profile-hub-profile-feature-area.mod-image .site-width-content {
      height: 560px; } }

.profile-hub-profile-feature-area-logo-wrap {
  -webkit-box-flex: 3;
  -webkit-flex: 3 380px;
  -moz-box-flex: 3;
  -moz-flex: 3 380px;
  -ms-flex: 3 380px;
  flex: 3 380px;
  position: absolute\0;
  bottom: 0px\0;
  width: 60% \0;
  float: left\0; }
  .no-flexbox .profile-hub-profile-feature-area-logo-wrap {
    width: 60%;
    display: inline-block;
    float: left;
    position: absolute;
    bottom: 0px; }

.profile-hub-profile-feature-area-logo {
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 0.35em;
  padding: 1em;
  display: inline-block;
  margin: 0 2em;
  max-width: 270px;
  max-height: 134px;
  height: 134px; }
  .profile-hub-profile-feature-area.mod-image .profile-hub-profile-feature-area-logo {
    margin-bottom: -67%;
    max-width: 380px;
    max-height: 185px;
    margin-left: 0.5rem; }
    @media screen and (min-width: 40rem) {
      .profile-hub-profile-feature-area.mod-image .profile-hub-profile-feature-area-logo {
        height: 185px; } }
  .profile-hub-profile-feature-area-logo > img {
    max-width: 100%;
    max-height: 100%; }

.profileHub-profileNav {
  background: #000;
  display: block;
  width: 100%;
  margin-bottom: -3rem; }

.profileHub-profileNavWrap {
  margin: 0 auto;
  max-width: 90rem;
  padding: 4rem 0 0 1.5rem; }
  @media screen and (min-width: 30rem) {
    .profileHub-profileNavWrap {
      padding: 3rem 0 0 1.5rem; } }
  @media screen and (min-width: 40rem) {
    .profileHub-profileNavWrap {
      padding: 5rem 0 0 1.5rem; } }
  @media screen and (min-width: 60rem) {
    .profileHub-profileNavWrap {
      padding: 0.75rem 0 0 420px; } }

.profileHub-profileNavList {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: middle; }

.profileHub-profileNavItem {
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.25rem; }
  .profileHub-profileNavItem a {
    outline: none; }
  .profileHub-profileNavItem a:link, .profileHub-profileNavItem a:visited {
    color: #FFF; }
  .profileHub-profileNavItem a:hover, .profileHub-profileNavItem a:active {
    color: #999; }

.profile-hub-profile-feature-area-social-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
  display: inline-block;
  vertical-align: middle; }
  .profile-hub-profile-feature-area-social-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.25rem; }
  .profile-hub-profile-feature-area-social-list a {
    background-position: 50% 50%;
    background-size: 50%;
    width: 2.7em;
    height: 2.7em;
    display: inline-block;
    border-radius: 900em;
    -webkit-transition: opacity, 0.3s;
    -webkit-transition-delay: ease;
    -moz-transition: opacity, 0.3s, ease;
    -o-transition: opacity, 0.3s, ease;
    transition: opacity 0.3s ease; }
    .profile-hub-profile-feature-area-social-list a:hover {
      opacity: 0.7; }

.profile-hub-profile-feature-area-social-list-facebook {
  background: #3b5a97 url("../img/display/icons/facebook2.d536faf9b761.svg") no-repeat;
  margin: 0 0 5px 0; }

.profile-hub-profile-feature-area-social-list-twitter {
  background: #15bddb url("../img/display/icons/twitter.04c6f5bb8aa0.svg") no-repeat; }

.profile-hub-profile-feature-area-social-list-linkedin {
  background: #1278b3 url("../img/display/icons/linkedin.cf9f34aea0c4.svg") no-repeat; }

.profile-hub-profile-feature-area-social-list-googleplus {
  background: #df4b38 url("../img/display/icons/google-plus2.fe556bd32660.svg") no-repeat; }

.profile-hub-profile-info {
  font-size: 1.2em;
  margin-top: 3.5rem; }
  @media screen and (min-width: 40rem) {
    .profile-hub-profile-info {
      padding: 0.75rem; } }
  .profile-hub-profile-info.mod-profileDownload {
    padding-top: 4rem; }

.profile-hub-profile-info-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40rem;
  -moz-box-flex: 1;
  -moz-flex: 1 1 40rem;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  padding: 0.75rem;
  max-width: 47rem;
  margin-right: auto; }
  .no-flexbox .profile-hub-profile-info-main {
    width: 60%;
    margin-right: 5%;
    float: left; }
  .profile-hub-profile-info-main h1 {
    margin-top: 0.5rem; }
  .profile-hub-profile-info-main .tab-content {
    display: none; }
  .profile-hub-profile-info-main .tab-content.current {
    display: block;
    max-width: 47rem; }

.profileHub-profileText a {
  color: #1080e0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #dee2e3, -1px 1px 0 #dee2e3, 2px 0 0 #dee2e3, -2px 0 0 #dee2e3, -2px 1px 0 #dee2e3, 2px 1px 0 #dee2e3;
  box-shadow: inset 0 -2px 0 0 #dee2e3, inset 0 -3px 0 0 #1080e0;
  line-height: 1.175em;
  display: inline-block; }
  .profileHub-profileText a:hover {
    color: #222; }

.profileHubContent {
  border-top: 1px solid #999;
  width: 100%; }
  .profileHubContent h2 {
    margin-left: 0.75rem; }

.profileHubContentList {
  display: flex;
  flex-flow: row wrap; }

.profileHubContentListItem {
  background: #222;
  flex: 1 0 100%;
  font-size: 1rem;
  overflow: hidden; }
  @media (min-width: 40rem) {
    .profileHubContentListItem {
      border: 0.75rem solid #dee2e3;
      flex: 1 0 50%; } }
  @media (min-width: 60rem) {
    .profileHubContentListItem {
      flex: 1 0 33.333%; }
      .profileHubContentListItem:nth-child(3n):nth-last-child(2) {
        flex: 0 1 50%; }
      .profileHubContentListItem:only-of-type {
        max-width: 50%; } }

.profileHubContentListItem-link {
  color: initial; }
  .profileHubContentListItem-link:hover .profileHubContentListItem-title {
    color: #1080e0; }

.profileHubContentListItem-image {
  width: 100%; }

.profileHubContentListItem-textContainer {
  background: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -3.5em 1em 1em 1em;
  padding: 1.25em 1.5em 0.75em;
  position: relative;
  z-index: 10; }

.profileHubContentListItem-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 0;
  color: #FFF; }

.profileHubContentListItem-date {
  color: #777;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  font-size: 1rem;
  padding-top: 0.2em;
  text-align: right; }

.profile-hub-profile-info-main-client-testimonials {
  list-style: none;
  padding: 0;
  margin: 0; }

.profile-hub-profile-info-sidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 460px;
  padding: 0.75rem; }
  .profile-hub-profile-info-sidebar a {
    color: #1080e0;
    text-decoration: none;
    text-shadow: 0.0666em 0.0666em 0 #dee2e3, -0.0666em 0.0666em 0 #dee2e3, 0.1333em 0 0 #dee2e3, -0.1333em 0 0 #dee2e3, -0.1333em 0.0666em 0 #dee2e3, 0.1333em 0.0666em 0 #dee2e3;
    box-shadow: inset 0 -0.1333em 0 0 #dee2e3, inset 0 -0.2em 0 0 #1080e0;
    line-height: 1.175em;
    display: inline-block; }
    .profile-hub-profile-info-sidebar a:hover {
      color: #222; }

.profile-hub-profile-info hr {
  border-top: 1px solid #99a5a8;
  margin-top: 2em; }

.profile-hub-messages {
  text-align: center;
  padding: 0.5em;
  background: #2eb624;
  color: #FFF;
  font-size: 1.2em; }

.packages-intro {
  text-align: center;
  max-width: 650px;
  margin: 1.5em auto;
  padding: 0 1em;
  font-size: 1.23em; }

.packages-intro-bottom-hr {
  border-bottom: 1px solid #99a5a8;
  margin: 2.5em 0; }

.profile-packages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 4em; }
  @media (min-width: 885px) {
    .profile-packages {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }

.package-intro-offer {
  font-size: 0.75em; }

.profile-packages-item {
  background: #1080e0;
  color: #FFF;
  position: relative;
  z-index: 10;
  margin: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1000px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 1000px;
  -ms-flex: 1 1 1000px;
  flex: 1 1 1000px; }
  @media (min-width: 900px) {
    .profile-packages-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 260px;
      -moz-box-flex: 1;
      -moz-flex: 1 1 260px;
      -ms-flex: 1 1 260px;
      flex: 1 1 260px; } }
  .lt-ie10 .profile-packages-item {
    float: left;
    display: inline-block;
    width: 18%; }
    @media (min-width: 70em) {
      .lt-ie10 .profile-packages-item {
        width: 25%; } }
  .profile-packages-item h3, .profile-packages-item h4 {
    color: #FFF;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-size: 2em;
    margin: 0; }
  .profile-packages-item h3 {
    background: #1080e0;
    padding: 0.75rem 0.75rem; }
  .profile-packages-item h4 {
    padding-top: 0.5em; }
  .profile-packages-item ul {
    list-style: none; }
  .profile-packages-item hr {
    border-top: 1px solid #FFF; }
  .profile-packages-item p {
    text-align: center; }

.profile-packages-item:after, .profile-packages-item:before {
  content: "";
  position: absolute;
  top: 15px;
  width: 50%;
  height: 200px;
  z-index: -10;
  -webkit-filter: blur(6px);
  filter: blur(6px); }

.profile-packages-item:before {
  left: 5px;
  background: #999;
  box-shadow: -5px 0 10px #999;
  transform: rotate(-4deg); }

.profile-packages-item:after {
  right: 5px;
  background: #999;
  box-shadow: 5px 0 10px #999;
  transform: rotate(4deg); }

.profile-packages-item-choose {
  background: #1080e0; }

.grid .profile-packages-item ul {
  margin: 0; }

input[type="submit"].profile-packages-item-button-free, .profile-packages-item-button-free {
  border: 2px solid #FFF;
  border-radius: 0.25em;
  color: #FFF;
  display: block;
  font-size: 1.25em;
  margin: 0.75em 1.5rem;
  width: calc( 100% - 3rem );
  padding: 0.5em 0.25em;
  text-align: center; }
  input[type="submit"].profile-packages-item-button-free:hover, .profile-packages-item-button-free:hover {
    background: #cf541b;
    border: 2px solid #cf541b;
    color: #FFF; }

input[type="submit"].profile-packages-item-button, .profile-packages-item-button {
  background: #fc6a21;
  border-radius: 0.25em;
  color: #FFF;
  display: block;
  font-size: 1.25em;
  margin: 0.75em 1.5rem;
  width: calc( 100% - 3rem );
  padding: 0.5em 0.25em;
  text-align: center; }
  input[type="submit"].profile-packages-item-button:hover, .profile-packages-item-button:hover {
    background: #cf541b;
    color: #FFF; }

ul.profile-packages-item-contents {
  padding: 0; }
  ul.profile-packages-item-contents li {
    padding: 1em 2em;
    color: #333; }
  ul.profile-packages-item-contents li:nth-child(even) {
    background: #d5d9da; }
  ul.profile-packages-item-contents li:nth-child(odd) {
    background: #FFF; }

.errors-found-msg, .alert-error {
  display: block;
  background: #b94a48;
  color: #FFF;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  border-radius: 0.35em 0.35em 0 0; }
  .errors-found-msg h3, .errors-found-msg ul, .errors-found-msg li, .alert-error h3, .alert-error ul, .alert-error li {
    color: #FFF; }

.alert-error {
  border-radius: 0.35em; }

.errorlist {
  list-style: none;
  padding-left: 0;
  font-size: 0.86667em;
  font-style: italic; }

.profile-hub-payment .errorlist {
  color: #FFF; }

.tagSelector .ui-autocomplete-input {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.form .charge-after-trial {
  background: url("../img/display/profile-hub-free-90-day-trial.48f3aec9ddfb.gif") no-repeat #62c626;
  background-position: 8px 50%;
  border-radius: 0.35em;
  color: #FFF;
  padding: 1em 1em 1em 6em; }
  @media (min-width: 37.33333em) {
    .form .charge-after-trial {
      margin: 2em 2em 0 2em; } }

.subscription_info {
  padding: 1em 2em 2em;
  border-bottom: 2px solid #CCC;
  border-radius: 0.35em 0.35em 0 0; }
  .subscription_info p {
    margin: 0.5em 0; }

.form p {
  margin: 1em 0 0 0; }

.tagSelector {
  display: block !important; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.profile-upload-pdf {
  box-sizing: border-box;
  display: block;
  padding: 0 1em 1em 1em;
  margin-bottom: 1.5em;
  background: #d1f1f9;
  border-radius: 0.5em;
  border: 1px solid #1bb4de; }

.mod-existing-pdf {
  background: #d5f9d1;
  border: 1px solid #1bde37; }

.profileUploadField {
  border-radius: 4px;
  background: #DDD;
  padding: 1.5rem;
  margin-bottom: 2rem; }

.mod-profileUploadField-existingFile {
  background: #1080e0;
  color: #FFF; }
  .mod-profileUploadField-existingFile .help-block, .mod-profileUploadField-existingFile .help-inline {
    color: #FFF; }

.secure-info, .checkout-questions, .membership-terms {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }

.membership-terms {
  margin-bottom: 3rem; }

.partnerNetwork-tagWrap {
  margin: 2.5rem 0.75rem 1.5rem;
  padding: 2rem;
  background: #222; }
  .partnerNetwork-tagWrap h2 {
    color: #FFF; }
  .partnerNetwork-tagWrap .profile-hub-tags-item-style:after {
    background: #222; }



.grid + .promo {
  margin-top: 1em; }

.promo {
  background: #000;
  overflow: hidden;
  text-align: center;
  width: 100%;
  font-weight: 300;
  display: none;
  font-size: 1.5rem; }
  @media (min-width: 28rem) {
    .promo {
      display: block;
      font-size: calc( 1.5rem + .5 * (100vw - 28rem) / (89 - 28) );; } }
  @media (min-width: 89rem) {
    .promo {
      font-size: calc(1.5rem + .5 * 1); } }
  .promo a {
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: center;
    max-width: 89rem;
    margin: 0 auto;
    padding: 0.75em 0; }
    .promo a img {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10em;
      -moz-box-flex: 0;
      -moz-flex: 0 0 10em;
      -ms-flex: 0 0 10em;
      flex: 0 0 10em;
      max-width: 10em;
      padding: 0.2em 0; }
    .promo a .promoText {
      text-align: center;
      padding: 0.2em 1em;
      max-width: 89rem; }
    .promo a .promoHeading {
      display: block; }
    .promo a .promoSubhead {
      display: block;
      font-size: 0.5em;
      font-weight: 400; }
    .promo a .promoCTA {
      display: inline-block;
      background: #000;
      font-size: 0.55em;
      font-weight: 400;
      padding: 0.25em 0.6em;
      border-radius: 0.25em;
      -webkit-transition: box-shadow, 0.35s;
      -webkit-transition-delay: 0s;
      -moz-transition: box-shadow, 0.35s;
      -o-transition: box-shadow, 0.35s;
      transition: box-shadow, 0.35s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transform: translateZ(0);
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 10px -7px;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 10px -7px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 10px -7px; }
    .promo a:hover .promoCTA {
      -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 30px 15px -15px;
      -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 30px 15px -15px;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 30px 15px -15px; }
    .promo a:hover .promoCTA:not(.swing):not(.tada) {
      transform: translate(0, -7px); }
  .promo .noBreak {
    white-space: nowrap; }

.promo.pmguide {
  background: #ef4030; }

.promo.profileHub {
  background: #323232 url("../img/content/profile-hub/profile-hub-search-background.9ee56b17bc04.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 52%;
  font-size: 1.5rem; }
  @media (min-width: 28rem) {
    .promo.profileHub {
      display: block;
      font-size: calc( 1.5rem + .7 * (100vw - 28rem) / (89 - 28) );; } }
  @media (min-width: 89rem) {
    .promo.profileHub {
      font-size: calc(1.5rem + .7 * 1); } }
  .promo.profileHub .promoText {
    text-align: center; }
  .promo.profileHub .promoCTA {
    background: #1080e0; }

.promo.roundtable {
  background: #1080e0; }
  .promo.roundtable .promoText {
    text-align: center;
    max-width: 70rem; }
  .promo.roundtable a img {
    padding-top: 0;
    margin-top: -1.1em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8em;
    -moz-box-flex: 0;
    -moz-flex: 0 0 8em;
    -ms-flex: 0 0 8em;
    flex: 0 0 8em;
    max-width: 8em; }

.promo.pmawards {
  background: url("../img/content/promo/pma-2018.705358f57994.jpg") no-repeat 50% 50% #111;
  background-size: cover;
  font-size: 2.2rem; }
  @media (min-width: 28rem) {
    .promo.pmawards {
      display: block;
      font-size: calc( 2.2rem + 0.4 * (100vw - 28rem) / (89 - 28) );; } }
  @media (min-width: 89rem) {
    .promo.pmawards {
      font-size: calc(2.2rem + 0.4 * 1); } }
  .promo.pmawards .promoHeading {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0.2em 0; }
  .promo.pmawards a {
    padding: 1em 0; }
    .promo.pmawards a .promoCTA {
      background: #2ed9d9; }
  .promo.pmawards a img {
    margin-top: -2em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 11.5em;
    -moz-box-flex: 1;
    -moz-flex: 1 11.5em;
    -ms-flex: 1 11.5em;
    flex: 1 11.5em;
    max-width: 17em; }
  .promo.pmawards .promoCTA {
    font-size: 0.55em; }
  .promo.pmawards.small {
    font-size: 2.2em; }
    .promo.pmawards.small a {
      padding: 0.5em 0; }
    .promo.pmawards.small a img {
      margin-top: -3.2em; }

.promo.ipma {
  background: url("../img/content/promo/ipma-17.0107066bb714.jpg") no-repeat 50% 50% #111;
  background-size: cover;
  border-bottom: 8px solid #00ff8a;
  font-size: 2.2rem; }
  @media (min-width: 28rem) {
    .promo.ipma {
      display: block;
      font-size: calc( 2.2rem + 0.6 * (100vw - 28rem) / (89 - 28) );; } }
  @media (min-width: 89rem) {
    .promo.ipma {
      font-size: calc(2.2rem + 0.6 * 1); } }
  .promo.ipma a {
    padding: 1em 0; }
    .promo.ipma a .promoCTA {
      color: #000;
      background: #00ff8a; }
  .promo.ipma a img {
    margin-top: -2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.5em;
    -moz-box-flex: 0;
    -moz-flex: 0 0 11.5em;
    -ms-flex: 0 0 11.5em;
    flex: 0 0 11.5em;
    max-width: 11.5em; }
  .promo.ipma .promoCTA {
    font-size: 0.55em; }
  .promo.ipma.small {
    font-size: 2.2em; }
    .promo.ipma.small a {
      padding: 0.5em 0; }
    .promo.ipma.small a img {
      margin-top: -2em; }

.promo.jobs {
  background: #1080e0; }
  .promo.jobs .promoText {
    text-align: center; }
  .promo.jobs .promoCTA-extra {
    font-size: 0.55em;
    font-weight: 400; }

.promo.pilive {
  background: #ee0979;
  /* Old browsers */
  background: url("../img/content/promo/pilive-agenda.8782e25cea4a.jpg") no-repeat 50% 20%;
  background-size: cover;
  font-size: 2.2rem; }
  @media (min-width: 28rem) {
    .promo.pilive {
      display: block;
      font-size: calc( 2.2rem + 0.6 * (100vw - 28rem) / (89 - 28) );; } }
  @media (min-width: 89rem) {
    .promo.pilive {
      font-size: calc(2.2rem + 0.6 * 1); } }
  .promo.pilive a {
    padding: 2em 0; }
    .promo.pilive a .promoCTA {
      background: #ff6a00; }
  .promo.pilive a img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.5em;
    -moz-box-flex: 0;
    -moz-flex: 0 0 11.5em;
    -ms-flex: 0 0 11.5em;
    flex: 0 0 11.5em;
    max-width: 11.5em; }
  .promo.pilive .promoSubhead {
    font-size: 0.6em; }
  .promo.pilive .promoCTA {
    font-size: 0.55em; }

.promo.promoSmall {
  font-size: 2.2rem; }
  @media (min-width: 28rem) {
    .promo.promoSmall {
      display: block;
      font-size: calc( 2.2rem + 0.7 * (100vw - 28rem) / (89 - 28) );; } }
  @media (min-width: 89rem) {
    .promo.promoSmall {
      font-size: calc(2.2rem + 0.7 * 1); } }
  .promo.promoSmall a {
    padding: 1em 0; }
  .promo.promoSmall a img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.5em;
    -moz-box-flex: 0;
    -moz-flex: 0 0 8.5em;
    -ms-flex: 0 0 8.5em;
    flex: 0 0 8.5em;
    max-width: 8.5em; }
  .promo.promoSmall .promoCTA {
    font-size: 0.45em; }

.promo.influencershow {
  background: url(https://performancein.live/static/img/influencer/ims-background.gif) no-repeat 50% 50% #0f021c;
  background-size: cover;
  font-size: 2.2rem; }
  @media (min-width: 28rem) {
    .promo.influencershow {
      display: block;
      font-size: calc( 2.2rem + 0.6 * (100vw - 28rem) / (89 - 28) );; } }
  @media (min-width: 89rem) {
    .promo.influencershow {
      font-size: calc(2.2rem + 0.6 * 1); } }
  .promo.influencershow a {
    padding: 0.25em 0; }
  .promo.influencershow a img {
    margin-top: -0.2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10em;
    -moz-box-flex: 0;
    -moz-flex: 0 0 10em;
    -ms-flex: 0 0 10em;
    flex: 0 0 10em;
    max-width: 10em; }
  .promo.influencershow .promoCTA {
    font-size: 0.55em;
    background: lime;
    color: #000; }
  .promo.influencershow.small {
    font-size: 2.2em; }
    .promo.influencershow.small a {
      padding: 0.5em 0; }
    .promo.influencershow.small a img {
      margin-top: -2em; }

.promo.partnerNetwork {
  background: #222;
  /* Old browsers */
  background: url("../img/content/profile-hub/profile-hub-search-background-2.fe2a88a9fb13.jpg") no-repeat 50% 20%;
  background-size: cover;
  font-size: 2.2rem; }
  @media (min-width: 28rem) {
    .promo.partnerNetwork {
      display: block;
      font-size: calc( 2.2rem + 0.6 * (100vw - 28rem) / (89 - 28) );; } }
  @media (min-width: 89rem) {
    .promo.partnerNetwork {
      font-size: calc(2.2rem + 0.6 * 1); } }
  .promo.partnerNetwork a .promoCTA {
    background: #ff6a00; }
  .promo.partnerNetwork a img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14em;
    -moz-box-flex: 0;
    -moz-flex: 0 0 14em;
    -ms-flex: 0 0 14em;
    flex: 0 0 14em;
    max-width: 14em; }
  .promo.partnerNetwork .promoHeading {
    font-style: italic;
    font-weight: 700; }
  .promo.partnerNetwork .promoSubhead {
    font-size: 0.6em; }
  .promo.partnerNetwork .promoCTA {
    font-size: 0.5em;
    padding: 0.3em 0.7em 0.2em; }



.container-fluid, .container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 40em) {
  .container {
    width: 41rem; }
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 60em) {
  .container {
    width: 61rem; }
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 80em) {
  .container {
    width: 81rem; }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.top50.nosidebar .grid, .top50.nosidebar .content, .top50.nosidebar .maincont {
  background: #262626; }
.top50 .top50logo {
  max-width: 100%; }
.top50 .top50Person {
  z-index: 1;
  cursor: pointer;
  min-height: 9em;
  cursor: pointer; }
  @media (min-width: 60rem) {
    .top50 .top50Person {
      margin-top: -1.25em; } }
  .top50 .top50Person .headshot:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.7) url("../img/content/top50/top50-linkedin.8475c4e620b6.svg") no-repeat 50% 50%;
    background-size: 40%;
    content: '';
    z-index: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  .top50 .top50Person:hover .headshot:after {
    opacity: 1; }
.top50 hr {
  height: 0;
  border-bottom: 0;
  border-top: 7px double #686868;
  margin: 2em 0 4em; }
.top50 h2.hashtag {
  color: #FFF;
  font-size: 2em;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1.5em;
  z-index: 10;
  text-shadow: 4px 4px 0px #262626, -4px -4px 0px #262626, -4px 4px 0px #262626, 4px -4px 0px #262626, 4px 0 0px #262626, -4px 0 0px #262626, 0 4px 0px #262626, 0 -4px 0px #262626; }
  .top50 h2.hashtag::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5em;
    border-top: 7px double #686868;
    content: "";
    z-index: -20; }
  .top50 h2.hashtag:before {
    position: absolute;
    left: 38%;
    right: 38%;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -10;
    background: #262626; }
.top50 h1 {
  color: #FFF;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  text-shadow: 4px 4px 0px #262626, -4px -4px 0px #262626, -4px 4px 0px #262626, 4px -4px 0px #262626, 4px 0 0px #262626, -4px 0 0px #262626, 0 4px 0px #262626, 0 -4px 0px #262626; }
  .top50 h1::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5em;
    border-top: 7px double #686868;
    content: "";
    z-index: -20; }
  .top50 h1:before {
    position: absolute;
    left: 30%;
    right: 30%;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -10;
    background: #262626; }
.top50 h2 {
  color: #FFF;
  margin: 0.1em 0;
  font-size: 1.65em; }
.top50 p.jobTitle {
  color: #a7a7a7;
  margin: 0.1em 0;
  line-height: 1.3em; }
.top50 p.companyName {
  color: #c6b872;
  margin: 0.1em 0;
  line-height: 1.3em; }
.top50 .headshot img {
  max-width: 100%; }
.top50 .headshot {
  position: relative;
  border-radius: 50%;
  border: 0.55rem solid #404040;
  overflow: hidden;
  display: block; }
  @media (max-width: 40rem) {
    .top50 .headshot {
      margin-bottom: 1em; } }
  .top50 .headshot img {
    border-radius: inherit; }
.top50 .linkedinURL {
  display: block;
  height: 100%;
  width: 100%; }
.top50 .blurb {
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.45; }
.top50 .top50List {
  margin-bottom: 5em; }



.lt-ie10 {
  min-width: 62.66667em; }
  .lt-ie10 body {
    overflow-x: visible; }
  .lt-ie10 .input-append .btn {
    padding: 5px 9px 6px; }

.lt-ie9 .perfin {
  width: 25em !important; }
.lt-ie9 .input-append .btn {
  padding: 6px 9px; }
.lt-ie9 #job_filter_form input[type="checkbox"] {
  display: block; }
.lt-ie9 #job_filter_form label.checked {
  font-weight: bold;
  color: #0d66b3; }
.lt-ie9 #job_filter_form label {
  margin: 0;
  cursor: pointer; }
  .lt-ie9 #job_filter_form label .numjobs {
    font-size: 0.8em;
    line-height: 2.5em;
    color: #222; }
.lt-ie9 .radio input[type="radio"], .lt-ie9 .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0px; }

.lt-ie8 .whitelogo, .lt-ie8 .darklogo {
  left: auto;
  margin-left: 0; }
.lt-ie8 .largesearch {
  float: right;
  position: relative;
  right: 20%; }
.lt-ie8 .carousel {
  display: none; }
.lt-ie8 .pglinks a.active {
  border-top: 0;
  margin-top: 0px; }
.lt-ie8 .grid {
  position: relative; }
.lt-ie8 .content {
  margin-right: 1.6em; }
.lt-ie8 .meta {
  width: 100%;
  margin-bottom: 0;
  padding: 0; }
.lt-ie8 .tags {
  margin-left: 20px;
  display: inline; }
.lt-ie8 .pagination li {
  display: inline; }
.lt-ie8 .input-append .btn {
  height: 29px;
  padding: 4px 3%;
  margin-top: 1px; }
.lt-ie8 .twitnav {
  margin-top: -27px; }
.lt-ie8 .bjqs-controls {
  display: none; }
.lt-ie8 .regionnav {
  margin-top: -22px; }
.lt-ie8 #searchfm [data-icon] {
  padding-top: 10px;
  padding-bottom: 10px; }
.lt-ie8 .comments {
  display: none; }
.lt-ie8 .firstnav, .lt-ie8 .secondnav {
  min-width: 62.66667em; }
.lt-ie8 .grid {
  min-width: 40.66667em; }

.no-js .largeregion, .no-js .smallregion, .no-js #smlad, .no-js .adlandscape, .no-js .ad300x250, .no-js .ad300x250-2, .no-js .carouselnav, .no-js .jobs .jobfiltercntrl, .no-js #job_filter_form {
  display: none; }
.no-js ul.bjqs {
  display: block; }
  .no-js ul.bjqs li {
    border-#{$side}-style: solid;
    border-#{$side}-width: 0.06667em;
    padding-bottom: 1.93333em; }
@media (min-width: 76em) {
  .no-js .sidebar {
    margin-top: 2em; } }

@media print {
  html {
    margin: 3em;
    position: relative; }
  html, body, #outer-wrap, #inner-wrap, .content, .grid, .maincont, .content > .maincont > article {
    width: auto; }
  .grid {
    max-width: 100%;
    margin: 0;
    padding: 0; }
  .articlecont img, .article-body {
    max-width: 100%;
    width: auto; }
  .grid > :not(.content) {
    display: none; }
  .content > .maincont > :not(article) {
    display: none; }
  .perfin, .header-brand, .crumbtrail, .articlefeat, .video-container, .content > .maincont > article footer, .comments, .comments + h3, .relatedContent, .authorfollow, .articleBanner, #job_apply, nav, .adminbar, .socialhead, .socialfoot, .sitefoot, .fullPageCategories {
    display: none; }
  #articles, #jobs {
    display: block; }
  .home img, .home .fade, .home #article-carousel, .home #div-gpt-ad-1369755770843-1, .home #div-gpt-ad-1369755770843-2, .home #div-gpt-ad-1369755770843-3 {
    display: none; }
  .content > .maincont > .printlogo {
    display: block;
    margin-bottom: 2em; } }
