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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  overflow-y: scroll; }
  html.no-scroll {
    overflow: auto; }

body {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  background: #fff;
  color: #000;
  position: relative;
  text-rendering: optimizeLegibility; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

.active {
  cursor: default; }

b,
strong {
  font-weight: 700; }

::-moz-selection {
  background: #000;
  color: white;
  text-shadow: none; }

::selection {
  background: #000;
  color: white;
  text-shadow: none; }

img,
embed,
object,
video {
  height: auto;
  max-width: 100%; }

audio,
canvas,
img,
svg,
video {
  font-style: italic;
  vertical-align: middle; }

hr {
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(50%, #000), color-stop(75%, #000), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #000 25%, #000 50%, #000 75%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #000 25%, #000 50%, #000 75%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #000 25%, #000 50%, #000 75%, transparent 100%);
  border: 0;
  height: 1px; }

textarea {
  resize: vertical; }

address,
blockquote,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
  margin: 0;
  padding: 0; }

headings() {
  word-wrap: break-word; }
  headings() a {
    color: #000; }
    headings() a:hover, headings() a:focus, headings() a:active {
      outline: none;
      color: #000;
      text-decoration: underline; }

h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2 {
  font-size: 60px;
  font-size: 3.75rem; }

h3 {
  font-size: 26px;
  font-size: 1.625rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5 {
  font-size: 20px;
  font-size: 1.25rem; }

h6 {
  font-size: 20px;
  font-size: 1.25rem; }

.content-wrap {
  padding: 0 60px; }

@media (max-width: 990px) {
  .content-wrap {
    padding: 0 3%; } }

.top-bar {
  background: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }
  .top-bar a {
    display: block;
    font-weight: 300;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase; }
    .top-bar a:hover {
      background-color: #00a0e6;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.logo.small {
  display: block;
  width: 150px;
  max-width: 29.17772%;
  height: 20px;
  background: url("../img/logo-jobsaround-small.png") no-repeat center center;
  background-size: contain;
  background-origin: content-box; }
  .logo.small span {
    display: inline-block;
    text-indent: -9999px; }
  .logo.small:hover {
    background-color: #00a0e6; }

.header {
  position: relative;
  top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #00a0e6; }
  .header::after {
    clear: both;
    content: '';
    display: table; }
  .header .content-wrap {
    padding: 40px 60px;
    width: 100%; }
  .header h2 {
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1; }
    .header h2 span {
      color: #fff;
      background: #000;
      display: inline-block;
      margin-bottom: 0.175em;
      padding: 0 0.225em 0.075em;
      font-weight: 900; }
      .header h2 span:last-of-type {
        margin-bottom: 0; }
  .header h1 {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 0.65em; }
    .header h1 span {
      display: inline-block;
      background: #fff;
      margin-bottom: 0.06667em;
      padding: 0.05em 0.15em; }
      .header h1 span:last-of-type {
        margin-bottom: 0; }
  .header figure {
    position: absolute;
    top: 40px;
    right: 60px;
    max-width: calc(100% - 850px);
    z-index: 1; }

@media (max-width: 1350px) {
  .header {
    padding-right: 5%; }
    .header h1 {
      font-size: 32px;
      font-size: 2rem; }
    .header h2 {
      font-size: 48px;
      font-size: 3rem; }
    .header figure {
      max-width: calc(100% - 750px); } }

@media (max-width: 1180px) {
  .header h1 {
    font-size: 28px;
    font-size: 1.75rem; }
  .header h2 {
    font-size: 42px;
    font-size: 2.625rem; }
  .header figure {
    max-width: calc(100% - 650px); } }

@media (max-width: 990px) {
  .header {
    background: #00a0e6;
    padding: 3%; }
    .header h1 {
      font-size: 32px;
      font-size: 2rem; }
    .header h2 {
      font-size: 48px;
      font-size: 3rem; }
    .header .content-wrap {
      position: static;
      width: auto;
      padding: 0; }
    .header figure {
      position: static;
      max-width: 50%;
      margin-top: 40px; } }

@media (max-width: 650px) {
  .header h2 {
    font-size: calc(8.3vw - 5px); }
  .header h1 {
    font-size: 6vw; } }

.description {
  max-width: 700px;
  margin-top: 120px; }
  .description p + p {
    margin-top: 10px; }

@media (max-width: 990px) {
  .description {
    margin-top: 70px; } }

.cities-list {
  max-width: 780px;
  margin-top: 22px;
  padding-left: 1px;
  line-height: 21px; }
  .cities-list li {
    font-weight: 300;
    list-style: none;
    display: inline-block;
    font-size: 14px; }
    .cities-list li::after {
      display: inline-block;
      content: '|';
      margin-right: -1px;
      margin-left: 3px; }
    .cities-list li:nth-of-type(7n)::after {
      display: none; }
    .cities-list li:last-of-type::after {
      display: none; }

.main {
  margin-top: 60px; }

.offers-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
  margin-top: 90px; }
  .offers-container .content-wrap {
    white-space: nowrap;
    width: auto; }

.offer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px; }

.inner-content {
  height: 100%;
  -webkit-box-shadow: inset 0 0 46px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 46px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-bottom: 80px; }

.offer-advertiser {
  padding: 0; }
  .offer-advertiser figure {
    width: 100%;
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .offer-advertiser img {
    display: block;
    margin: auto; }
  .offer-advertiser > figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px; }
    .offer-advertiser > figure > img {
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto; }
  .offer-advertiser p {
    font-size: 14px;
    padding: 0 0;
    line-height: 1.21; }
    .offer-advertiser p strong {
      display: block; }

.offer-data {
  padding: 18px 18px; }
  .offer-data h3 {
    line-height: 1;
    margin-top: 18px;
    word-wrap: break-word;
    word-break: break-word; }
    .offer-data h3 span {
      background: #00a0e6;
      line-height: 1.5;
      padding: 0 8px 0 6px;
      color: #fff;
      font-size: 26px;
      font-weight: 700;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      display: inline; }
    .offer-data h3 small {
      font-size: 20px;
      font-weight: 300;
      text-transform: none; }
    .offer-data h3 em {
      font-weight: 300;
      text-transform: none;
      font-size: 24px;
      display: inline-block;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }

.video-wrapper {
  margin-top: 18px;
  position: relative; }
  .video-wrapper::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .video-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .video-wrapper .play-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3; }
    .video-wrapper .play-button span {
      display: inline-block;
      width: 68px;
      height: 68px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      background-color: #00a0e6;
      border-radius: 50%;
      color: white;
      text-align: center;
      border: 3px solid; }
      .video-wrapper .play-button span::before {
        content: '\f04b';
        font-family: 'FontAwesome';
        vertical-align: middle;
        display: inline-block;
        font-size: 38px;
        text-indent: 9px;
        padding-top: 3.5px; }
  .video-wrapper img {
    max-width: none;
    margin: 0; }

.offer-content {
  padding: 0 16px; }
  .offer-content h4 {
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.22;
    margin-top: -7px; }
  .offer-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 10px; }
  .offer-content ul {
    font-size: 18px;
    line-height: 24px; }
  .offer-content li {
    font-weight: 300; }
    .offer-content li::before {
      content: '\f105';
      font-family: 'FontAwesome';
      margin-right: 11px; }

.offer {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 390px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 24px;
  margin-right: 30px;
  position: relative; }
  .offer:last-of-type {
    margin-right: 0; }
  .offer span {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block; }
  .offer .position {
    background: #000;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 4px; }
  .offer .location {
    display: none; }
    .offer .location::before {
      content: '\f041';
      font-family: 'FontAwesome'; }

.offer-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1); }
  .offer-footer a {
    font-size: 14px;
    text-transform: uppercase; }
  .offer-footer .contact.active {
    color: #9c9c9c; }
  .offer-footer .play::after {
    font-size: 18px;
    content: '\f144';
    font-family: 'FontAwesome';
    margin-left: 4px; }

.additional-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 123px;
  left: 100%;
  width: 100%;
  height: calc(100% - 153px);
  background: #00a0e6;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 25px 21px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  z-index: 5; }
  .additional-content.visible {
    left: 0; }
  .additional-content > strong {
    margin-bottom: 10px;
    display: inline-block; }
  .additional-content .content-footer {
    position: absolute;
    bottom: 0;
    max-width: calc(100% - 50px); }
    .additional-content .content-footer .address-intro {
      font-weight: 700;
      display: inline-block;
      word-wrap: break-word;
      word-break: break-word;
      margin-bottom: 24px; }
    .additional-content .content-footer a {
      color: #fff;
      text-decoration: underline; }
      .additional-content .content-footer a:hover {
        text-decoration: none; }
  .additional-content p {
    font-weight: 300;
    margin-bottom: 23px; }

@media (max-width: 990px) {
  .offers-container {
    margin-top: 40px; }
    .offers-container .content-wrap {
      padding: 0 3%; } }

@media (max-width: 880px) {
  .offers-container {
    overflow: visible; }
    .offers-container .content-wrap {
      white-space: normal; }
  .offer {
    width: calc(50% - 15px);
    margin-top: 10px; }
    .offer:nth-of-type(2n) {
      margin-right: 0; } }

@media (max-width: 660px) {
  .offer {
    width: 100%;
    margin-right: 0; } }

.glossary-trigger {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  display: inline-block;
  background: #000;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  padding: 0px 12px;
  z-index: 10; }
  .glossary-trigger:hover {
    height: 30px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8); }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

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