@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url("http://fonts.googleapis.com/css?family=Dosis:400,500,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

/**
 * Addresses 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 {
  font-size: 70%;
  vertical-align: top;
  top: 6px; }

sub {
  vertical-align: super;
  top: 0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 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 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

/**
This file is a duplicate of the core bootstrap variables file.
It is customized for our project, and used in place of core variables.
This is done so that customizations are not overriden if bower components are udpdated.
**/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 70%;
  vertical-align: top;
  top: 6px; }

sub {
  vertical-align: super;
  top: 0.5em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/asset/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/asset/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/asset/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/asset/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/asset/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box;
  -webkit-padding-start: 0;
  padding: 0;
  margin: 0; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0090bf;
  text-decoration: none; }
  a:hover, a:focus {
    color: #005672;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #0090bf; }

a.text-primary:hover {
  color: #006a8c; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0090bf; }

a.bg-primary:hover {
  background-color: #006a8c; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      min-width: 740px; } }
  @media (min-width: 992px) {
    .container {
      min-width: 960px; } }
  @media (min-width: 1260px) {
    .container {
      width: 1240px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.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 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 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%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 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%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 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%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1260px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 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%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
      line-height: 33px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
      line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  min-height: 42px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #000;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #000; }

.btn-primary {
  color: #fff;
  background-color: #0090bf;
  border-color: #007da5; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006a8c;
    border-color: #004f68; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #0090bf;
    border-color: #007da5; }
  .btn-primary .badge {
    color: #0090bf;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #0090bf;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #005672;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0090bf; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0090bf; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0090bf; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 320px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 10px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #000;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #000; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #000; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #000; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #000; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #0090bf;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #005672;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0090bf;
    border-color: #0090bf;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #0090bf; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #006a8c; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #0090bf;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding: 48px 0; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0090bf; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #0090bf;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #000; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0090bf;
  border-color: #0090bf; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #8ce3ff; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #0090bf; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0090bf;
    border-color: #0090bf; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0090bf; }
    .panel-primary > .panel-heading .badge {
      color: #0090bf;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0090bf; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  white-space: pre-wrap; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1260px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1260px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1260px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1260px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
This file is a duplicate of the core bootstrap variables file.
It is customized for our project, and used in place of core variables.
This is done so that customizations are not overriden if bower components are udpdated.
**/
/* Breakpoints */
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * logitech.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */
@font-face {
  font-family: "Brown-Pro-Italic";
  src: url("/asset/fonts/lineto-brown-pro-Italic.eot");
  src: url("/asset/fonts/lineto-brown-pro-Italic.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/lineto-brown-pro-Italic.woff") format("woff"), url("/asset/fonts/lineto-brown-pro-Italic.ttf") format("truetype"), url("/asset/fonts/lineto-brown-pro-Italic.svg#lineto-brown-pro-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brown-Pro-Bold";
  src: url("/asset/fonts/lineto-brown-pro-bold.eot");
  src: url("/asset/fonts/lineto-brown-pro-bold.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/lineto-brown-pro-bold.woff") format("woff"), url("/asset/fonts/lineto-brown-pro-bold.ttf") format("truetype"), url("/asset/fonts/lineto-brown-pro-bold.svg#lineto-brown-pro-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brown-Pro-Thinitalic";
  src: url("/asset/fonts/lineto-brown-pro-thinItalic.eot");
  src: url("/asset/fonts/lineto-brown-pro-thinItalic.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/lineto-brown-pro-thinItalic.woff") format("woff"), url("/asset/fonts/lineto-brown-pro-thinItalic.ttf") format("truetype"), url("/asset/fonts/lineto-brown-pro-thinItalic.svg#lineto-brown-pro-thinItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brown-Pro-Bolditalicalt";
  src: url("/asset/fonts/lineto-brown-pro-bolditalicalt.eot");
  src: url("/asset/fonts/lineto-brown-pro-bolditalicalt.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/lineto-brown-pro-bolditalicalt.woff") format("woff"), url("/asset/fonts/lineto-brown-pro-bolditalicalt.ttf") format("truetype"), url("/asset/fonts/lineto-brown-pro-bolditalicalt.svg#lineto-brown-pro-bolditalicalt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brown-Pro-Lightitalic";
  src: url("/asset/fonts/lineto-brown-pro-lightItalic.eot");
  src: url("/asset/fonts/lineto-brown-pro-lightItalic.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/lineto-brown-pro-lightItalic.woff") format("woff"), url("/asset/fonts/lineto-brown-pro-lightItalic.ttf") format("truetype"), url("/asset/fonts/lineto-brown-pro-lightItalic.svg#lineto-brown-pro-lightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brown-Pro-Thin";
  src: url("/asset/fonts/lineto-brown-pro-thin.eot");
  src: url("/asset/fonts/lineto-brown-pro-thin.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/lineto-brown-pro-thin.woff") format("woff"), url("/asset/fonts/lineto-brown-pro-thin.ttf") format("truetype"), url("/asset/fonts/lineto-brown-pro-thin.svg#lineto-brown-pro-thin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brown-Pro-Light";
  src: url("/asset/fonts/lineto-brown-pro-light.eot");
  src: url("/asset/fonts/lineto-brown-pro-light.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/lineto-brown-pro-light.woff") format("woff"), url("/asset/fonts/lineto-brown-pro-light.ttf") format("truetype"), url("/asset/fonts/lineto-brown-pro-light.svg#lineto-brown-pro-light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brown-Pro-Regular";
  src: url("/asset/fonts/lineto-brown-pro-regular.eot");
  src: url("/asset/fonts/lineto-brown-pro-regular.eot?#iefix") format("embedded-opentype"), url("/asset/fonts/lineto-brown-pro-regular.woff") format("woff"), url("/asset/fonts/lineto-brown-pro-regular.ttf") format("truetype"), url("/asset/fonts/lineto-brown-pro-regular.svg#lineto-brown-pro-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/** Courtesy of http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ **/
.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-lr {
  padding-left: 0;
  padding-right: 0; }

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

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

.container.full-width {
  width: 100%; }

.row {
  margin-left: 0;
  margin-right: 0;
  clear: both; }
  @media (max-width: 1024px) {
    .row.paddedT {
      padding: 0; } }

.row + .row {
  margin-top: 3%; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child),
.container.no-gutter, .no-gutter {
  padding-right: 0;
  padding-left: 0; }

/* element spacing */
.no-top-pad {
  padding-top: 0 !important; }

.paddedT {
  margin-top: 20px; }

.margin-t-extra {
  margin-top: 70px; }

.paddedB {
  margin-bottom: 20px; }

.paddedR {
  margin-right: 10px; }

.paddedL {
  margin-left: 10px; }

.paddedTops {
  padding-top: 20px;
  padding-bottom: 20px; }

.paddedSides {
  padding-left: 10px;
  padding-right: 10px; }

.btn, .link-button {
  vertical-align: top;
  font-size: 0.75em;
  font-family: "Brown-Pro-Bold";
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 18px;
  float: none;
  min-height: 50px;
  max-width: 185px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  white-space: normal;
  border-radius: 0;
  -webkit-transition: -webkit-transform 150ms;
          transition: transform 150ms;
  border: none;
  padding: 17px 30px;
  text-align: center;
  line-height: 18px;
  margin: 15px 20px; }
  @media (min-width: 992px) {
    .btn.left, .link-button.left {
      float: left; }
    .btn.right, .link-button.right {
      float: right; } }
  @media (max-width: 992px) {
    .btn, .link-button {
      margin: 7px 20px 7px 0; } }
  .btn.loading, .link-button.loading {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .accent-color-pink .btn, .accent-color-pink .link-button {
    color: #ff7f2c;
    background-color: #252a2c; }
  .accent-color-purple .btn, .accent-color-purple .link-button {
    color: #814efa;
    background-color: #ffffff; }
  .accent-color-blue .btn, .accent-color-blue .link-button {
    color: #00a9e0;
    background-color: #ffffff; }
  .accent-color-red .btn, .accent-color-red .link-button {
    color: #ff2947;
    background-color: #252a2c; }
  .accent-color-teal .btn, .accent-color-teal .link-button {
    color: #00ead0;
    background-color: #252a2c; }
  .accent-color-yellow-green .btn, .accent-color-yellow-green .link-button {
    color: #dcfd00;
    background-color: #252a2c; }
    .accent-color-yellow-green .btn.btn-primary, .accent-color-yellow-green .link-button.btn-primary {
      color: #ffffff;
      background-color: #00a9e0; }
    .accent-color-yellow-green .btn.btn-black, .accent-color-yellow-green .link-button.btn-black {
      color: #dcfd00;
      background-color: #252a2c; }
    .accent-color-yellow-green .btn.btn-light-blue, .accent-color-yellow-green .link-button.btn-light-blue {
      color: #00a9e0;
      background-color: #ffffff; }
    .accent-color-yellow-green .btn.btn-gray, .accent-color-yellow-green .link-button.btn-gray {
      color: #ffffff;
      background-color: #aaaaaa; }
    .accent-color-yellow-green .btn.light-button.light-button.light-button,
    .accent-color-yellow-green .btn.reverse-colors .btn-primary, .accent-color-yellow-green .link-button.light-button.light-button.light-button,
    .accent-color-yellow-green .link-button.reverse-colors .btn-primary {
      color: #2f3132;
      background-color: #ffffff; }
  .btn:active, .btn:hover, .btn:focus, .link-button:active, .link-button:hover, .link-button:focus {
    text-decoration: none; }
    .accent-color-pink .btn:active, .accent-color-pink .btn:hover, .accent-color-pink .btn:focus, .accent-color-pink .link-button:active, .accent-color-pink .link-button:hover, .accent-color-pink .link-button:focus {
      color: #252a2c;
      background-color: #ff7f2c; }
    .accent-color-purple .btn:active, .accent-color-purple .btn:hover, .accent-color-purple .btn:focus, .accent-color-purple .link-button:active, .accent-color-purple .link-button:hover, .accent-color-purple .link-button:focus {
      color: #ffffff;
      background-color: #814efa; }
    .accent-color-blue .btn:active, .accent-color-blue .btn:hover, .accent-color-blue .btn:focus, .accent-color-blue .link-button:active, .accent-color-blue .link-button:hover, .accent-color-blue .link-button:focus {
      color: #ffffff;
      background-color: #00a9e0; }
    .accent-color-red .btn:active, .accent-color-red .btn:hover, .accent-color-red .btn:focus, .accent-color-red .link-button:active, .accent-color-red .link-button:hover, .accent-color-red .link-button:focus {
      color: #252a2c;
      background-color: #ff2947; }
    .accent-color-teal .btn:active, .accent-color-teal .btn:hover, .accent-color-teal .btn:focus, .accent-color-teal .link-button:active, .accent-color-teal .link-button:hover, .accent-color-teal .link-button:focus {
      color: #252a2c;
      background-color: #00ead0; }
    .accent-color-yellow-green .btn:active, .accent-color-yellow-green .btn:hover, .accent-color-yellow-green .btn:focus, .accent-color-yellow-green .link-button:active, .accent-color-yellow-green .link-button:hover, .accent-color-yellow-green .link-button:focus {
      color: #252a2c;
      background-color: #dcfd00; }
      .accent-color-yellow-green .btn:active.btn-primary, .accent-color-yellow-green .btn:hover.btn-primary, .accent-color-yellow-green .btn:focus.btn-primary, .accent-color-yellow-green .link-button:active.btn-primary, .accent-color-yellow-green .link-button:hover.btn-primary, .accent-color-yellow-green .link-button:focus.btn-primary {
        color: #ffffff;
        background-color: #0083ad; }
      .accent-color-yellow-green .btn:active.btn-black, .accent-color-yellow-green .btn:hover.btn-black, .accent-color-yellow-green .btn:focus.btn-black, .accent-color-yellow-green .link-button:active.btn-black, .accent-color-yellow-green .link-button:hover.btn-black, .accent-color-yellow-green .link-button:focus.btn-black {
        color: #252a2c;
        background-color: #dcfd00; }
      .accent-color-yellow-green .btn:active.btn-light-blue, .accent-color-yellow-green .btn:hover.btn-light-blue, .accent-color-yellow-green .btn:focus.btn-light-blue, .accent-color-yellow-green .link-button:active.btn-light-blue, .accent-color-yellow-green .link-button:hover.btn-light-blue, .accent-color-yellow-green .link-button:focus.btn-light-blue {
        color: #ffffff;
        background-color: #006889; }
      .accent-color-yellow-green .btn:active.btn-gray, .accent-color-yellow-green .btn:hover.btn-gray, .accent-color-yellow-green .btn:focus.btn-gray, .accent-color-yellow-green .link-button:active.btn-gray, .accent-color-yellow-green .link-button:hover.btn-gray, .accent-color-yellow-green .link-button:focus.btn-gray {
        color: #ffffff;
        background-color: #777777; }
      .accent-color-yellow-green .btn:active.light-button.light-button.light-button,
      .accent-color-yellow-green .btn:active.reverse-colors .btn-primary, .accent-color-yellow-green .btn:hover.light-button.light-button.light-button,
      .accent-color-yellow-green .btn:hover.reverse-colors .btn-primary, .accent-color-yellow-green .btn:focus.light-button.light-button.light-button,
      .accent-color-yellow-green .btn:focus.reverse-colors .btn-primary, .accent-color-yellow-green .link-button:active.light-button.light-button.light-button,
      .accent-color-yellow-green .link-button:active.reverse-colors .btn-primary, .accent-color-yellow-green .link-button:hover.light-button.light-button.light-button,
      .accent-color-yellow-green .link-button:hover.reverse-colors .btn-primary, .accent-color-yellow-green .link-button:focus.light-button.light-button.light-button,
      .accent-color-yellow-green .link-button:focus.reverse-colors .btn-primary {
        color: #2f3132;
        background-color: #777777; }
  @media (min-width: 992px) {
    .btn, .link-button {
      display: inline-block; }
      .btn.left, .link-button.left {
        float: left;
        margin: 3px 20px 3px 0; }
      .btn.right, .link-button.right {
        float: right;
        margin: 3px 0 3px 20px; } }
  .btn.btn-default, .link-button.btn-default {
    background: #ffffff;
    color: #000000; }
  .btn.inline, .link-button.inline {
    float: none;
    margin: 0 auto; }

.nav-btn {
  width: 94px;
  min-height: 34px; }

.btn-primary {
  color: #ffffff;
  background-color: #00a9e0; }
  .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    color: #ffffff;
    background-color: #006889; }

.light-button.light-button.light-button, .reverse-colors .btn-primary {
  color: #2f3132;
  background-color: #ffffff; }
  .light-button.light-button.light-button:active, .light-button.light-button.light-button:hover, .light-button.light-button.light-button:focus, .reverse-colors .btn-primary:active, .reverse-colors .btn-primary:hover, .reverse-colors .btn-primary:focus {
    color: #2f3132;
    background-color: #777777; }

.btn-black {
  color: #dcfd00;
  background-color: #252a2c; }
  .btn-black:active, .btn-black:hover, .btn-black:focus {
    color: #252a2c;
    background-color: #dcfd00; }

.btn-light-blue {
  color: #00a9e0;
  background-color: #ffffff; }
  .btn-light-blue:active, .btn-light-blue:hover, .btn-light-blue:focus {
    color: #ffffff;
    background-color: #006889; }

.btn-gray {
  color: #ffffff;
  background-color: #aaaaaa; }
  .btn-gray:active, .btn-gray:hover, .btn-gray:focus {
    color: #ffffff;
    background-color: #777777; }

.learn-more, .watch-vid, .cta {
  font-size: 0.75em;
  font-family: "Brown-Pro-Bold";
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  padding: 17px 30px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px; }
  .learn-more.medium-gray-bg, .watch-vid.medium-gray-bg, .cta.medium-gray-bg {
    color: #ffffff; }
  .learn-more.blue, .watch-vid.blue, .cta.blue {
    background: #1194f6;
    color: #ffffff; }
  .learn-more:hover, .watch-vid:hover, .cta:hover {
    text-decoration: none; }

.text-link {
  font-size: 0.75em;
  font-family: "Brown-Pro-Bold";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  color: #000000; }

.icon-close-x {
  display: inline-block;
  background: url("/images/icons/icon-close.png") no-repeat;
  width: 11px;
  height: 11px; }

.icon-circle {
  display: block;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  position: relative; }
  .icon-circle > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 40%;
    height: auto; }
  .icon-circle.center {
    margin-left: auto;
    margin-right: auto; }

.icon-chevron-right {
  background: url("/images/icons/icon-chevron-right.svg") no-repeat;
  width: 6px;
  height: 9px;
  display: inline-block; }

.icon-360, .icon-plus, .icon-download {
  background: none;
  width: 16px;
  height: 16px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 3);
      -ms-transform: matrix(1, 0, 0, 1, 0, 3);
          transform: matrix(1, 0, 0, 1, 0, 3);
  margin-right: 5px;
  /* icon spacing from the content */ }

.icon-360.white polygon, .icon-360.white path {
  stroke: #ffffff; }

.icon-360.white polygon {
  fill: #ffffff; }

.icon-360.black polygon, .icon-360.black path {
  stroke: #231F20; }

.icon-360.black polygon {
  fill: #231F20; }

.icon-plus.white line {
  stroke: #ffffff; }

.icon-plus.black line {
  stroke: #231F20; }

.icon-download.white polyline, .icon-download.white line {
  stroke: #ffffff; }

.icon-download.black polyline, .icon-download.black line {
  stroke: #231F20; }

.play-icon.white .st0, .reverse-colors .play-icon .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 100; }

.play-icon.white .st1, .reverse-colors .play-icon .st1 {
  fill: #FFFFFF; }

.play-icon.white circle, .reverse-colors .play-icon circle {
  stroke: #ffffff; }

.play-icon.white polygon, .reverse-colors .play-icon polygon {
  fill: #ffffff; }

.play-icon.black .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 100; }

.play-icon.black .st1 {
  fill: #FFFFFF; }

.play-icon.black circle {
  stroke: #231F20; }

.play-icon.black polygon {
  fill: #231F20; }

.cart-icon.white .st0, .reverse-colors .cart-icon .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 100; }

.cart-icon.white .st1, .reverse-colors .cart-icon .st1 {
  fill: #FFFFFF; }

.cart-icon.white polyline, .reverse-colors .cart-icon polyline {
  stroke: #ffffff; }

.cart-icon.white circle, .reverse-colors .cart-icon circle {
  fill: #ffffff; }

.cart-icon.black .st0 {
  fill: none;
  stroke: #231F20;
  stroke-width: 2;
  stroke-miterlimit: 100; }

.cart-icon.black .st1 {
  fill: #231F20; }

.cart-icon.black polyline {
  stroke: #231F20; }

.cart-icon.black circle {
  fill: #231F20; }

/*
.reverse-colors {
	@extend .force-white-text;
}
/*

// new code to support reverse-colors on wlogi
/*
	.reverse-colors {
        color: $white !important;
        @media (max-width: 767px) { //768px
            color: $white !important;
        }

		a {
			text-decoration: inherit;
		}
	}
*/
a.more-content {
  display: block; }

/* ==change location */
.location .location-title {
  line-height: normal !important; }

.location .country {
  margin: 0;
  padding: 0 0 0 26px;
  overflow: hidden;
  _height: 1%;
  _font-size: 1.0em; }
  .location .country li {
    list-style: none;
    background: none; }
    .location .country li img {
      margin: -4px 7px 0 -26px;
      width: 16px;
      height: 11px; }
    .location .country li a {
      font-size: .9em; }

.businessSubCat {
  font-size: 0.875em;
  float: left;
  margin-top: -40px; }

/* ==sitemap */
.sitemap li {
  list-style-type: square;
  color: #555555; }
  .sitemap li.no-link, .sitemap li.sub, .sitemap li.link3 {
    margin-bottom: 4px; }

/* ==newsletter */
form .btn {
  width: 100%;
  max-width: 400px; }

/* ==press asset*/
.asset .subTwo {
  font-weight: bold; }

.asset .productCell {
  min-height: 340px; }
  @media (max-width: 480px) {
    .asset .productCell {
      width: 100% !important; } }
  .asset .productCell .imgWrapper a span {
    min-height: 250px;
    display: inline-block; }
  .asset .productCell .imgWrapper a p {
    min-height: 130px; }

.asset .prodNav .prembedDisp,
.asset .companyLogo,
.asset .prodNav .categoryLink,
.asset .noProd > p,
.asset .noLogo > p {
  display: none; }

.asset .prodNav > label {
  display: inline-block; }

.asset .noProd p {
  color: red; }

.asset h6.panel-title {
  min-height: 25px;
  line-height: 21px;
  font-size: 1em;
  margin-left: 10px; }

.asset .imgWrapper img {
  width: 100%; }

.asset .addContent > div {
  padding: 0 15px; }

.asset .addContent > div:nth-child(even) {
  padding-right: 0; }

.asset .addContent > div:nth-child(odd) {
  padding-left: 0; }

.prembedActive {
  display: block !important; }

.release-archive {
  margin: 0; }
  .release-archive li {
    list-style: none;
    background: transparent none repeat scroll 0 0 !important;
    display: inline;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #7e868d; }
    .release-archive li.first {
      padding: 0 10px 0 0;
      border: none; }

.press-releases {
  clear: both;
  margin-top: 10px; }
  .press-releases li {
    list-style: none;
    padding: 0 0 10px 11em; }
    .press-releases li strong {
      float: left;
      margin-left: -12em; }
    .press-releases li a strong {
      float: none;
      margin-left: 0; }

body.article .content.container div {
  line-height: 1.4; }

body.article .content.container h4 {
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom: 10px; }

.multiGrid {
  padding-left: 0; }

.impactLayout .multiGrid > div {
  width: 23%;
  min-width: 150px;
  text-align: left;
  margin: 0 15px 30px 10px;
  display: inline-block;
  padding: 0;
  background: transparent;
  vertical-align: top; }

.impactLayout .multiGrid.wide h5 {
  margin-left: 10px; }

.impactLayout .multiGrid.wide > div {
  width: 30%;
  min-width: 150px; }

.impactLayout .multiGrid.wide > .three {
  margin-bottom: 40px;
  width: 32%;
  max-width: 325px;
  margin-right: 25px; }
  .impactLayout .multiGrid.wide > .three:nth-of-type(3n) {
    margin-right: 25px; }

@media (max-width: 991px) {
  .impactLayout .multiGrid {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px; }
    .impactLayout .multiGrid.wide > div {
      width: 30%;
      min-width: 150px; }
    .impactLayout .multiGrid.wide > .three {
      margin-bottom: 20px;
      min-width: 250px; } }

.formGrid form .radio-inline input[type="radio"], .formGrid form .radio input[type="radio"] {
  margin-right: 5px;
  -webkit-appearance: radio; }

.formGrid form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 3px; }

.formGrid form .radio-inline + .radio-inline,
.formGrid form input[type="checkbox"] + input[type="checkbox"] {
  margin-top: 0;
  margin-left: 0;
  display: block; }

.formGrid form textarea, .formGrid form select, .formGrid form input[type="text"] {
  max-width: 400px; }

@media (max-width: 767px) {
  .formGrid form .text-right {
    text-align: left; } }

.formGrid form > .row:after {
  border-bottom: 1px dotted #ccc;
  display: block;
  padding-bottom: 13px; }

.formGrid form > .row:last-child:after {
  border-bottom: none; }

.sidebar .more ul {
  list-style: none;
  padding-left: 0; }

/* containing float for press */
.press .firstCol {
  overflow: hidden; }

/* promotions page footer included from renga */
body.promotion.showcase footer {
  font-size: 1.20em !important; }

body.promotion.showcase #subnav .links > li > a {
  font-size: 13.65px; }

body.promotion.showcase #subnav .links > li > a + .sub a {
  font-size: 13.3087px; }

/* instagram icons */
.ig-b- {
  display: inline-block; }

.ig-b- img {
  visibility: hidden; }

.ig-b-:hover {
  background-position: 0 -60px; }

.ig-b-:active {
  background-position: 0 -120px; }

.ig-b-32 {
  width: 32px;
  height: 32px;
  background: url(/images/social/instagram-logo.svg) no-repeat 0 0; }

.ig-b-27 img {
  width: 27px;
  height: 27px; }

@media only screen and (webkit-min-device-pixel-ratio: 2), only screen and (min-moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ig-b-32 {
    background-image: url(/images/social/instagram-logo.svg);
    background-size: 60px 178px; } }

/* bynder-widget issue */
@media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
  .companyLogo .bynder-widget-2-col ul.bynder-widget-media-items li {
    width: 100%; }
  .ig-b-32 {
    vertical-align: middle; } }

/* google translate */
.pluginMainCol {
  padding: 0;
  margin: 0; }

.pluginCol1 {
  padding-left: 10px;
  padding-right: 10px; }

.translate-widget {
  border: 1px solid #AEAEAE;
  background: #d7e7fa;
  border-top: 0; }

.translate-widget .title {
  font-size: 12px;
  font-weight: 500;
  background: #1657a2;
  color: white;
  padding: 1%; }

html.home, body.home {
  margin: 0;
  padding: 0; }

#pp-nav li, .pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

#pp-nav li a, .pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#pp-nav span, .pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.0001);
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.pp-section {
  height: 100%;
  position: absolute;
  width: 100%; }
  .pp-section.pp-table {
    display: table; }

.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99); }

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1; }
  #pp-nav.right {
    right: 17px; }
  #pp-nav.left {
    left: 17px; }
  #pp-nav ul {
    margin: 0;
    padding: 0; }
  #pp-nav li .active span {
    border-color: #dcfd00 !important;
    background: #dcfd00; }
  #pp-nav.hide {
    display: none; }

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

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .pp-slidesNav.bottom {
    bottom: 17px; }
  .pp-slidesNav.top {
    top: 17px; }
  .pp-slidesNav ul {
    margin: 0;
    padding: 0; }
  .pp-slidesNav li {
    display: inline-block; }
  .pp-slidesNav .active span {
    background: #dbfd01; }

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }
  .pp-tooltip.right {
    right: 20px; }
  .pp-tooltip.left {
    left: 20px; }

.pp-scrollable {
  overflow-y: scroll;
  height: 100%; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #869791; }

@media (min-width: 992px) {
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; } }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; }

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0; }

.dk-select {
  box-sizing: border-box; }
  .dk-select * {
    box-sizing: border-box; }
    .dk-select *:before {
      box-sizing: border-box; }
    .dk-select *:after {
      box-sizing: border-box; }
  .dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0; }

.dk-select-multi {
  box-sizing: border-box; }
  .dk-select-multi * {
    box-sizing: border-box; }
    .dk-select-multi *:before {
      box-sizing: border-box; }
    .dk-select-multi *:after {
      box-sizing: border-box; }
  .dk-select-multi .dk-select-options {
    max-height: 10em; }
  .dk-select-multi:focus {
    outline: none; }
    .dk-select-multi:focus .dk-select-options {
      display: block;
      border-color: #3297fd; }
  .dk-select-multi:hover {
    outline: none; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #000;
  border: 1px solid #cccccc;
  border-radius: 0.4em;
  padding: 0 1.5em 0 0.5em;
  text-overflow: ellipsis; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #cccccc;
    margin: -0.125em 0.5em 0 0;
    width: 6px; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #cccccc;
    margin: 0 1.5em 0 0; }
  .dk-selected:hover {
    outline: none;
    border-color: #3297fd; }
    .dk-selected:hover:before {
      border-top-color: #3297fd; }
    .dk-selected:hover:after {
      border-left-color: #3297fd; }
  .dk-selected:focus {
    outline: none;
    border-color: #3297fd; }
    .dk-selected:focus:before {
      border-top-color: #3297fd; }
    .dk-selected:focus:after {
      border-left-color: #3297fd; }

.dk-selected-disabled {
  color: #bbbbbb; }

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%;
  display: block;
  border-color: #3297fd; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd; }
  .dk-select-open-up .dk-selected:before {
    border-width: 0 0.25em 0.25em;
    border-bottom-color: #3297fd; }
  .dk-select-open-up .dk-selected:after {
    border-left-color: #3297fd; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%;
  display: block;
  border-color: #3297fd; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd; }
  .dk-select-open-down .dk-selected:before {
    border-width: 0 0.25em 0.25em;
    border-bottom-color: #3297fd; }
  .dk-select-open-down .dk-selected:after {
    border-left-color: #3297fd; }

.dk-select-options {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }
  .dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff; }
  .dk-select-options .dk-option-disabled {
    color: #bbbbbb;
    background-color: transparent; }

.dk-option-selected {
  background-color: #3297fd;
  color: #fff; }

.dk-option {
  padding: 0 0.5em; }

.dk-optgroup {
  border: solid #cccccc;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-disabled {
  opacity: 0.6;
  color: #bbbbbb;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after {
      border-left-color: inherit; }
  .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-select {
  width: auto; }

.dk-selected {
  background: #555555;
  border-radius: 0;
  border: none;
  padding: 10px 50px 10px 15px; }
  .dk-selected:before {
    top: 44%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    margin: 0px 10px 0 0; }
  .dk-selected:after {
    border: none; }

.dk-select-open-down .dk-selected,
.dk-select-open-up .dk-selected {
  background: #555555; }

.dk-select-open-down .dk-select-options,
.dk-select-open-up .dk-select-options {
  background: #555555;
  border-radius: 0;
  border: none; }

.dk-select-open-down .dk-selected:before,
.dk-select-open-up .dk-selected:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: none; }

.dk-select-open-down .dk-selected:after,
.dk-select-open-up .dk-selected:after {
  border: none; }

.dk-select-options {
  padding: 0;
  max-height: 12em; }
  .dk-select-options .dk-option-highlight {
    color: #fff;
    background: #000; }

.dk-option {
  padding: 10px; }

.dk-option-selected {
  color: #fff;
  background: #000; }

.dk-select.dk-select-light .dk-selected {
  background: #f6f6f6; }
  .dk-select.dk-select-light .dk-selected:before {
    border-top: 6px solid #000000; }

.dk-select.dk-select-light.dk-select-open-down .dk-option-selected, .dk-select.dk-select-light.dk-select-open-up .dk-option-selected {
  background: #555555; }

.dk-select.dk-select-light.dk-select-open-down .dk-select-options, .dk-select.dk-select-light.dk-select-open-up .dk-select-options {
  background: #f6f6f6; }

.dk-select.dk-select-light.dk-select-open-down .dk-selected:before, .dk-select.dk-select-light.dk-select-open-up .dk-selected:before {
  border-top-style: none;
  border-bottom: 6px solid #000000; }

.dk-select.dk-select-light .dk-select-options .dk-option-highlight {
  color: #fff;
  background: #555555; }

.dk-select.dk-select-light .dk-option {
  background: #f6f6f6; }

.dk-select.dk-select-light .dk-option-selected {
  color: #fff;
  background: #555555; }

input, select {
  border-radius: 0; }

input {
  -webkit-appearance: none; }

/* global checkbox styles */
input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 0 0;
  -moz-appearance: none;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1; }

input[type="checkbox"] + label {
  cursor: pointer;
  padding-left: 30px; }

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  height: 20px;
  margin: -3px 10px 0 -30px;
  vertical-align: middle;
  width: 20px;
  cursor: pointer; }

input[type="checkbox"] + label:before {
  background: url("../../images/checkbox_sprite_sheet.png") left top no-repeat; }

input[type="checkbox"]:checked + label:before {
  background: url("../../images/checkbox_sprite_sheet.png") -20px top no-repeat; }

h1 {
  font-family: "Brown-Pro-Bold";
  text-transform: uppercase; }

h2, h3 {
  font-family: "Brown-Pro-Light"; }

h2.bold, h3.bold {
  font-family: "Brown-Pro-Bold"; }

/*
h1{
	@include points("font-size", 64);

	&.h1-main{
		@include points("font-size", 120);
	}
}
*/
h2 {
  font-size: 2em; }

h1.light, h2.light, h3.light, h4.light, h5.light {
  font-family: "Brown-Pro-Light"; }

h1.regular, h2.regular, h3.regular, h4.regular, h5.regular {
  font-family: "Brown-Pro-Regular"; }

.strikethrough {
  margin-right: 0.4em;
  position: relative; }
  .strikethrough > :last-child:after {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.4); }

.strong {
  font-family: "Brown-Pro-Bold"; }

.force-white-text * > .strikethrough > :last-child:after {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.force-dark-text * > .strikethrough * {
  color: rgba(0, 0, 0, 0.4) !important; }

.product-tile.force-white-text .strikethrough *, .product-tile:hover.force-white-text .strikethrough * {
  color: rgba(255, 255, 255, 0.7) !important; }
  .product-tile.force-white-text .strikethrough *:hover, .product-tile:hover.force-white-text .strikethrough *:hover {
    color: rgba(255, 255, 255, 0.7) !important; }

.product-tile.force-white-text .strikethrough > :last-child:after, .product-tile:hover.force-white-text .strikethrough > :last-child:after {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.product-tile.force-dark-text .strikethrough *, .product-tile:hover.force-dark-text .strikethrough * {
  color: rgba(0, 0, 0, 0.4) !important; }
  .product-tile.force-dark-text .strikethrough *:hover, .product-tile:hover.force-dark-text .strikethrough *:hover {
    color: rgba(0, 0, 0, 0.4) !important; }

.product-tile.force-dark-text .strikethrough > :last-child:after, .product-tile:hover.force-dark-text .strikethrough > :last-child:after {
  border-color: rgba(0, 0, 0, 0.4) !important; }

.promo-tile.force-white-text .strikethrough *, .promo-tile:hover.force-white-text .strikethrough * {
  color: rgba(255, 255, 255, 0.7) !important; }
  .promo-tile.force-white-text .strikethrough *:hover, .promo-tile:hover.force-white-text .strikethrough *:hover {
    color: rgba(255, 255, 255, 0.7) !important; }

.promo-tile.force-white-text .strikethrough > :last-child:after, .promo-tile:hover.force-white-text .strikethrough > :last-child:after {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.promo-tile.force-dark-text .strikethrough *, .promo-tile:hover.force-dark-text .strikethrough * {
  color: rgba(255, 255, 255, 0.7) !important; }
  .promo-tile.force-dark-text .strikethrough *:hover, .promo-tile:hover.force-dark-text .strikethrough *:hover {
    color: rgba(255, 255, 255, 0.7) !important; }

.promo-tile.force-dark-text .strikethrough > :last-child:after, .promo-tile:hover.force-dark-text .strikethrough > :last-child:after {
  border-color: rgba(255, 255, 255, 0.7) !important; }

@media (max-width: 767px) {
  .no-touch .promo-tile.force-white-text .strikethrough *, .no-touch .product-tile.force-white-text .strikethrough * {
    color: rgba(0, 0, 0, 0.4) !important; }
    .no-touch .promo-tile.force-white-text .strikethrough *:hover, .no-touch .product-tile.force-white-text .strikethrough *:hover {
      color: rgba(0, 0, 0, 0.4) !important; }
  .no-touch .promo-tile.force-white-text .strikethrough > :last-child:after, .no-touch .promo-tile.force-white-text .strikethrough > :last-child::after, .no-touch .product-tile.force-white-text .strikethrough > :last-child:after, .no-touch .product-tile.force-white-text .strikethrough > :last-child::after {
    border-color: rgba(0, 0, 0, 0.4) !important; }
  .no-touch .promo-tile.force-dark-text .strikethrough *, .no-touch .product-tile.force-dark-text .strikethrough * {
    color: rgba(0, 0, 0, 0.4) !important; }
  .no-touch .promo-tile.force-dark-text .strikethrough > :last-child:after, .no-touch .promo-tile.force-dark-text .strikethrough > :last-child::after, .no-touch .product-tile.force-dark-text .strikethrough > :last-child:after, .no-touch .product-tile.force-dark-text .strikethrough > :last-child::after {
    border-color: rgba(0, 0, 0, 0.4) !important; } }

.modal-backdrop {
  z-index: 5000; }

.modal {
  z-index: 5010; }
  .modal .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none; }
  .modal .close {
    float: none;
    text-shadow: none;
    opacity: 1; }

.modal-backdrop.in {
  opacity: 0.8; }

.modal .modal-content {
  padding: 42px 0; }

.modal .modal-dialog {
  margin: 30px 10px; }
  @media (min-width: 768px) {
    .modal .modal-dialog {
      margin: 106px auto; } }

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -25px;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #dbfd01;
  -webkit-filter: none;
          filter: none;
  outline: none; }
  .modal .close span:first-of-type {
    font-family: "Brown-Pro-Boldalt", "Helvetica", sans-serif; }
  .modal .close > i {
    top: 2px; }

.modal .modal-headline {
  margin-top: 0;
  font-size: 2.25em;
  text-transform: uppercase;
  text-align: center; }

.disclaimer {
  display: inline-block;
  font-size: 12px;
  font-family: "Brown-Pro-Italic";
  margin: 0.6em 0.5em 0 0;
  line-height: normal; }
  p .disclaimer {
    display: block; }

/* global tags */
html, body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  min-width: 320px; }
  body.scroll-lock {
    overflow-y: hidden;
    height: 100vh; }

img {
  max-size: 100%; }

a:focus {
  outline: none; }

a:focus.reverse-colors, a:hover.reverse-colors {
  color: #000; }

p, li {
  font-size: 1em;
  font-family: "Helvetica", Arial, sans-serif;
  line-height: 26px; }

.reverse-colors a {
  color: #fff; }

.reverse-colors a:focus, .reverse-colors a:hover {
  color: #000; }

/* ==ie9 message */
#ieMessage {
  overflow: visible;
  width: 100%; }
  #ieMessage .modal-dialog {
    max-width: 600px; }

main {
  margin: 0 auto; }

b, strong {
  font-family: "Brown-Pro-Bold";
  font-weight: normal; }

ul, ol {
  list-style-position: inside;
  padding-left: 15px; }

.error {
  color: #ff2947; }

.responsiveWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 9%;
  height: 0;
  overflow: hidden; }
  .responsiveWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fit-vid-wrapper {
  overflow: hidden; }
  .fit-vid-wrapper .fit-vid {
    position: relative;
    overflow: hidden; }
    .fit-vid-wrapper .fit-vid iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* H* hierachy */
@media (min-width: 991px) {
  .header h1 {
    margin-top: 60px; } }

@media (min-width: 768px) {
  .short-header h1 {
    margin-top: 8px;
    padding-left: 0; } }

@media (max-width: 991px) {
  .short-header h1 {
    margin-top: 0; } }

.short-header h1 .hero-title {
  line-height: 66px; }
  @media (max-width: 991px) {
    .short-header h1 .hero-title {
      line-height: 50px; } }

@media (min-width: 768px) {
  .subheader h1, .sub-header h1 {
    margin-top: 130px; } }

.subheader h1 {
  margin-top: -100px; }
  @media (min-width: 768px) {
    .subheader h1 {
      margin-top: -60px; } }

h1, h2 {
  letter-spacing: 0.04;
  text-transform: uppercase;
  font-family: "Brown-Pro-Bold";
  width: 100%;
  margin: 0 auto;
  line-height: normal; }

h1 {
  position: relative;
  margin-top: 25px;
  white-space: normal; }
  h1.noheaderTitle {
    margin-top: 35px; }
    @media (max-width: 992px) {
      h1.noheaderTitle span {
        font-size: 40px; } }
    @media (min-width: 992px) {
      h1.noheaderTitle span {
        font-size: 40px; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.25em;
      font-family: "Brown-Pro-Bold";
      letter-spacing: 1px;
      text-transform: uppercase; } }
  h1 span {
    font-size: 40px;
    line-height: 50px; }
    @media (min-width: 768px) {
      h1 span {
        font-size: 3.8vw; } }
    @media (min-width: 992px) {
      h1 span {
        font-size: 4vw; } }
    @media (min-width: 1260px) {
      h1 span {
        font-size: 3vw; } }
    @media (min-width: 1600px) {
      h1 span {
        font-size: 65px; } }
    h1 span.long {
      font-size: 23px;
      line-height: 0; }
      @media (min-width: 768px) {
        h1 span.long {
          font-size: 3.8vw; } }
      @media (min-width: 992px) {
        h1 span.long {
          font-size: 3.1vw; } }
      @media (min-width: 1260px) {
        h1 span.long {
          font-size: 2.5vw; } }
      @media (min-width: 1600px) {
        h1 span.long {
          font-size: 40px; } }
    h1 span.longWord {
      font-size: 33px;
      line-height: 0; }
      @media (min-width: 992px) {
        h1 span.longWord {
          font-size: 4vw; } }
      @media (min-width: 1260px) {
        h1 span.longWord {
          font-size: 3vw; } }
      @media (min-width: 1600px) {
        h1 span.longWord {
          font-size: 65px; } }

h2 {
  font-size: 34px; }
  @media (min-width: 768px) and (min-width: 1260px) {
    h2 {
      font-size: 2.6vw; } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 34px; } }

h3 {
  line-height: 1.2;
  font-size: 28px; }
  @media (min-width: 768px) and (min-width: 1260px) {
    h3 {
      font-size: 2vw; } }
  @media (min-width: 1600px) {
    h3 {
      font-size: 28px; } }

h4 {
  line-height: 1.4;
  font-size: 22px; }
  @media (min-width: 768px) and (min-width: 1260px) {
    h4 {
      font-size: 1.8vw; } }
  @media (min-width: 1600px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 20px; }
  @media (min-width: 768px) and (min-width: 1260px) {
    h5 {
      font-size: 1.6vw; } }
  @media (min-width: 1600px) {
    h5 {
      font-size: 20px; } }

/* text variations */
h6, .h6 {
  font-size: 18px; }
  @media (min-width: 768px) and (min-width: 1260px) {
    h6, .h6 {
      font-size: 1.35vw; } }
  @media (min-width: 1600px) {
    h6, .h6 {
      font-size: 18px; } }
  @media (max-width: 990px) {
    h6.long, .h6.long {
      padding-top: 0;
      top: 0; } }
  @media (max-width: 990px) {
    h6 span.hero-title.long, .h6 span.hero-title.long {
      padding-top: 0;
      top: 0; } }

/*
h1, h2, h3, h4, h5, h6 {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
*/
/* section specific overrides */
body.article .col-md-12.col-sm-12.col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

.textNormal {
  text-transform: none; }

.textUppercase {
  text-transform: uppercase; }

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

@media (max-width: 991px) {
  .no-scroll {
    position: fixed;
    width: 100%;
    height: 100%; } }

.forceWrap {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -o-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.clear-all {
  clear: both; }

/* column structure */
.firstCol {
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 30px; }
  @media (max-width: 768px) {
    .firstCol {
      padding-right: 10px; } }

.secondCol {
  margin-right: 0 !important; }
  .secondCol.sidenav {
    background-color: #aaaaaa;
    -webkit-transition: background 0.5s linear;
    transition: background 0.5s linear; }
    .secondCol.sidenav a {
      font-size: 0.8125em;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      overflow: hidden;
      display: block;
      -webkit-transition: all 0.5s linear;
              transition: all 0.5s linear;
      padding-left: 10px;
      margin-bottom: 9px; }
    .secondCol.sidenava:hover {
      background-color: #888888; }
    .secondCol.sidenav .separator {
      border-bottom: 1px solid #787878; }

/* global colors */
.hidden {
  display: none; }

.forced-hidden {
  display: none !important; }

.white-bg {
  background-color: #fff; }

.pink-bg {
  background-color: #ff7f2c; }

.yellow-green-bg {
  background-color: #dcfd00; }

.purple-bg {
  background-color: #814efa; }

.blue-bg {
  background-color: #00a9e0; }

.red-bg {
  background-color: #ff2947; }

.light-blue-bg {
  background-color: #00a9e0; }

.teal-bg {
  background: #00ead0; }

.gray-bg {
  background: #aaaaaa; }

.medium-gray-bg {
  background: #555555; }

.light-gray-bg {
  background: #f6f6f6; }

.dark-gray-bg {
  background: #252a2c; }

.white-bg {
  background: #fff; }

/*
.force-white-text * { color: $white !important;}
.force-dark-text * { color: $dark-gray !important;}
*/
/* main page elements */
.content.container {
  padding-bottom: 30px; }
  .content.container li {
    margin: 0 0 10px; }
  .content.container li:last-child {
    margin-bottom: 20px; }

body.global-elements .content {
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: 500px; }

.separator,
.dotted_separator {
  clear: both;
  margin: 10px 0;
  padding: 0;
  line-height: 1px;
  height: 1px; }

.separator {
  border-bottom: 1px solid #d1d1d1; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.clearAll {
  clear: both; }

.svg-rarr.svg-rarr-dims {
  width: 7px; }

.reverse-colors.force-white-text .svg-rarr {
  background: url("/asset/svg/sprite.css-2e31ff2b.svg") 91.63665% 17.66685% no-repeat; }

.hero-action {
  font-size: 0.875em;
  padding-top: 0; }
  @media (min-width: 768px) {
    .hero-action {
      padding-top: 38px; } }
  @media (max-width: 768px) {
    .hero-action {
      padding-top: 0; } }
  .hero-action a {
    float: right;
    color: #fff;
    text-decoration: none; }
    .hero-action a:hover > .svg-rarr {
      -webkit-transform: translateX(6px);
          -ms-transform: translateX(6px);
              transform: translateX(6px); }
    @media (max-width: 768px) {
      .hero-action a {
        float: left; } }
  .hero-action .svg-rarr {
    float: right;
    margin: 2px 0 0 5px;
    -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in; }
    .hero-action .svg-rarr.svg-rarr-dims {
      width: 7px !important; }
    @media (max-width: 768px) {
      .hero-action .svg-rarr {
        float: none;
        display: inline-block; } }
  .hero-action .reverse-colors.force-text-white .svg-rarr {
    background: url("svg/sprite.css-2e31ff2b.svg") 91.63665% 17.66685% no-repeat !important; }

.grouping {
  margin-top: 0;
  margin-bottom: 40px; }
  .grouping a, .grouping span {
    display: table; }

.browserupgrade {
  position: fixed;
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #252a2c;
  top: 0;
  background: #fff;
  z-index: 3000;
  display: none; }
  .browserupgrade.upgrade {
    display: block; }

/** Testimonials**/
.pdp-play.brand-color-pink .nav-testimonial-item:after {
  background-color: #ff7f2c; }

.pdp-play.brand-color-purple .nav-testimonial-item:after {
  background-color: #814efa; }

.pdp-play.brand-color-blue .nav-testimonial-item:after {
  background-color: #00a9e0; }

.pdp-play.brand-color-red .nav-testimonial-item:after {
  background-color: #ff2947; }

.pdp-play.brand-color-teal .nav-testimonial-item:after {
  background-color: #00ead0; }

.pdp-play.brand-color-yellow-green .nav-testimonial-item:after {
  background-color: #dcfd00; }

.pdp-play.brand-color-pink .testimonial-source:after {
  background-color: #ff7f2c; }

.pdp-play.brand-color-purple .testimonial-source:after {
  background-color: #814efa; }

.pdp-play.brand-color-blue .testimonial-source:after {
  background-color: #00a9e0; }

.pdp-play.brand-color-red .testimonial-source:after {
  background-color: #ff2947; }

.pdp-play.brand-color-teal .testimonial-source:after {
  background-color: #00ead0; }

.pdp-play.brand-color-yellow-green .testimonial-source:after {
  background-color: #dcfd00; }

.pdp-play.accent-color-pink .modal.modal-video button.close span {
  background: url(/images/pdp/svg/x-pink.svg) no-repeat center; }

.pdp-play.accent-color-purple .modal.modal-video button.close span {
  background: url(/images/pdp/svg/x-purple.svg) no-repeat center; }

.pdp-play.accent-color-blue .modal.modal-video button.close span {
  background: url(/images/pdp/svg/x-blue.svg) no-repeat center; }

.pdp-play.accent-color-red .modal.modal-video button.close span {
  background: url(/images/pdp/svg/x-red.svg) no-repeat center; }

.pdp-play.accent-color-teal .modal.modal-video button.close span {
  background: url(/images/pdp/svg/x-teal.svg) no-repeat center; }

.pdp-play.accent-color-yellow-green .modal.modal-video button.close span {
  background: url(/images/pdp/svg/x-lime.svg) no-repeat center; }

.pdp-play.accent-color-pink .image-opens-vidplayer:hover:after, .pdp-play.accent-color-pink .image-opens-vidplayer:focus:after, .pdp-play.accent-color-pink .image-opens-vidplayer:active:after {
  background-color: #ff7f2c !important; }

.pdp-play.accent-color-purple .image-opens-vidplayer:hover:after, .pdp-play.accent-color-purple .image-opens-vidplayer:focus:after, .pdp-play.accent-color-purple .image-opens-vidplayer:active:after {
  background-color: #814efa !important; }

.pdp-play.accent-color-blue .image-opens-vidplayer:hover:after, .pdp-play.accent-color-blue .image-opens-vidplayer:focus:after, .pdp-play.accent-color-blue .image-opens-vidplayer:active:after {
  background-color: #00a9e0 !important; }

.pdp-play.accent-color-red .image-opens-vidplayer:hover:after, .pdp-play.accent-color-red .image-opens-vidplayer:focus:after, .pdp-play.accent-color-red .image-opens-vidplayer:active:after {
  background-color: #ff2947 !important; }

.pdp-play.accent-color-teal .image-opens-vidplayer:hover:after, .pdp-play.accent-color-teal .image-opens-vidplayer:focus:after, .pdp-play.accent-color-teal .image-opens-vidplayer:active:after {
  background-color: #00ead0 !important; }

.pdp-play.accent-color-yellow-green .image-opens-vidplayer:hover:after, .pdp-play.accent-color-yellow-green .image-opens-vidplayer:focus:after, .pdp-play.accent-color-yellow-green .image-opens-vidplayer:active:after {
  background-color: #dcfd00 !important; }

body.vc .reverse-colors.force-white-text {
  color: #fff !important; }
  @media (max-width: 767px) {
    body.vc .reverse-colors.force-white-text {
      color: #fff !important; } }

body.vc .reverse-colors a {
  text-decoration: inherit; }

body.vc main h1 {
  margin-top: 0;
  font-family: "Brown-Pro-Bold";
  color: #fff;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 32px;
  line-height: .9; }
  @media (min-width: 500px) {
    body.vc main h1 {
      font-size: 40px; } }
  @media (min-width: 768px) {
    body.vc main h1 {
      font-size: 56px; } }
  @media (min-width: 1025px) {
    body.vc main h1 {
      font-size: 89px;
      letter-spacing: -0.01em; } }
  body.vc main h1 span {
    font-family: "Brown-Pro-Light";
    color: #fff;
    font-style: normal;
    display: block;
    text-transform: none;
    line-height: 1;
    letter-spacing: -0.01em;
    padding: 0;
    font-size: 24px; }
    @media (min-width: 768px) {
      body.vc main h1 span {
        font-size: 36px; } }
    @media (min-width: 1025px) {
      body.vc main h1 span {
        font-size: 45px; } }

body.vc main h2 {
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 1; }
  @media (min-width: 768px) {
    body.vc main h2 {
      font-size: 36px; } }
  @media (min-width: 1025px) {
    body.vc main h2 {
      font-size: 36px; } }

body.vc main h3 {
  font-family: "Brown-Pro-Bold";
  font-size: 24px; }
  @media (min-width: 768px) {
    body.vc main h3 {
      font-size: 28px; } }

body.vc main h4 {
  text-transform: uppercase;
  font-size: 22px; }
  body.vc main h4.bold {
    font-family: "Brown-Pro-Bold"; }
  @media (min-width: 1025px) {
    body.vc main h4 {
      font-size: 24px; } }

@media (max-width: 991px) {
  body.vc main h5 {
    font-size: 20px; } }

@media (min-width: 1025px) {
  body.vc main h5 {
    font-size: 24px; } }

body.vc main p {
  font-size: 16px; }
  body.vc main p.lead {
    font-size: 18px; }

body.vc main .cta {
  font-size: 13px; }

@media screen and (max-width: 768px) {
  body.vc main .narrow {
    width: 100%; } }

@media screen and (min-width: 992px) {
  body.vc main .narrow {
    width: 70%; } }

body.vc .noheader {
  padding-bottom: 128px; }
  @media screen and (min-width: 768px) {
    body.vc .noheader {
      padding-bottom: 155px; } }
  @media screen and (min-width: 992px) {
    body.vc .noheader {
      padding-bottom: 190px; } }

body.vc .lead-in {
  padding-top: 90px;
  padding-bottom: 10px;
  max-width: 680px;
  margin: 0 auto; }
  body.vc .lead-in > div:first-child {
    padding: 0 10px; }
    @media screen and (min-width: 992px) {
      body.vc .lead-in > div:first-child {
        padding-left: 0; } }
  body.vc .lead-in > div:last-child {
    padding: 0 10px; }
    @media screen and (min-width: 992px) {
      body.vc .lead-in > div:last-child {
        padding-right: 0; } }
  body.vc .lead-in h2 {
    margin: 0 0 20px 0; }

body.vc .btn, body.vc .link-button {
  font-size: 13px;
  margin-top: 40px;
  float: none;
  display: inline-block;
  margin-bottom: 7px;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
  margin-left: 0;
  margin-right: 0;
  height: inherit;
  min-height: 50px; }
  body.vc .btn span, body.vc .link-button span {
    display: inline-block; }

@media screen and (max-width: 768px) {
  body.vc .lead-in {
    padding-top: 45px;
    padding-bottom: 25px; }
    body.vc .lead-in h2 {
      margin: 0 0 40px 0; } }

a.inherit-color {
  color: inherit; }

a.buy-external-link {
  margin-bottom: 10px;
  display: inline-block; }

.cta-link {
  font-size: 13px;
  color: inherit;
  font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
  line-height: 1em;
  text-decoration: none; }
  .cta-link:after {
    content: ">";
    line-height: 1em;
    height: 1em;
    vertical-align: text-top;
    margin: 0 2px 0 4px; }
  .cta-link:hover {
    color: inherit; }
    .cta-link:hover:after {
      margin: 0 8px 0 8px;
      -webkit-transition: all .1s ease-in;
              transition: all .1s ease-in; }
  .cta-link:hover, .cta-link:visited, .cta-link:active, .cta-link:link {
    text-decoration: none; }

.inline-link {
  text-decoration: underline;
  color: inherit; }
  .inline-link:hover, .inline-link:visited, .inline-link:active {
    color: inherit; }

.link-list {
  margin: 40px 0; }
  .link-list li {
    display: inline-block;
    margin: 0 10px; }
  .link-list a {
    text-transform: uppercase;
    font-family: 'Brown-Pro-Bold';
    font-size: 13px;
    color: #000000; }
    .link-list a span.glyphicon {
      margin-left: 5px;
      font-size: 11px;
      top: 0; }

.text-grid {
  position: relative;
  z-index: 2;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 100px; }
  .text-grid:before, .text-grid:after {
    content: initial; }
  .text-grid > * {
    padding: 16px 32px; }
    .text-grid > * p, .text-grid > * a {
      font-family: "Brown-Pro-Bold"; }
    .text-grid > * p {
      line-height: 1.25em;
      margin: 8px 0 6px 0; }
    .text-grid > * a {
      font-size: 13px;
      text-transform: uppercase; }
  .text-grid .no-results {
    display: none;
    text-align: center;
    width: 100%; }
    .text-grid .no-results.show {
      display: block; }

.flex-grid {
  position: relative;
  z-index: 2;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .flex-grid:before, .flex-grid:after {
    content: initial; }
  .flex-grid:before, .flex-grid:after {
    content: initial; }
  .flex-grid.flex-grid-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -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%, 100% {
    -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;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

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

@-webkit-keyframes tada {
  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); }
  100% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  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); }
  100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes jello {
  from, 11.1%, 100% {
    -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%, 100% {
    -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;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -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); }
  100% {
    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%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

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

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

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

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

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

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes flip {
  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; }
  100% {
    -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; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

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

@-webkit-keyframes flipInX {
  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); }
  100% {
    -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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipInY {
  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); }
  100% {
    -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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipOutX {
  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; }
  100% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-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; }
  100% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@-webkit-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; }
  100% {
    -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; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

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

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

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

@-webkit-keyframes rotateInDownLeft {
  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; }
  100% {
    -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; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  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; }
  100% {
    -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; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  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; }
  100% {
    -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; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  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; }
  100% {
    -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; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

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

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

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

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

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

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

@-webkit-keyframes zoomIn {
  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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#global-navbar {
  font-size: 1em;
  font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
  line-height: 1.42857;
  font-size: .975em;
  padding-top: 15px;
  display: block;
  position: fixed;
  width: 100%;
  min-height: 60px;
  color: white;
  z-index: 2000;
  top: 0;
  right: 0;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBgAAAABQABh6FO1AAAAABJRU5ErkJggg=="); }
  @media (min-width: 768px) {
    #global-navbar {
      height: 75px;
      padding-top: 20px; } }
  #global-navbar #nav-icon {
    margin-left: 20px;
    position: absolute;
    top: -35px;
    opacity: .5; }
    #global-navbar #nav-icon:hover {
      cursor: pointer; }
  #global-navbar #logo-container {
    position: absolute;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 767px) {
      #global-navbar #logo-container img {
        width: 100px; } }
  #global-navbar .utility-nav {
    margin-right: 20px;
    padding-top: 1px; }
    #global-navbar .utility-nav ul {
      list-style-type: none; }
      #global-navbar .utility-nav ul li {
        display: block;
        float: left;
        padding-left: 1.25em; }
    #global-navbar .utility-nav svg {
      vertical-align: middle; }
    #global-navbar .utility-nav .open .search-icon {
      vertical-align: top;
      top: 8px; }

#logo-static {
  display: block; }
  @media (min-width: 768px) {
    #logo-static {
      display: none; } }

.animating {
  display: none; }
  @media (min-width: 768px) {
    .animating {
      display: block; }
      .animating.logo-ani {
        height: 40px;
        width: 132px;
        background: url("/images/log-logo-sprite-r.png") top center;
        -webkit-animation: play 1.4s steps(37) 1s forwards;
                animation: play 1.4s steps(37) 1s forwards; }
        .animating.logo-ani.hoverPlay {
          cursor: pointer;
          -webkit-animation: hoverPlay 1.4s steps(37) forwards;
                  animation: hoverPlay 1.4s steps(37) forwards; }
        .animating.logo-ani.stoppedAnimation {
          background-position: 0 -1440px;
          -webkit-animation-play-state: paused;
                  animation-play-state: paused; } }

@-webkit-keyframes play {
  100% {
    background-position: 0 -1480px; } }

@keyframes play {
  100% {
    background-position: 0 -1480px; } }

@-webkit-keyframes hoverPlay {
  100% {
    background-position: 0 -1480px; } }

@keyframes hoverPlay {
  100% {
    background-position: 0 -1480px; } }

.search-widget {
  display: none;
  margin-top: -12px;
  margin-right: -8px;
  line-height: 34px;
  width: 410px;
  position: relative;
  border: 1px solid #ededed; }
  .search-widget.open, .search-widget.keep-open {
    background: #fff;
    display: inline-block; }
  .search-widget .form {
    padding: 7px; }
  .search-widget svg {
    position: relative;
    vertical-align: top; }
    .search-widget svg.search-icon {
      top: 6px;
      left: 5px;
      margin-right: 8px; }
      .search-widget svg.search-icon path {
        fill: #c3c6c8; }
    .search-widget svg.close-icon {
      margin-right: 0;
      vertical-align: middle !important; }
      .search-widget svg.close-icon line {
        stroke: #c3c6c8; }
  .search-widget .close-search {
    position: relative;
    float: right;
    margin-right: 15px; }
    .search-widget .close-search::before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      background: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .search-widget form {
    display: inline-block;
    width: 85%; }
    .search-widget form hr {
      border: none;
      height: 1px;
      background-color: #ededed;
      position: absolute;
      top: 47px;
      left: 0;
      right: 0;
      margin: 0; }
    .search-widget form input {
      color: #000000;
      background: none;
      border: none;
      line-height: 1;
      text-transform: uppercase;
      width: 100%;
      outline: 0; }
      .search-widget form input:focus {
        outline: 0; }
      .search-widget form input.tt-input {
        vertical-align: middle !important; }
      .search-widget form input.tt-hint {
        color: #c3c6c8; }
      .search-widget form input::-ms-clear {
        display: none; }
    .search-widget form .twitter-typeahead {
      width: 100%; }
      .search-widget form .twitter-typeahead .tt-menu {
        color: #c3c6c8;
        width: 100%;
        left: 0;
        right: 0;
        position: relative !important;
        margin-top: 20px;
        margin-bottom: 12px; }
        .search-widget form .twitter-typeahead .tt-menu .tt-suggestion, .search-widget form .twitter-typeahead .tt-menu .tt-suggestion a, .search-widget form .twitter-typeahead .tt-menu .tt-hint {
          color: #c3c6c8; }
        .search-widget form .twitter-typeahead .tt-menu .tt-highlight {
          color: #000; }
  .search-widget .results {
    color: #000000;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 410px;
    border: 1px solid #ededed; }
    .search-widget .results .result {
      width: 100%;
      max-width: 410px;
      top: 0;
      bottom: 0;
      left: 1px;
      right: 0;
      padding: 10px 0px 10px 0px;
      position: relative;
      border-bottom: 1px solid #ededed; }
      .search-widget .results .result:hover {
        cursor: pointer; }
      .search-widget .results .result p {
        margin: -8px 0 0 0; }
      .search-widget .results .result:hover {
        background-color: #ededed; }
        .search-widget .results .result:hover .right p {
          opacity: 1; }
      .search-widget .results .result .left {
        width: 95px;
        display: inline-block;
        margin-left: 32px;
        margin-top: 3px; }
        .search-widget .results .result .left img {
          max-width: 95px;
          max-height: 95px;
          height: auto; }
      .search-widget .results .result .right {
        display: inline-block;
        vertical-align: middle;
        width: 249px;
        padding-left: 20px; }
        .search-widget .results .result .right .bundle {
          font-family: "Brown-Pro-Bold";
          font-size: 0.625em;
          background-color: #ff7075;
          color: #fff;
          text-transform: uppercase;
          line-height: 10px;
          padding: 3px 5px;
          margin-bottom: 5px;
          display: inline-block; }
          @media (max-width: 991px) {
            .search-widget .results .result .right .bundle {
              width: 52px;
              margin: 0 auto;
              left: 0;
              right: 0; } }
        .search-widget .results .result .right .kirsche {
          background-color: #f93248; }
        .search-widget .results .result .right .neo {
          color: #000;
          background-color: #ff7075; }
        .search-widget .results .result .right .electrico {
          color: #000;
          background-color: #dbfd01; }
        .search-widget .results .result .right .ciano {
          color: #000;
          background-color: #00ead0; }
        .search-widget .results .result .right .blue {
          background-color: #00bfff; }
        .search-widget .results .result .right .lila {
          background-color: #a401ff; }
        .search-widget .results .result .right .khole {
          background-color: #252a2c; }
        .search-widget .results .result .right .product-name {
          font-size: 0.9375em;
          font-weight: 500;
          line-height: 20px;
          margin: 0;
          letter-spacing: normal;
          text-transform: none; }
        .search-widget .results .result .right p {
          color: #aaaaaa;
          font-size: 0.9375em;
          line-height: 20px;
          opacity: 0; }
        .search-widget .results .result .right a {
          text-transform: uppercase;
          font-size: 0.6875em;
          display: inline-block;
          margin-top: 10px;
          color: #00a9e0; }
    .search-widget .results .see-all {
      border-top: 1px solid #ededed;
      padding: 20px 20px 13px 20px;
      text-align: center; }
      .search-widget .results .see-all a {
        text-transform: uppercase;
        color: #00a9e0; }

#subnav {
  position: fixed;
  height: 27px;
  width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1999;
  font-size: 0.875em;
  margin-bottom: 20px;
  text-align: center; }
  #subnav.initial-transparency {
    background-color: transparent !important; }
  #subnav.down {
    top: 75px; }
  #subnav .links {
    list-style: none;
    margin: 0;
    padding: 0; }
    #subnav .links > li {
      font-size: 1em;
      font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
      line-height: 1.42857;
      font-size: .975em;
      display: inline-block;
      position: relative;
      vertical-align: top;
      z-index: 1; }
      #subnav .links > li > a {
        color: white;
        text-decoration: none;
        padding: 10px 5px;
        margin: 10px; }
      #subnav .links > li.open {
        z-index: 2; }
        #subnav .links > li.open div.sub {
          -webkit-transition: all 250ms ease-in-out 150ms;
          transition: all 250ms ease-in-out 150ms;
          height: auto; }
      #subnav .links > li li {
        width: 100%;
        display: block;
        text-align: left;
        margin: 8px 0;
        white-space: normal;
        word-wrap: break-word; }
    #subnav .links div.sub {
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      overflow: hidden;
      margin-top: 7px;
      height: 0;
      width: 200px;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      #subnav .links div.sub ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 8px 16px;
        background-color: #252a2c;
        box-shadow: 0 0 5px rgba(120, 120, 120, 0.35); }
        #subnav .links div.sub ul li {
          font-size: 1em;
          font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
          line-height: 1.42857;
          font-size: .975em;
          width: 100%;
          display: block;
          text-align: left;
          margin: 8px 0; }
          #subnav .links div.sub ul li a {
            color: #fff; }
            #subnav .links div.sub ul li a:hover {
              color: #aaaaaa;
              text-decoration: none; }

.touch .search-widget .results .result {
  max-width: 100%; }
  .touch .search-widget .results .result .right p {
    opacity: 1; }

#mobile-nav {
  font-size: 1em;
  font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
  line-height: 1.42857;
  font-size: .975em;
  position: fixed;
  top: 0;
  width: 48px;
  height: 10%;
  z-index: 4000; }
  #mobile-nav.open {
    height: 100%;
    width: 100%;
    z-index: 4001; }
  #mobile-nav #nav-icon-mobile {
    position: absolute;
    display: block;
    height: 25px;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 4000; }
    @media (min-width: 768px) {
      #mobile-nav #nav-icon-mobile {
        top: 26px; } }
    #mobile-nav #nav-icon-mobile img {
      width: 85%; }
  #mobile-nav #mobile-nav-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #252a2c;
    z-index: 4000; }
    @media (max-width: 736px) and (orientation: landscape) {
      #mobile-nav #mobile-nav-menu ul.links {
        position: relative;
        left: 0;
        right: 0;
        /*			top: 180px !important;
*/ } }
  #mobile-nav #utility-subnav {
    margin: 20px 20px 14px 0; }
    @media (max-width: 991px) and (orientation: landscape) {
      #mobile-nav #utility-subnav {
        margin-bottom: 0; } }
    #mobile-nav #utility-subnav ul {
      list-style-type: none; }
      #mobile-nav #utility-subnav ul li {
        display: block;
        float: left;
        padding-left: 1.375em; }
  #mobile-nav img.logo {
    display: block;
    margin: 65px auto 15px; }
  #mobile-nav div.scroll-list {
    clear: both;
    margin: 0;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  #mobile-nav ul.links {
    padding: 0;
    list-style-type: none; }
    #mobile-nav ul.links li {
      padding: 15px 0;
      text-align: center;
      display: block; }
      #mobile-nav ul.links li a {
        text-transform: uppercase;
        color: #dcfd00;
        text-decoration: none;
        padding: 0 15px;
        display: inline-block; }
    #mobile-nav ul.links > li.open {
      background-color: #555555;
      padding-bottom: 0; }
      #mobile-nav ul.links > li.open div.sub {
        max-height: 400px; }
    #mobile-nav ul.links > li div.sub {
      display: block;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      #mobile-nav ul.links > li div.sub ul {
        padding: 0;
        margin: 15px 0 0 0;
        background-color: #555555; }
        #mobile-nav ul.links > li div.sub ul a {
          color: #fff; }
          #mobile-nav ul.links > li div.sub ul a:hover {
            color: #dcfd00;
            text-decoration: none; }

body.home #mobile-nav div.scroll-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto; }

#mobile-nav .search-widget {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 59px;
  left: 0; }
  #mobile-nav .search-widget .search-bg {
    background-color: #fff;
    width: 100%;
    height: 48px;
    display: block;
    position: absolute;
    top: 0; }
  @media (max-width: 736px) and (orientation: portrait) {
    #mobile-nav .search-widget .close-icon {
      margin: 7px 8px 0 0;
      position: absolute; } }
  #mobile-nav .search-widget a.close-search {
    margin-right: 0;
    position: absolute;
    right: 20px;
    top: 10px; }
  #mobile-nav .search-widget .search-icon {
    top: 8px; }
  #mobile-nav .search-widget form input {
    width: 80%;
    position: relative;
    line-height: auto; }
  #mobile-nav .search-widget form hr {
    color: black; }
  #mobile-nav .search-widget .results {
    height: 100%;
    overflow-y: scroll;
    max-width: 100%;
    -webkit-overflow-scrolling: touch; }
    #mobile-nav .search-widget .results.show {
      padding-top: 0; }
    #mobile-nav .search-widget .results .result {
      height: auto; }
      #mobile-nav .search-widget .results .result .left {
        margin-left: 15px; }
      #mobile-nav .search-widget .results .result .right {
        width: auto;
        max-width: 180px;
        padding-left: 10px; }
        #mobile-nav .search-widget .results .result .right .bundle {
          margin: 0; }
        #mobile-nav .search-widget .results .result .right p {
          opacity: 1; }

.subnav-grid-tiles {
  position: relative; }
  @media (min-width: 768px) {
    .subnav-grid-tiles {
      margin-bottom: 4%;
      margin-top: 4%; } }
  .subnav-grid-tiles .subnav-color-tile {
    font-size: 0.8125em;
    position: absolute;
    height: 150px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear;
    background-color: #1194f6; }
    .subnav-grid-tiles .subnav-color-tile .subnav-title {
      margin: 30px 0; }

.subnav-right-menus {
  margin: 5% auto;
  position: relative; }
  @media (min-width: 768px) {
    .subnav-right-menus {
      margin-bottom: 2%;
      margin-top: 2%;
      max-width: 300px;
      padding-left: 20px;
      padding-right: 0;
      float: right; } }
  .subnav-right-menus .subnav-menu-item {
    font-size: 0.8125em;
    max-height: 75px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear; }
    @media (max-width: 991px) {
      .subnav-right-menus .subnav-menu-item {
        display: inline-block;
        margin: 0;
        float: left;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .subnav-right-menus .subnav-menu-item {
        max-width: 50%;
        max-height: none; } }
    .subnav-right-menus .subnav-menu-item.grey {
      border: 1px solid rgba(120, 120, 120, 0.5);
      border-bottom: none;
      background-color: #a0a0a0;
      -webkit-transition: background 0.5s linear;
      transition: background 0.5s linear; }
    .subnav-right-menus .subnav-menu-item:last-child {
      border-bottom: 1px solid #909090; }
    .subnav-right-menus .subnav-menu-item:hover {
      background-color: #888888; }
    .subnav-right-menus .subnav-menu-item .subnav-title {
      margin: 15px;
      display: block; }

.tabNav {
  margin-top: 2%;
  padding-left: 0;
  position: relative;
  border-bottom: 1px solid #c6c6c6;
  background-color: #ededed; }
  .tabNav li.tabNav-item {
    display: inline-block;
    padding: 10px 15px;
    max-height: 60px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .tabNav li.tabNav-item {
        width: 100%;
        max-width: 48%; } }
    .tabNav li.tabNav-item:last-child {
      margin-bottom: 0; }
    .tabNav li.tabNav-item .tabNav-title {
      color: #000;
      text-transform: uppercase;
      font-size: 0.875em;
      opacity: .7; }
      .tabNav li.tabNav-item .tabNav-title:hover {
        opacity: 1; }

header .header {
  width: 100%;
  min-height: 230px;
  color: white;
  display: block;
  position: relative;
  height: 230px; }
  @media (min-width: 768px) {
    header .header {
      height: 500px; } }
  @media (min-width: 768px) {
    header .header:hover #inner {
      background-position: 78% 100%; } }
  header .header #inner {
    height: 230px;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      header .header #inner {
        background-size: 75%;
        background-position: bottom right; } }
    @media (min-width: 768px) {
      header .header #inner {
        height: 500px;
        background-position: 82% 104%;
        -webkit-transition: background-position 0.5s cubic-bezier(0.02, 0.36, 0.52, 0.99);
                transition: background-position 0.5s cubic-bezier(0.02, 0.36, 0.52, 0.99); } }
    header .header #inner h1 {
      position: relative;
      top: 50px; }
      @media (min-width: 768px) {
        header .header #inner h1 {
          top: 160px; } }
      header .header #inner h1 .prefix {
        font-size: 2rem;
        display: block;
        text-transform: none;
        font-family: "Brown-Pro-Light"; }
        @media (min-width: 1260px) {
          header .header #inner h1 .prefix {
            font-size: 0.875em; } }
      header .header #inner h1 .h1-main {
        font-size: 4rem;
        display: block; }
        @media (min-width: 1260px) {
          header .header #inner h1 .h1-main {
            font-size: 2.75em; } }

header .subheader {
  width: 100%;
  min-height: 120px;
  color: white;
  display: block;
  position: relative;
  height: 120px; }
  @media (min-width: 768px) {
    header .subheader {
      height: 340px; } }
  @media (max-width: 767px) {
    header .subheader {
      height: 230px; } }
  header .subheader #inner {
    height: 230px;
    max-width: 1260px;
    margin: 0 auto;
    position: relative; }
    header .subheader #inner .background {
      background: url("/images/hero/keyboard.png") no-repeat;
      height: 215px; }
      @media (min-width: 768px) {
        header .subheader #inner .background {
          top: 125px;
          background-position: 80% 0%; } }
      @media (max-width: 767px) {
        header .subheader #inner .background {
          background-size: 75%;
          height: 230px;
          background-position: bottom right; } }
    header .subheader #inner .prefix {
      font-size: 2rem;
      display: block;
      font-family: "Brown-Pro-Light"; }
      @media (min-width: 1260px) {
        header .subheader #inner .prefix {
          font-size: 0.875em; } }
    header .subheader #inner .h1-main {
      font-size: 4rem;
      display: block; }
      @media (min-width: 1260px) {
        header .subheader #inner .h1-main {
          font-size: 2.75em; } }

.short-header {
  color: #fff;
  max-height: 350px;
  padding-top: 100px; }
  @media (max-width: 768px) {
    .short-header {
      padding-top: 75px; } }
  .short-header .title-block {
    padding-top: 8px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: "Brown-Pro-Bold"; }
    .short-header .title-block .col-xs-10,
    .short-header .title-block .col-xs-2 {
      padding-left: 0;
      padding-right: 0; }
    @media (max-width: 768px) {
      .short-header .title-block {
        padding-top: 0; } }
  .short-header .hero-action {
    font-size: 0.875em;
    padding-top: 0; }
    @media (min-width: 768px) {
      .short-header .hero-action {
        padding-top: 38px; } }
    @media (max-width: 768px) {
      .short-header .hero-action {
        padding-top: 0; } }
    .short-header .hero-action a {
      float: right;
      color: #fff;
      text-decoration: none; }
      .short-header .hero-action a:hover > .svg-rarr {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px); }
      @media (max-width: 768px) {
        .short-header .hero-action a {
          float: left; } }
    .short-header .hero-action .svg-rarr {
      float: right;
      margin: 2px 0 0 5px;
      -webkit-transition: all .1s ease-in;
              transition: all .1s ease-in; }
      @media (max-width: 768px) {
        .short-header .hero-action .svg-rarr {
          float: none;
          display: inline-block; } }

.noheader {
  color: #fff;
  height: 140px; }
  @media (max-width: 767px) {
    .noheader {
      height: 60px; } }

#side-cta-bar {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 3000; }
  #side-cta-bar ul {
    padding: 0;
    margin: 0;
    position: relative; }
    #side-cta-bar ul li {
      display: block;
      width: 45px;
      height: 45px;
      background: #f6f6f6;
      margin-bottom: 2px;
      position: relative;
      right: 0; }
      #side-cta-bar ul li div.action {
        width: 45px;
        height: 45px;
        right: 0;
        top: 0;
        position: absolute;
        border: 2px solid white;
        border-right: none;
        -webkit-transition: width 200ms ease-in;
                transition: width 200ms ease-in; }
      #side-cta-bar ul li a.icon {
        display: block;
        position: absolute;
        top: 0px;
        right: 0;
        width: 43px;
        height: 41px;
        background: #f6f6f6;
        z-index: 2; }
        #side-cta-bar ul li a.icon img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); }
      #side-cta-bar ul li div.slide {
        position: relative;
        z-index: 1;
        left: 0;
        white-space: nowrap;
        background: #f6f6f6;
        float: left;
        height: 41px;
        padding: 10px 50px 10px 20px;
        vertical-align: middle;
        top: 2; }
        #side-cta-bar ul li div.slide * {
          line-height: 25px; }
  #side-cta-bar ul.actions {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }

@media screen and (max-width: 768px) {
  #side-cta-bar {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    height: 45px;
    z-index: inherit;
    background: #ffffff; }
    #side-cta-bar ul.buttons {
      display: inline-block;
      z-index: 2; }
      #side-cta-bar ul.buttons li {
        display: inline-block;
        position: relative;
        background: #ffffff;
        z-index: 11;
        margin-bottom: 0; }
        #side-cta-bar ul.buttons li div.action {
          border: none; }
        #side-cta-bar ul.buttons li a.icon {
          position: relative;
          z-index: 2;
          background: #ffffff;
          top: 0;
          width: 45px;
          height: 45px; }
        #side-cta-bar ul.buttons li div.slide {
          display: none;
          border: none;
          height: 45px;
          padding: 10px; }
        #side-cta-bar ul.buttons li.open a.icon {
          background: #f6f6f6; }
      #side-cta-bar ul.buttons::before {
        content: ' ';
        width: 100%;
        height: 45px;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
    #side-cta-bar ul.actions {
      display: block;
      z-index: 1;
      position: absolute;
      top: 45px; }
      #side-cta-bar ul.actions a.icon {
        display: none; }
      #side-cta-bar ul.actions div.action {
        border: none; }
      #side-cta-bar ul.actions li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 200ms ease-in;
                transition: height 200ms ease-in; }
        #side-cta-bar ul.actions li div.action {
          width: 100%; }
        #side-cta-bar ul.actions li div.slide {
          left: 0;
          top: 0;
          -webkit-transition: top 200ms ease-in;
                  transition: top 200ms ease-in;
          text-align: center;
          width: 100%;
          height: 0px;
          border: none;
          padding: 10px; }
        #side-cta-bar ul.actions li.open {
          height: 45px; } }

footer {
  font-size: 1em;
  font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
  line-height: 1.42857;
  font-size: .975em;
  width: 100%;
  display: block;
  color: #fff;
  background-color: #252a2c;
  padding-top: 30px;
  position: relative; }
  @media (min-width: 991px) {
    footer {
      padding-top: 50px; } }
  @media (min-width: 991px) {
    footer .col-sm-10 {
      padding-left: 0;
      padding-right: 0; } }
  footer a {
    color: #fff; }
    footer a:hover {
      text-decoration: none;
      color: #fff; }
  footer #footer-links {
    border-bottom: 1px solid #555555; }
    @media (min-width: 991px) {
      footer #footer-links {
        padding-bottom: 40px; } }
    @media (min-width: 991px) {
      footer #footer-links .col-md-3 {
        padding-left: 0;
        padding-right: 0; } }
    footer #footer-links .col-md-3 {
      font-size: 0.875em;
      display: inline-block;
      margin-bottom: 10px;
      padding-left: 0;
      padding-left: 0; }
      @media (min-width: 991px) {
        footer #footer-links .col-md-3 {
          font-size: 1em;
          margin-bottom: 30px; } }
      footer #footer-links .col-md-3::after {
        color: #555555;
        content: "|";
        padding: 0 0 0 10px; }
        @media (min-width: 991px) {
          footer #footer-links .col-md-3::after {
            display: none; } }
  footer .social {
    margin-top: 30px; }
    @media (min-width: 991px) {
      footer .social {
        margin-top: 50px; } }
  footer .social-newsletter-container {
    min-height: 60px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      footer .social-newsletter-container {
        min-height: 140px; } }
  footer ul.social-links {
    display: block;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    height: 30px; }
    @media (min-width: 991px) {
      footer ul.social-links {
        display: inline-block;
        float: left;
        margin: 15px 0 0 0; } }
    @media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
      footer ul.social-links {
        height: auto; } }
    footer ul.social-links li {
      float: left;
      padding: 0 30px 0 0;
      position: relative;
      height: 27px;
      width: 27px;
      margin: 14px 15px 0 0; }
      @media (max-width: 991px) {
        footer ul.social-links li {
          display: inline-block;
          float: left;
          margin: 0 15px 0 0; } }
      @media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
        footer ul.social-links li {
          float: none; }
          footer ul.social-links li:nth-of-type(7) {
            margin-top: 20px; } }
      footer ul.social-links li img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute; }
  footer #sign-up-form {
    margin-top: 1em; }
    @media (min-width: 991px) {
      footer #sign-up-form {
        margin-top: 0; } }
  footer .newsletter-component {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%; }
    @media (min-width: 991px) {
      footer .newsletter-component {
        display: block;
        float: right; } }
    footer .newsletter-component .newsletter-inputs {
      display: block;
      white-space: normal;
      min-height: 45px; }
    footer .newsletter-component #newsletter-email {
      color: #999;
      display: block;
      border: none;
      border-radius: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 10px 20px;
      float: left;
      height: 45px;
      max-width: 325px;
      width: 100%;
      z-index: 0; }
      @media (min-width: 991px) {
        footer .newsletter-component #newsletter-email {
          float: left; } }
      @media (max-width: 767px) {
        footer .newsletter-component #newsletter-email {
          max-width: 230px; } }
    footer .newsletter-component #newsletter-email-error {
      font-size: 13px;
      position: relative;
      font-family: "Brown-Pro-italic";
      color: #ff2947;
      max-width: 265px;
      top: 1px;
      opacity: 1;
      -webkit-transition: all .3s ease-in;
              transition: all .3s ease-in; }
      @media (min-width: 991px) {
        footer .newsletter-component #newsletter-email-error {
          left: 0;
          text-align: left; } }
      @media (max-width: 767px) {
        footer .newsletter-component #newsletter-email-error {
          max-width: 265px !important; } }
    footer .newsletter-component #submit-button {
      cursor: pointer;
      display: inline-block;
      float: left;
      border-radius: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      height: 45px;
      padding: 0;
      background-color: transparent;
      border: none;
      border-radius: 0;
      width: 45px; }
      @media (min-width: 991px) {
        footer .newsletter-component #submit-button {
          float: left; } }
    footer .newsletter-component form {
      display: block; }
    footer .newsletter-component #newsletter-email-label {
      font-size: 0.875em;
      display: block;
      letter-spacing: 1px;
      margin-right: 15px;
      text-transform: uppercase; }
      @media (min-width: 991px) {
        footer .newsletter-component #newsletter-email-label {
          display: block; } }
    footer .newsletter-component .newsletter-message {
      display: none;
      opacity: 0;
      text-transform: uppercase;
      padding-right: 3px;
      font-style: italic; }
      @media (max-width: 1259px) {
        footer .newsletter-component .newsletter-message {
          display: block !important; } }
  footer .copyright {
    font-size: 0.75em;
    margin: 10px 0; }
    @media (min-width: 991px) {
      footer .copyright {
        margin: 30px 0; } }
    footer .copyright p {
      display: block;
      margin-top: 11px; }
      @media (max-width: 991px) {
        footer .copyright p {
          display: inline-block;
          margin: 10px 0 0 0; } }
  footer .language {
    display: block;
    margin: 0 0 30px 0; }
    @media (min-width: 767px) {
      footer .language {
        display: inline-block;
        float: right;
        margin: 0; } }
    @media (max-width: 767px) {
      footer .language {
        margin: 0 0 10px 0; } }
    footer .language div {
      display: inline-block;
      z-index: 0; }
    footer .language .flag img {
      position: relative;
      margin-bottom: 2px; }
    footer .language .country, footer .language .footer-select {
      vertical-align: middle; }
    footer .language .footer-select .dk-selected:before {
      top: 44%;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 6px solid #fff;
      margin: 0 10px 0 0; }
    footer .language .footer-select .dk-select-open-down .dk-selected:before,
    footer .language .footer-select .dk-select-open-up .dk-selected:before {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: none; }
    footer .language .country a {
      color: #fff;
      margin-right: 8px;
      outline: 0;
      text-decoration: none; }
    footer .language .name {
      text-transform: uppercase;
      padding: 0 8px 0 5px; }
    footer .language .arrow {
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 6px solid #fff;
      margin: 0 20px 0 0;
      -webkit-transition: all .1s ease-in;
              transition: all .1s ease-in; }
    footer .language a:hover > .arrow {
      -webkit-transform: translateX(6px);
          -ms-transform: translateX(6px);
              transform: translateX(6px); }
  footer .chosen-container-active.chosen-with-drop .chosen-single {
    background: #555555;
    border: none;
    box-shadow: none; }
  footer .chosen-container .chosen-search {
    display: none; }
  footer .chosen-container .chosen-drop {
    top: auto !important;
    bottom: 40px;
    background: #555555;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 15px;
    height: auto;
    margin-top: -1px;
    padding: 0; }
    footer .chosen-container .chosen-drop span {
      overflow: visible; }
  footer .chosen-container.chosen-with-drop .chosen-single div b {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: none; }
  footer .chosen-container .chosen-single {
    color: #fff;
    background: #555555;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 15px;
    height: auto; }
    footer .chosen-container .chosen-single span {
      overflow: visible; }
    footer .chosen-container .chosen-single div {
      width: 28px;
      padding: 0 0 0 10px; }
      footer .chosen-container .chosen-single div b {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #fff;
        font-size: 0;
        line-height: 0;
        -webkit-transition: border 0.5 linear;
                transition: border 0.5 linear; }
  footer .chosen-container .chosen-results {
    color: #fff;
    margin: 0;
    padding: 0; }
    footer .chosen-container .chosen-results li {
      padding: 10px 15px; }
      footer .chosen-container .chosen-results li.highlighted {
        background: #000; }

/*
* Footer lite component
* extends some styles from the main footer component
*/
.footer-lite {
  font-size: 1em;
  font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
  line-height: 1.42857;
  font-size: .975em;
  width: 100%;
  min-height: 80px;
  background-color: #444 !important;
  position: relative; }
  .footer-lite a {
    color: #fff; }
    .footer-lite a:hover {
      text-decoration: none;
      color: #fff; }
  @media (min-width: 991px) {
    .footer-lite .col-sm-10 {
      padding-left: 0;
      padding-right: 0; } }
  .footer-lite .col-md-3 {
    display: inline-block; }
  .footer-lite #footer-links {
    padding-top: 25px; }
    @media (min-width: 991px) {
      .footer-lite #footer-links .col-md-3 {
        padding-left: 0;
        padding-right: 15px; } }

#container {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
  pointer-events: none;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 70px;
  overflow: hidden; }

.footer-static {
  width: 100%;
  background-color: #252a2c;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0;
  z-index: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  @media (max-height: 580px) {
    .footer-static {
      position: relative; } }

#footer-block {
  pointer-events: none !important;
  background-color: transparent;
  height: 540px; }
  @media (min-width: 767px) {
    #footer-block {
      height: 320px; } }
  @media (min-width: 768px) {
    #footer-block {
      height: 290px; } }
  @media (min-width: 992px) {
    #footer-block {
      height: 540px; } }
  @media (max-height: 580px) {
    #footer-block {
      display: none; } }

#footer-shadow-block .footer-shadow {
  box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.75);
  height: 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
  pointer-events: none; }

footer {
  z-index: 0;
  font-size: 1em;
  font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
  line-height: 1.42857;
  font-size: .975em;
  width: 100%;
  display: block;
  color: #fff;
  padding-top: 30px;
  position: relative; }
  @media (min-width: 991px) {
    footer {
      padding-top: 50px; } }
  @media (min-width: 991px) {
    footer .col-sm-10 {
      padding-left: 0;
      padding-right: 0; } }
  footer a {
    color: #fff; }
    footer a:hover {
      text-decoration: none;
      color: #fff; }
  footer #footer-links {
    border-bottom: 1px solid #555555; }
    @media (min-width: 991px) {
      footer #footer-links {
        padding-bottom: 40px; } }
    @media (min-width: 991px) {
      footer #footer-links .col-md-3 {
        padding-left: 0;
        padding-right: 0; } }
    footer #footer-links .col-md-3 {
      font-size: 0.875em;
      display: inline-block;
      margin-bottom: 10px;
      padding-left: 0;
      padding-left: 0; }
      @media (min-width: 991px) {
        footer #footer-links .col-md-3 {
          font-size: 1em;
          margin-bottom: 30px; } }
      footer #footer-links .col-md-3::after {
        color: #555555;
        content: "|";
        padding: 0 0 0 10px; }
        @media (min-width: 991px) {
          footer #footer-links .col-md-3::after {
            display: none; } }
  footer .social {
    margin-top: 30px; }
    @media (min-width: 991px) {
      footer .social {
        margin-top: 50px; } }
  footer .social-newsletter-container {
    min-height: 60px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      footer .social-newsletter-container {
        min-height: 140px; } }
  footer ul.social-links {
    display: block;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    height: 30px; }
    @media (min-width: 991px) {
      footer ul.social-links {
        display: inline-block;
        float: left;
        margin: 15px 0 0 0; } }
    @media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
      footer ul.social-links {
        height: auto; } }
    footer ul.social-links li {
      float: left;
      padding: 0 30px 0 0;
      position: relative;
      height: 27px;
      width: 27px;
      margin: 14px 15px 0 0; }
      @media (max-width: 991px) {
        footer ul.social-links li {
          display: inline-block;
          float: left;
          margin: 0 15px 0 0; } }
      @media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {
        footer ul.social-links li {
          float: none; }
          footer ul.social-links li:nth-of-type(7) {
            margin-top: 20px; } }
      footer ul.social-links li img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute; }
  footer #sign-up-form {
    margin-top: 1em; }
    @media (min-width: 991px) {
      footer #sign-up-form {
        margin-top: 0; } }
  footer .newsletter-component {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%; }
    @media (min-width: 991px) {
      footer .newsletter-component {
        display: block;
        float: right; } }
    footer .newsletter-component .newsletter-inputs {
      display: block;
      white-space: normal;
      min-height: 45px; }
    footer .newsletter-component #newsletter-email {
      color: #999;
      display: block;
      border: none;
      border-radius: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 10px 20px;
      float: left;
      height: 45px;
      max-width: 325px;
      width: 100%;
      z-index: 0; }
      @media (min-width: 991px) {
        footer .newsletter-component #newsletter-email {
          float: left; } }
      @media (max-width: 767px) {
        footer .newsletter-component #newsletter-email {
          max-width: 230px; } }
    footer .newsletter-component #newsletter-email-error {
      font-size: 13px;
      position: relative;
      font-family: "Brown-Pro-italic";
      color: #ff2947;
      max-width: 265px;
      top: 1px;
      opacity: 1;
      -webkit-transition: all .3s ease-in;
              transition: all .3s ease-in; }
      @media (min-width: 991px) {
        footer .newsletter-component #newsletter-email-error {
          left: 0;
          text-align: left; } }
      @media (max-width: 767px) {
        footer .newsletter-component #newsletter-email-error {
          max-width: 265px !important; } }
    footer .newsletter-component #submit-button {
      cursor: pointer;
      display: inline-block;
      float: left;
      border-radius: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      height: 45px;
      padding: 0;
      background-color: transparent;
      border: none;
      border-radius: 0;
      width: 45px; }
      @media (min-width: 991px) {
        footer .newsletter-component #submit-button {
          float: left; } }
    footer .newsletter-component form {
      display: block; }
    footer .newsletter-component #newsletter-email-label {
      font-size: 0.875em;
      display: block;
      letter-spacing: 1px;
      margin-right: 15px;
      text-transform: uppercase; }
      @media (min-width: 991px) {
        footer .newsletter-component #newsletter-email-label {
          display: block; } }
    footer .newsletter-component .newsletter-message {
      display: none;
      opacity: 0;
      text-transform: uppercase;
      padding-right: 3px;
      font-style: italic; }
      @media (max-width: 1259px) {
        footer .newsletter-component .newsletter-message {
          display: block !important; } }
  footer .copyright {
    font-size: 0.75em;
    margin: 10px 0; }
    @media (min-width: 991px) {
      footer .copyright {
        margin: 30px 0; } }
    footer .copyright p {
      display: block;
      margin-top: 11px; }
      @media (max-width: 991px) {
        footer .copyright p {
          display: inline-block;
          margin: 10px 0 0 0; } }
  footer .language {
    display: block;
    margin: 0 0 30px 0; }
    @media (min-width: 767px) {
      footer .language {
        display: inline-block;
        float: right;
        margin: 0; } }
    @media (max-width: 767px) {
      footer .language {
        margin: 0 0 10px 0; } }
    footer .language div {
      display: inline-block;
      z-index: 0; }
    footer .language .flag img {
      position: relative;
      margin-bottom: 2px; }
    footer .language .country, footer .language .footer-select {
      vertical-align: middle; }
    footer .language .country a {
      color: #fff;
      margin-right: 8px;
      outline: 0;
      text-decoration: none; }
    footer .language .name {
      text-transform: uppercase;
      padding: 0 8px 0 5px; }
    footer .language .arrow {
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 6px solid #fff;
      margin: 0 20px 0 0;
      -webkit-transition: all .1s ease-in;
              transition: all .1s ease-in; }
    footer .language a:hover > .arrow {
      -webkit-transform: translateX(6px);
          -ms-transform: translateX(6px);
              transform: translateX(6px); }
  footer .chosen-container-active.chosen-with-drop .chosen-single {
    background: #555555;
    border: none;
    box-shadow: none; }
  footer .chosen-container .chosen-search {
    display: none; }
  footer .chosen-container .chosen-drop {
    top: auto !important;
    bottom: 40px;
    background: #555555;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 15px;
    height: auto;
    margin-top: -1px;
    padding: 0; }
    footer .chosen-container .chosen-drop span {
      overflow: visible; }
  footer .chosen-container.chosen-with-drop .chosen-single div b {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: none; }
  footer .chosen-container .chosen-single {
    color: #fff;
    background: #555555;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 15px;
    height: auto; }
    footer .chosen-container .chosen-single span {
      overflow: visible; }
    footer .chosen-container .chosen-single div {
      width: 28px;
      padding: 0 0 0 10px; }
      footer .chosen-container .chosen-single div b {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #fff;
        font-size: 0;
        line-height: 0;
        -webkit-transition: border 0.5 linear;
                transition: border 0.5 linear; }
  footer .chosen-container .chosen-results {
    color: #fff;
    margin: 0;
    padding: 0; }
    footer .chosen-container .chosen-results li {
      padding: 10px 15px; }
      footer .chosen-container .chosen-results li.highlighted {
        background: #000; }

.cookie-disclaimer {
  font-size: 0.875em;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #101820;
  color: #fff;
  z-index: 999;
  border-top: 2px solid #ededed; }
  @media (min-width: 1260px) {
    .cookie-disclaimer {
      padding-left: 1.6em;
      padding-right: 1.6em; } }
  .cookie-disclaimer.initialized {
    position: relative; }
  .cookie-disclaimer .disclaimer-message {
    padding: 1.25em 0; }
  .cookie-disclaimer .dismiss {
    position: relative;
    height: 48px;
    width: 48px;
    margin-top: 1.25em;
    opacity: .8;
    float: right; }
    .cookie-disclaimer .dismiss .svg-close.svg-close-dims {
      position: absolute;
      top: 5px;
      left: 0;
      right: 0;
      margin: auto; }
    .cookie-disclaimer .dismiss:hover {
      opacity: 1;
      cursor: pointer; }

@-webkit-keyframes turning_cw {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50%) translateY(-50%);
            transform: rotate(0deg) translateX(-50%) translateY(-50%); }
  100% {
    -webkit-transform: rotate(360deg) translateX(-50%) translateY(-50%);
            transform: rotate(360deg) translateX(-50%) translateY(-50%); } }

@keyframes turning_cw {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50%) translateY(-50%);
            transform: rotate(0deg) translateX(-50%) translateY(-50%); }
  100% {
    -webkit-transform: rotate(360deg) translateX(-50%) translateY(-50%);
            transform: rotate(360deg) translateX(-50%) translateY(-50%); } }

@-webkit-keyframes turning_ccw {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50%) translateY(-50%);
            transform: rotate(0deg) translateX(-50%) translateY(-50%); }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-50%) translateY(-50%);
            transform: rotate(-360deg) translateX(-50%) translateY(-50%); } }

@keyframes turning_ccw {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50%) translateY(-50%);
            transform: rotate(0deg) translateX(-50%) translateY(-50%); }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-50%) translateY(-50%);
            transform: rotate(-360deg) translateX(-50%) translateY(-50%); } }

.video-element {
  position: relative; }
  .video-element video {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0; }
  .video-element img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    pointer-events: none; }
  .video-element.video-link.image-opens-vidplayer img {
    pointer-events: auto; }
  .video-element a.play {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .video-element a.play.round:after {
      border-radius: 50%; }
    .video-element a.play:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 12px solid #000;
      z-index: 1;
      padding: 0;
      margin: -8px 0 0 -5px;
      position: absolute;
      top: 50%;
      left: 50%; }
    .video-element a.play:after {
      content: "";
      display: block;
      width: 46px;
      height: 46px;
      background-color: #fff;
      margin: -23px 0 0 -23px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: background-color 500ms ease-in-out;
      transition: background-color 500ms ease-in-out; }
    .no-touch .video-element a.play:hover:after {
      background-color: #dbfd01;
      -webkit-transition: background-color 500ms ease-in-out;
      transition: background-color 500ms ease-in-out; }
    .accent-color-pink .video-element a.play:after {
      background-color: rgba(255, 127, 44, 0.75); }
    .accent-color-pink .video-element a.play:before {
      border-left-color: white; }
    .accent-color-purple .video-element a.play:after {
      background-color: rgba(129, 78, 250, 0.75); }
    .accent-color-purple .video-element a.play:before {
      border-left-color: white; }
    .accent-color-blue .video-element a.play:after {
      background-color: rgba(0, 169, 224, 0.75); }
    .accent-color-blue .video-element a.play:before {
      border-left-color: white; }
    .accent-color-red .video-element a.play:after {
      background-color: rgba(255, 41, 71, 0.75); }
    .accent-color-red .video-element a.play:before {
      border-left-color: white; }
    .accent-color-teal .video-element a.play:after {
      background-color: rgba(0, 234, 208, 0.75); }
    .accent-color-teal .video-element a.play:before {
      border-left-color: white; }
    .accent-color-yellow-green .video-element a.play:after {
      background-color: rgba(220, 253, 0, 0.75); }
    .accent-color-yellow-green .video-element a.play:before {
      border-left-color: white; }
    .accent-color-pink .video-element a.play:active:after, .accent-color-pink .video-element a.play:hover:after, .accent-color-pink .video-element a.play:focus:after {
      background-color: #ff7f2c; }
    .accent-color-purple .video-element a.play:active:after, .accent-color-purple .video-element a.play:hover:after, .accent-color-purple .video-element a.play:focus:after {
      background-color: #814efa; }
    .accent-color-blue .video-element a.play:active:after, .accent-color-blue .video-element a.play:hover:after, .accent-color-blue .video-element a.play:focus:after {
      background-color: #00a9e0; }
    .accent-color-red .video-element a.play:active:after, .accent-color-red .video-element a.play:hover:after, .accent-color-red .video-element a.play:focus:after {
      background-color: #ff2947; }
    .accent-color-teal .video-element a.play:active:after, .accent-color-teal .video-element a.play:hover:after, .accent-color-teal .video-element a.play:focus:after {
      background-color: #00ead0; }
    .accent-color-yellow-green .video-element a.play:active:after, .accent-color-yellow-green .video-element a.play:hover:after, .accent-color-yellow-green .video-element a.play:focus:after {
      background-color: #dcfd00; }
  .video-element.playing a.play {
    display: none; }
  .video-element.playing img {
    opacity: 0; }
  .video-element.playing video {
    opacity: 1; }
  .video-element.loading a.play {
    display: none; }
  .video-element.loading::before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    content: " ";
    border: 5px solid #814efa;
    border-radius: 100%;
    border-left-color: transparent;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-animation: turning_ccw 2s infinite linear;
            animation: turning_ccw 2s infinite linear; }
  .video-element.loading::after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    content: " ";
    border: 5px solid #00a9e0;
    border-left-color: transparent;
    border-radius: 100%;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-animation: turning_cw 1.5s infinite linear;
            animation: turning_cw 1.5s infinite linear; }

#global-navbar .utility-nav {
  margin-right: 20px;
  padding-top: 1px; }
  #global-navbar .utility-nav ul {
    list-style-type: none; }
    #global-navbar .utility-nav ul li {
      display: block;
      float: left;
      padding-left: 1.25em; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #global-navbar .utility-nav ul li.circle-menu-icon.visible-sm {
          display: block !important; } }

.search-widget.open svg, .search-widget.keep-open svg {
  position: relative;
  vertical-align: top; }

.search-widget .search-icon {
  left: 5px;
  margin-right: 8px; }
  .search-widget .search-icon path {
    fill: #c3c6c8; }

.search-widget .close-icon {
  margin-right: 0; }
  .search-widget .close-icon line {
    stroke: #c3c6c8; }

.search-widget .close-search {
  position: relative; }

.pill-nav {
  position: relative;
  top: 150px; }
  .pill-nav div.pill {
    height: 100px; }
    .pill-nav div.pill input[type="radio"] {
      display: none; }
    .pill-nav div.pill input[type="radio"] + label {
      color: black;
      font-family: Arial, sans-serif;
      font-size: 14px; }
    .pill-nav div.pill input[type="radio"] + label span {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: -1px 4px 0 0;
      vertical-align: middle;
      cursor: pointer;
      border-radius: 50%;
      z-index: 2;
      position: relative; }
    .pill-nav div.pill input[type="radio"] + label span {
      background-color: #b2b0b4; }
    .pill-nav div.pill input[type="radio"]:checked + label span {
      background-color: #00ead0; }
    .pill-nav div.pill input[type="radio"] + label span,
    .pill-nav div.pill input[type="radio"]:checked + label span {
      -webkit-transition: background-color 0.4s linear;
      transition: background-color 0.4s linear; }
    .pill-nav div.pill:after, .pill-nav div.pill:first-child:before {
      content: " ";
      border-left: 1px solid #b2b0b4;
      height: 100px;
      position: absolute;
      z-index: 1;
      left: 10px; }
    .pill-nav div.pill:first-child:before {
      top: -80px; }

html#circle-landing, body.circle-landing {
  height: 100%; }

body.circle-landing .reverse-colors *, body.circle-landing .reverse-colors {
  color: #fff !important; }

body.circle-landing .reverse-colors .original-price:after {
  border-top: 1px solid #fff !important; }

body.circle-landing .modal {
  height: 100%; }

body.circle-landing main {
  height: 100%;
  position: relative; }

body.circle-landing sup {
  line-height: 1.7;
  top: 0; }

body.circle-landing a, body.circle-landing a:hover, body.circle-landing a:visited, body.circle-landing a:focus {
  text-decoration: none; }

body.circle-landing .center-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

body.circle-landing .center-vertical {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

body.circle-landing h1 {
  font-size: 7.5em;
  font-size: 4.6vw;
  margin-top: 0;
  margin-left: -5px;
  line-height: 1;
  letter-spacing: -4px; }

body.circle-landing h2 {
  font-size: 5em;
  font-size: 6.4vw;
  text-transform: uppercase;
  font-family: "Brown-Pro-Bold";
  letter-spacing: -4px;
  line-height: 1.2; }
  @media (min-width: 1260px) {
    body.circle-landing h2 {
      font-size: 6.4vw; } }
  @media (min-width: 1600px) {
    body.circle-landing h2 {
      font-size: 6.7em; } }
  body.circle-landing h2.alt {
    font-size: 2.25em;
    font-size: 2.6vw; }

body.circle-landing h3 {
  letter-spacing: 1.1px; }

body.circle-landing p {
  font-size: 1.4em;
  text-transform: none;
  font-family: "Brown-Pro-Light"; }

body.circle-landing p.browserupgrade.upgrade {
  font-size: 1em; }

body.circle-landing div.modal-footer a {
  font-size: 0.875em; }

body.circle-landing main a {
  font-size: 0.875em; }

body.circle-landing main a.action {
  color: #00a9e0;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  body.circle-landing main a.action span {
    vertical-align: middle;
    text-transform: uppercase; }
  body.circle-landing main a.action span.dot {
    display: inline-block;
    background: #00a9e0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    line-height: 58px;
    color: #fff;
    margin-right: 10px;
    background-clip: padding-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }

body.circle-landing main a.play {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  body.circle-landing main a.play span {
    display: inline-block;
    background: #00a9e0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    line-height: 58px;
    margin-right: 10px;
    background-clip: padding-box; }

body.circle-landing video {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto; }

body.circle-landing .video-wrapper video {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0; }

body.circle-landing .video-wrapper img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto; }

body.circle-landing .video-wrapper a.play {
  z-index: 3; }

body.circle-landing .video-wrapper a.close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #dcfd00;
  z-index: 10;
  text-transform: uppercase;
  opacity: 1;
  text-shadow: none;
  display: none; }

body.circle-landing .video-wrapper.playing video {
  z-index: 5;
  opacity: 1; }

body.circle-landing .video-wrapper.playing img {
  opacity: 0; }

body.circle-landing .video-wrapper.playing a.play {
  display: none !important; }

body.circle-landing .video-wrapper.playing a.close {
  display: block; }

body.circle-landing .navbar-static-top {
  margin-bottom: 0;
  min-height: 80px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #814efa; }
  body.circle-landing .navbar-static-top .navbar {
    border: none;
    background: #814efa;
    min-height: 0px;
    margin-bottom: 0; }
    body.circle-landing .navbar-static-top .navbar a {
      font-size: 0.875em; }
      body.circle-landing .navbar-static-top .navbar a.navbar-brand {
        font-size: 1.75em;
        line-height: 0.8;
        font-family: 'Brown-Pro-Bold';
        text-transform: uppercase; }
      body.circle-landing .navbar-static-top .navbar a.btn-purple {
        font-size: 0.75em;
        line-height: 1.4;
        background: #814efa;
        border: 2px solid #fff;
        border-radius: 0;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        text-transform: uppercase;
        background-clip: padding-box; }
        body.circle-landing .navbar-static-top .navbar a.btn-purple:hover {
          background: rgba(255, 255, 255, 0.1); }
      body.circle-landing .navbar-static-top .navbar a.disable {
        pointer-events: none;
        opacity: 0.2; }
    body.circle-landing .navbar-static-top .navbar button.navbar-toggle {
      text-transform: uppercase; }
      body.circle-landing .navbar-static-top .navbar button.navbar-toggle:hover {
        background: none; }
    body.circle-landing .navbar-static-top .navbar .navbar-collapse {
      border-color: #814efa;
      box-shadow: none; }
    body.circle-landing .navbar-static-top .navbar ul.nav li {
      text-align: center; }

body.circle-landing #circle-shelf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  min-height: 650px;
  background: #00ead0;
  overflow: hidden; }
  body.circle-landing #circle-shelf div.background {
    position: absolute;
    left: 0;
    bottom: 80px;
    height: 665px;
    width: 100%;
    z-index: 1; }
    body.circle-landing #circle-shelf div.background div.left {
      background: url(/images/circle/circle-shelf-left.jpg) left bottom repeat-x;
      width: 50%;
      height: 100%;
      display: block;
      float: left;
      position: relative;
      z-index: 1; }
    body.circle-landing #circle-shelf div.background div.right {
      background: url(/images/circle/circle-shelf-right.jpg) left bottom repeat-x;
      display: block;
      height: 100%;
      width: 50%;
      float: right;
      position: relative;
      z-index: 1; }
    body.circle-landing #circle-shelf div.background div.center {
      background: url(/images/circle/circle-shelf.jpg) center bottom no-repeat;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2; }
  body.circle-landing #circle-shelf div.container {
    top: 0;
    bottom: 0px;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2; }
  body.circle-landing #circle-shelf img {
    display: block; }
    body.circle-landing #circle-shelf img.circle {
      position: absolute;
      z-index: 3;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 129px; }
    body.circle-landing #circle-shelf img.cow {
      position: absolute;
      right: 105px;
      bottom: 129px;
      z-index: 2; }
    body.circle-landing #circle-shelf img.flower {
      position: absolute;
      left: 53px;
      bottom: 127px;
      z-index: 2; }
  body.circle-landing #circle-shelf .content {
    position: absolute;
    z-index: 10;
    bottom: 390px;
    left: 60%;
    width: 35%; }
    body.circle-landing #circle-shelf .content h1 {
      margin-top: 0;
      margin-left: -5px;
      line-height: 1; }
    body.circle-landing #circle-shelf .content p {
      margin: 0; }

body.circle-landing .top-panel {
  position: relative;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 4000;
  background: #fff;
  padding-bottom: 1px;
  margin-top: -80px;
  overflow-x: hidden; }
  body.circle-landing .top-panel.lock-nav-bar {
    padding-top: 80px; }
    body.circle-landing .top-panel.lock-nav-bar .navbar-static-top {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }

body.circle-landing #circle-home {
  position: relative;
  background: #ededed; }
  body.circle-landing #circle-home h2 {
    line-height: .9; }
  body.circle-landing #circle-home .owl-carousel {
    z-index: 10; }
    body.circle-landing #circle-home .owl-carousel.playing .owl-dots {
      display: none; }
  body.circle-landing #circle-home .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: 2; }
  body.circle-landing #circle-home img {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto; }
  body.circle-landing #circle-home div.background {
    position: relative;
    z-index: 1; }
    body.circle-landing #circle-home div.background .video-wrapper a.play {
      display: none; }
  body.circle-landing #circle-home div.foreground {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0; }
  body.circle-landing #circle-home div.container {
    position: relative; }
  body.circle-landing #circle-home div.content {
    position: absolute;
    z-index: 3;
    left: 105px;
    top: 75px;
    width: 30%; }
  body.circle-landing #circle-home .slide.playing div.background {
    z-index: 3; }
    body.circle-landing #circle-home .slide.playing div.background .video-wrapper {
      z-index: 2; }
    body.circle-landing #circle-home .slide.playing div.background img {
      z-index: 1; }

body.circle-landing #circle-phone {
  height: 100%;
  padding: 20px 0; }
  body.circle-landing #circle-phone div.phone-video {
    margin: 20px auto 30px;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*span {
				display: block;
				position:absolute;
				right:0;
				bottom: -25px;
				font-family: "Brown-Pro-Thinitalic";
				font-size: 0.875em;
				color:$white;
			}*/ }
    body.circle-landing #circle-phone div.phone-video img.phone {
      display: block;
      margin: 0 auto; }
      body.circle-landing #circle-phone div.phone-video img.phone.small {
        display: none; }
    body.circle-landing #circle-phone div.phone-video .video-wrapper {
      width: 500px;
      height: 285px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      body.circle-landing #circle-phone div.phone-video .video-wrapper video {
        width: 100%;
        height: 100%; }
  body.circle-landing #circle-phone div.content {
    text-align: center; }
  body.circle-landing #circle-phone div.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    body.circle-landing #circle-phone div.features > div {
      border-left: 1px solid rgba(235, 235, 235, 0.3); }
      body.circle-landing #circle-phone div.features > div:first-child {
        border-left: none; }
    body.circle-landing #circle-phone div.features .feature {
      display: block;
      float: left;
      position: relative;
      padding: 18px 0 0 0; }
      body.circle-landing #circle-phone div.features .feature:hover, body.circle-landing #circle-phone div.features .feature:active, body.circle-landing #circle-phone div.features .feature:focus {
        text-decoration: none; }
      body.circle-landing #circle-phone div.features .feature div.icon {
        position: absolute;
        top: 22px;
        left: 55px; }
      body.circle-landing #circle-phone div.features .feature div.info {
        display: block;
        padding-left: 120px;
        padding-right: 55px; }
        body.circle-landing #circle-phone div.features .feature div.info h3 {
          margin-top: 0;
          font-size: 1em;
          text-transform: uppercase;
          font-family: 'Brown-Pro-Bold'; }
        body.circle-landing #circle-phone div.features .feature div.info p {
          font-size: inherit;
          line-height: 1.2; }
  body.circle-landing #circle-phone span.icon {
    display: block;
    width: 45px;
    height: 45px;
    background: url(/images/circle/phone-video-icons.png) no-repeat; }
    body.circle-landing #circle-phone span.icon.icon-hd {
      background-position: right top; }
      body.circle-landing #circle-phone span.icon.icon-hd.on {
        background-position: left top; }
    body.circle-landing #circle-phone span.icon.icon-replay {
      background-position: right -46px; }
      body.circle-landing #circle-phone span.icon.icon-replay.on {
        background-position: left -46px; }
    body.circle-landing #circle-phone span.icon.icon-learn {
      background-position: right -92px; }
      body.circle-landing #circle-phone span.icon.icon-learn.on {
        background-position: left -92px; }
  body.circle-landing #circle-phone.playing a.play {
    display: none !important; }

body.circle-landing #circle-be-home {
  position: relative;
  height: 100%; }
  body.circle-landing #circle-be-home img {
    display: block;
    position: relative;
    z-index: 1; }
  body.circle-landing #circle-be-home div.container {
    position: absolute;
    z-index: 10;
    width: 100%; }
  body.circle-landing #circle-be-home div.video-wrapper {
    position: relative;
    z-index: 1; }
    body.circle-landing #circle-be-home div.video-wrapper a.play {
      top: 65%; }
  body.circle-landing #circle-be-home div.content {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 100px;
    margin: 0 auto;
    text-align: center; }
  body.circle-landing #circle-be-home p {
    line-height: 1.2;
    font-family: 'Brown-Pro-Bold';
    margin-bottom: 0;
    padding: 0 23%; }
  body.circle-landing #circle-be-home span.icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(/images/circle/be-home-icons.png) no-repeat; }
    body.circle-landing #circle-be-home span.icon.icon-see {
      background-position: left top; }
    body.circle-landing #circle-be-home span.icon.icon-say {
      background-position: left -46px; }
    body.circle-landing #circle-be-home span.icon.icon-view {
      background-position: left -92px; }
  body.circle-landing #circle-be-home ul.info {
    list-style: none;
    position: relative;
    margin: 0;
    width: 100%; }
    body.circle-landing #circle-be-home ul.info li {
      visibility: hidden;
      display: block;
      float: left;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 23%;
      margin: 0; }
      body.circle-landing #circle-be-home ul.info li.on {
        visibility: visible; }
  body.circle-landing #circle-be-home ul.links {
    list-style: none;
    display: inline-block;
    margin-top: 40px;
    padding: 0; }
    body.circle-landing #circle-be-home ul.links li {
      display: block;
      float: left;
      margin-left: 28px;
      margin-right: 28px; }
      body.circle-landing #circle-be-home ul.links li a:hover {
        text-decoration: none; }
      body.circle-landing #circle-be-home ul.links li span.icon {
        vertical-align: middle; }
      body.circle-landing #circle-be-home ul.links li span.label {
        text-transform: uppercase;
        color: #00a9e0;
        font-size: 0.875em;
        line-height: 1.1;
        text-align: left;
        display: inline-block;
        vertical-align: middle; }
  body.circle-landing #circle-be-home .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%; }

body.circle-landing #circle-get-to-know {
  height: 100%;
  min-height: 700px;
  padding-top: 40px;
  padding-bottom: 40px; }
  body.circle-landing #circle-get-to-know div.container {
    position: relative; }
    body.circle-landing #circle-get-to-know div.container div.row {
      margin-top: 0; }
  body.circle-landing #circle-get-to-know h2 {
    text-align: center;
    top: -10px;
    position: relative; }
    @media (min-width: 992px) {
      body.circle-landing #circle-get-to-know h2 {
        font-size: 6.4vw; } }
    @media (min-width: 1260px) {
      body.circle-landing #circle-get-to-know h2 {
        font-size: 6.4vw; } }
    @media (min-width: 1400px) {
      body.circle-landing #circle-get-to-know h2 {
        font-size: 5.625em; } }
  body.circle-landing #circle-get-to-know .carousel {
    position: relative;
    top: -30px; }
    body.circle-landing #circle-get-to-know .carousel .slide {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      body.circle-landing #circle-get-to-know .carousel .slide img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
        opacity: 0;
        top: -70px; }
        body.circle-landing #circle-get-to-know .carousel .slide img.default {
          display: none; }
      body.circle-landing #circle-get-to-know .carousel .slide div.info {
        width: 270px;
        text-align: center;
        position: absolute;
        z-index: 10; }
        body.circle-landing #circle-get-to-know .carousel .slide div.info ul li {
          text-align: left; }
      body.circle-landing #circle-get-to-know .carousel .slide h3, body.circle-landing #circle-get-to-know .carousel .slide li {
        font-size: 0.875em;
        line-height: 1.375em; }
      body.circle-landing #circle-get-to-know .carousel .slide p {
        font-size: inherit; }
      body.circle-landing #circle-get-to-know .carousel .slide a {
        display: block;
        width: 100%; }
        body.circle-landing #circle-get-to-know .carousel .slide a:hover {
          text-decoration: none; }
      body.circle-landing #circle-get-to-know .carousel .slide ul li {
        display: list-item;
        text-align: center;
        font-family: 'Brown-Pro-Light';
        list-style: disc outside none; }
        body.circle-landing #circle-get-to-know .carousel .slide ul li a {
          display: inline;
          width: auto;
          position: relative;
          font-size: inherit; }
      body.circle-landing #circle-get-to-know .carousel .slide h3 {
        text-transform: uppercase;
        font-family: 'Brown-Pro-Bold';
        margin-bottom: 0;
        margin-top: 8px; }
      body.circle-landing #circle-get-to-know .carousel .slide div.line {
        position: absolute;
        top: 22px; }
      body.circle-landing #circle-get-to-know .carousel .slide.on img {
        opacity: 1; }
      body.circle-landing #circle-get-to-know .carousel .slide.on img.default {
        display: none; }
      body.circle-landing #circle-get-to-know .carousel .slide.default img.default {
        opacity: 1;
        display: block;
        position: absolute; }
      body.circle-landing #circle-get-to-know .carousel .slide.activity-light div.info {
        left: 0;
        top: 38px; }
      body.circle-landing #circle-get-to-know .carousel .slide.activity-light div.line {
        left: 170px;
        right: 50%;
        height: 40px;
        top: 20px;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff; }
      body.circle-landing #circle-get-to-know .carousel .slide.mic div.info {
        right: 0;
        top: 105px; }
      body.circle-landing #circle-get-to-know .carousel .slide.mic div.line {
        top: 125px;
        right: 170px;
        left: 50%;
        border-bottom: 1px solid #ffffff;
        margin-left: 150px; }
      body.circle-landing #circle-get-to-know .carousel .slide.rechargable div.info {
        left: 0;
        top: 260px; }
      body.circle-landing #circle-get-to-know .carousel .slide.rechargable div.line {
        top: 280px;
        left: 170px;
        right: 50%;
        border-bottom: 1px solid #ffffff;
        margin-right: 110px; }
      body.circle-landing #circle-get-to-know .carousel .slide.rechargable img {
        top: -82px; }
      body.circle-landing #circle-get-to-know .carousel .slide.mount div.info {
        right: 0;
        top: 300px; }
      body.circle-landing #circle-get-to-know .carousel .slide.mount div.line {
        top: 320px;
        right: 170px;
        left: 50%;
        border-bottom: 1px solid #ffffff;
        margin-left: 110px; }
      body.circle-landing #circle-get-to-know .carousel .slide.mount img {
        top: -65px; }
  body.circle-landing #circle-get-to-know div.content {
    position: absolute;
    z-index: 1;
    width: 100%; }
    body.circle-landing #circle-get-to-know div.content.features {
      z-index: 3; }
  body.circle-landing #circle-get-to-know div.product {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body.circle-landing #circle-get-to-know div.product .feature {
      opacity: 0;
      width: 455px;
      top: 160px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      body.circle-landing #circle-get-to-know div.product .feature div {
        background: url(/images/circle/circle-parts.png) no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 455px; }
      body.circle-landing #circle-get-to-know div.product .feature.on {
        opacity: 1; }
    body.circle-landing #circle-get-to-know div.product .feature-light div.circle, body.circle-landing #circle-get-to-know div.product .feature-mic div.circle, body.circle-landing #circle-get-to-know div.product .feature-default div.circle {
      width: 455px;
      height: 561px; }
    body.circle-landing #circle-get-to-know div.product .feature-light div.light, body.circle-landing #circle-get-to-know div.product .feature-mic div.light, body.circle-landing #circle-get-to-know div.product .feature-default div.light {
      background-position: left -564px;
      height: 18px;
      top: 14px; }
    body.circle-landing #circle-get-to-know div.product .feature-portable div.circle {
      background-position: left -590px;
      width: 455px;
      height: 535px; }
    body.circle-landing #circle-get-to-know div.product .feature-portable div.base {
      background-position: left -1135px;
      width: 455px;
      height: 323px;
      top: 300px; }
    body.circle-landing #circle-get-to-know div.product .feature-mount div.circle {
      width: 455px;
      height: 445px;
      background-position: left -1466px; }
    body.circle-landing #circle-get-to-know div.product .feature-mount div.mount {
      background-position: left -1915px;
      width: 455px;
      height: 214px;
      top: 300px; }
  body.circle-landing #circle-get-to-know span.icon {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background: url(/images/circle/get-to-know-circle-icons.png) no-repeat; }
    body.circle-landing #circle-get-to-know span.icon.icon-activity {
      background-position: right top; }
      body.circle-landing #circle-get-to-know span.icon.icon-activity.on {
        background-position: left top; }
    body.circle-landing #circle-get-to-know span.icon.icon-portable {
      background-position: right -46px; }
      body.circle-landing #circle-get-to-know span.icon.icon-portable.on {
        background-position: left -46px; }
    body.circle-landing #circle-get-to-know span.icon.icon-mic {
      background-position: right -92px; }
      body.circle-landing #circle-get-to-know span.icon.icon-mic.on {
        background-position: left -92px; }
    body.circle-landing #circle-get-to-know span.icon.icon-mount {
      background-position: right -138px; }
      body.circle-landing #circle-get-to-know span.icon.icon-mount.on {
        background-position: left -138px; }

body.circle-landing #circle-get-started {
  position: relative; }
  body.circle-landing #circle-get-started div.background {
    position: relative;
    z-index: 1; }
    body.circle-landing #circle-get-started div.background img {
      display: block;
      width: 100%;
      margin: 0 auto; }
    body.circle-landing #circle-get-started div.background div {
      display: none;
      background-position: right bottom; }
  body.circle-landing #circle-get-started div.foreground {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    body.circle-landing #circle-get-started div.foreground div.container, body.circle-landing #circle-get-started div.foreground div.row, body.circle-landing #circle-get-started div.foreground div.row > div {
      height: 100%; }
  body.circle-landing #circle-get-started div.row > div {
    position: relative; }
  body.circle-landing #circle-get-started h2 {
    text-transform: none;
    font-family: 'Brown-Pro-Bold';
    margin-bottom: 30px;
    letter-spacing: -1px; }
  body.circle-landing #circle-get-started a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 60px; }
  body.circle-landing #circle-get-started div.right {
    text-align: center; }

body.circle-landing #product-hero {
  background: #814efa; }
  body.circle-landing #product-hero .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto; }
  body.circle-landing #product-hero ul.product-view li {
    margin: 0; }
  body.circle-landing #product-hero ul.product-view a#product-view-specs {
    font-size: inherit; }
  body.circle-landing #product-hero ul.product-view a#product-360-view {
    display: none; }
  body.circle-landing #product-hero ul.product-view + .notes {
    font-size: 1em; }
  body.circle-landing #product-hero .shipping-info, body.circle-landing #product-hero .product-configurables-label {
    font-family: "Brown-Pro-Regular"; }
    body.circle-landing #product-hero .shipping-info.disclaimer, body.circle-landing #product-hero .product-configurables-label.disclaimer {
      font-family: "Brown-Pro-Italic"; }
  body.circle-landing #product-hero .product-configurables-label, body.circle-landing #product-hero .product-view p {
    font-family: "Helvetica", Arial, sans-serif; }

body.circle-landing .tech-specs-body p {
  font-family: "Helvetica", Arial, sans-serif; }

body.circle-landing footer {
  position: relative; }
  body.circle-landing footer .footer #footer-links a {
    font-size: 1em; }
  body.circle-landing footer .copyright p {
    font-size: 12px;
    font-family: "Brown-Pro-Regular"; }

body.circle-landing .footer-lite a {
  font-size: 1em; }

body.circle-landing div.cookie-disclaimer {
  z-index: 5000; }

body.circle-landing .product-hero-container .product-view {
  margin-top: 0; }

/**
 * iPad with landscape orientation fix for virtual keyboard height
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #circle-shelf div.container {
    max-height: 672px; } }

@media only screen and (device-height: 768px) {
  body.circle-landing #circle-shelf .content {
    bottom: 275px; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  body.circle-landing #circle-get-to-know .carousel .slide div.info ul {
    margin-left: auto;
    margin-right: auto;
    width: 284px; }
    body.circle-landing #circle-get-to-know .carousel .slide div.info ul li {
      text-align: left; } }

@media (max-width: 1260px) {
  body.circle-landing nav.navbar .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  body.circle-landing #circle-shelf img.cow {
    right: auto;
    left: 50%;
    margin-left: 140px; }
  body.circle-landing #circle-shelf img.flower {
    left: auto;
    right: 50%;
    margin-right: 50px; }
  body.circle-landing #circle-home div.foreground, body.circle-landing #circle-home div.container {
    height: 100%; }
  body.circle-landing #circle-phone div.features .feature {
    padding-bottom: 18px; }
    body.circle-landing #circle-phone div.features .feature div.icon {
      width: 100%;
      float: none;
      position: relative;
      top: 0;
      left: 0;
      text-align: center;
      margin-bottom: 14px; }
      body.circle-landing #circle-phone div.features .feature div.icon span.icon {
        margin: 0 auto; }
    body.circle-landing #circle-phone div.features .feature div.info {
      width: 100%;
      float: none;
      padding: 0;
      text-align: center; } }

@media (max-width: 991px) {
  body.circle-landing h1 {
    letter-spacing: -6px;
    font-size: 50px; }
  body.circle-landing p {
    font-size: 1.1em; }
  body.circle-landing a {
    font-size: 0.875em; }
  body.circle-landing nav.navbar .btn {
    width: auto; }
  body.circle-landing.no-scroll .navbar-static-top {
    opacity: 0.25; }
    body.circle-landing.no-scroll .navbar-static-top a {
      pointer-events: none !important; }
  body.circle-landing main a.action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body.circle-landing #circle-home div.content {
    text-align: center;
    left: 0;
    top: 80px;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  body.circle-landing #circle-phone div.phone-video img.phone {
    width: 90%; }
  body.circle-landing #circle-phone div.phone-video div.video-wrapper {
    width: 64%;
    height: auto; }
  body.circle-landing #circle-be-home ul.links li span.label {
    white-space: normal; }
  body.circle-landing #circle-get-to-know {
    height: auto;
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px; }
    body.circle-landing #circle-get-to-know .container {
      width: 100%; }
    body.circle-landing #circle-get-to-know h2 {
      line-height: 1; }
    body.circle-landing #circle-get-to-know .carousel {
      top: 0; }
      body.circle-landing #circle-get-to-know .carousel .slide {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: relative; }
        body.circle-landing #circle-get-to-know .carousel .slide h3 {
          font-size: 0.875em;
          line-height: 1.375em; }
        body.circle-landing #circle-get-to-know .carousel .slide h3 {
          text-transform: uppercase;
          font-family: 'Brown-Pro-Bold';
          margin-bottom: 0;
          margin-top: 25px; }
        body.circle-landing #circle-get-to-know .carousel .slide img {
          opacity: 1;
          width: 50%;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          left: auto;
          top: 0 !important; }
          body.circle-landing #circle-get-to-know .carousel .slide img.default {
            display: none !important; }
        body.circle-landing #circle-get-to-know .carousel .slide div.info {
          text-align: center;
          display: block;
          width: 100%;
          top: auto !important;
          left: auto !important;
          right: auto !important;
          bottom: auto !important;
          position: relative;
          pointer-events: none; }
          body.circle-landing #circle-get-to-know .carousel .slide div.info a {
            pointer-events: none; }
        body.circle-landing #circle-get-to-know .carousel .slide div.line {
          display: none; }
        body.circle-landing #circle-get-to-know .carousel .slide span.icon {
          display: none; }
  body.circle-landing #circle-get-started {
    overflow: hidden; }
    body.circle-landing #circle-get-started div.background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      body.circle-landing #circle-get-started div.background img {
        width: 1200px;
        height: auto;
        float: right;
        position: relative;
        right: -20%; }
    body.circle-landing #circle-get-started div.foreground {
      position: relative;
      padding-top: 120px;
      padding-bottom: 160px; }
      body.circle-landing #circle-get-started div.foreground div.content {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        top: 0 !important;
        position: relative; }
    body.circle-landing #circle-get-started a {
      margin-top: 20px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: relative;
      top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  body.circle-landing #circle-be-home ul.links li:nth-child(3) span.label {
    max-width: 150px; } }

@media (max-width: 768px) {
  #circle-be-home .video-wrapper img.visible-sm {
    display: none !important; }
  #circle-be-home .video-wrapper img.visible-xs {
    display: block !important; } }

@media (max-width: 767px) {
  body.circle-landing h1 {
    font-size: 3.375em;
    font-size: 14vw; }
  body.circle-landing h2 {
    font-size: 2.25em;
    font-size: 8vw; }
    body.circle-landing h2.alt {
      font-size: 2.25em;
      font-size: 5vw; }
  body.circle-landing p {
    font-size: 1.125em; }
  body.circle-landing a.action span.dot {
    width: 46px;
    height: 46px;
    line-height: 44px; }
  body.circle-landing .navbar-static-top {
    min-height: 60px;
    padding-top: 1px;
    padding-bottom: 1px; }
    body.circle-landing .navbar-static-top .navbar button.navbar-toggle {
      border: none; }
      body.circle-landing .navbar-static-top .navbar button.navbar-toggle i.closed {
        display: none; }
      body.circle-landing .navbar-static-top .navbar button.navbar-toggle.collapsed i.closed {
        display: inline; }
      body.circle-landing .navbar-static-top .navbar button.navbar-toggle.collapsed i.open {
        display: none; }
    body.circle-landing .navbar-static-top .navbar a.btn-purple {
      height: 30px;
      width: auto;
      font-size: 12px;
      line-height: 1;
      background: #814efa;
      border: 2px solid #fff;
      padding: 6px 10px;
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      text-transform: uppercase; }
      body.circle-landing .navbar-static-top .navbar a.btn-purple:hover {
        background: rgba(255, 255, 255, 0.1); }
  body.circle-landing .video-wrapper a.close {
    top: 20px;
    right: 20px; }
  body.circle-landing #circle-shelf {
    position: relative;
    min-height: 570px; }
    body.circle-landing #circle-shelf div.background {
      bottom: 60px; }
      body.circle-landing #circle-shelf div.background div.left, body.circle-landing #circle-shelf div.background div.right {
        display: none; }
      body.circle-landing #circle-shelf div.background div.center {
        background: url(/images/circle/circle-shelf-small.jpg) center bottom no-repeat;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2; }
    body.circle-landing #circle-shelf img.circle {
      position: absolute;
      bottom: 93px;
      width: 149px;
      height: auto; }
    body.circle-landing #circle-shelf img.cow {
      margin-left: 80px;
      bottom: 93px;
      width: 264px;
      height: auto; }
    body.circle-landing #circle-shelf img.flower {
      margin-right: 10px;
      bottom: 92px;
      width: 366px;
      height: auto; }
    body.circle-landing #circle-shelf div.content {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 40px;
      margin-top: 135px;
      margin-left: 0;
      text-align: center; }
  body.circle-landing .top-panel {
    top: 0;
    margin-top: -60px; }
  body.circle-landing #circle-home {
    padding-top: 0; }
    body.circle-landing #circle-home div.foreground {
      position: relative; }
    body.circle-landing #circle-home div.background {
      position: relative;
      overflow: hidden; }
      body.circle-landing #circle-home div.background a.play {
        display: block; }
      body.circle-landing #circle-home div.background img {
        position: relative;
        top: 0;
        pointer-events: none; }
      body.circle-landing #circle-home div.background .video-wrapper a.play {
        display: block; }
    body.circle-landing #circle-home div.content {
      position: relative;
      z-index: 3;
      left: 0;
      top: 0;
      width: 100%;
      text-align: center;
      padding: 40px 40px 20px 40px; }
      body.circle-landing #circle-home div.content a.action {
        display: none; }
    body.circle-landing #circle-home .container .row > div {
      text-align: center;
      padding: 0 40px; }
    body.circle-landing #circle-home .slide {
      overflow: hidden; }
    body.circle-landing #circle-home .owl-dots {
      bottom: 5px; }
  body.circle-landing #circle-phone div.phone-video {
    margin-bottom: 20px; }
    body.circle-landing #circle-phone div.phone-video img.phone {
      width: 100%; }
    body.circle-landing #circle-phone div.phone-video div.video-wrapper {
      width: 70%;
      height: auto; }
  body.circle-landing #circle-phone div.features {
    display: block; }
    body.circle-landing #circle-phone div.features > div {
      border: none; }
    body.circle-landing #circle-phone div.features .feature {
      display: block;
      float: none;
      padding: 20px 40px; }
  body.circle-landing #circle-be-home {
    padding-top: 0px; }
    body.circle-landing #circle-be-home p {
      font-size: 1.125em;
      line-height: 1.625em;
      padding: 0 40px; }
    body.circle-landing #circle-be-home div.container {
      position: relative; }
    body.circle-landing #circle-be-home div.content {
      top: 0px;
      padding-top: 40px;
      padding-bottom: 40px;
      position: relative; }
    body.circle-landing #circle-be-home .slide:first-child ul.links {
      margin: 0;
      padding: 0; }
      body.circle-landing #circle-be-home .slide:first-child ul.links li {
        display: none; }
        body.circle-landing #circle-be-home .slide:first-child ul.links li:first-child {
          display: inline-block; }
        body.circle-landing #circle-be-home .slide:first-child ul.links li a {
          pointer-events: none; }
          body.circle-landing #circle-be-home .slide:first-child ul.links li a span.icon {
            display: block;
            margin: 0 auto 14px auto; }
          body.circle-landing #circle-be-home .slide:first-child ul.links li a span.label {
            display: block;
            margin: 0 auto;
            text-align: center; }
    body.circle-landing #circle-be-home p {
      font-family: "Brown-Pro-Light"; }
    body.circle-landing #circle-be-home .owl-dots {
      bottom: 5px; }
    body.circle-landing #circle-be-home div.slide {
      overflow: hidden; }
    body.circle-landing #circle-be-home div.video-wrapper a.play {
      -ms-transform: translateY(-50%);
      top: 50%; }
  body.circle-landing #circle-get-started div.background img {
    right: 0%; }
  body.circle-landing #circle-get-started div.foreground {
    padding-top: 40px;
    padding-bottom: 40px; }
  div.slide .info ul {
    margin-left: auto;
    margin-right: auto;
    width: 275px; } }

@media (max-width: 700px) {
  body.circle-landing h1 {
    font-size: 3.375em;
    font-size: 50px;
    line-height: 0.85 !important; }
  body.circle-landing #circle-shelf .container div.content {
    margin-top: 60px; } }

@media (max-width: 600px) {
  body.circle-landing h1 {
    font-size: 3.375em;
    font-size: 50px;
    line-height: 0.85 !important; }
  body.circle-landing h2 {
    font-size: 2.25em;
    font-size: 11.25vw; }
    body.circle-landing h2.alt {
      font-size: 2.25em;
      font-size: 6vw; }
  body.circle-landing p {
    font-size: 1.125em; }
  body.circle-landing #circle-get-started div.background img {
    right: -20%; } }

@media (max-width: 400px) {
  body.circle-landing #circle-shelf div.content {
    margin-top: 58px;
    padding: 0 10px; }
  body.circle-landing #circle-shelf p {
    line-height: 18px;
    padding-top: 5px; }
  body.circle-landing #circle-phone div.phone-video img.phone.large {
    display: none; }
  body.circle-landing #circle-phone div.phone-video img.phone.small {
    display: block;
    width: 100%; }
  body.circle-landing #circle-phone div.phone-video div.video-wrapper {
    width: 210px;
    height: 124px; } }

html#circle-landing, body.circle-landing {
  height: 100%; }

body.circle-landing .modal {
  height: 100%; }

body.circle-landing main {
  height: 100%;
  position: relative; }

body.circle-landing sup {
  line-height: 1.7;
  top: 0; }

body.circle-landing a, body.circle-landing a:hover, body.circle-landing a:visited, body.circle-landing a:focus {
  text-decoration: none; }

body.circle-landing .center-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

body.circle-landing .center-vertical {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

body.circle-landing h1 {
  font-size: 7.5em;
  font-size: 4.6vw;
  margin-top: 0;
  margin-left: -5px;
  line-height: 1;
  letter-spacing: -4px; }

body.circle-landing h2 {
  font-size: 5em;
  font-size: 6.4vw;
  text-transform: uppercase;
  font-family: "Brown-Pro-Bold";
  letter-spacing: -4px;
  line-height: 1.2; }
  @media (min-width: 1260px) {
    body.circle-landing h2 {
      font-size: 6.4vw; } }
  @media (min-width: 1600px) {
    body.circle-landing h2 {
      font-size: 6.7em; } }
  body.circle-landing h2.alt {
    font-size: 2.25em;
    font-size: 2.6vw; }

body.circle-landing h3 {
  letter-spacing: 1.1px; }

body.circle-landing p {
  font-size: 1.4em;
  text-transform: none;
  font-family: "Brown-Pro-Light"; }

body.circle-landing main a {
  font-size: 0.875em; }

body.circle-landing main a.action {
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  body.circle-landing main a.action span {
    vertical-align: middle;
    text-transform: uppercase; }
  body.circle-landing main a.action span.dot {
    display: inline-block;
    background: #00a9e0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    line-height: 58px;
    margin-right: 10px;
    background-clip: padding-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }

body.circle-landing main a.play {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  body.circle-landing main a.play span {
    display: inline-block;
    background: #00a9e0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    line-height: 58px;
    margin-right: 10px;
    background-clip: padding-box; }

body.circle-landing video {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto; }

body.circle-landing .video-wrapper video {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0; }

body.circle-landing .video-wrapper img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto; }

body.circle-landing .video-wrapper a.play {
  z-index: 3; }

body.circle-landing .video-wrapper a.close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #dcfd00;
  z-index: 10;
  text-transform: uppercase;
  opacity: 1;
  text-shadow: none;
  display: none; }

body.circle-landing .video-wrapper.playing video {
  z-index: 5;
  opacity: 1; }

body.circle-landing .video-wrapper.playing img {
  opacity: 0; }

body.circle-landing .video-wrapper.playing a.play {
  display: none !important; }

body.circle-landing .video-wrapper.playing a.close {
  display: block; }

body.circle-landing .navbar-static-top {
  margin-bottom: 0;
  min-height: 80px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #814efa; }
  body.circle-landing .navbar-static-top .navbar {
    border: none;
    background: #814efa;
    min-height: 0px;
    margin-bottom: 0; }
    body.circle-landing .navbar-static-top .navbar a {
      font-size: 0.875em; }
      body.circle-landing .navbar-static-top .navbar a.navbar-brand {
        font-size: 1.75em;
        line-height: 0.8;
        font-family: 'Brown-Pro-Bold';
        text-transform: uppercase; }
      body.circle-landing .navbar-static-top .navbar a.btn-purple {
        font-size: 0.75em;
        line-height: 1.4;
        background: #814efa;
        border: 2px solid #fff;
        border-radius: 0;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        text-transform: uppercase;
        background-clip: padding-box; }
        body.circle-landing .navbar-static-top .navbar a.btn-purple:hover {
          background: rgba(255, 255, 255, 0.1); }
      body.circle-landing .navbar-static-top .navbar a.disable {
        pointer-events: none;
        opacity: 0.2; }
    body.circle-landing .navbar-static-top .navbar button.navbar-toggle {
      text-transform: uppercase; }
      body.circle-landing .navbar-static-top .navbar button.navbar-toggle:hover {
        background: none; }
    body.circle-landing .navbar-static-top .navbar .navbar-collapse {
      border-color: #814efa;
      box-shadow: none; }
    body.circle-landing .navbar-static-top .navbar ul.nav li {
      text-align: center; }

body.circle-landing #circle-shelf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  min-height: 650px;
  background: #00ead0;
  overflow: hidden; }
  body.circle-landing #circle-shelf div.background {
    position: absolute;
    left: 0;
    bottom: 80px;
    height: 665px;
    width: 100%;
    z-index: 1; }
    body.circle-landing #circle-shelf div.background div.left {
      background: url(/images/circle/circle-shelf-left.jpg) left bottom repeat-x;
      width: 50%;
      height: 100%;
      display: block;
      float: left;
      position: relative;
      z-index: 1; }
    body.circle-landing #circle-shelf div.background div.right {
      background: url(/images/circle/circle-shelf-right.jpg) left bottom repeat-x;
      display: block;
      height: 100%;
      width: 50%;
      float: right;
      position: relative;
      z-index: 1; }
    body.circle-landing #circle-shelf div.background div.center {
      background: url(/images/circle/circle-shelf.jpg) center bottom no-repeat;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2; }
  body.circle-landing #circle-shelf div.container {
    top: 0;
    bottom: 0px;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2; }
  body.circle-landing #circle-shelf img {
    display: block; }
    body.circle-landing #circle-shelf img.circle {
      position: absolute;
      z-index: 3;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 129px; }
    body.circle-landing #circle-shelf img.cow {
      position: absolute;
      right: 105px;
      bottom: 129px;
      z-index: 2; }
    body.circle-landing #circle-shelf img.flower {
      position: absolute;
      left: 53px;
      bottom: 127px;
      z-index: 2; }
  body.circle-landing #circle-shelf .content {
    position: absolute;
    z-index: 10;
    bottom: 390px;
    left: 60%;
    width: 35%; }
    body.circle-landing #circle-shelf .content h1 {
      margin-top: 0;
      margin-left: -5px;
      line-height: 1; }
    body.circle-landing #circle-shelf .content p {
      margin: 0; }

body.circle-landing .top-panel {
  position: relative;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 4000;
  background: #fff;
  padding-bottom: 1px;
  margin-top: -80px;
  overflow-x: hidden; }
  body.circle-landing .top-panel.lock-nav-bar {
    padding-top: 80px; }
    body.circle-landing .top-panel.lock-nav-bar .navbar-static-top {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }

body.circle-landing #circle-home {
  position: relative;
  background: #ededed; }
  body.circle-landing #circle-home h2 {
    line-height: .9; }
  body.circle-landing #circle-home .owl-carousel {
    z-index: 10; }
    body.circle-landing #circle-home .owl-carousel.playing .owl-dots {
      display: none; }
  body.circle-landing #circle-home .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: 2; }
  body.circle-landing #circle-home img {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto; }
  body.circle-landing #circle-home div.background {
    position: relative;
    z-index: 1; }
    body.circle-landing #circle-home div.background .video-wrapper a.play {
      display: none; }
  body.circle-landing #circle-home div.foreground {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0; }
  body.circle-landing #circle-home div.container {
    position: relative; }
  body.circle-landing #circle-home div.content {
    position: absolute;
    z-index: 3;
    left: 105px;
    top: 75px;
    width: 30%; }
  body.circle-landing #circle-home .slide.playing div.background {
    z-index: 3; }
    body.circle-landing #circle-home .slide.playing div.background .video-wrapper {
      z-index: 2; }
    body.circle-landing #circle-home .slide.playing div.background img {
      z-index: 1; }

body.circle-landing #circle-phone {
  height: 100%;
  padding: 20px 0; }
  body.circle-landing #circle-phone div.phone-video {
    margin: 20px auto 30px;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*span {
				display: block;
				position:absolute;
				right:0;
				bottom: -25px;
				font-family: "Brown-Pro-Thinitalic";
				font-size: 0.875em;
				color:$white;
			}*/ }
    body.circle-landing #circle-phone div.phone-video img.phone {
      display: block;
      margin: 0 auto; }
      body.circle-landing #circle-phone div.phone-video img.phone.small {
        display: none; }
    body.circle-landing #circle-phone div.phone-video .video-wrapper {
      width: 500px;
      height: 285px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      body.circle-landing #circle-phone div.phone-video .video-wrapper video {
        width: 100%;
        height: 100%; }
  body.circle-landing #circle-phone div.content {
    text-align: center; }
  body.circle-landing #circle-phone div.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    body.circle-landing #circle-phone div.features > div {
      border-left: 1px solid rgba(235, 235, 235, 0.3); }
      body.circle-landing #circle-phone div.features > div:first-child {
        border-left: none; }
    body.circle-landing #circle-phone div.features .feature {
      display: block;
      float: left;
      position: relative;
      padding: 18px 0 0 0; }
      body.circle-landing #circle-phone div.features .feature:hover, body.circle-landing #circle-phone div.features .feature:active, body.circle-landing #circle-phone div.features .feature:focus {
        text-decoration: none; }
      body.circle-landing #circle-phone div.features .feature div.icon {
        position: absolute;
        top: 22px;
        left: 55px; }
      body.circle-landing #circle-phone div.features .feature div.info {
        display: block;
        padding-left: 120px;
        padding-right: 55px; }
        body.circle-landing #circle-phone div.features .feature div.info h3 {
          margin-top: 0;
          font-size: 1em;
          text-transform: uppercase;
          font-family: 'Brown-Pro-Bold'; }
        body.circle-landing #circle-phone div.features .feature div.info p {
          font-size: inherit;
          line-height: 1.2; }
  body.circle-landing #circle-phone span.icon {
    display: block;
    width: 45px;
    height: 45px;
    background: url(/images/circle/phone-video-icons.png) no-repeat; }
    body.circle-landing #circle-phone span.icon.icon-hd {
      background-position: right top; }
      body.circle-landing #circle-phone span.icon.icon-hd.on {
        background-position: left top; }
    body.circle-landing #circle-phone span.icon.icon-replay {
      background-position: right -46px; }
      body.circle-landing #circle-phone span.icon.icon-replay.on {
        background-position: left -46px; }
    body.circle-landing #circle-phone span.icon.icon-learn {
      background-position: right -92px; }
      body.circle-landing #circle-phone span.icon.icon-learn.on {
        background-position: left -92px; }
  body.circle-landing #circle-phone.playing a.play {
    display: none !important; }

body.circle-landing #circle-be-home {
  position: relative;
  height: 100%; }
  body.circle-landing #circle-be-home img {
    display: block;
    position: relative;
    z-index: 1; }
  body.circle-landing #circle-be-home div.container {
    position: absolute;
    z-index: 10;
    width: 100%; }
  body.circle-landing #circle-be-home div.video-wrapper {
    position: relative;
    z-index: 1; }
    body.circle-landing #circle-be-home div.video-wrapper a.play {
      top: 65%; }
  body.circle-landing #circle-be-home div.content {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 100px;
    margin: 0 auto;
    text-align: center; }
  body.circle-landing #circle-be-home p {
    line-height: 1.2;
    font-family: 'Brown-Pro-Bold';
    margin-bottom: 0;
    padding: 0 23%; }
  body.circle-landing #circle-be-home span.icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(/images/circle/be-home-icons.png) no-repeat; }
    body.circle-landing #circle-be-home span.icon.icon-see {
      background-position: left top; }
    body.circle-landing #circle-be-home span.icon.icon-say {
      background-position: left -46px; }
    body.circle-landing #circle-be-home span.icon.icon-view {
      background-position: left -92px; }
  body.circle-landing #circle-be-home ul.info {
    list-style: none;
    position: relative;
    margin: 0;
    width: 100%; }
    body.circle-landing #circle-be-home ul.info li {
      visibility: hidden;
      display: block;
      float: left;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 23%;
      margin: 0; }
      body.circle-landing #circle-be-home ul.info li.on {
        visibility: visible; }
  body.circle-landing #circle-be-home ul.links {
    list-style: none;
    display: inline-block;
    margin-top: 40px;
    padding: 0; }
    body.circle-landing #circle-be-home ul.links li {
      display: block;
      float: left;
      margin-left: 28px;
      margin-right: 28px; }
      body.circle-landing #circle-be-home ul.links li a:hover {
        text-decoration: none; }
      body.circle-landing #circle-be-home ul.links li span.icon {
        vertical-align: middle; }
      body.circle-landing #circle-be-home ul.links li span.label {
        text-transform: uppercase;
        font-size: 0.875em;
        line-height: 1.1;
        text-align: left;
        display: inline-block;
        vertical-align: middle; }
  body.circle-landing #circle-be-home .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%; }

body.circle-landing #circle-get-to-know {
  height: 100%;
  min-height: 700px;
  padding-top: 40px;
  padding-bottom: 40px; }
  body.circle-landing #circle-get-to-know div.container {
    position: relative; }
    body.circle-landing #circle-get-to-know div.container div.row {
      margin-top: 0; }
  body.circle-landing #circle-get-to-know h2 {
    text-align: center;
    top: -10px;
    position: relative; }
    @media (min-width: 992px) {
      body.circle-landing #circle-get-to-know h2 {
        font-size: 6.4vw; } }
    @media (min-width: 1260px) {
      body.circle-landing #circle-get-to-know h2 {
        font-size: 6.4vw; } }
    @media (min-width: 1400px) {
      body.circle-landing #circle-get-to-know h2 {
        font-size: 5.625em; } }
  body.circle-landing #circle-get-to-know .carousel {
    position: relative;
    top: -30px; }
    body.circle-landing #circle-get-to-know .carousel .slide {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      body.circle-landing #circle-get-to-know .carousel .slide img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
        opacity: 0;
        top: -70px; }
        body.circle-landing #circle-get-to-know .carousel .slide img.default {
          display: none; }
      body.circle-landing #circle-get-to-know .carousel .slide div.info {
        width: 270px;
        text-align: center;
        position: absolute;
        z-index: 10; }
        body.circle-landing #circle-get-to-know .carousel .slide div.info ul li {
          text-align: left; }
      body.circle-landing #circle-get-to-know .carousel .slide h3, body.circle-landing #circle-get-to-know .carousel .slide li {
        font-size: 0.875em;
        line-height: 1.375em; }
      body.circle-landing #circle-get-to-know .carousel .slide p {
        font-size: inherit; }
      body.circle-landing #circle-get-to-know .carousel .slide a {
        display: block;
        width: 100%; }
        body.circle-landing #circle-get-to-know .carousel .slide a:hover {
          text-decoration: none; }
      body.circle-landing #circle-get-to-know .carousel .slide ul li {
        display: list-item;
        text-align: center;
        font-family: 'Brown-Pro-Light';
        list-style: disc outside none; }
        body.circle-landing #circle-get-to-know .carousel .slide ul li a {
          display: inline;
          width: auto;
          position: relative;
          font-size: inherit; }
      body.circle-landing #circle-get-to-know .carousel .slide h3 {
        text-transform: uppercase;
        font-family: 'Brown-Pro-Bold';
        margin-bottom: 0;
        margin-top: 8px; }
      body.circle-landing #circle-get-to-know .carousel .slide div.line {
        position: absolute;
        top: 22px; }
      body.circle-landing #circle-get-to-know .carousel .slide.on img {
        opacity: 1; }
      body.circle-landing #circle-get-to-know .carousel .slide.on img.default {
        display: none; }
      body.circle-landing #circle-get-to-know .carousel .slide.default img.default {
        opacity: 1;
        display: block;
        position: absolute; }
      body.circle-landing #circle-get-to-know .carousel .slide.activity-light div.info {
        left: 0;
        top: 38px; }
      body.circle-landing #circle-get-to-know .carousel .slide.activity-light div.line {
        left: 170px;
        right: 50%;
        height: 40px;
        top: 20px;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff; }
      body.circle-landing #circle-get-to-know .carousel .slide.mic div.info {
        right: 0;
        top: 105px; }
      body.circle-landing #circle-get-to-know .carousel .slide.mic div.line {
        top: 125px;
        right: 170px;
        left: 50%;
        border-bottom: 1px solid #ffffff;
        margin-left: 150px; }
      body.circle-landing #circle-get-to-know .carousel .slide.rechargable div.info {
        left: 0;
        top: 260px; }
      body.circle-landing #circle-get-to-know .carousel .slide.rechargable div.line {
        top: 280px;
        left: 170px;
        right: 50%;
        border-bottom: 1px solid #ffffff;
        margin-right: 110px; }
      body.circle-landing #circle-get-to-know .carousel .slide.rechargable img {
        top: -82px; }
      body.circle-landing #circle-get-to-know .carousel .slide.mount div.info {
        right: 0;
        top: 300px; }
      body.circle-landing #circle-get-to-know .carousel .slide.mount div.line {
        top: 320px;
        right: 170px;
        left: 50%;
        border-bottom: 1px solid #ffffff;
        margin-left: 110px; }
      body.circle-landing #circle-get-to-know .carousel .slide.mount img {
        top: -65px; }
  body.circle-landing #circle-get-to-know div.content {
    position: absolute;
    z-index: 1;
    width: 100%; }
    body.circle-landing #circle-get-to-know div.content.features {
      z-index: 3; }
  body.circle-landing #circle-get-to-know div.product {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body.circle-landing #circle-get-to-know div.product .feature {
      opacity: 0;
      width: 455px;
      top: 160px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      body.circle-landing #circle-get-to-know div.product .feature div {
        background: url(/images/circle/circle-parts.png) no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 455px; }
      body.circle-landing #circle-get-to-know div.product .feature.on {
        opacity: 1; }
    body.circle-landing #circle-get-to-know div.product .feature-light div.circle, body.circle-landing #circle-get-to-know div.product .feature-mic div.circle, body.circle-landing #circle-get-to-know div.product .feature-default div.circle {
      width: 455px;
      height: 561px; }
    body.circle-landing #circle-get-to-know div.product .feature-light div.light, body.circle-landing #circle-get-to-know div.product .feature-mic div.light, body.circle-landing #circle-get-to-know div.product .feature-default div.light {
      background-position: left -564px;
      height: 18px;
      top: 14px; }
    body.circle-landing #circle-get-to-know div.product .feature-portable div.circle {
      background-position: left -590px;
      width: 455px;
      height: 535px; }
    body.circle-landing #circle-get-to-know div.product .feature-portable div.base {
      background-position: left -1135px;
      width: 455px;
      height: 323px;
      top: 300px; }
    body.circle-landing #circle-get-to-know div.product .feature-mount div.circle {
      width: 455px;
      height: 445px;
      background-position: left -1466px; }
    body.circle-landing #circle-get-to-know div.product .feature-mount div.mount {
      background-position: left -1915px;
      width: 455px;
      height: 214px;
      top: 300px; }
  body.circle-landing #circle-get-to-know span.icon {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background: url(/images/circle/get-to-know-circle-icons.png) no-repeat; }
    body.circle-landing #circle-get-to-know span.icon.icon-activity {
      background-position: right top; }
      body.circle-landing #circle-get-to-know span.icon.icon-activity.on {
        background-position: left top; }
    body.circle-landing #circle-get-to-know span.icon.icon-portable {
      background-position: right -46px; }
      body.circle-landing #circle-get-to-know span.icon.icon-portable.on {
        background-position: left -46px; }
    body.circle-landing #circle-get-to-know span.icon.icon-mic {
      background-position: right -92px; }
      body.circle-landing #circle-get-to-know span.icon.icon-mic.on {
        background-position: left -92px; }
    body.circle-landing #circle-get-to-know span.icon.icon-mount {
      background-position: right -138px; }
      body.circle-landing #circle-get-to-know span.icon.icon-mount.on {
        background-position: left -138px; }

body.circle-landing #circle-get-started {
  position: relative; }
  body.circle-landing #circle-get-started div.background {
    position: relative;
    z-index: 1; }
    body.circle-landing #circle-get-started div.background img {
      display: block;
      width: 100%;
      margin: 0 auto; }
    body.circle-landing #circle-get-started div.background div {
      display: none;
      background-position: right bottom; }
  body.circle-landing #circle-get-started div.foreground {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    body.circle-landing #circle-get-started div.foreground div.container, body.circle-landing #circle-get-started div.foreground div.row, body.circle-landing #circle-get-started div.foreground div.row > div {
      height: 100%; }
  body.circle-landing #circle-get-started div.row > div {
    position: relative; }
  body.circle-landing #circle-get-started h2 {
    text-transform: none;
    font-family: 'Brown-Pro-Bold';
    margin-bottom: 30px;
    letter-spacing: -1px; }
  body.circle-landing #circle-get-started a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 60px; }
  body.circle-landing #circle-get-started div.right {
    text-align: center; }

body.circle-landing #product-hero {
  background: #814efa; }
  body.circle-landing #product-hero .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto; }
  body.circle-landing #product-hero ul.product-view li {
    margin: 0; }
    @media (max-width: 767px) {
      body.circle-landing #product-hero ul.product-view li {
        float: none; } }
  body.circle-landing #product-hero ul.product-view a#product-view-specs {
    font-size: inherit; }
  body.circle-landing #product-hero ul.product-view a#product-360-view {
    display: none; }
  body.circle-landing #product-hero ul.product-view + .notes {
    font-size: 1em; }
  body.circle-landing #product-hero .shipping-info, body.circle-landing #product-hero .product-configurables-label {
    font-family: "Brown-Pro-Regular"; }
    body.circle-landing #product-hero .shipping-info.disclaimer, body.circle-landing #product-hero .product-configurables-label.disclaimer {
      font-family: "Brown-Pro-Italic"; }
  body.circle-landing #product-hero .product-configurables-label, body.circle-landing #product-hero .product-view p {
    font-family: "Helvetica", Arial, sans-serif; }

body.circle-landing .tech-specs-body p {
  font-family: "Helvetica", Arial, sans-serif; }

body.circle-landing footer {
  position: relative; }
  body.circle-landing footer .footer #footer-links a {
    font-size: 1em; }
  body.circle-landing footer .copyright p {
    font-size: 12px;
    font-family: "Brown-Pro-Regular"; }

body.circle-landing .footer-lite a {
  font-size: 1em; }

body.circle-landing div.cookie-disclaimer {
  z-index: 5000; }

body.circle-landing .product-hero-container .product-view {
  margin-top: 0; }

/**
 * iPad with landscape orientation fix for virtual keyboard height
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #circle-shelf div.container {
    max-height: 672px; } }

@media only screen and (device-height: 768px) {
  body.circle-landing #circle-shelf .content {
    bottom: 275px; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  body.circle-landing #circle-get-to-know .carousel .slide div.info ul {
    margin-left: auto;
    margin-right: auto;
    width: 284px; }
    body.circle-landing #circle-get-to-know .carousel .slide div.info ul li {
      text-align: left; } }

@media (max-width: 1260px) {
  body.circle-landing nav.navbar .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  body.circle-landing #circle-shelf img.cow {
    right: auto;
    left: 50%;
    margin-left: 140px; }
  body.circle-landing #circle-shelf img.flower {
    left: auto;
    right: 50%;
    margin-right: 50px; }
  body.circle-landing #circle-home div.foreground, body.circle-landing #circle-home div.container {
    height: 100%; }
  body.circle-landing #circle-phone div.features .feature {
    padding-bottom: 18px; }
    body.circle-landing #circle-phone div.features .feature div.icon {
      width: 100%;
      float: none;
      position: relative;
      top: 0;
      left: 0;
      text-align: center;
      margin-bottom: 14px; }
      body.circle-landing #circle-phone div.features .feature div.icon span.icon {
        margin: 0 auto; }
    body.circle-landing #circle-phone div.features .feature div.info {
      width: 100%;
      float: none;
      padding: 0;
      text-align: center; } }

@media (max-width: 991px) {
  body.circle-landing h1 {
    letter-spacing: -6px;
    font-size: 50px; }
  body.circle-landing p {
    font-size: 1.1em; }
  body.circle-landing a {
    font-size: 0.875em; }
  body.circle-landing nav.navbar .btn {
    width: auto; }
  body.circle-landing.no-scroll .navbar-static-top {
    opacity: 0.25; }
    body.circle-landing.no-scroll .navbar-static-top a {
      pointer-events: none !important; }
  body.circle-landing #circle-home div.content {
    text-align: center;
    left: 0;
    top: 80px;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  body.circle-landing #circle-phone div.phone-video img.phone {
    width: 90%; }
  body.circle-landing #circle-phone div.phone-video div.video-wrapper {
    width: 64%;
    height: auto; }
  body.circle-landing #circle-be-home ul.links li span.label {
    white-space: normal; }
  body.circle-landing #circle-get-to-know {
    height: auto;
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px; }
    body.circle-landing #circle-get-to-know .container {
      width: 100%; }
    body.circle-landing #circle-get-to-know h2 {
      line-height: 1; }
    body.circle-landing #circle-get-to-know .carousel {
      top: 0; }
      body.circle-landing #circle-get-to-know .carousel .slide {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: relative; }
        body.circle-landing #circle-get-to-know .carousel .slide h3 {
          font-size: 0.875em;
          line-height: 1.375em; }
        body.circle-landing #circle-get-to-know .carousel .slide h3 {
          text-transform: uppercase;
          font-family: 'Brown-Pro-Bold';
          margin-bottom: 0;
          margin-top: 25px; }
        body.circle-landing #circle-get-to-know .carousel .slide img {
          opacity: 1;
          width: 50%;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          left: auto;
          top: 0 !important; }
          body.circle-landing #circle-get-to-know .carousel .slide img.default {
            display: none !important; }
        body.circle-landing #circle-get-to-know .carousel .slide div.info {
          text-align: center;
          display: block;
          width: 100%;
          top: auto !important;
          left: auto !important;
          right: auto !important;
          bottom: auto !important;
          position: relative;
          pointer-events: none; }
          body.circle-landing #circle-get-to-know .carousel .slide div.info a {
            pointer-events: none; }
        body.circle-landing #circle-get-to-know .carousel .slide div.line {
          display: none; }
        body.circle-landing #circle-get-to-know .carousel .slide span.icon {
          display: none; }
  body.circle-landing #circle-get-started {
    overflow: hidden; }
    body.circle-landing #circle-get-started div.background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      body.circle-landing #circle-get-started div.background img {
        width: 1200px;
        height: auto;
        float: right;
        position: relative;
        right: -20%; }
    body.circle-landing #circle-get-started div.foreground {
      position: relative;
      padding-top: 120px;
      padding-bottom: 160px; }
      body.circle-landing #circle-get-started div.foreground div.content {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        top: 0 !important;
        position: relative; }
    body.circle-landing #circle-get-started a {
      margin-top: 20px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: relative;
      top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  body.circle-landing #circle-be-home ul.links li:nth-child(3) span.label {
    max-width: 150px; } }

@media (max-width: 768px) {
  #circle-be-home .video-wrapper img.visible-sm {
    display: none !important; }
  #circle-be-home .video-wrapper img.visible-xs {
    display: block !important; } }

@media (max-width: 767px) {
  body.circle-landing h1 {
    font-size: 3.375em;
    font-size: 14vw; }
  body.circle-landing h2 {
    font-size: 2.25em;
    font-size: 8vw; }
    body.circle-landing h2.alt {
      font-size: 2.25em;
      font-size: 5vw; }
  body.circle-landing p {
    font-size: 1.125em; }
  body.circle-landing a.action span.dot {
    width: 46px;
    height: 46px;
    line-height: 44px; }
  body.circle-landing .navbar-static-top {
    min-height: 60px;
    padding-top: 1px;
    padding-bottom: 1px; }
    body.circle-landing .navbar-static-top .navbar button.navbar-toggle {
      border: none; }
      body.circle-landing .navbar-static-top .navbar button.navbar-toggle i.closed {
        display: none; }
      body.circle-landing .navbar-static-top .navbar button.navbar-toggle.collapsed i.closed {
        display: inline; }
      body.circle-landing .navbar-static-top .navbar button.navbar-toggle.collapsed i.open {
        display: none; }
    body.circle-landing .navbar-static-top .navbar a.btn-purple {
      height: 30px;
      width: auto;
      font-size: 12px;
      line-height: 1;
      background: #814efa;
      border: 2px solid #fff;
      padding: 6px 10px;
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      text-transform: uppercase; }
      body.circle-landing .navbar-static-top .navbar a.btn-purple:hover {
        background: rgba(255, 255, 255, 0.1); }
  body.circle-landing .video-wrapper a.close {
    top: 20px;
    right: 20px; }
  body.circle-landing #circle-shelf {
    position: relative;
    min-height: 570px; }
    body.circle-landing #circle-shelf div.background {
      bottom: 60px; }
      body.circle-landing #circle-shelf div.background div.left, body.circle-landing #circle-shelf div.background div.right {
        display: none; }
      body.circle-landing #circle-shelf div.background div.center {
        background: url(/images/circle/circle-shelf-small.jpg) center bottom no-repeat;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2; }
    body.circle-landing #circle-shelf img.circle {
      position: absolute;
      bottom: 93px;
      width: 149px;
      height: auto; }
    body.circle-landing #circle-shelf img.cow {
      margin-left: 80px;
      bottom: 93px;
      width: 264px;
      height: auto; }
    body.circle-landing #circle-shelf img.flower {
      margin-right: 10px;
      bottom: 92px;
      width: 366px;
      height: auto; }
    body.circle-landing #circle-shelf div.content {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 40px;
      margin-top: 135px;
      margin-left: 0;
      text-align: center; }
  body.circle-landing .top-panel {
    top: 0;
    margin-top: -60px; }
  body.circle-landing #circle-home {
    padding-top: 0; }
    body.circle-landing #circle-home div.foreground {
      position: relative; }
    body.circle-landing #circle-home div.background {
      position: relative;
      overflow: hidden; }
      body.circle-landing #circle-home div.background a.play {
        display: block; }
      body.circle-landing #circle-home div.background img {
        position: relative;
        top: 0;
        pointer-events: none; }
      body.circle-landing #circle-home div.background .video-wrapper a.play {
        display: block; }
    body.circle-landing #circle-home div.content {
      position: relative;
      z-index: 3;
      left: 0;
      top: 0;
      width: 100%;
      text-align: center;
      padding: 40px 40px 20px 40px; }
      body.circle-landing #circle-home div.content a.action {
        display: none; }
    body.circle-landing #circle-home .container .row > div {
      text-align: center;
      padding: 0 40px; }
    body.circle-landing #circle-home .slide {
      overflow: hidden; }
    body.circle-landing #circle-home .owl-dots {
      bottom: 5px; }
  body.circle-landing #circle-phone div.phone-video {
    margin-bottom: 20px; }
    body.circle-landing #circle-phone div.phone-video img.phone {
      width: 100%; }
    body.circle-landing #circle-phone div.phone-video div.video-wrapper {
      width: 70%;
      height: auto; }
  body.circle-landing #circle-phone div.features {
    display: block; }
    body.circle-landing #circle-phone div.features > div {
      border: none; }
    body.circle-landing #circle-phone div.features .feature {
      display: block;
      float: none;
      padding: 20px 40px; }
  body.circle-landing #circle-be-home {
    padding-top: 0px; }
    body.circle-landing #circle-be-home p {
      font-size: 1.125em;
      line-height: 1.625em;
      padding: 0 40px; }
    body.circle-landing #circle-be-home div.container {
      position: relative; }
    body.circle-landing #circle-be-home div.content {
      top: 0px;
      padding-top: 40px;
      padding-bottom: 40px;
      position: relative; }
    body.circle-landing #circle-be-home .slide:first-child ul.links {
      margin: 0;
      padding: 0; }
      body.circle-landing #circle-be-home .slide:first-child ul.links li {
        display: none; }
        body.circle-landing #circle-be-home .slide:first-child ul.links li:first-child {
          display: inline-block; }
        body.circle-landing #circle-be-home .slide:first-child ul.links li a {
          pointer-events: none; }
          body.circle-landing #circle-be-home .slide:first-child ul.links li a span.icon {
            display: block;
            margin: 0 auto 14px auto; }
          body.circle-landing #circle-be-home .slide:first-child ul.links li a span.label {
            display: block;
            margin: 0 auto;
            text-align: center; }
    body.circle-landing #circle-be-home p {
      font-family: "Brown-Pro-Light"; }
    body.circle-landing #circle-be-home .owl-dots {
      bottom: 5px; }
    body.circle-landing #circle-be-home div.slide {
      overflow: hidden; }
    body.circle-landing #circle-be-home div.video-wrapper a.play {
      -ms-transform: translateY(-50%);
      top: 50%; }
  body.circle-landing #circle-get-started div.background img {
    right: 0%; }
  body.circle-landing #circle-get-started div.foreground {
    padding-top: 40px;
    padding-bottom: 40px; }
  div.slide .info ul {
    margin-left: auto;
    margin-right: auto;
    width: 275px; } }

@media (max-width: 700px) {
  body.circle-landing h1 {
    font-size: 3.375em;
    font-size: 50px;
    line-height: 0.85 !important; }
  body.circle-landing #circle-shelf .container div.content {
    margin-top: 60px; } }

@media (max-width: 600px) {
  body.circle-landing h1 {
    font-size: 3.375em;
    font-size: 50px;
    line-height: 0.85 !important; }
  body.circle-landing h2 {
    font-size: 2.25em;
    font-size: 11.25vw; }
    body.circle-landing h2.alt {
      font-size: 2.25em;
      font-size: 6vw; }
  body.circle-landing p {
    font-size: 1.125em; }
  body.circle-landing #circle-get-started div.background img {
    right: -20%; } }

@media (max-width: 400px) {
  body.circle-landing #circle-shelf div.content {
    margin-top: 58px;
    padding: 0 10px; }
  body.circle-landing #circle-shelf p {
    line-height: 18px;
    padding-top: 5px; }
  body.circle-landing #circle-phone div.phone-video img.phone.large {
    display: none; }
  body.circle-landing #circle-phone div.phone-video img.phone.small {
    display: block;
    width: 100%; }
  body.circle-landing #circle-phone div.phone-video div.video-wrapper {
    width: 210px;
    height: 124px; } }

.circle-security-color {
  background-color: #ededed; }
  .circle-security-color#subnav .links > li > a {
    color: black; }

body.circle-security.circle-landing {
  /* Module 1 section*/
  /*<=992*/
  /*<= 1260*/ }
  body.circle-security.circle-landing .search-widget {
    border: 1px solid #C3C6C8; }
  body.circle-security.circle-landing #mobile-nav:not(.open) #nav-icon-mobile .hamburger-icon rect,
  body.circle-security.circle-landing .search-icon path,
  body.circle-security.circle-landing .close-icon path,
  body.circle-security.circle-landing .account-icon path,
  body.circle-security.circle-landing .utility-nav .cart-icon polygon, body.circle-security.circle-landing .utility-nav .cart-icon circle,
  body.circle-security.circle-landing .hamburger-icon rect {
    fill: #2F3132 !important; }
  body.circle-security.circle-landing #mobile-nav.open #nav-icon-mobile .hamburger-icon rect {
    fill: #FFFFFF !important; }
  body.circle-security.circle-landing .close-icon line {
    stroke: #2F3132 !important; }
  body.circle-security.circle-landing .animating.logo-ani {
    background: url("/images/log-logo-sprite-r-black.png") top center; }
  body.circle-security.circle-landing .animating.logo-ani.stoppedAnimation {
    background-position: 0 -1440px; }
  body.circle-security.circle-landing h1.alt {
    font-size: 56px;
    line-height: 50px;
    padding-bottom: 15px;
    letter-spacing: -4px; }
  body.circle-security.circle-landing h1.alt + p {
    font-family: "Brown-Pro-Regular";
    font-size: 1.125em; }
  body.circle-security.circle-landing main {
    height: initial;
    background-color: #ededed; }
  body.circle-security.circle-landing .top-panel {
    z-index: 1990;
    margin-top: 0; }
    body.circle-security.circle-landing .top-panel.lock-nav-bar {
      padding-top: 0; }
  body.circle-security.circle-landing main a.action span.dot {
    width: 50px;
    height: 50px;
    line-height: 48px; }
  body.circle-security.circle-landing #circle-shelfs {
    position: relative; }
    body.circle-security.circle-landing #circle-shelfs a.action span.glyphicon + span:after {
      content: " ";
      position: relative;
      padding: 15px 0 15px;
      border-right: 1px solid rgba(128, 128, 128, 0.65);
      margin: 0 20px; }
    body.circle-security.circle-landing #circle-shelfs a.action {
      display: inline; }
    body.circle-security.circle-landing #circle-shelfs .anchor-buy-now {
      position: relative;
      line-height: 0; }
      body.circle-security.circle-landing #circle-shelfs .anchor-buy-now svg {
        vertical-align: middle; }
      body.circle-security.circle-landing #circle-shelfs .anchor-buy-now span + span + span {
        position: absolute;
        left: 60px;
        bottom: -12px;
        text-transform: none;
        display: block;
        width: 250px;
        pointer-events: none;
        cursor: default;
        color: #000; }
    body.circle-security.circle-landing #circle-shelfs .background {
      min-height: 792px;
      background-color: #ededed; }
      body.circle-security.circle-landing #circle-shelfs .background .left {
        background: url(/images/circle/circle-shelf-security-left.png) left center no-repeat;
        position: relative;
        z-index: 1;
        display: inline-block;
        height: 792px; }
      body.circle-security.circle-landing #circle-shelfs .background .center {
        background-image: url(/images/circle/circle-shelf-security-center.png);
        background-position: right center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        display: inline-block;
        height: 554.4px; }
        @media (max-width: 767px) {
          body.circle-security.circle-landing #circle-shelfs .background .center {
            background-position: top center; } }
      body.circle-security.circle-landing #circle-shelfs .background .right {
        background-image: url(/images/circle/circle-shelf-security-right.png);
        background-position: right center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        display: inline-block;
        height: 792px; }
        @media (max-width: 1440px) {
          body.circle-security.circle-landing #circle-shelfs .background .right {
            background-position: 0 center; } }
        @media (max-width: 1400px) {
          body.circle-security.circle-landing #circle-shelfs .background .right {
            background-position: 0 center; } }
        @media (max-width: 1366px) {
          body.circle-security.circle-landing #circle-shelfs .background .right {
            background-position: 0 center; } }
        @media (max-width: 1259px) {
          body.circle-security.circle-landing #circle-shelfs .background .right {
            display: none; } }
    body.circle-security.circle-landing #circle-shelfs .container {
      position: relative; }
    body.circle-security.circle-landing #circle-shelfs div.background img {
      width: 100%;
      margin: 0 auto; }
    body.circle-security.circle-landing #circle-shelfs div.foreground {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    body.circle-security.circle-landing #circle-shelfs .container, body.circle-security.circle-landing #circle-shelfs .row-fluid, body.circle-security.circle-landing #circle-shelfs .row-fluid > div, body.circle-security.circle-landing #circle-shelfs .content {
      height: 100%; }
    body.circle-security.circle-landing #circle-shelfs .row-fluid div[class*="col-"] {
      display: table; }
    body.circle-security.circle-landing #circle-shelfs .content {
      display: table-cell;
      vertical-align: middle; }
  body.circle-security.circle-landing #circle-get-to-know {
    min-height: 0; }
    body.circle-security.circle-landing #circle-get-to-know .carousel {
      min-height: 470px; }
    body.circle-security.circle-landing #circle-get-to-know h2 {
      color: black; }
    body.circle-security.circle-landing #circle-get-to-know .slide div.info {
      width: auto;
      text-align: initial; }
      body.circle-security.circle-landing #circle-get-to-know .slide div.info a {
        position: relative;
        color: black;
        text-align: left;
        display: inline-block;
        width: 270px;
        padding-left: 5px;
        cursor: default;
        pointer-events: none; }
        body.circle-security.circle-landing #circle-get-to-know .slide div.info a h3 {
          font-size: 1.125em;
          padding-bottom: 10px; }
        body.circle-security.circle-landing #circle-get-to-know .slide div.info a p {
          line-height: 18px;
          font-size: 16px;
          font-family: "Brown-Pro-Regular"; }
      body.circle-security.circle-landing #circle-get-to-know .slide div.info .circle-sprite {
        display: inline-block;
        margin: 10px 0 0 0;
        vertical-align: top; }
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-left:nth-of-type(1) .info,
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-right:nth-of-type(4) .info {
      top: 100px; }
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-left:nth-of-type(2) .info,
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-right:nth-of-type(5) .info {
      top: 233.33px; }
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-left:nth-of-type(3) .info,
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-right:nth-of-type(6) .info {
      top: 366.66px; }
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-left .info {
      left: 50px; }
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-right .info {
      right: 30px;
      left: initial; }
    body.circle-security.circle-landing #circle-get-to-know .slide.real-time .icon {
      background: url(/images/circle/get-to-know-circle-icons.png) no-repeat; }
    body.circle-security.circle-landing #circle-get-to-know .slide.intel-software .icon {
      background: url(/images/circle/get-to-know-circle-icons.png) no-repeat; }
    body.circle-security.circle-landing #circle-get-to-know .slide.thirty-sec-summaries .icon {
      background: url(/images/circle/get-to-know-circle-icons.png) no-repeat; }
    body.circle-security.circle-landing #circle-get-to-know .slide.two-way-communication .icon {
      background: url(/images/circle/get-to-know-circle-icons.png) no-repeat; }
    body.circle-security.circle-landing #circle-get-to-know .slide.auto-night-vision .icon {
      background: url(/images/circle/get-to-know-circle-icons.png) no-repeat; }
    body.circle-security.circle-landing #circle-get-to-know .slide.portable-rechargeable .icon {
      background: url(/images/circle/get-to-know-circle-icons.png) no-repeat; }
  body.circle-security.circle-landing #subnav.black .links > li > a {
    color: #444; }
  body.circle-security.circle-landing #product-hero .product-hero-container {
    background: #814efa; }
  body.circle-security.circle-landing #circle-get-started {
    min-height: 692px;
    background-color: #ededed; }
    body.circle-security.circle-landing #circle-get-started h4 {
      font-weight: bold;
      font-size: 25px;
      line-height: 25px; }
    body.circle-security.circle-landing #circle-get-started p {
      font-size: 16px;
      margin-bottom: 40px;
      font-family: "Brown-Pro-Bold"; }
    body.circle-security.circle-landing #circle-get-started div.background img {
      width: auto;
      float: right;
      margin: 0; }
    body.circle-security.circle-landing #circle-get-started ul {
      list-style-position: outside; }
      body.circle-security.circle-landing #circle-get-started ul li {
        line-height: 16px;
        padding: 10px 0;
        font-family: "Brown-pro-light"; }
  body.circle-security.circle-landing #circle-pdp-alt {
    position: relative;
    color: white; }
    body.circle-security.circle-landing #circle-pdp-alt div.background img {
      width: 100%;
      margin: 0 auto; }
    body.circle-security.circle-landing #circle-pdp-alt div.foreground {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    body.circle-security.circle-landing #circle-pdp-alt .container, body.circle-security.circle-landing #circle-pdp-alt .row-fluid, body.circle-security.circle-landing #circle-pdp-alt .row-fluid > div, body.circle-security.circle-landing #circle-pdp-alt .content {
      height: 100%; }
    body.circle-security.circle-landing #circle-pdp-alt .row-fluid div[class*="col-"] {
      display: table; }
    body.circle-security.circle-landing #circle-pdp-alt .content {
      display: table-cell;
      vertical-align: middle; }
    body.circle-security.circle-landing #circle-pdp-alt .price {
      line-height: 42px;
      font-size: 32px; }
    body.circle-security.circle-landing #circle-pdp-alt p {
      padding: 20px 0; }
  @media (max-width: 991px) {
    body.circle-security.circle-landing #circle-get-to-know .slide div.info {
      text-align: center; }
    body.circle-security.circle-landing #circle-get-to-know .circle-sprite {
      vertical-align: initial !important; }
    body.circle-security.circle-landing #circle-get-started {
      min-height: 400px; }
      body.circle-security.circle-landing #circle-get-started div.foreground {
        padding: 85px 0; } }
  @media (max-width: 1260px) {
    body.circle-security.circle-landing .top-panel {
      margin-top: 0; }
      body.circle-security.circle-landing .top-panel.lock-nav-bar {
        padding-top: 0; } }
  @media (max-width: 1400px) {
    body.circle-security.circle-landing #circle-shelfs .background .left {
      visibility: hidden; } }
  @media (max-width: 767px) {
    body.circle-security.circle-landing #circle-shelfs .content {
      vertical-align: bottom;
      padding-bottom: 20px; }
    body.circle-security.circle-landing #circle-shelfs .background {
      min-height: 692px; }
    body.circle-security.circle-landing #circle-get-to-know .carousel {
      min-height: 0; }
    body.circle-security.circle-landing #circle-get-started {
      min-height: 0; }
      body.circle-security.circle-landing #circle-get-started div.background {
        position: relative; }
        body.circle-security.circle-landing #circle-get-started div.background img {
          float: none;
          position: static;
          width: 100%;
          right: 0; }
    body.circle-security.circle-landing #circle-get-started div.foreground {
      padding: 30px 0; } }
  @media (max-width: 600px) {
    body.circle-security.circle-landing #circle-shelfs .background {
      min-height: 792px; } }
  @media (max-width: 520px) {
    body.circle-security.circle-landing #circle-shelfs .background {
      min-height: 892px; }
    body.circle-security.circle-landing #circle-shelfs a.action span.glyphicon + span:after {
      display: none; }
    body.circle-security.circle-landing #circle-shelfs .anchor-buy-now {
      display: block;
      padding: 25px 0; }
      body.circle-security.circle-landing #circle-shelfs .anchor-buy-now span + span + span {
        top: 70px;
        width: initial; } }
  @media (max-width: 400px) {
    body.circle-security.circle-landing h2.alt {
      font-size: 3.35em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    body.circle-security.circle-landing #circle-shelfs .background {
      min-height: 627px; }
      body.circle-security.circle-landing #circle-shelfs .background .left {
        display: none; }
      body.circle-security.circle-landing #circle-shelfs .background .center.col-sm-10 {
        width: 100%; }
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-left .info {
      left: 0; }
    body.circle-security.circle-landing #circle-get-to-know .slide.slide-right .info {
      right: 0; }
    body.circle-security.circle-landing #circle-get-started div.background img {
      width: 1400px;
      float: none; }
    body.circle-security.circle-landing #circle-get-started .foreground .col-md-7 {
      width: 50%; }
    body.circle-security.circle-landing #circle-get-started a {
      margin-top: 25px; } }
  @media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    body.circle-security.circle-landing #circle-shelfs .background {
      min-height: 692px; }
      body.circle-security.circle-landing #circle-shelfs .background .left {
        display: none; }
      body.circle-security.circle-landing #circle-shelfs .background .center.col-sm-10 {
        width: 100%; }
    body.circle-security.circle-landing #circle-get-started .foreground .col-sm-5 {
      width: 80%; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    body.circle-security.circle-landing #circle-shelfs .background {
      min-height: 692px; } }

/*circle-sprite*/
.circle-sprite {
  background-image: url(/images/circle/circle_security_main_sprite.png);
  background-repeat: no-repeat;
  display: block; }

.auto-night-black {
  width: 56px;
  height: 56px;
  background-position: -5px -5px; }

.auto-night-white {
  width: 56px;
  height: 56px;
  background-position: -71px -5px; }

.daily-briefs-black {
  width: 56px;
  height: 55px;
  background-position: -137px -5px; }

.daily-briefs-white {
  width: 56px;
  height: 55px;
  background-position: -137px -70px; }

.portable-black {
  width: 57px;
  height: 57px;
  background-position: -5px -135px; }

.portable-white {
  width: 57px;
  height: 57px;
  background-position: -72px -135px; }

.real-time-black {
  width: 56px;
  height: 55px;
  background-position: -139px -135px; }

.real-time-white {
  width: 56px;
  height: 55px;
  background-position: -203px -5px; }

.scene-intution-black {
  width: 56px;
  height: 55px;
  background-position: -203px -70px; }

.scene-intution-white {
  width: 56px;
  height: 55px;
  background-position: -205px -135px; }

.two-way-black {
  width: 56px;
  height: 56px;
  background-position: -139px -200px; }

.two-way-white {
  width: 56px;
  height: 56px;
  background-position: -205px -200px; }

/* mixins circle-pdp*/
/* circle mod2 icon states on hover */
body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child:hover, body.circle-pdp.circle-landing #circle-phone div.features a.feature.on > div:first-child {
  background-color: #00ead0; }
  body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child:hover .icon-daily-summary-gray, body.circle-pdp.circle-landing #circle-phone div.features a.feature.on > div:first-child .icon-daily-summary-gray {
    width: 33px;
    height: 35px;
    background-position: -118px -94px; }
  body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child:hover .icon-download-btn-gray, body.circle-pdp.circle-landing #circle-phone div.features a.feature.on > div:first-child .icon-download-btn-gray {
    width: 24px;
    height: 29px;
    background-position: -39px -5px; }
  body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child:hover .icon-hd-gray, body.circle-pdp.circle-landing #circle-phone div.features a.feature.on > div:first-child .icon-hd-gray {
    width: 27px;
    height: 30px;
    background-position: -5px -45px; }
  body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child:hover .icon-night-vision-gray, body.circle-pdp.circle-landing #circle-phone div.features a.feature.on > div:first-child .icon-night-vision-gray {
    width: 32px;
    height: 36px;
    background-position: -84px -45px; }
  body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child:hover .icon-smart-filter-gray, body.circle-pdp.circle-landing #circle-phone div.features a.feature.on > div:first-child .icon-smart-filter-gray {
    width: 31px;
    height: 32px;
    background-position: -46px -91px; }
  body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child:hover .icon-two-way-gray, body.circle-pdp.circle-landing #circle-phone div.features a.feature.on > div:first-child .icon-two-way-gray {
    width: 21px;
    height: 34px;
    background-position: -126px -5px; }

body.circle-pdp.circle-landing {
  /* video section sub nav*/
  /* 	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation:landscape) {
		.activity-light {
			background: url(http://assets.logitech.com/assets/64228/12/circle-pdp-2016.jpg) bottom no-repeat;
			background-size: cover;
		}
		.portable-rech {
			background: url(http://assets.logitech.com/assets/64228/16/circle-pdp-2016.jpg) center center no-repeat;
			background-size: cover;
		}
		.speakers {
			background: url(http://assets.logitech.com/assets/64228/18/circle-pdp-2016.jpg) center center no-repeat;
			background-size: cover;
		}
		.wall-mount {
			background: url(http://assets.logitech.com/assets/64228/20/circle-pdp-2016.jpg) left center no-repeat;
			background-size: cover;
		}
		.storage-opt {
			background: url(http://assets.logitech.com/assets/64228/14/circle-pdp-2016.jpg) center center no-repeat;
			background-size: cover;
		}
		.mobile-app {
			background: url(http://assets.logitech.com/assets/64228/22/circle-pdp-2016.jpg) center center no-repeat;
			background-size: cover;
		}
	} */
  /* 
 * 	Owl Carousel - Video Plugin
 */ }
  body.circle-pdp.circle-landing #global-navbar, body.circle-pdp.circle-landing #subnav {
    background-color: transparent; }
    @media (max-width: 767px) {
      body.circle-pdp.circle-landing #global-navbar, body.circle-pdp.circle-landing #subnav {
        background-color: #814efa; } }
  body.circle-pdp.circle-landing .navbar a.buy-now {
    color: #dcfd00; }
    body.circle-pdp.circle-landing .navbar a.buy-now:hover {
      padding: 14px 15px;
      background-color: #252a2c; }
    body.circle-pdp.circle-landing .navbar a.buy-now:focus {
      background-color: #252a2c; }
    @media (max-width: 767px) {
      body.circle-pdp.circle-landing .navbar a.buy-now {
        font-size: 12px;
        height: 30px;
        padding: 6px 10px; }
        body.circle-pdp.circle-landing .navbar a.buy-now:hover {
          padding: 6px 10px;
          color: #dcfd00; } }
  body.circle-pdp.circle-landing .desktop-only {
    display: block; }
  body.circle-pdp.circle-landing .mobile-only {
    display: none; }
  body.circle-pdp.circle-landing .top-panel {
    overflow: visible;
    height: 100%; }
    @media (max-width: 767px) {
      body.circle-pdp.circle-landing .top-panel {
        z-index: 1000; } }
    body.circle-pdp.circle-landing .top-panel.lock-nav-bar #circle-phone {
      padding-top: 0;
      height: 100%; }
      @media (max-width: 767px) {
        body.circle-pdp.circle-landing .top-panel.lock-nav-bar #circle-phone {
          height: auto; } }
  body.circle-pdp.circle-landing .tech-specs, body.circle-pdp.circle-landing #downloads, body.circle-pdp.circle-landing .product-support {
    background-color: white;
    margin: 0 !important; }
  body.circle-pdp.circle-landing .tech-specs, body.circle-pdp.circle-landing #downloads {
    padding-left: 0;
    padding-right: 0; }
  body.circle-pdp.circle-landing .product-support {
    padding-bottom: 40px; }
  body.circle-pdp.circle-landing #downloads {
    padding-top: 10px; }
  body.circle-pdp.circle-landing .tech-specs {
    padding-top: 40px;
    padding-bottom: 20px; }
    body.circle-pdp.circle-landing .tech-specs.section-faqs {
      padding-top: 20px;
      padding-bottom: 40px; }
      body.circle-pdp.circle-landing .tech-specs.section-faqs .spec-label {
        margin: 0; }
      body.circle-pdp.circle-landing .tech-specs.section-faqs .details-description {
        float: left;
        margin-left: 10px; }
        body.circle-pdp.circle-landing .tech-specs.section-faqs .details-description a {
          font-size: 14px; }
        body.circle-pdp.circle-landing .tech-specs.section-faqs .details-description ul {
          list-style-type: disc; }
        body.circle-pdp.circle-landing .tech-specs.section-faqs .details-description tr * {
          font-size: 14px; }
      body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail:first-child {
        border-bottom: none; }
      body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail .detail-title h3 {
        margin: 0; }
        @media (max-width: 1024px) {
          body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail .detail-title h3 {
            margin: 5px 0 15px; } }
      body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail .search-widget {
        display: block;
        border: 1px solid #c3c6c8;
        margin: -1px 0 0;
        width: 100%; }
        body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail .search-widget .form svg.search-icon {
          top: 6px;
          margin-top: 0px;
          top: 0; }
        @media (max-width: 767px) {
          body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail .search-widget .form form {
            width: 81%; } }
        body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail .search-widget .form form pre {
          width: 100%;
          left: 0;
          padding: 0; }
        body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail .search-widget a.close-search {
          float: right;
          margin-right: 5px; }
          body.circle-pdp.circle-landing .tech-specs.section-faqs .tech-specs-details .tech-specs-detail .search-widget a.close-search .close-icon {
            margin-top: 0; }
  body.circle-pdp.circle-landing #circle-shelf .container div.content h1,
  body.circle-pdp.circle-landing #circle-phone h2,
  body.circle-pdp.circle-landing #circle-get-the-app .container h2,
  body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel h2,
  body.circle-pdp.circle-landing #product-hero h2 {
    font-size: 3em;
    line-height: 44px;
    letter-spacing: -2px;
    font-family: "Brown-Pro-Bold";
    margin-bottom: 11px;
    padding: 0 5px; }
  body.circle-pdp.circle-landing #product-hero .product-view h2 {
    padding: 0; }
  body.circle-pdp.circle-landing #circle-shelf {
    background: white; }
    body.circle-pdp.circle-landing #circle-shelf section {
      position: static;
      height: auto;
      overflow: visible;
      color: inherit; }
      body.circle-pdp.circle-landing #circle-shelf section p {
        font-size: 18px;
        padding-right: 25px; }
        @media (max-width: 767px) {
          body.circle-pdp.circle-landing #circle-shelf section p {
            padding-right: 0; } }
    @media (min-width: 768px) {
      body.circle-pdp.circle-landing #circle-shelf h1 {
        padding-bottom: 20px;
        letter-spacing: -1px;
        width: 100%; } }
    body.circle-pdp.circle-landing #circle-shelf .container {
      left: auto;
      position: relative;
      width: 1240px; }
    body.circle-pdp.circle-landing #circle-shelf .content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: auto;
      padding-left: 20px;
      width: 410px; }
      body.circle-pdp.circle-landing #circle-shelf .content a.action {
        position: relative;
        display: inline-block;
        padding-top: 5px; }
        body.circle-pdp.circle-landing #circle-shelf .content a.action span:first-child {
          background: #00ead0;
          width: 50px;
          height: 50px;
          -webkit-flex: 0 0 55px;
          -ms-flex: 0 0 55px;
          -webkit-box-flex: 0;
                  flex: 0 0 55px;
          line-height: 49px; }
          body.circle-pdp.circle-landing #circle-shelf .content a.action span:first-child:before {
            color: #fff; }
        body.circle-pdp.circle-landing #circle-shelf .content a.action span + span {
          color: #000; }
    body.circle-pdp.circle-landing #circle-shelf div.background {
      height: 100%; }
    body.circle-pdp.circle-landing #circle-shelf div.buy-now {
      position: relative;
      padding: 20px 0; }
      body.circle-pdp.circle-landing #circle-shelf div.buy-now span {
        font-size: 26px;
        line-height: 48px;
        font-family: "Brown-Pro-Light"; }
        body.circle-pdp.circle-landing #circle-shelf div.buy-now span sup {
          font-size: 18px;
          line-height: 47px; }
        body.circle-pdp.circle-landing #circle-shelf div.buy-now span.original-price {
          position: relative;
          padding: 0 5px 0 10px; }
          body.circle-pdp.circle-landing #circle-shelf div.buy-now span.original-price:after {
            content: "";
            border-top: 1px solid #000;
            width: 90%;
            position: absolute;
            z-index: 1;
            right: 7%;
            top: 14px; }
        body.circle-pdp.circle-landing #circle-shelf div.buy-now span.current-price {
          padding: 0 5px; }
          body.circle-pdp.circle-landing #circle-shelf div.buy-now span.current-price sup + sup {
            padding-left: 5px; }
    body.circle-pdp.circle-landing #circle-shelf div.watch-video {
      position: relative;
      display: none; }
      body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action {
        margin-right: 20px;
        font-family: "Brown-Pro-Regular";
        letter-spacing: 1px; }
        body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action .dot.glyphicon {
          padding-left: 5px; }
      body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action + a.action {
        position: absolute;
        right: 50px; }
        body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action + a.action .dot {
          margin-right: 15px; }
          body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action + a.action .dot svg {
            margin-top: 3px;
            vertical-align: middle; }
  @media (max-width: 767px) {
    body.circle-pdp.circle-landing #circle-shelf {
      min-height: auto; }
      body.circle-pdp.circle-landing #circle-shelf div.background {
        top: 0;
        bottom: 0; }
      body.circle-pdp.circle-landing #circle-shelf .container {
        width: 100%; }
        body.circle-pdp.circle-landing #circle-shelf .container div.content {
          margin: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding: 0;
          text-align: center;
          position: relative;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
          body.circle-pdp.circle-landing #circle-shelf .container div.content a.action, body.circle-pdp.circle-landing #circle-shelf .container div.content .buy-now {
            top: 10px; }
          body.circle-pdp.circle-landing #circle-shelf .container div.content h1 {
            padding: 70px 0;
            font-size: 2.5em;
            text-align: center;
            letter-spacing: -1px;
            display: inline-block;
            width: 100%; }
          body.circle-pdp.circle-landing #circle-shelf .container div.content section {
            bottom: 10%;
            -webkit-transform: translateY(10%);
                -ms-transform: translateY(10%);
                    transform: translateY(10%);
            position: absolute; }
      body.circle-pdp.circle-landing #circle-shelf div.buy-now {
        padding: 5px 0; } }
  @media (min-width: 991px) and (max-height: 600px) {
    body.circle-pdp.circle-landing #circle-shelf div.container div.content div.buy-now {
      padding: 5px 0;
      top: 0; } }
  @media (min-width: 320px) and (max-height: 650px) and (orientation: portrait) {
    body.circle-pdp.circle-landing #circle-shelf {
      min-height: 650px; }
      body.circle-pdp.circle-landing #circle-shelf .container {
        width: 100%; }
        body.circle-pdp.circle-landing #circle-shelf .container div.content section {
          bottom: 8%;
          -webkit-transform: translateY(10%);
              -ms-transform: translateY(10%);
                  transform: translateY(10%);
          position: absolute; } }
  @media only screen and (max-device-width: 600px) and (orientation: portrait) {
    body.circle-pdp.circle-landing #circle-shelf div.container div.content div.buy-now {
      padding: 5px 0;
      top: 0; } }
  @media only screen and (max-device-width: 400px) and (orientation: portrait) {
    body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action {
      margin-right: 0; }
    body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action span.dot {
      margin-right: 5px; }
    body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action.buy-now span.dot {
      margin-right: 10px; } }
  @media (max-width: 767px) and (orientation: landscape) {
    body.circle-pdp.circle-landing #circle-shelf {
      min-height: 768px; } }
  body.circle-pdp.circle-landing #circle-phone {
    padding: 0;
    overflow: hidden;
    position: relative;
    height: calc(100% - 80px);
    background-color: #F1F5F8;
    /*div.phone-video img.phone {
		    width: 655px;
    		height: 317px;
		}*/ }
    body.circle-pdp.circle-landing #circle-phone video::-webkit-media-controls {
      display: none !important; }
    body.circle-pdp.circle-landing #circle-phone a.play {
      display: none; }
    body.circle-pdp.circle-landing #circle-phone .mobile {
      display: none; }
    body.circle-pdp.circle-landing #circle-phone .loader {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: none;
      color: white; }
      body.circle-pdp.circle-landing #circle-phone .loader .show {
        display: block; }
      body.circle-pdp.circle-landing #circle-phone .loader svg path {
        fill: white; }
    body.circle-pdp.circle-landing #circle-phone div.phone-video {
      margin-top: 10px; }
      body.circle-pdp.circle-landing #circle-phone div.phone-video .video-wrapper {
        width: 533px;
        height: 229px;
        top: 39%; }
        body.circle-pdp.circle-landing #circle-phone div.phone-video .video-wrapper video {
          width: 533px;
          height: 301px; }
    body.circle-pdp.circle-landing #circle-phone h2 + p {
      margin: 0; }
    body.circle-pdp.circle-landing #circle-phone .background {
      position: absolute;
      width: 100%;
      height: 100%; }
      body.circle-pdp.circle-landing #circle-phone .background .circle-phone-back {
        background: url(http://assets.logitech.com/assets/64228/11/circle-pdp-2016.jpg) center center no-repeat;
        background-size: cover;
        height: 100%; }
    body.circle-pdp.circle-landing #circle-phone .container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center; }
      body.circle-pdp.circle-landing #circle-phone .container .content {
        padding: 30px 20px 20px 20px; }
      body.circle-pdp.circle-landing #circle-phone .container div.phone-video {
        float: none; }
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.no-mask {
          opacity: 1; }
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.live-hd,
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.smart-filters,
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.daily-summary,
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.two-way,
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.night-vision,
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.download-share {
          display: none; }
          body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.live-hd.active,
          body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.smart-filters.active,
          body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.daily-summary.active,
          body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.two-way.active,
          body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.night-vision.active,
          body.circle-pdp.circle-landing #circle-phone .container div.phone-video video.download-share.active {
            display: block; }
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video .video-wrapper.pause .video-overlay {
          opacity: 0.5; }
        body.circle-pdp.circle-landing #circle-phone .container div.phone-video .video-overlay {
          width: 533px;
          height: 301px;
          position: absolute;
          top: 0;
          background-color: #181919;
          z-index: 2;
          opacity: 0;
          -webkit-transition: opacity 1s ease-in-out;
                  transition: opacity 1s ease-in-out; }
          @media (max-width: 991px) {
            body.circle-pdp.circle-landing #circle-phone .container div.phone-video .video-overlay {
              width: 100%;
              height: 100%; } }
      body.circle-pdp.circle-landing #circle-phone .container .legend-notes {
        position: relative;
        text-align: center;
        width: 90%;
        display: inline-block; }
        body.circle-pdp.circle-landing #circle-phone .container .legend-notes:before {
          content: "";
          width: 100%;
          border-top: 1px solid #d9dadc;
          position: absolute;
          height: 1px;
          height: 100%;
          -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
                  transform: translateY(50%);
          z-index: 1;
          left: 0; }
        body.circle-pdp.circle-landing #circle-phone .container .legend-notes .legend {
          position: relative;
          font-size: 16px;
          text-align: center;
          padding: 0 20px;
          margin: 0;
          display: none;
          -webkit-transition: 1s ease-in-out left;
                  transition: 1s ease-in-out left;
          z-index: 2;
          background-image: none !important; }
          body.circle-pdp.circle-landing #circle-phone .container .legend-notes .legend.active {
            display: inline-block;
            left: 0; }
            body.circle-pdp.circle-landing #circle-phone .container .legend-notes .legend.active span {
              background-color: #F1F5F8;
              padding: 0 10px;
              display: inline-block; }
            @media (max-width: 1024px) {
              body.circle-pdp.circle-landing #circle-phone .container .legend-notes .legend.active {
                width: 90%; } }
      @media (max-width: 768px) {
        body.circle-pdp.circle-landing #circle-phone .container {
          top: 0;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
    body.circle-pdp.circle-landing #circle-phone div.features.ie10 {
      display: block; }
      body.circle-pdp.circle-landing #circle-phone div.features.ie10 .col-sm-6 {
        width: 16.66667%; }
    body.circle-pdp.circle-landing #circle-phone div.features > div {
      text-align: center; }
    body.circle-pdp.circle-landing #circle-phone div.features a.feature {
      text-align: center;
      display: inline-block;
      float: none; }
      body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child {
        width: 65px;
        height: 65px;
        border-radius: 100%;
        background-color: white;
        position: relative;
        margin: auto; }
        body.circle-pdp.circle-landing #circle-phone div.features a.feature div:first-child .icon {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          position: absolute; }
      body.circle-pdp.circle-landing #circle-phone div.features a.feature div.info {
        display: inline-block;
        padding: 20px 0; }
        body.circle-pdp.circle-landing #circle-phone div.features a.feature div.info h3 {
          text-transform: none;
          color: black;
          font-family: "Brown-Pro-Regular"; }
    @media (max-width: 768px) {
      body.circle-pdp.circle-landing #circle-phone {
        overflow: visible; } }
    body.circle-pdp.circle-landing #circle-phone span.icon {
      background-image: url(http://assets.logitech.com/assets/64228/27/circle-pdp-2016.png);
      background-repeat: no-repeat;
      display: block; }
      body.circle-pdp.circle-landing #circle-phone span.icon.icon-daily-summary-gray {
        width: 33px;
        height: 35px;
        background-position: -126px -49px; }
        body.circle-pdp.circle-landing #circle-phone span.icon.icon-daily-summary-gray:hover, body.circle-pdp.circle-landing #circle-phone span.icon.icon-daily-summary-gray .active {
          width: 33px;
          height: 35px;
          background-position: -118px -94px; }
      body.circle-pdp.circle-landing #circle-phone span.icon.icon-download-btn-gray {
        width: 24px;
        height: 29px;
        background-position: -5px -5px; }
        body.circle-pdp.circle-landing #circle-phone span.icon.icon-download-btn-gray:hover, body.circle-pdp.circle-landing #circle-phone span.icon.icon-download-btn-gray .active {
          width: 24px;
          height: 29px;
          background-position: -39px -5px; }
      body.circle-pdp.circle-landing #circle-phone span.icon.icon-hd-gray {
        width: 27px;
        height: 30px;
        background-position: -73px -5px; }
        body.circle-pdp.circle-landing #circle-phone span.icon.icon-hd-gray:hover, body.circle-pdp.circle-landing #circle-phone span.icon.icon-hd-gray .active {
          width: 27px;
          height: 30px;
          background-position: -5px -45px; }
      body.circle-pdp.circle-landing #circle-phone span.icon.icon-night-vision-gray {
        width: 32px;
        height: 36px;
        background-position: -42px -45px; }
        body.circle-pdp.circle-landing #circle-phone span.icon.icon-night-vision-gray:hover, body.circle-pdp.circle-landing #circle-phone span.icon.icon-night-vision-gray .active {
          width: 32px;
          height: 36px;
          background-position: -84px -45px; }
      body.circle-pdp.circle-landing #circle-phone span.icon.icon-smart-filter-gray {
        width: 31px;
        height: 32px;
        background-position: -5px -91px; }
        body.circle-pdp.circle-landing #circle-phone span.icon.icon-smart-filter-gray:hover, body.circle-pdp.circle-landing #circle-phone span.icon.icon-smart-filter-gray .active {
          width: 31px;
          height: 32px;
          background-position: -46px -91px; }
      body.circle-pdp.circle-landing #circle-phone span.icon.icon-two-way-gray {
        width: 21px;
        height: 34px;
        background-position: -87px -91px; }
        body.circle-pdp.circle-landing #circle-phone span.icon.icon-two-way-gray:hover, body.circle-pdp.circle-landing #circle-phone span.icon.icon-two-way-gray .active {
          width: 21px;
          height: 34px;
          background-position: -126px -5px; }
  @media (max-width: 767px) {
    body.circle-pdp.circle-landing #circle-phone {
      height: auto;
      min-height: 600px; }
      body.circle-pdp.circle-landing #circle-phone h2 {
        font-size: 2.5em;
        line-height: 34px;
        margin-bottom: 11px; }
      body.circle-pdp.circle-landing #circle-phone .desktop-only {
        display: none; }
      body.circle-pdp.circle-landing #circle-phone .mobile-only {
        display: block; }
      body.circle-pdp.circle-landing #circle-phone .background .circle-feature-bar {
        display: none; }
      body.circle-pdp.circle-landing #circle-phone .container {
        margin: 0 10px;
        padding: 0 0 20px 0; }
      body.circle-pdp.circle-landing #circle-phone .legend-notes {
        display: none !important; }
      body.circle-pdp.circle-landing #circle-phone .legend {
        background-image: none; }
      body.circle-pdp.circle-landing #circle-phone .mobile-only.owl-carousel h3 {
        font-size: 18px;
        font-family: "Brown-Pro-Regular"; }
      body.circle-pdp.circle-landing #circle-phone .mobile-only.owl-carousel p {
        font-size: 16px; }
      body.circle-pdp.circle-landing #circle-phone .vid-wrapper {
        position: relative; }
        body.circle-pdp.circle-landing #circle-phone .vid-wrapper a.play {
          display: block; }
          body.circle-pdp.circle-landing #circle-phone .vid-wrapper a.play span {
            color: #fff; }
        body.circle-pdp.circle-landing #circle-phone .vid-wrapper.playing a.play {
          display: none; }
      body.circle-pdp.circle-landing #circle-phone div.phone-video {
        margin-bottom: 10px;
        position: relative;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: auto; }
        body.circle-pdp.circle-landing #circle-phone div.phone-video img.phone {
          display: none; }
        body.circle-pdp.circle-landing #circle-phone div.phone-video div.video-wrapper {
          width: 100% !important;
          height: auto;
          position: relative;
          top: 0 !important;
          left: 0 !important;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
        body.circle-pdp.circle-landing #circle-phone div.phone-video .item-video {
          height: 300px; } }
  body.circle-pdp.circle-landing #circle-phone.low-resolution {
    height: auto; }
    body.circle-pdp.circle-landing #circle-phone.low-resolution .container {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: auto;
      padding: 50px 0; }
  body.circle-pdp.circle-landing .top-panel.lock-nav-bar #circle-phone.low-resolution {
    height: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body.circle-pdp.circle-landing #circle-phone .container {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    body.circle-pdp.circle-landing #circle-phone .feature-wrap {
      position: absolute; } }
  body.circle-pdp.circle-landing #circle-get-the-app {
    background-color: #00ead0; }
    body.circle-pdp.circle-landing #circle-get-the-app .container {
      padding: 50px 0 20px 0;
      text-align: center; }
      body.circle-pdp.circle-landing #circle-get-the-app .container h2 {
        color: #fff;
        margin: 0 0 30px 0; }
      body.circle-pdp.circle-landing #circle-get-the-app .container > p {
        text-align: center;
        width: 80%;
        display: inline-block; }
      body.circle-pdp.circle-landing #circle-get-the-app .container h3 {
        font-size: 20px;
        font-family: "Brown-Pro-Bold";
        margin: 0 0 10px 0; }
        body.circle-pdp.circle-landing #circle-get-the-app .container h3 + p {
          font-size: 16px; }
      body.circle-pdp.circle-landing #circle-get-the-app .container > div.row {
        position: relative;
        overflow: hidden; }
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12 {
        position: static;
        padding: 0 20px; }
        body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12 p {
          margin: 0; }
          body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12 p.add-disclaimer .disclaimer {
            display: inline; }
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(1):after,
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(2):after,
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(3):after {
        content: '';
        position: absolute;
        height: 100%;
        top: 0;
        width: 33.33%; }
        @media (max-width: 767px) {
          body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(1):after,
          body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(2):after,
          body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(3):after {
            display: none; } }
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(1):after {
        left: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.7); }
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(2):after {
        left: 33.33%;
        border-right: 1px solid rgba(255, 255, 255, 0.7); }
      body.circle-pdp.circle-landing #circle-get-the-app .container .row.text-center {
        padding: 0 0 20px 0; }
        body.circle-pdp.circle-landing #circle-get-the-app .container .row.text-center p:first-child {
          font-size: 16px;
          font-family: "Brown-Pro-Bold"; }
        body.circle-pdp.circle-landing #circle-get-the-app .container .row.text-center p:last-child {
          font-size: 16px;
          padding-top: 30px;
          margin: 0; }
    body.circle-pdp.circle-landing #circle-get-the-app #downloads {
      margin: 40px auto 80px; }
      body.circle-pdp.circle-landing #circle-get-the-app #downloads .badges {
        max-width: 100%;
        width: auto;
        height: auto; }
    body.circle-pdp.circle-landing #circle-get-the-app a.btn {
      font-size: 12px;
      max-width: 260px; }
  @media (max-width: 767px) {
    body.circle-pdp.circle-landing #circle-get-the-app .container {
      padding: 25px 0; }
      body.circle-pdp.circle-landing #circle-get-the-app .container h3 {
        line-height: 34px;
        margin: 0; }
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12 {
        padding: 15px 0; }
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(1) {
        border-right: none; }
      body.circle-pdp.circle-landing #circle-get-the-app .container div.col-xs-12:nth-of-type(3) {
        border-left: none; }
    body.circle-pdp.circle-landing #circle-get-the-app a.btn {
      font-size: 12px;
      max-width: 260px;
      margin: 7px auto; } }
  body.circle-pdp.circle-landing #circle-get-to-know {
    padding: 0;
    position: relative;
    background-color: #ededed;
    height: auto; }
    body.circle-pdp.circle-landing #circle-get-to-know .owl-carousel .item-video {
      height: 300px; }
    body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel {
      z-index: 1;
      position: relative; }
      body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel h2 {
        text-align: left;
        width: 400px;
        margin: 0;
        padding: 20px 20px 20px 40px; }
      body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info {
        text-align: left;
        height: auto;
        position: relative; }
        body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info span {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin: 23px 0 10px 0;
          vertical-align: top;
          cursor: pointer;
          border-radius: 50%;
          z-index: 2;
          position: relative;
          background-color: #b2b0b4; }
        body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a {
          width: 350px;
          display: inline-block;
          padding-left: 20px;
          color: black; }
          body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a h3, body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a p {
            text-align: left; }
          body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a h3 {
            font-size: 20px;
            letter-spacing: -1px;
            text-transform: uppercase;
            font-family: 'Brown-Pro-Bold';
            margin-bottom: 5px; }
          body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a p {
            font-family: "Helvetica", Arial, sans-serif;
            font-size: 14px;
            line-height: 16px; }
        body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info:after {
          content: " ";
          border-left: 1px solid #b2b0b4;
          height: 100%;
          position: absolute;
          z-index: 1;
          left: 10px;
          top: 0;
          /* margin top 10px + pill radius 20px*/ }
        body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info.checked a, body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info.checked span {
          pointer-events: none; }
        body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info.checked span {
          background-color: #00ead0;
          -webkit-transition: background-color 0.4s linear;
          transition: background-color 0.4s linear; }
        body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info.checked .pill-wrap:hover span {
          background-color: #00ead0; }
        body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info .pill-wrap {
          display: inline-block; }
          body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info .pill-wrap:hover span {
            background-color: #80ECE0; }
        @media (min-width: 992px) and (max-height: 900px) {
          body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info {
            width: 500px;
            padding-bottom: 15px; }
            body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info:first-of-type {
              padding-top: 15px; }
            body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info span {
              margin: 0; }
            body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a {
              width: 450px; }
              body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a h3 {
                margin: 0;
                padding: 0 0 7px 0; }
              body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a p {
                padding: 0 0 10px 0;
                line-height: 20px; } }
      body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .pill-1:before {
        content: " ";
        border-left: 1px solid #b2b0b4;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 10px;
        top: -100%; }
    body.circle-pdp.circle-landing #circle-get-to-know .background {
      position: absolute;
      width: 100%;
      height: 100%;
      display: none; }
      body.circle-pdp.circle-landing #circle-get-to-know .background .gradient {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        background: url(http://assets.logitech.com/assets/64228/5/circle-pdp-2016.png) left top no-repeat;
        background-size: 45% 100%; }
      body.circle-pdp.circle-landing #circle-get-to-know .background div {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block;
        -webkit-transition: opacity 1s ease-in-out;
                transition: opacity 1s ease-in-out;
        position: absolute;
        opacity: 0;
        top: 0; }
        body.circle-pdp.circle-landing #circle-get-to-know .background div.visible, body.circle-pdp.circle-landing #circle-get-to-know .background div.default {
          opacity: 1;
          height: 100%;
          position: relative; }
      @media (min-width: 992px) {
        body.circle-pdp.circle-landing #circle-get-to-know .background {
          display: block; } }
    body.circle-pdp.circle-landing #circle-get-to-know .foreground {
      position: relative;
      top: 0; }
    body.circle-pdp.circle-landing #circle-get-to-know .container {
      height: 100%;
      position: relative;
      left: 0;
      right: 0;
      top: 0; }
      @media (min-width: 1440px) {
        body.circle-pdp.circle-landing #circle-get-to-know .container {
          padding: 100px 0;
          min-height: 800px; } }
      @media (min-width: 992px) {
        body.circle-pdp.circle-landing #circle-get-to-know .container {
          padding: 100px 0; } }
      @media (max-width: 1400px) {
        body.circle-pdp.circle-landing #circle-get-to-know .container {
          padding-left: 30px; } }
    body.circle-pdp.circle-landing #circle-get-to-know .carousel {
      top: 0;
      z-index: -1; }
      body.circle-pdp.circle-landing #circle-get-to-know .carousel.owl-carousel {
        z-index: 1; }
      body.circle-pdp.circle-landing #circle-get-to-know .carousel .slide h2 {
        font-size: 48px;
        font-family: "Brown-Pro-Bold";
        z-index: 2;
        text-align: left;
        width: 400px;
        margin: 0;
        padding: 10px 20px 20px;
        top: 50px; }
        @media (max-width: 560px) {
          body.circle-pdp.circle-landing #circle-get-to-know .carousel .slide h2 {
            font-size: 28px;
            width: 250px;
            padding: 10px 5px;
            top: 20px; } }
      body.circle-pdp.circle-landing #circle-get-to-know .carousel .slide img {
        top: 0;
        left: 0;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial;
        display: none; }
      body.circle-pdp.circle-landing #circle-get-to-know .carousel .slide div.info a {
        color: #000; }
  @media (max-width: 767px) {
    body.circle-pdp.circle-landing #circle-get-to-know h2 {
      font-size: 2.5em !important;
      text-align: center !important;
      left: 0;
      right: 0;
      margin: auto !important;
      line-height: 34px; }
    body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info {
      position: absolute;
      top: auto !important;
      bottom: 66px !important; }
    body.circle-pdp.circle-landing #circle-get-to-know .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body.circle-pdp.circle-landing #circle-get-to-know {
      /* 			.carousel .owl-item .info[data-img='activity-light'] + .crop-wrap img {
					content: url(http://assets.logitech.com/assets/64228/29/circle-pdp-2016.jpg);
			}
			.carousel .owl-item .info[data-img='portable-rech'] + .crop-wrap img{
				content: url(http://assets.logitech.com/assets/64228/30/circle-pdp-2016.jpg);
			}
			.carousel .owl-item .info[data-img='speakers'] + .crop-wrap img{
				content: url(http://assets.logitech.com/assets/64228/31/circle-pdp-2016.jpg);
			}
			.carousel .owl-item .info[data-img='wall-mount'] + .crop-wrap img{
				content: url(http://assets.logitech.com/assets/64228/32/circle-pdp-2016.jpg);
			}
			.carousel .owl-item .info[data-img='night-vision'] + .crop-wrap img{
				content: url(http://assets.logitech.com/assets/64228/33/circle-pdp-2016.jpg);
			} */ }
      body.circle-pdp.circle-landing #circle-get-to-know .carousel .slide h2 {
        left: 0;
        right: 0;
        margin: auto !important;
        width: 100%;
        text-align: center; }
      body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info {
        position: absolute;
        top: auto !important;
        bottom: 7% !important; }
      body.circle-pdp.circle-landing #circle-get-to-know .container .slide img {
        height: auto !important; }
      body.circle-pdp.circle-landing #circle-get-to-know .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5%; }
      body.circle-pdp.circle-landing #circle-get-to-know .crop-wrap {
        width: 768px;
        height: 948px;
        overflow: hidden; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    body.circle-pdp.circle-landing #circle-get-to-know {
      /* 			.carousel .owl-item .info[data-img='activity-light'] + .crop-wrap img  {
					content: url(http://assets.logitech.com/assets/64228/29/circle-pdp-2016.jpg);
			}
			.carousel .owl-item .info[data-img='portable-rech'] + .crop-wrap img{
				content: url(http://assets.logitech.com/assets/64228/30/circle-pdp-2016.jpg);
			}
			.carousel .owl-item .info[data-img='speakers'] + .crop-wrap img{
				content: url(http://assets.logitech.com/assets/64228/31/circle-pdp-2016.jpg);
			}
			.carousel .owl-item .info[data-img='wall-mount'] + .crop-wrap img{
				content: url(http://assets.logitech.com/assets/64228/32/circle-pdp-2016.jpg);
			}
			.carousel .owl-item .info[data-img='night-vision'] + .crop-wrap img{
				content: url(http://assets.logitech.com/assets/64228/33/circle-pdp-2016.jpg);
			}	 */ }
      body.circle-pdp.circle-landing #circle-get-to-know .carousel .owl-item .slide h2 {
        top: 20px; } }
  @media (max-width: 991px) {
    body.circle-pdp.circle-landing #circle-shelf div.watch-video a.action + a.action {
      position: relative;
      right: 0; }
    body.circle-pdp.circle-landing #circle-get-to-know .col-md-12 > h2 {
      display: none; }
    body.circle-pdp.circle-landing #circle-get-to-know h2 {
      position: absolute;
      padding-left: 5px; }
    body.circle-pdp.circle-landing #circle-get-to-know .background img {
      display: none; }
    body.circle-pdp.circle-landing #circle-get-to-know .container {
      position: relative;
      min-height: auto;
      padding: 0; }
      body.circle-pdp.circle-landing #circle-get-to-know .container .col-md-12 {
        padding: 0; }
      body.circle-pdp.circle-landing #circle-get-to-know .container .slide h2 {
        display: block; }
      body.circle-pdp.circle-landing #circle-get-to-know .container .slide img {
        width: 100%;
        height: 100%;
        display: block; }
      body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
        body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info p {
          padding: 5px; }
        body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info h3, body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info p {
          text-align: center; }
        body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info:before, body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info:after, body.circle-pdp.circle-landing #circle-get-to-know .container .slide div.info span {
          display: none; }
    body.circle-pdp.circle-landing #circle-phone div.phone-video div.video-wrapper {
      width: 69%;
      height: auto;
      top: 50%; }
      body.circle-pdp.circle-landing #circle-phone div.phone-video div.video-wrapper video {
        width: 100%;
        height: 100%; } }
  @media (max-width: 767px) {
    body.circle-pdp.circle-landing #circle-shelf .container div.content h1,
    body.circle-pdp.circle-landing #circle-phone h2,
    body.circle-pdp.circle-landing #circle-get-the-app .container h2,
    body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel h2,
    body.circle-pdp.circle-landing #product-hero h2 {
      font-size: 2.5em;
      line-height: 34px;
      letter-spacing: -2px;
      font-family: "Brown-Pro-Bold";
      margin-bottom: 11px; }
    body.circle-pdp.circle-landing .desktop-only {
      display: none; }
    body.circle-pdp.circle-landing .mobile-only {
      display: block; }
    body.circle-pdp.circle-landing p {
      line-height: 18px; }
    body.circle-pdp.circle-landing .top-panel {
      margin-top: 0; }
      body.circle-pdp.circle-landing .top-panel.lock-nav-bar {
        padding-top: 0; }
      body.circle-pdp.circle-landing .top-panel .navbar {
        display: none; }
    body.circle-pdp.circle-landing #circle-get-to-know h2 {
      padding-left: 10px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    body.circle-pdp.circle-landing #circle-get-to-know {
      min-height: 700px;
      background-color: #EBE7EC; }
      body.circle-pdp.circle-landing #circle-get-to-know .container {
        padding: 100px 15px; }
      body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info a {
        width: 400px; }
      body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel .info:first-of-type {
        padding-top: 15px; }
      body.circle-pdp.circle-landing #circle-get-to-know h2 {
        top: 20px; } }
  @media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) {
    body.circle-pdp.circle-landing #circle-shelf h1 {
      font-size: 36px;
      letter-spacing: -1px; } }
  @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    body.circle-pdp.circle-landing #circle-shelf div.content {
      top: 75%; } }
  @media only screen and (min-width: 992px) and (max-height: 692px) {
    body.circle-pdp.circle-landing #circle-shelf h1 {
      font-size: 50px; }
    body.circle-pdp.circle-landing #circle-phone {
      min-height: 692px; }
      body.circle-pdp.circle-landing #circle-phone div.phone-video {
        margin-bottom: 10px; } }
  @media (max-width: 400px) {
    body.circle-pdp.circle-landing body.circle-landing #circle-phone div.phone-video div.video-wrapper {
      width: 233px;
      height: 131px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    body.circle-pdp.circle-landing #circle-shelf .container div.content h1,
    body.circle-pdp.circle-landing #circle-phone h2,
    body.circle-pdp.circle-landing #circle-get-the-app .container h2,
    body.circle-pdp.circle-landing #circle-get-to-know .desktop-carousel h2,
    body.circle-pdp.circle-landing #product-hero h2 {
      font-size: 2.4em;
      line-height: 30px;
      letter-spacing: -2px;
      font-family: "Brown-Pro-Bold";
      margin-bottom: 11px; }
    body.circle-pdp.circle-landing #circle-shelf {
      min-height: auto; }
      body.circle-pdp.circle-landing #circle-shelf .container div.content h1 {
        font-size: 2.4em;
        letter-spacing: -1px; }
      body.circle-pdp.circle-landing #circle-shelf .container div.content a.action, body.circle-pdp.circle-landing #circle-shelf .container div.content .buy-now {
        top: 0;
        padding: 0; }
      body.circle-pdp.circle-landing #circle-shelf .container div.content div.watch-video a.action span {
        margin: 0; }
      body.circle-pdp.circle-landing #circle-shelf .container div.content div.watch-video a.action + a.action span + span {
        padding-left: 5px; }
    body.circle-pdp.circle-landing div.phone-video div.video-wrapper {
      width: 75%;
      height: auto; }
    body.circle-pdp.circle-landing #circle-get-to-know .carousel .slide h2 {
      width: 280px;
      top: 10px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    body.circle-pdp.circle-landing #circle-shelf .container div.content a.action, body.circle-pdp.circle-landing #circle-shelf .container div.content .buy-now {
      top: 0;
      padding: 0; }
    body.circle-pdp.circle-landing #circle-get-to-know .container .slide h2 {
      font-size: 32px;
      width: 300px; } }
  body.circle-pdp.circle-landing .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  body.circle-pdp.circle-landing .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/images/circle/v2/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease; }
  body.circle-pdp.circle-landing .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
  body.circle-pdp.circle-landing .owl-carousel .owl-video-playing .owl-video-tn, body.circle-pdp.circle-landing .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  body.circle-pdp.circle-landing .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  body.circle-pdp.circle-landing .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

@media (max-width: 767px) {
  .circle-pdp.modal {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

.circle-pdp.modal .modal-dialog {
  max-width: 550px !important; }
  @media (min-width: 768px) {
    .circle-pdp.modal .modal-dialog {
      margin: 106px auto 10px auto; } }
  @media (max-width: 767px) {
    .circle-pdp.modal .modal-dialog {
      max-width: none !important; } }
  .circle-pdp.modal .modal-dialog h3 {
    font-size: 20px;
    padding: 15px 35px;
    color: #ffffff;
    text-transform: none;
    letter-spacing: normal;
    background-color: #814efa; }
    .circle-pdp.modal .modal-dialog h3 span {
      font-weight: bold; }
    .circle-pdp.modal .modal-dialog h3 sup {
      font-size: 50%; }
  .circle-pdp.modal .modal-dialog .modal-content {
    padding: 10px 10px; }
  .circle-pdp.modal .modal-dialog .modal-body {
    padding: 0px; }
    .circle-pdp.modal .modal-dialog .modal-body .modal-head {
      padding: 15px 0px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      width: 100%;
      background-color: #f1f4f7; }
    .circle-pdp.modal .modal-dialog .modal-body h4 {
      font-size: 13px;
      font-weight: bold;
      border-bottom: 2px solid #efefef;
      padding: 10px 0px;
      margin-left: 10px;
      margin-right: 10px; }
    .circle-pdp.modal .modal-dialog .modal-body .row.modal-sub-head div {
      padding: 0px; }
      .circle-pdp.modal .modal-dialog .modal-body .row.modal-sub-head div:first-child {
        padding-right: 10px; }
    .circle-pdp.modal .modal-dialog .modal-body .row .col-md-6 {
      float: left; }
      @media (min-width: 767px) {
        .circle-pdp.modal .modal-dialog .modal-body .row .col-md-6 {
          width: 50%; } }
    @media (max-width: 767px) {
      .circle-pdp.modal .modal-dialog .modal-body .row .col-xs-12 {
        padding-bottom: 20px;
        border-bottom: 1px solid #f4f4f4;
        margin-bottom: 10px; } }
    .circle-pdp.modal .modal-dialog .modal-body .row .col-sm-6 {
      width: 50%; }
    .circle-pdp.modal .modal-dialog .modal-body .row div {
      padding: 0px 10px;
      font-size: 12px;
      color: #252a2c; }
  .circle-pdp.modal .modal-dialog .modal-footer {
    border-top: 0px;
    text-align: center; }
    @media (max-width: 1023px) {
      .circle-pdp.modal .modal-dialog .modal-footer {
        width: 40%;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .circle-pdp.modal .modal-dialog .modal-footer {
        width: auto; } }
    .circle-pdp.modal .modal-dialog .modal-footer .btn {
      margin: 0;
      max-width: 210px; }
      @media (max-width: 1023px) {
        .circle-pdp.modal .modal-dialog .modal-footer .btn {
          padding: 17px 15px; } }
      @media (max-width: 767px) {
        .circle-pdp.modal .modal-dialog .modal-footer .btn {
          padding: 17px 20px;
          max-width: initial;
          width: 100%; } }
      .circle-pdp.modal .modal-dialog .modal-footer .btn sup {
        font-size: 50%; }

body.circle-pdp.circle-landing #mobile-nav {
  height: 60px; }
  body.circle-pdp.circle-landing #mobile-nav.open {
    height: inherit; }

body.circle-pdp.circle-landing .svg-home {
  float: left;
  margin: -1px 5px 0 15px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  background: url("../images/icons/icon-house.svg") 0 0 no-repeat; }
  body.circle-pdp.circle-landing .svg-home.svg-home-dims {
    width: 24px;
    height: 24px; }

body.circle-pdp.circle-landing .home-bar {
  display: none; }

@media (max-width: 767px) {
  body.circle-pdp.circle-landing .svg-home {
    float: none;
    display: inline-block;
    margin: 7px 5px -4px 0;
    background: url("../images/icons/icon-house.svg") 0 0 no-repeat; } }
  @media (max-width: 767px) and (max-width: 767px) {
    body.circle-pdp.circle-landing .svg-home {
      background: url("../images/icons/icon-house-blk.svg") 0 0 no-repeat; } }

@media (max-width: 767px) {
    body.circle-pdp.circle-landing .svg-home.svg-home-dims {
      width: 23px;
      height: 23px; }
  body.circle-pdp.circle-landing .home-bar {
    display: block;
    position: fixed;
    height: 36px;
    width: 100%;
    clear: both;
    top: 60px;
    z-index: 1101; } }
  @media (max-width: 767px) and (max-width: 767px) {
    body.circle-pdp.circle-landing .home-bar {
      background: #fff; } }

@media (max-width: 767px) {
    body.circle-pdp.circle-landing .home-bar a {
      color: #fff;
      text-transform: uppercase; } }
    @media (max-width: 767px) and (max-width: 767px) {
      body.circle-pdp.circle-landing .home-bar a {
        color: #000; } }

@media (max-width: 767px) {
  body.circle-pdp.circle-landing #circle-shelf {
    margin-top: 55px; } }

body.circle-pdp.circle-landing .navbar.three-col-nav {
  padding-top: 6px;
  min-height: 86px; }
  @media (max-width: 768px) {
    body.circle-pdp.circle-landing .navbar.three-col-nav button.navbar-toggle {
      display: none; }
    body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-collapse.collapse {
      display: inline-block; }
      body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-collapse.collapse .navbar-nav a {
        padding: 15px 7px; } }
  @media (max-width: 767px) {
    body.circle-pdp.circle-landing .navbar.three-col-nav {
      display: none; }
      body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-collapse.collapse {
        display: none; } }
  body.circle-pdp.circle-landing .navbar.three-col-nav .navbar a.navbar-brand {
    margin-top: 12px; }
  body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-collapse.collapse {
    width: 58.33333%;
    text-align: center; }
    @media (max-width: 991px) {
      body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-collapse.collapse {
        width: 66.66667%; } }
    body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-collapse.collapse .navbar-nav {
      float: none;
      margin: 11px 0; }
      body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-collapse.collapse .navbar-nav li {
        float: none;
        display: inline-block; }
  body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-text {
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
    body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-text a.buy-now {
      font-size: 12px;
      padding: 15px;
      float: left;
      color: #dcfd00;
      background-color: #252a2c;
      margin: 0; }
      body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-text a.buy-now:active, body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-text a.buy-now:hover, body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-text a.buy-now:focus {
        text-decoration: none;
        background-color: #dcfd00;
        color: #252a2c; }
      @media (max-width: 991px) {
        body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-text a.buy-now {
          float: right; } }
    body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-text a.hidden-bp {
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 10px;
      display: inline-block; }
      @media (max-width: 991px) {
        body.circle-pdp.circle-landing .navbar.three-col-nav .navbar-text a.hidden-bp {
          display: none; } }
  body.circle-pdp.circle-landing .navbar.three-col-nav .nav > li > a {
    padding: 15px 11px; }
    @media (max-width: 991px) {
      body.circle-pdp.circle-landing .navbar.three-col-nav .nav > li > a {
        padding: 10px 11px; } }

.story-wrapper {
  margin: 80px auto 0;
  border-bottom: 2px solid #ededed;
  padding-bottom: 10px;
  max-width: 1024px; }
  .story-wrapper:last-child {
    border-bottom: none; }
  @media (max-width: 1259px) {
    .story-wrapper {
      margin: 25px 25px 0; } }
  @media (max-width: 991px) {
    .story-wrapper {
      margin: 25px 0 0;
      border-bottom: none; }
      .story-wrapper:last-child .icon-feature-list > div:last-child {
        border-bottom: none; } }

.story-hero-tile {
  position: relative;
  color: #252a2c;
  display: block; }
  .story-hero-tile:hover {
    color: #252a2c !important;
    text-decoration: none; }
  .story-hero-tile > div {
    max-width: 1240px;
    position: relative;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .story-hero-tile {
      border-top: none; } }
  .story-hero-tile .hero-metadata {
    margin: 0 20px 0 70px;
    float: left;
    color: #fff;
    max-width: 475px;
    width: 100%;
    padding: 0; }
    .story-hero-tile .hero-metadata.large h1 {
      margin: 0 0 40px;
      padding: 0;
      font-size: 9vw;
      line-height: 0.9em; }
      @media (min-width: 1260px) {
        .story-hero-tile .hero-metadata.large h1 {
          font-size: 120px; } }
      @media (max-width: 767px) {
        .story-hero-tile .hero-metadata.large h1 {
          font-size: 55px; } }
    .story-hero-tile .hero-metadata.large .product-desc {
      font-family: "Brown-Pro-Light";
      margin-bottom: 0;
      padding-bottom: 0;
      font-size: 2.4vw; }
      @media (min-width: 1260px) {
        .story-hero-tile .hero-metadata.large .product-desc {
          font-size: 32px; } }
      @media (max-width: 991px) {
        .story-hero-tile .hero-metadata.large .product-desc {
          font-size: 20px; } }
    .story-hero-tile .hero-metadata.medium h1 {
      font-size: 7.6vw;
      line-height: 7.9vw; }
    .story-hero-tile .hero-metadata.small .cta, .story-hero-tile .hero-metadata.small .ctas a, .story-hero-tile .hero-metadata.small .ctas a + a, .story-hero-tile .hero-metadata.small .learn-more, .story-hero-tile .hero-metadata.small .watch-vid, .story-hero-tile .hero-metadata.medium .cta, .story-hero-tile .hero-metadata.medium .ctas a, .story-hero-tile .hero-metadata.medium .ctas a + a, .story-hero-tile .hero-metadata.medium .learn-more, .story-hero-tile .hero-metadata.medium .watch-vid, .story-hero-tile .hero-metadata.large .cta, .story-hero-tile .hero-metadata.large .ctas a, .story-hero-tile .hero-metadata.large .ctas a + a, .story-hero-tile .hero-metadata.large .learn-more, .story-hero-tile .hero-metadata.large .watch-vid {
      font-size: 12px; }
    @media (max-width: 1024px) {
      .story-hero-tile .hero-metadata {
        position: relative;
        float: none;
        display: block;
        margin: 2% auto;
        text-align: center; } }
  .story-hero-tile .hero-image {
    float: right;
    max-width: 670px;
    width: 100%;
    display: inline-block; }
    @media (max-width: 1024px) {
      .story-hero-tile .hero-image {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 0 25px; } }
  .story-hero-tile .hero-name {
    font-family: "Brown-Pro-Bold";
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.125em; }
    @media (min-width: 992px) {
      .story-hero-tile .hero-name {
        font-size: 2.5em;
        line-height: 1.125em; } }
    @media (min-width: 1260px) {
      .story-hero-tile .hero-name {
        font-size: 3.75em;
        line-height: 65px; } }
  .story-hero-tile .learn-more {
    background-color: #00a9e0;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 20px 30px; }
  .story-hero-tile .price {
    display: inline-block;
    padding-left: 15px; }

.touch .hero-tile {
  top: 1650px;
  /* Make room for product-info on touch */ }
  @media (min-width: 768px) {
    .touch .hero-tile {
      top: 615px; } }

.story-banner {
  position: relative;
  color: #252a2c;
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
  text-align: center; }
  .story-banner .story-bg {
    margin: 25px auto 40px; }
    @media (max-width: 767px) {
      .story-banner .story-bg {
        margin: 25px auto 20px; } }
  .story-banner h2 {
    font-size: 2.1em; }
    @media (max-width: 767px) {
      .story-banner h2 {
        font-size: 1.65em; } }
  .story-banner .story-copy {
    font-size: 18px;
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 767px) {
      .story-banner .story-copy {
        padding-left: 25px;
        padding-right: 25px; } }
  .story-banner .story-image {
    position: absolute;
    bottom: 0;
    width: auto; }

.icon-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  max-width: 1024px; }
  @media (max-width: 991px) {
    .icon-feature-list {
      padding-left: 15px;
      padding-right: 15px; } }
  .icon-feature-list ul {
    padding: 0; }
    .icon-feature-list ul li {
      position: relative;
      padding: 0.15em 0 0.5em 0;
      margin-bottom: 0.2em;
      text-align: left;
      list-style: none; }
      .icon-feature-list ul li .icon-leader {
        height: 54px;
        width: 54px;
        overflow: hidden;
        padding-left: 0; }
        .icon-feature-list ul li .icon-leader:before {
          content: "";
          position: absolute;
          left: 0;
          background-position: center top; }
      @media (max-width: 767px) {
        .icon-feature-list ul li > div {
          padding-right: 0; } }
  .icon-feature-list div.link {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center; }
  .icon-feature-list a {
    color: #00a9e0;
    font-family: "Brown-Pro-Light"; }
    .icon-feature-list a:hover, .icon-feature-list a:active, .icon-feature-list a:focus {
      text-decoration: none;
      border-bottom: 1px solid #00a9e0; }
  .icon-feature-list h4 {
    font-size: 1.5em;
    font-family: "Brown-Pro-Bold";
    margin-top: 24px;
    text-align: left;
    border-bottom: 2px solid #ededed;
    padding-bottom: 15px; }
    @media (max-width: 1259px) {
      .icon-feature-list h4 {
        font-size: 1.1em; } }
    @media (max-width: 991px) {
      .icon-feature-list h4 {
        font-size: 1.3em;
        text-align: center; } }
  .icon-feature-list > div {
    position: relative;
    padding: 40px 10px 0;
    margin: 0 auto; }
    .icon-feature-list > div:first-child {
      padding-left: 0; }
      @media (max-width: 1259px) {
        .icon-feature-list > div:first-child {
          padding-right: 10px; } }
      @media (max-width: 991px) {
        .icon-feature-list > div:first-child {
          padding-right: 0; } }
    .icon-feature-list > div:last-child {
      padding-right: 0;
      border-bottom: none; }
      @media (max-width: 991px) {
        .icon-feature-list > div:last-child {
          border-bottom: 2px solid #ededed; } }
    .icon-feature-list > div.duoLeft {
      margin-right: 0; }
    .icon-feature-list > div.duoRight {
      margin-left: 0; }
    .icon-feature-list > div > div {
      padding: 0; }
    @media (max-width: 1024px) {
      .icon-feature-list > div {
        float: none;
        padding: 0 25px 0 0; }
        .icon-feature-list > div > div {
          padding: 0;
          margin: 0 auto;
          width: 100%; } }
  @media (max-width: 1024px) and (max-width: 1023px) {
    .icon-feature-list > div {
      padding: 0; } }
    @media (max-width: 767px) {
      .icon-feature-list > div {
        padding: 0;
        clear: left; }
        .icon-feature-list > div > div {
          max-width: 100%; } }
  @media (max-width: 991px) {
    .icon-feature-list {
      display: block;
      border-bottom: none; }
      .icon-feature-list div.link {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%; } }
  @media (max-width: 767px) {
    .icon-feature-list div.links {
      padding: 42px 0 18px 0; }
    .icon-feature-list ul.link-list li {
      width: 100%;
      text-align: center; }
    .icon-feature-list ul.link-list a {
      margin: 12px 12px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.tech-specs {
  margin: 40px auto; }
  .tech-specs .container {
    padding: 0; }
    @media (min-width: 992px) {
      .tech-specs .container {
        padding-right: 10px;
        padding-left: 10px; } }
  .tech-specs a[href^=tel] {
    color: inherit;
    text-decoration: none; }
  .tech-specs ul {
    padding-left: 0;
    list-style-type: none; }
  .tech-specs .tech-specs-header {
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    background-color: #c3c6c8; }
    .tech-specs .tech-specs-header h6 {
      position: relative;
      text-transform: uppercase; }
      .tech-specs .tech-specs-header h6:after {
        content: " ";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #000;
        z-index: 1;
        padding: 0;
        vertical-align: top;
        margin: 3px 0 0 11px; }
  .tech-specs .tech-specs-detail {
    margin: 12px 6.25%;
    border-bottom: 2px solid #ededed; }
    .tech-specs .tech-specs-detail.specs-title {
      border-bottom: 2px solid #ededed !important; }
    .tech-specs .tech-specs-detail .spec-label {
      font-size: 1.375em; }
    .tech-specs .tech-specs-detail:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    @media (min-width: 1260px) {
      .tech-specs .tech-specs-detail {
        margin: 25px 8.467741935%;
        padding-bottom: 20px; } }
  .tech-specs .details-description {
    margin-left: 45px; }
    .tech-specs .details-description ul, .tech-specs .details-description p {
      margin-bottom: 22px; }
    .tech-specs .details-description p, .tech-specs .details-description li {
      font-size: 14px;
      line-height: 1.25em; }
    .tech-specs .details-description li {
      margin-bottom: 7px; }
    .tech-specs .details-description .name {
      font-weight: bold; }
    @media (min-width: 768px) {
      .tech-specs .details-description {
        margin-left: 75px;
        margin-top: 14px; }
        .tech-specs .details-description p, .tech-specs .details-description li {
          line-height: 1.7em; } }
  .tech-specs .modal-button {
    position: absolute;
    top: 5px;
    right: 0;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #00a9e0;
    outline: none; }
    @media (min-width: 768px) {
      .tech-specs .modal-button {
        position: relative;
        top: 0;
        left: 0; } }
  .tech-specs .tech-specs-details {
    margin: 0; }
  .tech-specs.open .tech-specs-header h6:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #000;
    margin: 4px 0 0 11px; }

@media (min-width: 768px) {
  .modal.modal-dimensions .modal-dialog {
    width: 90%; } }

@media (min-width: 1260px) {
  .modal.modal-dimensions .modal-dialog {
    width: 100%;
    max-width: 1030px; } }

@media (min-width: 768px) {
  .modal.modal-dimensions .modal-content {
    padding-bottom: 100px; } }

.modal.modal-dimensions .images {
  overflow: auto;
  zoom: 1;
  padding: 0 10px; }
  @media (min-width: 992px) {
    .modal.modal-dimensions .images {
      margin-top: 90px; } }

@media (min-width: 768px) {
  .modal.modal-dimensions .image {
    float: left;
    width: 50%; }
    .modal.modal-dimensions .image:nth-child(2n) {
      float: right; } }

.modal.modal-dimensions img {
  display: block;
  width: 100%;
  height: auto; }

.tech-quote {
  background-color: #000;
  padding: 50px 0; }
  .tech-quote blockquote {
    margin: auto;
    padding: 0;
    border: none;
    font-size: inherit; }
  .tech-quote .logo {
    display: block;
    margin: 0 auto; }
  .tech-quote .quote {
    margin: 0 auto;
    padding: 27px 44px 19px;
    font-size: 1.625em;
    line-height: 1.307692308em;
    font-family: "Brown-Pro-Lightitalic";
    color: white;
    text-align: center; }
  .tech-quote .cite {
    font-size: 1.25em;
    font-family: "Brown-Pro-Thin";
    font-style: normal;
    color: #c3c6c8; }
  @media (min-width: 768px) {
    .tech-quote {
      padding-bottom: 65px; }
      .tech-quote .quote {
        font-size: 2.25em;
        line-height: 1.277777778em; } }

.main-hero {
  color: #252a2c;
  z-index: 2;
  background-color: #fff;
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    .main-hero {
      margin-bottom: 10px; } }
  .main-hero:hover {
    color: #252a2c;
    text-decoration: none; }
  .main-hero .mhero-image {
    position: relative;
    width: 100%;
    margin-top: 0; }
    .main-hero .mhero-image img {
      margin: 0 auto;
      max-width: 1240px;
      width: 100%; }
  .main-hero .mhero-meta .mhero-info {
    top: 350px;
    max-width: 40%;
    padding: 0 10px;
    margin: 0;
    position: absolute; }
    .main-hero .mhero-meta .mhero-info.topLeft, .main-hero .mhero-meta .mhero-info.topRight {
      top: 4%;
      bottom: inherit; }
    .main-hero .mhero-meta .mhero-info.bottomLeft, .main-hero .mhero-meta .mhero-info.bottomRight {
      top: inherit;
      bottom: 4%; }
    .main-hero .mhero-meta .mhero-info.topLeft, .main-hero .mhero-meta .mhero-info.bottomLeft {
      left: 0;
      right: inherit; }
    .main-hero .mhero-meta .mhero-info.topRight, .main-hero .mhero-meta .mhero-info.bottomRight {
      left: inherit;
      right: 0; }
    @media (max-width: 1200px) {
      .main-hero .mhero-meta .mhero-info {
        max-width: 50%; } }
    @media (max-width: 1024px) {
      .main-hero .mhero-meta .mhero-info.topLeft, .main-hero .mhero-meta .mhero-info.bottomLeft {
        left: 0; }
      .main-hero .mhero-meta .mhero-info.topRight, .main-hero .mhero-meta .mhero-info.bottomRight {
        right: 0; } }
    @media (max-width: 768px) {
      .main-hero .mhero-meta .mhero-info {
        top: 330px;
        left: 20px;
        position: relative;
        max-width: 100%; }
        .main-hero .mhero-meta .mhero-info.topLeft, .main-hero .mhero-meta .mhero-info.bottomLeft, .main-hero .mhero-meta .mhero-info.topRight, .main-hero .mhero-meta .mhero-info.bottomRight {
          top: 0;
          bottom: inherit;
          left: inherit;
          right: inherit; } }
    .main-hero .mhero-meta .mhero-info .mhero-name,
    .main-hero .mhero-meta .mhero-info .mhero-description,
    .main-hero .mhero-meta .mhero-info .mhero-link {
      display: block; }
    .main-hero .mhero-meta .mhero-info .mhero-name {
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 1.2;
      font-size: 40px; }
      .main-hero .mhero-meta .mhero-info .mhero-name.super-size {
        font-size: 7em;
        line-height: 1;
        white-space: normal;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -o-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto; }
        @media (max-width: 991px) {
          .main-hero .mhero-meta .mhero-info .mhero-name.super-size {
            font-size: 2.5em; } }
      .main-hero .mhero-meta .mhero-info .mhero-name.mini-size {
        font-size: 2.5em; }
      @media (max-width: 767px) {
        .main-hero .mhero-meta .mhero-info .mhero-name {
          font-size: 2.5em; } }
      @media (min-width: 768px) {
        .main-hero .mhero-meta .mhero-info .mhero-name {
          font-size: 3.8vw; } }
      @media (min-width: 992px) {
        .main-hero .mhero-meta .mhero-info .mhero-name {
          font-size: 4vw; } }
      @media (min-width: 1260px) {
        .main-hero .mhero-meta .mhero-info .mhero-name {
          font-size: 3vw; } }
      @media (min-width: 1600px) {
        .main-hero .mhero-meta .mhero-info .mhero-name {
          font-size: 50px; } }
    .main-hero .mhero-meta .mhero-info .mhero-description,
    .main-hero .mhero-meta .mhero-info .mhero-link {
      font-family: "Brown-Pro-Regular";
      color: #777777 !important;
      font-size: 1em; }
    .main-hero .mhero-meta .mhero-info .mhero-description {
      margin-top: 2px;
      color: #000 !important; }
    .main-hero .mhero-meta .mhero-info .mhero-link a {
      margin-top: 17px; }
      .main-hero .mhero-meta .mhero-info .mhero-link a.btn-primary.left {
        margin-left: 0; }
    .main-hero .mhero-meta .mhero-info .product-link a {
      margin-top: 17px; }
      @media (max-width: 768px) {
        .main-hero .mhero-meta .mhero-info .product-link a.btn-primary {
          margin-left: 0; } }
  .main-hero .pre-order {
    color: #fff !important;
    background-color: black;
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 0.625em;
    text-align: center; }

.no-touch .mhero-description {
  display: block; }

@media (max-width: 767px) {
  .no-touch .main-hero .force-white-text:not(.strikethrough) * {
    color: #252a2c !important; } }

.touch .main-hero {
  background: none; }
  @media (max-width: 768px) {
    .touch .main-hero .mhero-image {
      max-height: 270px;
      overflow: hidden; } }
  .touch .main-hero .mhero-meta .mhero-info {
    left: 8px; }
    @media (max-width: 768px) {
      .touch .main-hero .mhero-meta .mhero-info {
        left: 20px;
        position: relative;
        max-width: 100%; }
        .touch .main-hero .mhero-meta .mhero-info.topLeft, .touch .main-hero .mhero-meta .mhero-info.topRight, .touch .main-hero .mhero-meta .mhero-info.bottomLeft, .touch .main-hero .mhero-meta .mhero-info.bottomRight, .touch .main-hero .mhero-meta .mhero-info.topLeft, .touch .main-hero .mhero-meta .mhero-info.bottomLeft, .touch .main-hero .mhero-meta .mhero-info.topRight, .touch .main-hero .mhero-meta .mhero-info.bottomRight {
          top: 0;
          bottom: inherit;
          left: inherit;
          right: inherit; } }
    .touch .main-hero .mhero-meta .mhero-info .mhero-description {
      display: block; }

.touch .microsite-template .main-hero .mhero-meta .mhero-info {
  left: 0; }

#category-hero {
  padding-top: 90px;
  height: 510px; }
  #category-hero .container {
    height: 100%;
    overflow: hidden; }
  #category-hero .row {
    height: 100%; }
  #category-hero .hero-metadata {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff; }
    #category-hero .hero-metadata h1 {
      margin: 0;
      font-size: 120px;
      line-height: 110px;
      position: relative;
      width: 75%;
      display: inline-block; }
  #category-hero .hero-image {
    position: absolute;
    bottom: 0;
    right: 10%;
    display: block; }

@media (max-width: 1260px) {
  #category-hero {
    padding-top: 45px;
    height: 430px; }
    #category-hero .hero-image {
      width: 70%;
      right: 0; }
    #category-hero .hero-metadata h1 {
      font-size: 100px;
      line-height: 90px; } }

@media (max-width: 992px) {
  #category-hero {
    padding-top: 45px;
    height: 330px; }
    #category-hero .hero-image {
      width: 70%;
      right: 0; }
    #category-hero .hero-metadata h1 {
      font-size: 80px;
      line-height: 75px;
      width: 100%; } }

@media (max-width: 768px) {
  #category-hero {
    padding-top: 45px;
    height: 230px; }
    #category-hero .hero-image {
      width: 60%;
      right: 0; }
    #category-hero .hero-metadata h1 {
      font-size: 60px;
      line-height: 55px; } }

@media only screen and (max-width: 600px) {
  #category-hero {
    height: 160px;
    padding-top: 45px; }
    #category-hero .hero-image {
      display: none; }
    #category-hero .hero-metadata h1 {
      text-align: center;
      font-size: 40px;
      line-height: 45px;
      width: 100%; } }

@media only screen and (max-width: 400px) {
  #category-hero .hero-metadata h1 {
    font-size: 30px;
    line-height: 34px; } }

#product-hero {
  padding-top: 90px; }
  @media (min-width: 992px) {
    #product-hero {
      padding-top: 120px; } }
  @media (min-width: 1260px) {
    #product-hero {
      padding-top: 100px; } }

.product-hero-container {
  position: relative;
  overflow: hidden; }
  .product-hero-container .row {
    margin-left: 0px;
    margin-right: 0px; }
  .product-hero-container .notes {
    position: relative;
    text-align: center;
    background: #fff;
    margin: 30px 0; }
    @media (min-width: 992px) {
      .product-hero-container .notes {
        text-align: left;
        background: none;
        margin: 20px 0 30px; } }
    .product-hero-container .notes em {
      display: block; }
    .product-hero-container .notes .disclaimer {
      font-size: 0.75em;
      margin-bottom: .6em; }
    .product-hero-container .notes .product-hero-availability-message {
      padding-top: 0;
      font-size: 16px; }
    .product-hero-container .notes .product-hero-sku-message {
      font-family: 'Brown-Pro-Bold'; }
  .product-hero-container.invalid-sku .product-configurables {
    border: 3px solid #dcfd00; }
  .product-hero-container .product-hero-carousel .disabled {
    display: none; }
  .product-hero-container .modal-360-view-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0; }
  .product-hero-container .modal-360-view {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .product-hero-container .modal-360-view .container {
      position: relative;
      height: 100%;
      padding-top: 25px; }
    .product-hero-container .modal-360-view .close-modal {
      font-size: 0.75em;
      font-family: "Brown-Pro-Bold";
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      position: absolute;
      right: 10px;
      top: 0;
      text-decoration: none; }
    .product-hero-container .modal-360-view .icon-close-x {
      margin-left: 5px; }
    .product-hero-container .modal-360-view iframe {
      border: none;
      width: 100%;
      height: 100%; }
  .product-hero-container .modal-360-frame {
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .product-hero-container .product-thumbnail {
      margin-top: 10px; } }
  .product-hero-container .product-thumbnail-image {
    display: none; }
  .product-hero-container .owl-loaded .product-thumbnail-image {
    display: block; }
  .product-hero-container .owl-dots {
    text-align: center;
    margin: .5em 0; }
  .product-hero-container .owl-dot {
    display: inline-block;
    width: .75em;
    height: .75em;
    margin: 0 .375em;
    border: 2px solid #fff;
    border-radius: 50%; }
    .product-hero-container .owl-dot.active {
      background: #dcfd00; }
  .product-hero-container .owl-carousel .owl-item {
    padding: 0 20px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* Stop possible flicker in Chrome & Safari */
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    /* just a little longer than owl's carousel transition */ }
    .product-hero-container .owl-carousel .owl-item.active {
      opacity: 1; }
  @media (min-width: 992px) {
    .product-hero-container .product-hero-carousel {
      position: relative; }
    .product-hero-container .owl-stage-outer {
      width: 100%; }
    .product-hero-container .owl-dots {
      width: 28.57143%;
      position: absolute;
      top: 50%;
      right: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: left;
      margin: 0 15px 0 0; }
    .product-hero-container .owl-dot {
      display: block;
      width: auto;
      height: auto;
      margin: 1em 0;
      border: none;
      opacity: .7; }
      .product-hero-container .owl-dot.active {
        background: none;
        opacity: 1; }
    .product-hero-container .owl-dot span {
      display: block;
      width: 50px;
      height: 50px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; } }
  .product-hero-container #product-image-enlarged {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block; }
  .product-hero-container .product-thumbnail-image {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    width: 100%; }
    @media (min-width: 992px) {
      .product-hero-container .product-thumbnail-image {
        cursor: auto; } }
  .product-hero-container .owl-grab .product-thumbnail-image {
    cursor: pointer;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .product-hero-container .product-view {
    position: relative;
    margin-top: 7%; }
    .product-hero-container .product-view .product-contact img {
      margin-right: 10px; }
  .product-hero-container #product-images .product-image {
    opacity: 0;
    top: 0;
    left: 0;
    height: 0; }
    .product-hero-container #product-images .product-image.selected {
      -webkit-animation: fadeIn 1s forwards;
      animation: fadeIn 1s forwards; }
  .product-hero-container .product-configurables-label {
    font-size: 1em; }
    @media (min-width: 992px) {
      .product-hero-container .product-configurables-label {
        display: inline-block;
        color: #fff;
        float: left;
        padding: 1em 0.5em 0 0; } }
  .product-hero-container .product-configurables {
    border: 3px solid transparent;
    display: block;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .product-hero-container .product-configurables {
        float: left;
        width: auto; } }
    .product-hero-container .product-configurables.no-purchase {
      border-bottom: 1px solid #aaaaaa;
      padding-bottom: 1em; }
      @media (min-width: 992px) {
        .product-hero-container .product-configurables.no-purchase {
          border-bottom: none;
          padding-bottom: 0; } }
  .product-hero-container .product-controls-container {
    background: #fff;
    margin-top: 20px;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .product-hero-container .product-controls-container {
        background: transparent;
        margin-top: 0;
        margin-bottom: 20px; } }
    .product-hero-container .product-controls-container .product-controls-bg {
      width: 900%;
      height: 100%;
      background: white;
      left: -100%;
      position: absolute;
      z-index: 0; }
      @media (min-width: 992px) {
        .product-hero-container .product-controls-container .product-controls-bg {
          position: relative; } }
    .product-hero-container .product-controls-container em {
      margin-bottom: 10px;
      text-align: center; }
      @media (min-width: 992px) {
        .product-hero-container .product-controls-container em {
          margin-top: 0;
          text-align: left; } }
  .product-hero-container .product-controls {
    display: block;
    width: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .product-hero-container .product-controls {
        display: inline-block;
        float: right;
        width: auto; } }
  .product-hero-container .no-config {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .product-hero-container .no-config {
        margin-top: 0; } }
    .product-hero-container .no-config .product-hero-buy-button {
      margin: 0;
      float: left; }
  .product-hero-container .product-hero-configurable {
    font-size: 0.75em;
    display: block;
    position: relative;
    width: 100%;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .product-hero-container .product-hero-configurable {
        display: inline-block;
        float: left;
        width: auto;
        margin-right: -1px; } }
    .product-hero-container .product-hero-configurable .dk-select {
      width: 100%; }
      @media (min-width: 992px) {
        .product-hero-container .product-hero-configurable .dk-select {
          width: 210px; }
          .product-hero-container .product-hero-configurable .dk-select.color {
            max-width: 88px; } }
      .product-hero-container .product-hero-configurable .dk-select.color .dk-selected {
        padding-left: 42px; }
        .product-hero-container .product-hero-configurable .dk-select.color .dk-selected span.dk-select-box {
          text-indent: -999999999px;
          padding: 9px !important;
          border: 1px solid #565656;
          display: block;
          width: 18px;
          margin: 0px -19px;
          background-size: 40px;
          background-position: center center;
          background-clip: padding-box;
          overflow: hidden; }
      .product-hero-container .product-hero-configurable .dk-select.color .dk-selected {
        text-indent: -999999999px;
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 25px center; }
      .product-hero-container .product-hero-configurable .dk-select.color .dk-option {
        text-indent: -999999999px;
        background-size: 40px;
        background-position: center center;
        overflow: hidden;
        padding: 9px !important;
        margin: 5px 23px !important;
        background-clip: padding-box;
        width: 18px;
        border: 1px solid #565656; }
      .product-hero-container .product-hero-configurable .dk-select.color .dk-select-options .dk-option {
        padding: 14px 8.3%; }
        @media (min-width: 992px) {
          .product-hero-container .product-hero-configurable .dk-select.color .dk-select-options .dk-option {
            padding: 14px 25px; } }
    @media (min-width: 992px) {
      .product-hero-container .product-hero-configurable .dk-select.color.large-color-box .dk-select-options {
        left: auto;
        width: 88px; }
        .product-hero-container .product-hero-configurable .dk-select.color.large-color-box .dk-select-options .dk-option {
          float: left;
          background-position: center center; } }
    @media (min-width: 320px) {
      .product-hero-container .product-hero-configurable .dk-select.color.large-color-box .dk-select-options .dk-option {
        float: left;
        background-position: center center; } }
    .product-hero-container .product-hero-configurable .dk-selected {
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 0;
      border: none;
      padding: 16px 45px 16px 10px;
      color: #000;
      width: auto;
      line-height: 18px;
      height: 50px; }
      .product-hero-container .product-hero-configurable .dk-selected:hover {
        background-color: #ededed; }
      .product-hero-container .product-hero-configurable .dk-selected:before {
        top: 44%;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #000;
        margin: 0px 20px 0 0; }
      .product-hero-container .product-hero-configurable .dk-selected:after {
        border: none; }
      .product-hero-container .product-hero-configurable .dk-selected img {
        max-height: 18px; }
    .product-hero-container .product-hero-configurable .dk-select-options {
      padding: 0;
      max-height: 350px; }
      .product-hero-container .product-hero-configurable .dk-select-options .dk-option-highlight {
        color: #000;
        background-color: transparent; }
      .product-hero-container .product-hero-configurable .dk-select-options img {
        pointer-events: none; }
    .product-hero-container .product-hero-configurable .dk-option {
      box-sizing: border-box;
      line-height: 18px;
      max-height: 62px;
      padding: 5px 10px;
      word-wrap: break-word; }
      .product-hero-container .product-hero-configurable .dk-option:hover {
        position: relative; }
    @media (min-width: 992px) {
      .product-hero-container .product-hero-configurable .dk-option.color-palette {
        float: left; } }
    .product-hero-container .product-hero-configurable .dk-option-selected,
    .product-hero-container .product-hero-configurable .dk-option[data-value=''] {
      display: none; }
    .product-hero-container .product-hero-configurable .dk-select-open-down .dk-selected,
    .product-hero-container .product-hero-configurable .dk-select-open-up .dk-selected {
      background-color: #c3c6c8; }
      .product-hero-container .product-hero-configurable .dk-select-open-down .dk-selected:before,
      .product-hero-container .product-hero-configurable .dk-select-open-up .dk-selected:before {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 6px solid #000;
        border-top: none; }
      .product-hero-container .product-hero-configurable .dk-select-open-down .dk-selected:after,
      .product-hero-container .product-hero-configurable .dk-select-open-up .dk-selected:after {
        border: none; }
    .product-hero-container .product-hero-configurable .dk-select-open-down .dk-select-options,
    .product-hero-container .product-hero-configurable .dk-select-open-up .dk-select-options {
      background: #ededed;
      border-radius: 0;
      border: none; }
    .product-hero-container .product-hero-configurable .dk-select-open-down .dk-selected:hover,
    .product-hero-container .product-hero-configurable .dk-select-open-down .dk-option:hover,
    .product-hero-container .product-hero-configurable .dk-select-open-up .dk-selected:hover,
    .product-hero-container .product-hero-configurable .dk-select-open-up .dk-option:hover {
      color: #2f3132;
      background-color: #c3c6c8; }
    .product-hero-container .product-hero-configurable .dk-select-disabled {
      opacity: 1; }
      .product-hero-container .product-hero-configurable .dk-select-disabled .dk-selected {
        color: #777777; }
        .product-hero-container .product-hero-configurable .dk-select-disabled .dk-selected:hover {
          background-color: #fff; }
      .product-hero-container .product-hero-configurable .dk-select-disabled img {
        opacity: .6; }
    .product-hero-container .product-hero-configurable .dk-option-disabled {
      display: none; }
  .product-hero-container .product-hero-buy-button {
    font-size: 0.75em;
    font-family: "Brown-Pro-Bold";
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 17px 30px;
    margin: 0 auto;
    text-align: center;
    color: #dcfd00;
    background-color: #252a2c;
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 18px;
    height: 50px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: -webkit-transform 150ms;
            transition: transform 150ms; }
    .product-hero-container .product-hero-buy-button:active, .product-hero-container .product-hero-buy-button:hover, .product-hero-container .product-hero-buy-button:focus {
      text-decoration: none;
      background-color: #dcfd00;
      color: #252a2c; }
    .product-hero-container .product-hero-buy-button.loading {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media (min-width: 992px) {
      .product-hero-container .product-hero-buy-button {
        display: inline-block;
        float: right;
        margin: 3px 0 3px 20px;
        width: auto; } }
  .product-hero-container .color-swatch {
    display: block;
    overflow: hidden;
    width: 23px;
    height: 23px; }
    .product-hero-container .color-swatch img {
      width: 51px;
      height: 51px;
      margin-top: -14px;
      margin-left: -14px; }
  .product-hero-container .product-title {
    font-family: "Brown-Pro-Bold";
    margin: 0; }
  .product-hero-container .product-description-alignment .name span {
    display: block;
    font-size: 0.75em; }
  @media (min-width: 992px) {
    .product-hero-container .product-view > .row {
      position: relative; }
    .product-hero-container .product-description-alignment {
      position: relative; } }
  .product-hero-container .product-description {
    text-align: center;
    margin: 0 0 20px 0; }
    .product-hero-container .product-description .force-white-text {
      color: #fff; }
    .product-hero-container .product-description .force-dark-text {
      color: #252a2c; }
    @media (min-width: 992px) {
      .product-hero-container .product-description {
        text-align: left;
        margin: 0; } }
    .product-hero-container .product-description .price {
      font-size: 1.375em;
      font-family: "Brown-Pro-Light";
      text-align: center; }
      @media (min-width: 992px) {
        .product-hero-container .product-description .price {
          text-align: left; } }
    .product-hero-container .product-description .original-price {
      position: relative;
      margin-right: .5em;
      color: rgba(0, 0, 0, 0.4) !important; }
      .product-hero-container .product-description .original-price.price-range .price {
        display: inline-block;
        height: 32px; }
      .product-hero-container .product-description .original-price.price-range + .current-price {
        display: inline-block; }
        .product-hero-container .product-description .original-price.price-range + .current-price .price {
          display: inline-block;
          height: 32px; }
    .product-hero-container .product-description .original-price:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: .3em;
      width: 100%;
      height: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.4) !important; }
    .product-hero-container .product-description .product-description-text {
      font-size: 14px;
      line-height: 24px;
      clear: both; }
      .product-hero-container .product-description .product-description-text a.buy-link:hover {
        color: #aaaaaa; }
      .product-hero-container .product-description .product-description-text.disclaimer {
        font-size: 0.625em;
        font-style: italic;
        display: block; }
    .product-hero-container .product-description .ext-buy .hero-action {
      padding-top: 15px;
      font-weight: bold;
      text-transform: uppercase; }
      .product-hero-container .product-description .ext-buy .hero-action a {
        float: none; }
        .product-hero-container .product-description .ext-buy .hero-action a:hover {
          color: #fff; }
        @media (max-width: 768px) {
          .product-hero-container .product-description .ext-buy .hero-action a {
            float: none; } }
      .product-hero-container .product-description .ext-buy .hero-action a + a {
        display: block;
        padding-top: 5px; }
      .product-hero-container .product-description .ext-buy .hero-action .svg-rarr {
        float: none;
        display: inline-block; }
    .product-hero-container .product-description .product-view {
      overflow: auto;
      zoom: 1;
      font-size: 0.75em;
      font-family: "Brown-Pro-Bold";
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 0.875em;
      margin: 30px 0 0;
      padding: 0; }
      .product-hero-container .product-description .product-view li {
        display: inline-block;
        float: left;
        margin: 0 30px 10px 0; }
        @media (max-width: 991px) {
          .product-hero-container .product-description .product-view li {
            float: none; } }
        .product-hero-container .product-description .product-view li:last-child {
          margin: 0; }
        .product-hero-container .product-description .product-view li a {
          display: block;
          color: #fff;
          cursor: pointer;
          text-decoration: none; }
        .product-hero-container .product-description .product-view li icon {
          margin: 0 10px 0 0; }
  .product-hero-container em.shipping-info.disclaimer span sup {
    line-height: 0;
    top: -4px;
    vertical-align: baseline; }

.hero-tile {
  position: relative;
  color: #252a2c;
  display: block;
  border-top: 2px solid #ededed;
  padding-top: 30px;
  /* Move featured tile below first three tiles at smallest breakpoint */
  /* TODO */
  /* Move featured tile below first row of tiles*/ }
  .hero-tile:hover {
    color: #252a2c !important;
    text-decoration: none; }
  .hero-tile > div {
    max-width: 1240px;
    position: relative;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .hero-tile {
      padding-top: 90px;
      border-top: none;
      height: 435px; } }
  @media (min-width: 768px) {
    .hero-tile {
      z-index: 2;
      height: 370px; } }
  @media (min-width: 992px) {
    .hero-tile {
      height: 460px; } }
  @media (min-width: 1260px) {
    .hero-tile {
      height: 520px; } }
  .hero-tile .hero-image {
    position: absolute;
    bottom: 0;
    width: auto; }
    @media (max-width: 767px) {
      .hero-tile .hero-image {
        bottom: 0;
        max-height: 310px;
        max-width: 100%; } }
    @media (min-width: 768px) {
      .hero-tile .hero-image {
        top: auto;
        bottom: 0;
        right: -10px;
        max-height: 400px; } }
    @media (min-width: 992px) {
      .hero-tile .hero-image {
        top: auto;
        bottom: 0;
        max-height: 510px; } }
    @media (min-width: 1260px) {
      .hero-tile .hero-image {
        top: -30px;
        right: 50px;
        bottom: auto;
        max-height: 550px; } }
  .hero-tile .hero-metadata {
    margin: 0 20px 0 0;
    position: absolute;
    top: 0; }
    @media (min-width: 768px) {
      .hero-tile .hero-metadata {
        top: 30px;
        width: 420px; } }
    @media (min-width: 992px) {
      .hero-tile .hero-metadata {
        top: 25px; } }
    @media (min-width: 1260px) {
      .hero-tile .hero-metadata {
        top: 60px; } }
  @media (max-width: 767px) {
    .hero-tile .hero-name-prefix {
      margin: 16px 0 0 0; } }
  .hero-tile .hero-name {
    font-family: "Brown-Pro-Bold";
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.125em; }
    @media (min-width: 992px) {
      .hero-tile .hero-name {
        font-size: 2.5em;
        line-height: 1.125em; } }
    @media (min-width: 1260px) {
      .hero-tile .hero-name {
        font-size: 3.75em;
        line-height: 65px; } }
  .hero-tile .learn-more {
    background-color: #00a9e0;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 20px 30px; }
  .hero-tile .price {
    display: inline-block;
    padding-left: 15px; }

.touch .hero-tile {
  top: 1650px;
  /* Make room for product-info on touch */ }
  @media (min-width: 768px) {
    .touch .hero-tile {
      top: 615px; } }

#hero-banner-product {
  width: 100%;
  height: 375px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #hero-banner-product {
      height: 750px; } }
  @media (min-width: 992px) {
    #hero-banner-product {
      height: 400px; } }
  #hero-banner-product .container {
    position: relative;
    height: 100%;
    width: 100%; }
    #hero-banner-product .container > div {
      height: 100%; }
  #hero-banner-product .row {
    height: 100%; }
  #hero-banner-product .hero-metadata {
    position: relative;
    color: #ffffff;
    padding: 0;
    z-index: 2;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto; }
    #hero-banner-product .hero-metadata.half {
      text-align: center;
      width: 100%;
      top: 30px; }
      #hero-banner-product .hero-metadata.half h1 span {
        margin-bottom: 10px; }
      @media (min-width: 768px) {
        #hero-banner-product .hero-metadata.half {
          text-align: center;
          width: 75%;
          top: 50px; }
          #hero-banner-product .hero-metadata.half h1 {
            width: 100%; } }
      @media (min-width: 992px) {
        #hero-banner-product .hero-metadata.half {
          text-align: left;
          width: 100%;
          top: 52%; }
          #hero-banner-product .hero-metadata.half h1 {
            margin: 0;
            width: 50%; } }
    #hero-banner-product .hero-metadata.full {
      width: 100%; }
    @media (min-width: 768px) {
      #hero-banner-product .hero-metadata {
        top: 50px; } }
    @media (min-width: 992px) {
      #hero-banner-product .hero-metadata {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #hero-banner-product .hero-metadata.full {
          top: 30%;
          transform: inherit;
          -webkit-transform: inherit;
          -ms-transform: inherit; } }
  #hero-banner-product .hero-image {
    position: absolute;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    bottom: 0;
    display: block; }
    #hero-banner-product .hero-image.desk {
      display: none !important; }
      @media (min-width: 992px) {
        #hero-banner-product .hero-image.desk {
          display: block !important; } }
    @media (min-width: 768px) {
      #hero-banner-product .hero-image {
        left: 50%;
        width: 500px;
        margin-left: -250px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      #hero-banner-product .hero-image {
        right: 0;
        left: 65%;
        width: 100%; } }
    @media (min-width: 992px) {
      #hero-banner-product .hero-image {
        right: 10%;
        width: inherit;
        left: inherit;
        margin-left: inherit; } }

#hero-banner-photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 375px; }
  @media (min-width: 768px) {
    #hero-banner-photo {
      min-height: 410px; } }
  @media (min-width: 992px) {
    #hero-banner-photo {
      min-height: 500px; } }
  #hero-banner-photo .container {
    position: relative;
    height: 100%;
    width: 100%; }
    #hero-banner-photo .container > div {
      height: 100%; }
    #hero-banner-photo .container.full {
      width: 100%; }
      #hero-banner-photo .container.full .hero-image {
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        height: 375px;
        -o-object-fit: cover;
           object-fit: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        @media (min-width: 768px) {
          #hero-banner-photo .container.full .hero-image {
            height: 560px; } }
        @media (min-width: 1260px) {
          #hero-banner-photo .container.full .hero-image {
            height: 500px; } }
      #hero-banner-photo .container.full .row {
        height: 100%; }
      #hero-banner-photo .container.full .hero-metadata {
        color: #ffffff;
        padding: 0;
        z-index: 2;
        max-width: 1240px;
        margin: 0 auto;
        position: relative;
        margin: 110px auto 125px; }
        @media (min-width: 768px) {
          #hero-banner-photo .container.full .hero-metadata {
            margin: 325px auto 70px; }
            #hero-banner-photo .container.full .hero-metadata.full {
              text-align: left;
              transform: inherit;
              -webkit-transform: inherit;
              -ms-transform: inherit; } }
        @media (min-width: 768px) {
          #hero-banner-photo .container.full .hero-metadata {
            margin: 260px auto 70px; }
            #hero-banner-photo .container.full .hero-metadata.full {
              width: 100%;
              transform: inherit;
              -webkit-transform: inherit;
              -ms-transform: inherit; } }
        @media (min-width: 992px) {
          #hero-banner-photo .container.full .hero-metadata {
            margin: 200px auto 70px; } }
        @media (min-width: 1260px) {
          #hero-banner-photo .container.full .hero-metadata {
            margin: 135px auto 80px; } }
        #hero-banner-photo .container.full .hero-metadata.half {
          text-align: center;
          width: 90%; }
          @media (min-width: 600px) {
            #hero-banner-photo .container.full .hero-metadata.half {
              width: 65%; } }
          @media (min-width: 768px) {
            #hero-banner-photo .container.full .hero-metadata.half {
              text-align: left;
              width: 100%;
              left: 60px; }
              #hero-banner-photo .container.full .hero-metadata.half h1 {
                width: 80%;
                float: left; }
              #hero-banner-photo .container.full .hero-metadata.half.full {
                transform: inherit;
                -webkit-transform: inherit;
                -ms-transform: inherit; } }
          @media (min-width: 992px) {
            #hero-banner-photo .container.full .hero-metadata.half {
              left: 0; }
              #hero-banner-photo .container.full .hero-metadata.half h1 {
                text-align: left;
                margin: 0;
                width: 95%; }
                #hero-banner-photo .container.full .hero-metadata.half h1.eighty {
                  width: 75%; } }
        #hero-banner-photo .container.full .hero-metadata.full {
          width: 100%;
          text-align: center; }
  #hero-banner-photo.compat-object-fit .container img {
    display: none !important; }

.formGrid .btn, .form-horizontal .btn {
  margin: 0 auto; }

.media-hero.content.container {
  margin-bottom: 0; }
  .media-hero.content.container.wide {
    width: 100%;
    padding: 0; }
    .media-hero.content.container.wide.hero {
      overflow: hidden;
      margin-bottom: 0; }
      .media-hero.content.container.wide.hero .background-image {
        height: 560px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }

#hero-messaging {
  padding-top: 3.8%;
  padding-bottom: 2.2%; }
  @media (max-width: 767px) {
    #hero-messaging {
      padding-left: 20px;
      padding-right: 20px; } }
  #hero-messaging p {
    font-size: 1.125em;
    line-height: 1.5;
    font-family: "Brown-Pro-Light"; }
  #hero-messaging > .row {
    margin: 0 auto 2%;
    max-width: 950px;
    width: 100%; }
    #hero-messaging > .row > div {
      margin: 0 auto; }
      #hero-messaging > .row > div.lrg-width {
        width: 90%; }
      #hero-messaging > .row > div.med-width {
        width: 65%; }
      #hero-messaging > .row > div.sm-width {
        width: 40%; }
        @media (max-width: 767px) {
          #hero-messaging > .row > div.sm-width h1 {
            font-size: 36px; } }
      @media (max-width: 767px) {
        #hero-messaging > .row > div.lrg-width, #hero-messaging > .row > div.med-width, #hero-messaging > .row > div.sm-width {
          width: 100%; } }
    @media (max-width: 991px) {
      #hero-messaging > .row {
        padding: 0 20px; } }
    @media (max-width: 1259px) {
      #hero-messaging > .row {
        padding: 0 20px; } }
  #hero-messaging .logos-bar img {
    margin: 0 12px; }
  #hero-messaging h1, #hero-messaging h2 {
    line-height: 1;
    margin-bottom: 25px;
    font-size: 3.3vw;
    color: #000; }
    @media (min-width: 1260px) {
      #hero-messaging h1, #hero-messaging h2 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      #hero-messaging h1, #hero-messaging h2 {
        font-size: 26px; } }
  #hero-messaging h1 {
    margin-bottom: 15px; }
  #hero-messaging h1 + h4 {
    margin-bottom: 0; }

.icon-feature-grid {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  max-width: 1240px; }
  .icon-feature-grid .icon-circle .icon-awards {
    width: 37.5%; }
  .icon-feature-grid .icon-circle .icon-enlarge {
    width: 57.5%; }
  .icon-feature-grid .icon-circle .icon-pie-chart {
    width: 53.75%; }
  .icon-feature-grid div.link {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center; }
  .icon-feature-grid a {
    color: #00a9e0;
    font-size: 1.125em;
    font-family: "Brown-Pro-Light"; }
    .icon-feature-grid a:hover, .icon-feature-grid a:active, .icon-feature-grid a:focus {
      text-decoration: none;
      border-bottom: 1px solid #00a9e0; }
  .icon-feature-grid h4 {
    text-transform: uppercase;
    font-size: 1.125em;
    font-family: "Brown-Pro-Bold";
    margin-top: 24px; }
  .icon-feature-grid > div {
    position: relative;
    padding: 40px 35px 80px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed; }
    .icon-feature-grid > div > div {
      padding: 0 15px; }
    .icon-feature-grid > div:first-child {
      border-left: none; }
    .icon-feature-grid > div:nth-child(2) {
      border-left: 1px solid #ededed;
      border-right: 1px solid #ededed;
      border-collapse: collapse; }
      @media (max-width: 991px) {
        .icon-feature-grid > div:nth-child(2) {
          border-left: none;
          border-right: none; } }
    .icon-feature-grid > div:last-child {
      border-right: none; }
    @media (max-width: 991px) {
      .icon-feature-grid > div {
        padding: 40px 35px; }
        .icon-feature-grid > div > div {
          padding: 0;
          margin: 0 auto;
          max-width: 50%;
          width: 100%; } }
    @media (max-width: 767px) {
      .icon-feature-grid > div > div {
        max-width: 100%; } }
  @media (max-width: 991px) {
    .icon-feature-grid {
      display: block;
      border-bottom: none; }
      .icon-feature-grid div.link {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%; } }
  @media (max-width: 767px) {
    .icon-feature-grid div.links {
      padding: 42px 0 18px 0; }
    .icon-feature-grid ul.link-list li {
      width: 100%;
      text-align: center; }
    .icon-feature-grid ul.link-list a {
      margin: 12px 12px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.link-bar {
  padding: 38px 0 38px 0;
  margin-top: 0; }
  .link-bar ul.link-list {
    margin: 0;
    padding: 0; }
    .link-bar ul.link-list li {
      margin-bottom: 0 !important; }
      .link-bar ul.link-list li a {
        margin: 6px 45px;
        color: #00a9e0;
        display: inline-block;
        text-decoration: none; }
        .link-bar ul.link-list li a:hover, .link-bar ul.link-list li a:focus, .link-bar ul.link-list li a:active {
          text-decoration: none; }
          .link-bar ul.link-list li a:hover span, .link-bar ul.link-list li a:focus span, .link-bar ul.link-list li a:active span {
            text-decoration: none;
            border-bottom: 1px solid #00a9e0; }
        .link-bar ul.link-list li a span {
          text-transform: uppercase;
          color: inherit;
          line-height: 1;
          font-family: "Brown-Pro-Bold";
          vertical-align: middle;
          border-bottom: 1px solid transparent; }
        .link-bar ul.link-list li a .newsletter-icon,
        .link-bar ul.link-list li a .contact-icon,
        .link-bar ul.link-list li a img, .link-bar ul.link-list li a svg {
          display: inline-block;
          margin-right: 14px;
          width: 22px;
          height: 22px; }
  @media (max-width: 767px) {
    .link-bar ul.link-list li {
      display: block;
      width: 100%; }
      .link-bar ul.link-list li a {
        margin: 6px auto; } }

.tabSection h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3vw;
  line-height: normal; }
  @media (min-width: 1260px) {
    .tabSection h2 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .tabSection h2 {
      font-size: 22px; } }

.tabSection p {
  font-size: 18px;
  font-weight: 200; }

.tabSection .img-responsive {
  width: 100%; }

.tabSection .btn {
  border-radius: 0;
  margin: 2% 0; }
  @media (max-width: 992px) {
    .tabSection .btn {
      width: 80%;
      margin: 3% auto; } }
  @media (max-width: 991px) {
    .tabSection .btn {
      float: none;
      max-width: 300px;
      width: 80%;
      clear: left; } }

.tabSection .shell {
  width: 100%;
  height: 77px;
  background-color: #ededed; }
  @media (max-width: 767px) {
    .tabSection .shell {
      height: 50px; } }
  .tabSection .shell .nav-tabs {
    max-width: 1240px;
    margin: 0 auto;
    border-bottom: none; }
    .tabSection .shell .nav-tabs > li {
      padding: 0;
      border-right: 2px solid #fff;
      border-left: 2px solid #fff; }
      .tabSection .shell .nav-tabs > li:first-child {
        border-left: 4px solid #fff; }
      .tabSection .shell .nav-tabs > li:last-child {
        border-right: 4px solid #fff; }
      .tabSection .shell .nav-tabs > li a {
        font-size: 16px;
        color: #555555;
        background-color: #ededed;
        border: none;
        border-radius: 0;
        min-height: 78px;
        margin-right: 0;
        padding: 25px 15px; }
        .tabSection .shell .nav-tabs > li a:hover, .tabSection .shell .nav-tabs > li a:focus {
          background-color: #D4D4D4; }
        .tabSection .shell .nav-tabs > li a span {
          width: 100%;
          display: block; }
        @media (max-width: 1023px) {
          .tabSection .shell .nav-tabs > li a {
            min-height: 92px; } }
        @media (max-width: 767px) {
          .tabSection .shell .nav-tabs > li a {
            padding: 20px 15px;
            font-size: 12px; } }
      .tabSection .shell .nav-tabs > li.active > a,
      .tabSection .shell .nav-tabs > li.active > a:hover,
      .tabSection .shell .nav-tabs > li.active > a:focus {
        background-color: #fff; }

.tabSection .tab-content {
  max-width: 1240px;
  width: 100%;
  margin: 5% auto 0; }
  .tabSection .tab-content .featured-content {
    margin-bottom: 20px;
    text-align: left; }
    @media (max-width: 991px) {
      .tabSection .tab-content .featured-content {
        text-align: center;
        padding: 20px; }
        .tabSection .tab-content .featured-content > div:first-child {
          display: table-footer-group;
          float: none; }
        .tabSection .tab-content .featured-content > div:last-child {
          display: table-header-group;
          float: none; } }
  .tabSection .tab-content .feature-title {
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed !important;
    min-height: 0 !important;
    padding: 20px 15px;
    clear: both; }
  .tabSection .tab-content .more-features.multi > div, .tabSection .tab-content .more-features.trio > div, .tabSection .tab-content .more-features.two-up > div, .tabSection .tab-content .more-features.single-ft > div {
    padding: 20px 15px; }
    @media (max-width: 991px) {
      .tabSection .tab-content .more-features.multi > div:first-child, .tabSection .tab-content .more-features.multi > div:nth-child(2), .tabSection .tab-content .more-features.trio > div:first-child, .tabSection .tab-content .more-features.trio > div:nth-child(2), .tabSection .tab-content .more-features.two-up > div:first-child, .tabSection .tab-content .more-features.two-up > div:nth-child(2), .tabSection .tab-content .more-features.single-ft > div:first-child, .tabSection .tab-content .more-features.single-ft > div:nth-child(2) {
        border-bottom: 1px solid #ededed; } }
    .tabSection .tab-content .more-features.multi > div img, .tabSection .tab-content .more-features.trio > div img, .tabSection .tab-content .more-features.two-up > div img, .tabSection .tab-content .more-features.single-ft > div img {
      width: 100%;
      margin: 0 auto; }
    .tabSection .tab-content .more-features.multi > div .feature-content, .tabSection .tab-content .more-features.trio > div .feature-content, .tabSection .tab-content .more-features.two-up > div .feature-content, .tabSection .tab-content .more-features.single-ft > div .feature-content {
      margin: 0 auto; }
      .tabSection .tab-content .more-features.multi > div .feature-content h4, .tabSection .tab-content .more-features.trio > div .feature-content h4, .tabSection .tab-content .more-features.two-up > div .feature-content h4, .tabSection .tab-content .more-features.single-ft > div .feature-content h4 {
        font-size: 18px; }
  .tabSection .tab-content .more-features.multi > div, .tabSection .tab-content .more-features.two-up > div {
    min-height: 518px;
    border: 1px solid #ededed;
    border-collapse: collapse; }
    .tabSection .tab-content .more-features.multi > div:nth-child(odd), .tabSection .tab-content .more-features.two-up > div:nth-child(odd) {
      border-left: none; }
    .tabSection .tab-content .more-features.multi > div:nth-child(even), .tabSection .tab-content .more-features.two-up > div:nth-child(even) {
      border-right: none; }
    .tabSection .tab-content .more-features.multi > div img, .tabSection .tab-content .more-features.two-up > div img {
      max-width: 310px; }
    .tabSection .tab-content .more-features.multi > div .feature-content, .tabSection .tab-content .more-features.two-up > div .feature-content {
      max-width: 310px; }
  .tabSection .tab-content .more-features.trio {
    border-top: 1px solid #ededed;
    border-collapse: collapse; }
    .tabSection .tab-content .more-features.trio > div {
      min-height: 485px;
      border-bottom: 1px solid #ededed; }
      .tabSection .tab-content .more-features.trio > div:nth-child(3n+1) {
        border-left: none; }
      .tabSection .tab-content .more-features.trio > div:nth-child(3n+2) {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-collapse: collapse; }
      .tabSection .tab-content .more-features.trio > div:nth-child(3n+3) {
        border-right: none; }
      @media (max-width: 991px) {
        .tabSection .tab-content .more-features.trio > div {
          min-height: auto;
          border-bottom: 1px solid #ededed; }
          .tabSection .tab-content .more-features.trio > div > div {
            padding: 0;
            margin: 0 auto;
            max-width: 50%;
            width: 100%; } }
      @media (max-width: 767px) {
        .tabSection .tab-content .more-features.trio > div > div {
          max-width: 100%; } }
      .tabSection .tab-content .more-features.trio > div img {
        max-width: 310px; }
      .tabSection .tab-content .more-features.trio > div .feature-content {
        max-width: 310px; }
  .tabSection .tab-content .add-comps {
    margin-bottom: 0; }
    .tabSection .tab-content .add-comps.multi > div, .tabSection .tab-content .add-comps.trio > div, .tabSection .tab-content .add-comps.two-up > div, .tabSection .tab-content .add-comps.single-ft > div {
      padding: 20px 15px; }
      .tabSection .tab-content .add-comps.multi > div img, .tabSection .tab-content .add-comps.trio > div img, .tabSection .tab-content .add-comps.two-up > div img, .tabSection .tab-content .add-comps.single-ft > div img {
        width: 100%;
        margin: 0 auto; }
      .tabSection .tab-content .add-comps.multi > div .add-content, .tabSection .tab-content .add-comps.trio > div .add-content, .tabSection .tab-content .add-comps.two-up > div .add-content, .tabSection .tab-content .add-comps.single-ft > div .add-content {
        margin: 0 auto; }
        .tabSection .tab-content .add-comps.multi > div .add-content h4, .tabSection .tab-content .add-comps.trio > div .add-content h4, .tabSection .tab-content .add-comps.two-up > div .add-content h4, .tabSection .tab-content .add-comps.single-ft > div .add-content h4 {
          font-size: 18px; }
    .tabSection .tab-content .add-comps.multi > div, .tabSection .tab-content .add-comps.two-up > div {
      border: 1px solid #ededed;
      border-collapse: collapse;
      min-height: 160px; }
      @media (max-width: 991px) {
        .tabSection .tab-content .add-comps.multi > div, .tabSection .tab-content .add-comps.two-up > div {
          min-height: 185px; } }
      .tabSection .tab-content .add-comps.multi > div:nth-child(odd), .tabSection .tab-content .add-comps.two-up > div:nth-child(odd) {
        border-left: none; }
      .tabSection .tab-content .add-comps.multi > div:nth-child(even), .tabSection .tab-content .add-comps.two-up > div:nth-child(even) {
        border-right: none; }
      .tabSection .tab-content .add-comps.multi > div img, .tabSection .tab-content .add-comps.two-up > div img {
        max-width: 310px; }
      .tabSection .tab-content .add-comps.multi > div .feature-content, .tabSection .tab-content .add-comps.two-up > div .feature-content {
        max-width: 310px; }
    .tabSection .tab-content .add-comps.trio {
      border-top: 1px solid #ededed; }
      .tabSection .tab-content .add-comps.trio > div {
        min-height: 190px; }
        .tabSection .tab-content .add-comps.trio > div:nth-child(3n+1) {
          border-left: none; }
        .tabSection .tab-content .add-comps.trio > div:nth-child(3n+2) {
          border-left: 1px solid #ededed;
          border-right: 1px solid #ededed;
          border-collapse: collapse; }
        .tabSection .tab-content .add-comps.trio > div:nth-child(3n+3) {
          border-right: none; }
        @media (max-width: 991px) {
          .tabSection .tab-content .add-comps.trio > div {
            border-bottom: 1px solid #ededed; }
            .tabSection .tab-content .add-comps.trio > div > div {
              padding: 0;
              margin: 0 auto;
              max-width: 50%;
              width: 100%; } }
        @media (max-width: 767px) {
          .tabSection .tab-content .add-comps.trio > div > div {
            max-width: 100%; } }
        .tabSection .tab-content .add-comps.trio > div .add-content {
          padding: 0 20px;
          margin: 0 auto; }
          .tabSection .tab-content .add-comps.trio > div .add-content h4 {
            font-size: 18px; }
    .tabSection .tab-content .add-comps.single-ft {
      border-top: 1px solid #ededed;
      padding: 15px; }

.product-grid {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-grid:before, .product-grid:after {
    content: initial; }
  .product-grid.product-grid-last {
    margin-bottom: 100px; }

.products-container {
  position: relative; }

#products-grid {
  margin-bottom: 80px;
  position: relative; }
  @media (min-width: 992px) {
    #products-grid.uncategorized.unsorted .product-tile {
      z-index: 3; }
      #products-grid.uncategorized.unsorted .product-tile:nth-child(2), #products-grid.uncategorized.unsorted .product-tile:nth-child(3) {
        z-index: 0; } }
  #products-grid.uncategorized.unsorted.featured .product-tile {
    z-index: 3; }
    @media (min-width: 768px) {
      #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(2), #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(3) {
        margin-bottom: 370px;
        /* height of feature-tile */
        z-index: 1; } }
    @media (min-width: 992px) {
      #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(2), #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(3) {
        margin-bottom: 460px;
        /* height of feature-tile */
        z-index: 1; } }
    @media (min-width: 1260px) {
      #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(2), #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(3) {
        margin-bottom: 520px;
        /* height of feature-tile */ }
      #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(2), #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(3), #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(4) {
        z-index: 1; } }
    @media (min-width: 1260px) {
      #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(2), #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(3), #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(4), #products-grid.uncategorized.unsorted.featured .product-tile.featuredProd:nth-child(4) {
        z-index: 1; }
      #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(2), #products-grid.uncategorized.unsorted.featured .product-tile:nth-child(3) {
        /* height of feature-tile */
        margin-bottom: 520px; } }
  @media (min-width: 1260px) {
    #products-grid.uncategorized.unsorted .product-tile {
      z-index: 3; }
      #products-grid.uncategorized.unsorted .product-tile:nth-child(2), #products-grid.uncategorized.unsorted .product-tile:nth-child(3), #products-grid.uncategorized.unsorted .product-tile:nth-child(4) {
        z-index: 1; } }
  #products-grid.show-all .product-tile {
    display: block; }

.product-tile {
  color: #252a2c;
  z-index: 2;
  background-color: #fff;
  display: none; }
  @media (max-width: 767px) {
    .product-tile {
      height: 525px;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .product-tile {
      height: 460px; } }
  .product-tile:hover {
    color: #252a2c;
    text-decoration: none; }
  .product-tile .product-image {
    position: relative;
    width: 100%;
    height: 460px;
    text-align: center;
    margin-top: 0; }
    .product-tile .product-image img {
      padding-top: 50px;
      max-width: 280px;
      max-height: 280px; }
  @media (max-width: 767px) {
    .product-tile .product-image {
      height: 390px; } }
  @media (max-width: 767px) {
    .product-tile .product-meta {
      padding: 20px; } }
  .product-tile .product-meta ul.color-swatches {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto; }
    .product-tile .product-meta ul.color-swatches li.color-swatch {
      display: block;
      overflow: hidden;
      width: 18px;
      height: 18px;
      margin: 3px 0;
      border: 1px solid #565656; }
      .product-tile .product-meta ul.color-swatches li.color-swatch img {
        width: 40px;
        height: 40px; }
      .product-tile .product-meta ul.color-swatches li.color-swatch.disabled {
        opacity: 0.35;
        filter: alpha(opacity=35);
        cursor: not-allowed; }
  .product-tile .product-meta .product-info {
    top: 350px;
    right: 30px;
    left: 30px;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .product-tile .product-meta .product-info {
        top: 330px;
        left: 20px; } }
    @media (min-width: 768px) {
      .product-tile .product-meta .product-info {
        position: absolute; } }
    .product-tile .product-meta .product-info .product-name,
    .product-tile .product-meta .product-info .product-description,
    .product-tile .product-meta .product-info .price,
    .product-tile .product-meta .product-info .strikethrough,
    .product-tile .product-meta .product-info .disclaimer {
      display: block; }
    .product-tile .product-meta .product-info .price,
    .product-tile .product-meta .product-info .strikethrough,
    .product-tile .product-meta .product-info .disclaimer {
      float: left; }
    .product-tile .product-meta .product-info .product-name {
      font-size: 1em;
      font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
      line-height: 1.42857;
      font-size: 1.125em; }
    .product-tile .product-meta .product-info .price {
      font-family: "Brown-Pro-Light"; }
    .product-tile .product-meta .product-info .disclaimer {
      margin-top: 0;
      min-width: 100%; }
      .product-tile .product-meta .product-info .disclaimer:before {
        content: " ";
        display: block;
        clear: both; }
    .product-tile .product-meta .product-info .product-description {
      font-style: italic;
      color: #777777 !important;
      display: none;
      font-size: 0.875em; }
      @media (min-width: 992px) {
        .product-tile .product-meta .product-info .product-description {
          font-size: 1em; } }
      @media (max-width: 767px) {
        .product-tile .product-meta .product-info .product-description {
          font-style: italic;
          color: #777777 !important; } }
  .product-tile .product-meta .compare-checkbox-group {
    position: absolute;
    left: 30px;
    top: 15px; }
  .product-tile .product-meta .compare-checkbox-label.maxCompare {
    color: #f93248 !important; }
  .product-tile .product-meta ul.color-swatches-mobile {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    bottom: 0; }
    @media (min-width: 768px) {
      .product-tile .product-meta ul.color-swatches-mobile {
        display: none; } }
    .product-tile .product-meta ul.color-swatches-mobile:before {
      content: " ";
      clear: both;
      display: block; }
    .product-tile .product-meta ul.color-swatches-mobile li.color-swatch {
      display: block;
      overflow: hidden;
      width: 18px;
      height: 18px;
      float: left;
      margin: 2px;
      border: 1px solid #565656; }
      .product-tile .product-meta ul.color-swatches-mobile li.color-swatch img {
        width: 40px;
        height: 40px; }
  .product-tile .pre-order {
    color: #fff !important;
    background-color: black;
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 0.625em;
    text-align: center; }

@media (max-width: 767px) {
  .no-touch .product-description {
    display: block !important; } }

.no-touch .color-swatches {
  display: none; }

@media (max-width: 767px) {
  .no-touch #product-hero .force-white-text:not(.strikethrough) * {
    color: #fff !important; } }

.no-touch .product-tile:hover .product-image {
  -webkit-transition: background-color 0.33s, color 0.33s;
          transition: background-color 0.33s, color 0.33s;
  background-color: #fff !important; }

.no-touch .product-tile:hover .product-description {
  display: block !important; }

.no-touch .product-tile:hover .disclaimer {
  display: none; }

.no-touch .product-tile:hover .color-swatches {
  display: block; }

.compare-choices-btn, a.compare-choices-btn {
  color: #dcfd00;
  background-color: #252a2c;
  border: none;
  padding: 17px 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.75em;
  font-family: "Brown-Pro-Bold";
  letter-spacing: 1px;
  text-transform: uppercase;
  position: fixed;
  bottom: 25%;
  right: -1000px;
  z-index: 4;
  -webkit-transition: all 0.5s cubic-bezier(0.34, 0.8, 0.81, 0.99);
          transition: all 0.5s cubic-bezier(0.34, 0.8, 0.81, 0.99); }
  .compare-choices-btn.active, a.compare-choices-btn.active {
    right: 0; }
  .compare-choices-btn :hover, a.compare-choices-btn :hover {
    color: #dbfd01; }
  .compare-choices-btn.near-footer, a.compare-choices-btn.near-footer {
    top: auto;
    bottom: 0;
    position: absolute; }

.touch .product-tile {
  height: 620px;
  background: none; }
  .touch .product-tile .product-meta .product-info {
    top: 472px;
    left: 8px; }
  .touch .product-tile .product-meta .color-swatches {
    display: none; }
  .touch .product-tile .product-meta .color-swatches-mobile {
    display: block; }
  .touch .product-tile .product-meta .product-description {
    display: block !important; }
    @media (max-width: 767px) {
      .touch .product-tile .product-meta .product-description .no-touch .product-description {
        display: block !important; } }
    .touch .product-tile .product-meta .product-description .no-touch .product-tile:hover .product-image {
      -webkit-transition: background-color 0.33s, color 0.33s;
              transition: background-color 0.33s, color 0.33s;
      cursor: pointer; }
      @media (min-width: 768px) {
        .touch .product-tile .product-meta .product-description .no-touch .product-tile:hover .product-image {
          background-color: #fff; } }
  .touch .product-tile .pre-order {
    top: 356px;
    bottom: auto; }
    @media (min-width: 768px) {
      .touch .product-tile .pre-order {
        top: 426px; } }

@media (max-width: 767px) {
  .touch .product-tile {
    height: auto; }
    .touch .product-tile:nth-child(4) {
      margin-bottom: 0; } }

.product-tile-v2 {
  display: block;
  height: auto;
  padding: 0;
  background: #ffffff;
  position: relative;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .product-tile-v2 a:hover, .product-tile-v2 a:active, .product-tile-v2 a:focus {
    text-decoration: none; }
    .product-tile-v2 a:hover .product-meta .product-info span, .product-tile-v2 a:active .product-meta .product-info span, .product-tile-v2 a:focus .product-meta .product-info span {
      text-decoration: none !important; }
  .product-tile-v2 div.inner {
    top: 0;
    border: 1px solid transparent;
    padding: 10px;
    width: 100%;
    position: relative;
    opacity: 1; }
  .product-tile-v2 .product-image {
    background: #f6f6f6;
    height: auto;
    overflow: hidden;
    position: relative; }
    .product-tile-v2 .product-image:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
    .product-tile-v2 .product-image > div:first-of-type {
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: 1; }
    .product-tile-v2 .product-image img {
      position: absolute;
      z-index: 2;
      margin: 0;
      max-width: 80%;
      max-height: 80%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .product-tile-v2 .compare-checkbox-group {
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 3;
    cursor: default; }
    .product-tile-v2 .compare-checkbox-group input {
      -moz-appearance: none;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      z-index: 1;
      width: 0;
      height: 0; }
    .product-tile-v2 .compare-checkbox-group label {
      font-size: 1em;
      font-family: "Brown-Pro-Regular";
      font-weight: normal; }
      .product-tile-v2 .compare-checkbox-group label.max-compare {
        color: #f93248 !important;
        cursor: not-allowed; }
    .product-tile-v2 .compare-checkbox-group input[type="checkbox"] + label.max-compare::before {
      cursor: not-allowed; }
  .product-tile-v2.invert.hover .compare-checkbox-group label, .product-tile-v2.invert.hover .compare-checkbox-group label.max-compare {
    color: #ffffff !important; }
  .product-tile-v2 .product-meta {
    background: #ffffff;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 20px; }
    .product-tile-v2 .product-meta .product-info {
      top: 0;
      left: 0;
      padding: 0;
      position: relative; }
      .product-tile-v2 .product-meta .product-info span {
        color: #2f3132;
        display: block;
        font-size: 18px; }
        .product-tile-v2 .product-meta .product-info span.strikethrough {
          display: inline-block;
          color: #c3c6c8; }
          .product-tile-v2 .product-meta .product-info span.strikethrough span {
            color: #c3c6c8; }
      .product-tile-v2 .product-meta .product-info .product-name {
        font-family: "Brown-Pro-Bold"; }
      .product-tile-v2 .product-meta .product-info .price {
        float: none;
        display: inline;
        font-family: 'Brown-Pro-Light'; }
      .product-tile-v2 .product-meta .product-info .product-description {
        font-family: 'Brown-Pro-Light';
        font-style: normal;
        color: #2f3132;
        display: block;
        font-size: 16px; }
      .product-tile-v2 .product-meta .product-info .disclaimer {
        font-size: 14px;
        font-family: 'Brown-Pro-Lightitalic';
        display: block;
        margin-bottom: 10px; }
    .product-tile-v2 .product-meta .color-swatches {
      display: block;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      position: relative;
      clear: both;
      margin-bottom: 0;
      padding-left: 0; }
      .product-tile-v2 .product-meta .color-swatches::after {
        content: '';
        display: block;
        clear: both; }
      .product-tile-v2 .product-meta .color-swatches li.color-swatch {
        border-radius: 100%;
        float: left;
        height: 16px;
        width: 16px;
        border: 1px solid #C0C0C0;
        margin: 0 4px 4px 0;
        display: block;
        overflow: hidden;
        position: relative; }
        .product-tile-v2 .product-meta .color-swatches li.color-swatch img {
          display: block;
          left: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%);
          min-width: 36px; }
  .product-tile-v2.no-match {
    display: none; }

html.no-touch .product-tile-v2 .product-meta .product-info .product-description {
  display: none; }

html.no-touch .product-tile-v2 .product-meta .color-swatches {
  display: none; }

html.no-touch .product-tile-v2.hover {
  z-index: 100 !important; }
  html.no-touch .product-tile-v2.hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%; }
  html.no-touch .product-tile-v2.hover div.holder {
    width: 100%;
    height: 100%; }
  html.no-touch .product-tile-v2.hover div.inner {
    background: #ffffff;
    width: 100%;
    border: 1px solid #c3c6c8;
    position: absolute; }
  html.no-touch .product-tile-v2.hover .product-image > div {
    opacity: 1; }
  html.no-touch .product-tile-v2.hover .product-meta {
    padding-bottom: 0; }
    html.no-touch .product-tile-v2.hover .product-meta .color-swatches {
      display: block; }
    html.no-touch .product-tile-v2.hover .product-meta .product-info .product-description {
      display: block; }
    html.no-touch .product-tile-v2.hover .product-meta .product-info .disclaimer {
      display: none; }
  @media (min-width: 1260px) {
    html.no-touch .product-tile-v2.hover .compare-checkbox-group {
      display: block !important; } }

html.no-touch .product-tile-v2.hide-compare .compare-checkbox-group, html.no-touch .product-tile-v2.hover.hide-compare .compare-checkbox-group {
  display: none !important; }

@media (max-width: 768px) {
  .xproduct-tile.product-tile-v2 {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  .xproduct-tile.product-tile-v2 {
    width: 100%; }
    .xproduct-tile.product-tile-v2 div.inner {
      padding: 0; }
    .xproduct-tile.product-tile-v2 .product-image {
      position: relative; }
      .xproduct-tile.product-tile-v2 .product-image:before {
        display: none;
        padding-top: 0; }
      .xproduct-tile.product-tile-v2 .product-image img {
        position: relative;
        margin: 60px auto;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 90%; } }

.product-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px; }
  .product-list:before, .product-list:after {
    content: initial; }

.product-list-item {
  display: block;
  height: auto;
  padding: 10px !important;
  position: relative;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .product-list-item a, .product-list-item a:hover, .product-list-item a:active, .product-list-item a:visited {
    text-decoration: none;
    position: relative;
    display: block; }
  .product-list-item .product-image {
    height: auto;
    overflow: hidden;
    position: relative; }
    .product-list-item .product-image:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
    .product-list-item .product-image img {
      position: absolute;
      z-index: 2;
      margin: 0;
      max-width: 85%;
      max-height: 85%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .product-list-item .product-meta {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 20px 40px;
    min-height: 170px; }
    .product-list-item .product-meta .product-info {
      top: 0;
      left: 0;
      padding: 0;
      position: relative;
      text-align: center; }
      .product-list-item .product-meta .product-info .product-name {
        font-family: "Brown-Pro-Bold";
        color: #000;
        line-height: 1.1; }
      .product-list-item .product-meta .product-info .product-description {
        font-family: 'Brown-Pro-Light';
        font-style: normal;
        color: #2f3132;
        display: block;
        font-size: 16px;
        line-height: 24px; }
    .product-list-item .product-meta .link {
      margin-top: 10px;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Brown-Pro-Bold';
      font-size: 13px;
      color: #000000; }
      .product-list-item .product-meta .link:hover {
        text-decoration: underline; }
      .product-list-item .product-meta .link span.glyphicon {
        margin-left: 5px;
        font-size: 11px;
        top: 0; }

@media (max-width: 768px) {
  .product-list-item {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  .product-list-item {
    width: 100%; }
    .product-list-item .product-image {
      position: relative; }
      .product-list-item .product-image:before {
        display: none;
        padding-top: 0; }
      .product-list-item .product-image img {
        position: relative;
        margin: 60px auto;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 90%; } }

.single-column {
  position: relative; }
  @media (min-width: 768px) {
    .single-column {
      margin-bottom: 2%;
      margin-top: 1%;
      padding-left: 0; } }
  .single-column .mandatory {
    color: red; }
  .single-column a {
    color: #428bca;
    text-decoration: none;
    padding: 10px 0; }
    @media (min-width: 1260px) {
      .single-column a {
        opacity: .9; }
        .single-column a:hover {
          opacity: 1;
          text-decoration: underline; } }

#seven {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative; }

body.home {
  opacity: 0; }

.home .section {
  opacity: 0;
  filter: alpha(opacity=0); }

body.piling-panels {
  height: 100%; }

div.piling-panels {
  position: absolute;
  height: 100%;
  height: 100vh;
  width: 100%;
  color: black;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 600ms;
  transition: all 600ms; }
  div.piling-panels.hide-pagepiling {
    height: 0; }
  div.piling-panels h1, div.piling-panels h2 {
    font-size: 5.7vw;
    line-height: 5.2vw;
    margin: 0 0 0 -10px;
    width: 100%; }
    @media (max-width: 768px) {
      div.piling-panels h1, div.piling-panels h2 {
        margin: 0; } }
  div.piling-panels h3 {
    font-size: 2vw;
    line-height: 1.2;
    font-family: "Brown-Pro-Light";
    margin: 0;
    width: 100%; }
  div.piling-panels a.learn-more, div.piling-panels a.cta {
    display: inline-block;
    color: #dcfd00;
    background-color: #252a2c; }
    div.piling-panels a.learn-more:active, div.piling-panels a.learn-more:hover, div.piling-panels a.learn-more:focus, div.piling-panels a.cta:active, div.piling-panels a.cta:hover, div.piling-panels a.cta:focus {
      text-decoration: none;
      background-color: #dcfd00;
      color: #252a2c; }
  div.piling-panels .panel {
    position: absolute;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    border-radius: 0; }
    div.piling-panels .panel .container {
      width: 100%;
      max-width: 1024px;
      position: relative; }
    div.piling-panels .panel .panel-text {
      -webkit-transition: all 600ms;
      transition: all 600ms;
      position: relative;
      opacity: 0;
      height: 100vh;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      -webkit-transform: translate3D(0, -300px, 0);
      -ms-transform: translate3D(0, -300px, 0);
      transform: translate3D(0, -300px, 0); }
      div.piling-panels .panel .panel-text.large h1, div.piling-panels .panel .panel-text.large h2 {
        font-size: 11.1vw;
        line-height: 10vw; }
      div.piling-panels .panel .panel-text.medium h1, div.piling-panels .panel .panel-text.medium h2 {
        font-size: 7.6vw;
        line-height: 7.9vw; }
      div.piling-panels .panel .panel-text.small .cta, div.piling-panels .panel .panel-text.small .ctas a, div.piling-panels .panel .panel-text.small .ctas a + a, div.piling-panels .panel .panel-text.small .learn-more, div.piling-panels .panel .panel-text.small .watch-vid, div.piling-panels .panel .panel-text.medium .cta, div.piling-panels .panel .panel-text.medium .ctas a, div.piling-panels .panel .panel-text.medium .ctas a + a, div.piling-panels .panel .panel-text.medium .learn-more, div.piling-panels .panel .panel-text.medium .watch-vid, div.piling-panels .panel .panel-text.large .cta, div.piling-panels .panel .panel-text.large .ctas a, div.piling-panels .panel .panel-text.large .ctas a + a, div.piling-panels .panel .panel-text.large .learn-more, div.piling-panels .panel .panel-text.large .watch-vid {
        font-size: 12px; }
      div.piling-panels .panel .panel-text .ctas {
        position: relative;
        z-index: 1; }
        div.piling-panels .panel .panel-text .ctas a {
          margin-left: 1px;
          margin-right: 1px; }
        div.piling-panels .panel .panel-text .ctas a + a {
          margin-left: 9px; }
        div.piling-panels .panel .panel-text .ctas.stack {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-top: 10px; }
          div.piling-panels .panel .panel-text .ctas.stack a {
            margin-left: 0;
            margin-right: 0; }
      div.piling-panels .panel .panel-text.text-left h1, div.piling-panels .panel .panel-text.text-left h2 {
        margin: 0 0 0 -10px; }
        @media (max-width: 768px) {
          div.piling-panels .panel .panel-text.text-left h1, div.piling-panels .panel .panel-text.text-left h2 {
            margin: 0; } }
      div.piling-panels .panel .panel-text.text-left .ctas.stack {
        float: left; }
      div.piling-panels .panel .panel-text.text-right h1, div.piling-panels .panel .panel-text.text-right h2 {
        margin: 0 0 0 -10px; }
        @media (max-width: 768px) {
          div.piling-panels .panel .panel-text.text-right h1, div.piling-panels .panel .panel-text.text-right h2 {
            margin: 0; } }
      div.piling-panels .panel .panel-text.text-right .ctas.stack {
        float: right; }
      div.piling-panels .panel .panel-text.text-center h1, div.piling-panels .panel .panel-text.text-center h2 {
        margin: 0; }
    div.piling-panels .panel .panel-image {
      -webkit-transition: all 600ms;
      transition: all 600ms;
      position: absolute;
      -webkit-transform: translate3D(0, 400px, 0);
      -ms-transform: translate3D(0, 400px, 0);
      transform: translate3D(0, 400px, 0);
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      opacity: 0;
      z-index: 3;
      pointer-events: none; }
      div.piling-panels .panel .panel-image img, div.piling-panels .panel .panel-image a {
        position: absolute;
        display: block; }
      div.piling-panels .panel .panel-image a img {
        position: relative; }
      div.piling-panels .panel .panel-image.has-links {
        pointer-events: auto; }
      div.piling-panels .panel .panel-image.behind {
        z-index: 1; }
      div.piling-panels .panel .panel-image.background-image {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: 1; }
    div.piling-panels .panel.active .panel-text, div.piling-panels .panel.active .panel-image {
      opacity: 1;
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
    div.piling-panels .panel.up .panel-text {
      -webkit-transform: translate3D(0, 300px, 0);
      -ms-transform: translate3D(0, 300px, 0);
      transform: translate3D(0, 300px, 0); }
    div.piling-panels .panel.up .panel-image {
      -webkit-transform: translate3D(0, 400px, 0);
      -ms-transform: translate3D(0, 400px, 0);
      transform: translate3D(0, 400px, 0); }
    div.piling-panels .panel.down .panel-text {
      -webkit-transform: translate3D(0, -300px, 0);
      -ms-transform: translate3D(0, -300px, 0);
      transform: translate3D(0, -300px, 0); }
    div.piling-panels .panel.down .panel-image {
      -webkit-transform: translate3D(0, 400px, 0);
      -ms-transform: translate3D(0, 400px, 0);
      transform: translate3D(0, 400px, 0); }
    div.piling-panels .panel.no-slide.down .panel-text {
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
    div.piling-panels .panel.no-slide.down .panel-image {
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
    div.piling-panels .panel.last-panel {
      height: 0; }
    div.piling-panels .panel .container {
      position: relative;
      z-index: 2; }
    div.piling-panels .panel .vertical-top {
      top: 0; }
    div.piling-panels .panel .vertical-third {
      position: relative;
      top: 33%;
      -webkit-transform: translateY(-33%);
      -ms-transform: translateY(-33%);
      transform: translateY(-33%); }
    div.piling-panels .panel .vertical-center {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    div.piling-panels .panel .vertical-two-thirds {
      top: 66%; }
    div.piling-panels .panel .vertical-top.nudge-up, div.piling-panels .panel .vertical-third.nudge-up, div.piling-panels .panel .vertical-center.nudge-up, div.piling-panels .panel .vertical-two-thirds.nudge-up {
      margin-top: -80px; }
    div.piling-panels .panel .vertical-top.nudge-down, div.piling-panels .panel .vertical-third.nudge-down, div.piling-panels .panel .vertical-center.nudge-down, div.piling-panels .panel .vertical-two-thirds.nudge-down {
      margin-top: 80px; }
    div.piling-panels .panel .vertical-top.nudge-up-more, div.piling-panels .panel .vertical-third.nudge-up-more, div.piling-panels .panel .vertical-center.nudge-up-more, div.piling-panels .panel .vertical-two-thirds.nudge-up-more {
      margin-top: -160px; }
    div.piling-panels .panel .vertical-top.nudge-down-more, div.piling-panels .panel .vertical-third.nudge-down-more, div.piling-panels .panel .vertical-center.nudge-down-more, div.piling-panels .panel .vertical-two-thirds.nudge-down-more {
      margin-top: 160px; }
    div.piling-panels .panel .vertical-bottom {
      top: auto;
      bottom: 0;
      position: absolute; }
      div.piling-panels .panel .vertical-bottom.nudge-up {
        margin-bottom: 80px; }
      div.piling-panels .panel .vertical-bottom.nudge-down {
        margin-bottom: -80px; }
      div.piling-panels .panel .vertical-bottom.nudge-up-more {
        margin-bottom: 160px; }
      div.piling-panels .panel .vertical-bottom.nudge-down-more {
        margin-bottom: -160px; }
    div.piling-panels .panel .horizontal-center {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    div.piling-panels .panel .horizontal-center-left {
      right: 50%; }
    div.piling-panels .panel .horizontal-center-right {
      left: 50%; }
    div.piling-panels .panel .horizontal-left {
      left: 0; }
    div.piling-panels .panel .horizontal-right {
      right: 0; }
    div.piling-panels .panel .horizontal-left.nudge-left, div.piling-panels .panel .horizontal-center.nudge-left, div.piling-panels .panel .horizontal-center-right.nudge-left {
      margin-left: -80px; }
    div.piling-panels .panel .horizontal-left.nudge-right, div.piling-panels .panel .horizontal-center.nudge-right, div.piling-panels .panel .horizontal-center-right.nudge-right {
      margin-left: 80px; }
    div.piling-panels .panel .horizontal-left.nudge-left-more, div.piling-panels .panel .horizontal-center.nudge-left-more, div.piling-panels .panel .horizontal-center-right.nudge-left-more {
      margin-left: -160px; }
    div.piling-panels .panel .horizontal-left.nudge-right-more, div.piling-panels .panel .horizontal-center.nudge-right-more, div.piling-panels .panel .horizontal-center-right.nudge-right-more {
      margin-left: 160px; }
    div.piling-panels .panel .horizontal-right.nudge-left, div.piling-panels .panel .horizontal-center-left.nudge-left {
      margin-right: 80px; }
    div.piling-panels .panel .horizontal-right.nudge-right, div.piling-panels .panel .horizontal-center-left.nudge-right {
      margin-right: -80px; }
    div.piling-panels .panel .horizontal-right.nudge-left-more, div.piling-panels .panel .horizontal-center-left.nudge-left-more {
      margin-right: 160px; }
    div.piling-panels .panel .horizontal-right.nudge-right-more, div.piling-panels .panel .horizontal-center-left.nudge-right-more {
      margin-right: -160px; }

@media (min-width: 1600px) {
  div.piling-panels h1, div.piling-panels h2 {
    font-size: 91px;
    line-height: 83px; }
  div.piling-panels h3 {
    font-size: 32px; }
  div.piling-panels .panel .container {
    max-width: 1400px; }
  div.piling-panels .panel .panel-text.large h1, div.piling-panels .panel .panel-text.large h2 {
    font-size: 184px;
    line-height: 169px; }
  div.piling-panels .panel .panel-text.medium h1, div.piling-panels .panel .panel-text.medium h2 {
    font-size: 125px;
    line-height: 115px; } }

@media (max-width: 1259px) {
  body.piling-panels div.piling-panels .panel .panel-text.text-left .container {
    padding-left: 40px;
    padding-right: 40px; }
  body.piling-panels div.piling-panels h1, body.piling-panels div.piling-panels h2, body.piling-panels div.piling-panels h3 {
    margin-bottom: 5px; } }

@media (max-width: 991px) {
  body.piling-panels #pp-nav {
    left: 0px !important; }
  div.piling-panels h1, div.piling-panels h2 {
    font-size: 6.7vw;
    line-height: 6.5vw; }
  div.piling-panels h3 {
    font-size: 22px; }
  div.piling-panels .panel .panel-text.large h1, div.piling-panels .panel .panel-text.large h2 {
    font-size: 14.1vw;
    line-height: 12.7vw; }
  div.piling-panels .panel .panel-text.medium h1, div.piling-panels .panel .panel-text.medium h2 {
    font-size: 9.7vw;
    line-height: 9.5vw; }
  div.piling-panels .panel .panel-text.text-left .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 991px) and (min-width: 769px) {
  #panel-stack .visible-sm {
    display: block !important; } }

@media (max-width: 768px) {
  #panel-stack .panel-text .col-sm-6 {
    width: 100% !important;
    margin-left: 0; }
  #panel-stack .visible-sm {
    display: none !important; }
  #panel-stack .visible-xs {
    display: block !important; }
  div.piling-panels h1, div.piling-panels h2 {
    font-size: 60px;
    line-height: 7.6vw; }
  div.piling-panels h3 {
    font-size: 22px; }
  div.piling-panels .panel {
    padding-top: 0px;
    padding-top: 12vw; }
    div.piling-panels .panel .panel-text {
      text-align: center;
      margin-bottom: 40px;
      height: auto; }
      div.piling-panels .panel .panel-text .ctas.stack {
        float: none !important; }
      div.piling-panels .panel .panel-text.large h1, div.piling-panels .panel .panel-text.large h2 {
        font-size: 115px;
        line-height: 14vw; }
      div.piling-panels .panel .panel-text.medium h1, div.piling-panels .panel .panel-text.medium h2 {
        font-size: 78px;
        line-height: 9.7vw; }
    div.piling-panels .panel .panel-image {
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding-bottom: 20px;
      height: auto; }
      div.piling-panels .panel .panel-image img {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        max-width: 90%;
        margin: 0 auto; }
      div.piling-panels .panel .panel-image a {
        display: block;
        width: 100%; }
      div.piling-panels .panel .panel-image.background-image {
        position: absolute;
        padding-bottom: 0;
        height: 100vh;
        width: 100%; }
    div.piling-panels .panel .vertical-top, div.piling-panels .panel .vertical-third, div.piling-panels .panel .vertical-center, div.piling-panels .panel .vertical-two-thirds, div.piling-panels .panel .vertical-bottom {
      top: 0;
      bottom: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: relative; }
      div.piling-panels .panel .vertical-top.nudge-up, div.piling-panels .panel .vertical-top.nudge-down, div.piling-panels .panel .vertical-third.nudge-up, div.piling-panels .panel .vertical-third.nudge-down, div.piling-panels .panel .vertical-center.nudge-up, div.piling-panels .panel .vertical-center.nudge-down, div.piling-panels .panel .vertical-two-thirds.nudge-up, div.piling-panels .panel .vertical-two-thirds.nudge-down, div.piling-panels .panel .vertical-bottom.nudge-up, div.piling-panels .panel .vertical-bottom.nudge-down {
        top: auto;
        bottom: auto; }
    div.piling-panels .panel .horizontal-center, div.piling-panels .panel .horizontal-center-left, div.piling-panels .panel .horizontal-center-right, div.piling-panels .panel .horizontal-left, div.piling-panels .panel .horizontal-right {
      right: auto;
      left: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: relative; }
      div.piling-panels .panel .horizontal-center.nudge-left, div.piling-panels .panel .horizontal-center.nudge-right, div.piling-panels .panel .horizontal-center-left.nudge-left, div.piling-panels .panel .horizontal-center-left.nudge-right, div.piling-panels .panel .horizontal-center-right.nudge-left, div.piling-panels .panel .horizontal-center-right.nudge-right, div.piling-panels .panel .horizontal-left.nudge-left, div.piling-panels .panel .horizontal-left.nudge-right, div.piling-panels .panel .horizontal-right.nudge-left, div.piling-panels .panel .horizontal-right.nudge-right {
        left: auto;
        right: auto;
        margin-left: auto;
        margin-right: auto; }
    div.piling-panels .panel.reverse-order {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 0; }
      div.piling-panels .panel.reverse-order .panel-text {
        -webkit-order: 2;
        -moz-order: 2;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        top: 0; }
      div.piling-panels .panel.reverse-order .panel-image {
        -webkit-order: 1;
        -moz-order: 1;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

@media only screen and (max-width: 680px) {
  div.piling-panels h1, div.piling-panels h2 {
    font-size: 36px;
    line-height: 7.6vw; }
  div.piling-panels h3 {
    font-size: 22px; }
  div.piling-panels .panel {
    /*&.reverse-order {
				display: block;;
			}*/ }
    div.piling-panels .panel .panel-text {
      margin-bottom: 20px; }
      div.piling-panels .panel .panel-text .ctas.stack {
        float: none !important; }
      div.piling-panels .panel .panel-text.large h1, div.piling-panels .panel .panel-text.large h2, div.piling-panels .panel .panel-text.medium h1, div.piling-panels .panel .panel-text.medium h2 {
        font-size: 36px;
        line-height: 7.6vw; }
      div.piling-panels .panel .panel-text.large h3, div.piling-panels .panel .panel-text.medium h3 {
        font-size: 22px; } }

@media only screen and (max-width: 640px) {
  div.piling-panels.no-piling {
    position: relative;
    height: auto; }
    div.piling-panels.no-piling .panel {
      position: relative;
      height: auto; }
      div.piling-panels.no-piling .panel .panel-text, div.piling-panels.no-piling .panel .panel-image {
        opacity: 1;
        -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0); }
      div.piling-panels.no-piling .panel .panel-image a {
        position: relative; }
      div.piling-panels.no-piling .panel .panel-image.background-image {
        position: relative;
        background-image: none !important; }
      div.piling-panels.no-piling .panel.last-panel {
        height: 0;
        display: none; }
    div.piling-panels.no-piling ~ .scrolling-page .home-category-grid-tiles {
      margin-top: 0; } }

@media only screen and (max-width: 480px) {
  div.piling-panels h1, div.piling-panels h3 {
    line-height: 1.2 !important; }
  div.piling-panels h2 {
    line-height: 1 !important; }
  div.piling-panels h1, div.piling-panels h2 {
    overflow-wrap: break-word;
    word-wrap: break-word; }
  div.piling-panels .panel:first-child {
    padding-top: 70px; }
  div.piling-panels .panel.reverse-order {
    padding-top: 0; }
  body.piling-panels .scrolling-page .home-category-grid-tiles {
    margin-top: 0; }
  #pp-nav {
    display: none; } }

/*
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	div.piling-panels {
		.panel {
			//padding-top:10vw !important;

			.panel-image {
				display: none;
			}
		}

	}
}*/
div.home-panels {
  height: 100%;
  width: 100%;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  /* overrides new link-button style */ }
  div.home-panels h1, div.home-panels h2 {
    font-size: 5.7vw;
    line-height: 5.2vw;
    margin: 0 0 0 -5px;
    width: 100%;
    z-index: -1; }
    @media (max-width: 768px) {
      div.home-panels h1, div.home-panels h2 {
        margin: 0; } }
  div.home-panels h3 {
    font-size: 22px;
    line-height: 1.2;
    font-family: "Brown-Pro-Light";
    margin: 0;
    width: 100%;
    z-index: -1; }
  div.home-panels a.learn-more, div.home-panels a.cta {
    display: inline-block; }
  div.home-panels .home-panel-ctas {
    padding-top: 20px; }
    div.home-panels .home-panel-ctas a.link-button {
      line-height: normal;
      height: inherit;
      width: inherit;
      padding: 17px 30px; }
  div.home-panels .home-panel {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100%; }
    div.home-panels .home-panel .container {
      width: 100%;
      max-width: 90vw;
      position: relative; }
    div.home-panels .home-panel .home-panel-text {
      -webkit-transition: all 600ms;
      transition: all 600ms;
      position: absolute;
      opacity: 1;
      height: 100vh;
      width: 100%;
      top: 0px;
      left: 0;
      z-index: 1;
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
      div.home-panels .home-panel .home-panel-text.large h1, div.home-panels .home-panel .home-panel-text.large h2 {
        font-size: 120px;
        line-height: 110px; }
        @media (min-width: 992px) {
          div.home-panels .home-panel .home-panel-text.large h1, div.home-panels .home-panel .home-panel-text.large h2 {
            margin: 0 0 0 -10px !important; } }
      div.home-panels .home-panel .home-panel-text.medium h1, div.home-panels .home-panel .home-panel-text.medium h2 {
        font-size: 66px;
        line-height: 62px; }
      div.home-panels .home-panel .home-panel-text .ctas {
        position: relative;
        z-index: 1; }
        div.home-panels .home-panel .home-panel-text .ctas a {
          margin-left: 1px;
          margin-right: 1px; }
        div.home-panels .home-panel .home-panel-text .ctas a + a {
          margin-left: 9px; }
        div.home-panels .home-panel .home-panel-text .ctas.stack {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-top: 10px; }
          div.home-panels .home-panel .home-panel-text .ctas.stack a {
            margin-left: 0;
            margin-right: 0; }
      @media (max-width: 768px) {
        div.home-panels .home-panel .home-panel-text.text-left h1, div.home-panels .home-panel .home-panel-text.text-left h2 {
          margin: 0; } }
      div.home-panels .home-panel .home-panel-text.text-left .ctas.stack {
        float: left; }
      @media (max-width: 768px) {
        div.home-panels .home-panel .home-panel-text.text-right h1, div.home-panels .home-panel .home-panel-text.text-right h2 {
          margin: 0; } }
      div.home-panels .home-panel .home-panel-text.text-right .ctas.stack {
        float: right; }
      div.home-panels .home-panel .home-panel-text.text-center h1, div.home-panels .home-panel .home-panel-text.text-center h2 {
        margin: 0; }
    div.home-panels .home-panel .home-panel-image {
      -webkit-transition: all 600ms;
      transition: all 600ms;
      position: relative;
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0);
      z-index: 0;
      pointer-events: none; }
      div.home-panels .home-panel .home-panel-image img, div.home-panels .home-panel .home-panel-image a {
        position: absolute;
        display: block; }
      div.home-panels .home-panel .home-panel-image a img {
        position: relative; }
      div.home-panels .home-panel .home-panel-image.has-links {
        pointer-events: auto; }
      div.home-panels .home-panel .home-panel-image.behind {
        z-index: 1; }
      div.home-panels .home-panel .home-panel-image.background-image {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: 1; }
    div.home-panels .home-panel.active .home-panel-text, div.home-panels .home-panel.active .home-panel-image {
      opacity: 1;
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
    div.home-panels .home-panel.up .home-panel-text {
      -webkit-transform: translate3D(0, 300px, 0);
      -ms-transform: translate3D(0, 300px, 0);
      transform: translate3D(0, 300px, 0); }
    div.home-panels .home-panel.up .home-panel-image {
      -webkit-transform: translate3D(0, 400px, 0);
      -ms-transform: translate3D(0, 400px, 0);
      transform: translate3D(0, 400px, 0); }
    div.home-panels .home-panel.down .home-panel-text {
      -webkit-transform: translate3D(0, -300px, 0);
      -ms-transform: translate3D(0, -300px, 0);
      transform: translate3D(0, -300px, 0); }
    div.home-panels .home-panel.down .home-panel-image {
      -webkit-transform: translate3D(0, 400px, 0);
      -ms-transform: translate3D(0, 400px, 0);
      transform: translate3D(0, 400px, 0); }
    div.home-panels .home-panel.no-slide.down .home-panel-text {
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
    div.home-panels .home-panel.no-slide.down .home-panel-image {
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
    div.home-panels .home-panel.last-panel {
      height: 0; }
    div.home-panels .home-panel .container {
      position: relative;
      z-index: 2; }
    div.home-panels .home-panel .vertical-top {
      top: 105px; }
    div.home-panels .home-panel .vertical-third {
      position: relative;
      top: 33%;
      -webkit-transform: translateY(-33%);
      -ms-transform: translateY(-33%);
      transform: translateY(-33%); }
    div.home-panels .home-panel .vertical-center {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    div.home-panels .home-panel .vertical-two-thirds {
      top: 66%; }
    div.home-panels .home-panel .vertical-top.nudge-up, div.home-panels .home-panel .vertical-third.nudge-up, div.home-panels .home-panel .vertical-center.nudge-up, div.home-panels .home-panel .vertical-two-thirds.nudge-up {
      margin-top: -80px; }
    div.home-panels .home-panel .vertical-top.nudge-down, div.home-panels .home-panel .vertical-third.nudge-down, div.home-panels .home-panel .vertical-center.nudge-down, div.home-panels .home-panel .vertical-two-thirds.nudge-down {
      margin-top: 80px; }
    div.home-panels .home-panel .vertical-top.nudge-up-more, div.home-panels .home-panel .vertical-third.nudge-up-more, div.home-panels .home-panel .vertical-center.nudge-up-more, div.home-panels .home-panel .vertical-two-thirds.nudge-up-more {
      margin-top: -160px; }
    div.home-panels .home-panel .vertical-top.nudge-down-more, div.home-panels .home-panel .vertical-third.nudge-down-more, div.home-panels .home-panel .vertical-center.nudge-down-more, div.home-panels .home-panel .vertical-two-thirds.nudge-down-more {
      margin-top: 160px; }
    div.home-panels .home-panel .vertical-bottom {
      top: auto;
      bottom: 40px;
      position: absolute; }
      div.home-panels .home-panel .vertical-bottom.nudge-up {
        margin-bottom: 80px; }
      div.home-panels .home-panel .vertical-bottom.nudge-down {
        margin-bottom: -80px; }
      div.home-panels .home-panel .vertical-bottom.nudge-up-more {
        margin-bottom: 160px; }
      div.home-panels .home-panel .vertical-bottom.nudge-down-more {
        margin-bottom: -160px; }
    div.home-panels .home-panel .horizontal-center {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    div.home-panels .home-panel .horizontal-center-left {
      right: 50%; }
    div.home-panels .home-panel .horizontal-center-right {
      left: 50%; }
    div.home-panels .home-panel .horizontal-left {
      left: 0; }
    div.home-panels .home-panel .horizontal-right {
      right: 0; }
    div.home-panels .home-panel .horizontal-left.nudge-left, div.home-panels .home-panel .horizontal-center.nudge-left, div.home-panels .home-panel .horizontal-center-right.nudge-left {
      margin-left: -80px; }
    div.home-panels .home-panel .horizontal-left.nudge-right, div.home-panels .home-panel .horizontal-center.nudge-right, div.home-panels .home-panel .horizontal-center-right.nudge-right {
      margin-left: 80px; }
    div.home-panels .home-panel .horizontal-left.nudge-left-more, div.home-panels .home-panel .horizontal-center.nudge-left-more, div.home-panels .home-panel .horizontal-center-right.nudge-left-more {
      margin-left: -160px; }
    div.home-panels .home-panel .horizontal-left.nudge-right-more, div.home-panels .home-panel .horizontal-center.nudge-right-more, div.home-panels .home-panel .horizontal-center-right.nudge-right-more {
      margin-left: 160px; }
    div.home-panels .home-panel .horizontal-right.nudge-left, div.home-panels .home-panel .horizontal-center-left.nudge-left {
      margin-right: 80px; }
    div.home-panels .home-panel .horizontal-right.nudge-right, div.home-panels .home-panel .horizontal-center-left.nudge-right {
      margin-right: -80px; }
    div.home-panels .home-panel .horizontal-right.nudge-left-more, div.home-panels .home-panel .horizontal-center-left.nudge-left-more {
      margin-right: 160px; }
    div.home-panels .home-panel .horizontal-right.nudge-right-more, div.home-panels .home-panel .horizontal-center-left.nudge-right-more {
      margin-right: -160px; }

@media (min-width: 1260px) {
  body.home-carousel div.home-panels .home-panel .home-panel-text .pull-left {
    padding-left: 6vw;
    padding-right: 6vw; }
  body.home-carousel div.home-panels .home-panel .home-panel-text .pull-right {
    padding-left: 0vw;
    padding-right: 0vw; }
  body.home-carousel div.home-panels h1, body.home-carousel div.home-panels h2, body.home-carousel div.home-panels h3 {
    margin-bottom: 5px; } }

@media (min-width: 1500px) {
  div.home-panels h1, div.home-panels h2 {
    font-size: 91px;
    line-height: 83px; }
  div.home-panels h3 {
    font-size: 28px; }
  div.home-panels .home-panel .container {
    max-width: 95vw; }
  div.home-panels .home-panel .home-panel-text .pull-left {
    padding-left: 6vw;
    padding-right: 6vw; }
  div.home-panels .home-panel .home-panel-text .pull-right {
    padding-left: 4vw;
    padding-right: 4vw; }
  div.home-panels .home-panel .home-panel-text.large h1, div.home-panels .home-panel .home-panel-text.large h2 {
    font-size: 170px;
    line-height: 155px; }
  div.home-panels .home-panel .home-panel-text.medium h1, div.home-panels .home-panel .home-panel-text.medium h2 {
    font-size: 110px;
    line-height: 100px; } }

@media (max-width: 1259px) {
  body.home-carousel div.home-panels .home-panel .home-panel-text .pull-left {
    padding-left: 5vw;
    padding-right: 5vw; }
  body.home-carousel div.home-panels .home-panel .home-panel-text .pull-right {
    padding-left: 5vw;
    padding-right: 5vw; }
  body.home-carousel div.home-panels h1, body.home-carousel div.home-panels h2, body.home-carousel div.home-panels h3 {
    margin-bottom: 5px; } }

@media (max-width: 991px) {
  div.home-panels .home-panel .home-panel-text {
    text-align: center;
    margin-bottom: 40px;
    height: auto;
    top: 25vh !important;
    margin-top: 50px; }
  div.home-panels h1, div.home-panels h2 {
    font-size: 90px;
    line-height: 82px; }
  div.home-panels h3 {
    font-size: 24px;
    line-height: 22px; }
  div.home-panels .home-panel .home-panel-text.large h1, div.home-panels .home-panel .home-panel-text.large h2 {
    font-size: 90px;
    line-height: 82px; }
  div.home-panels .home-panel .home-panel-text.medium h1, div.home-panels .home-panel .home-panel-text.medium h2 {
    font-size: 66px;
    line-height: 62px; }
  div.home-panels .home-panel .home-panel-text.text-left .container {
    padding-left: 20px;
    padding-right: 20px; }
  div.home-panels .home-panel .vertical-third, div.home-panels .home-panel .vertical-center, div.home-panels .home-panel .vertical-two-thirds, div.home-panels .home-panel .vertical-top, div.home-panels .home-panel .vertical-bottom {
    top: -100px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    position: relative; } }

@media (max-width: 767px) {
  div.home-panels .home-panel .home-panel-text {
    text-align: center;
    margin-bottom: 40px;
    height: auto;
    top: 32vh !important;
    margin-top: 20px; }
  div.home-panels h1, div.home-panels h2 {
    font-size: 40px;
    line-height: 37px; }
  div.home-panels h3 {
    font-size: 16px;
    line-height: 15px; }
  div.home-panels .home-panel .home-panel-text.large h1, div.home-panels .home-panel .home-panel-text.large h2 {
    font-size: 12vw;
    line-height: 12vw; }
  div.home-panels .home-panel .home-panel-text.medium h1, div.home-panels .home-panel .home-panel-text.medium h2 {
    font-size: 40px;
    line-height: 37px; }
  div.home-panels .home-panel .home-panel-text.text-left .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-height: 450px) {
  div.home-panels .home-panel .home-panel-text {
    text-align: center;
    margin-bottom: 40px;
    height: auto;
    top: 180px !important; }
  div.home-panels h1, div.home-panels h2 {
    font-size: 40px;
    line-height: 37px; }
  div.home-panels h3 {
    font-size: 16px;
    line-height: 15px; }
  div.home-panels .home-panel .home-panel-text.large h1, div.home-panels .home-panel .home-panel-text.large h2 {
    font-size: 40px;
    line-height: 37px; }
  div.home-panels .home-panel .home-panel-text.medium h1, div.home-panels .home-panel .home-panel-text.medium h2 {
    font-size: 40px;
    line-height: 37px; }
  div.home-panels .vertical-third, div.home-panels .vertical-center, div.home-panels .vertical-two-thirds, div.home-panels .vertical-top, div.home-panels .vertical-bottom {
    top: -75px !important;
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important; } }

@media (max-width: 480px) {
  div.home-panels .home-panel .pull-left {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  div.home-panels .home-panel .pull-right {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  div.home-panels .home-panel .vertical-top, div.home-panels .home-panel .vertical-bottom, div.home-panels .home-panel .vertical-third, div.home-panels .home-panel .vertical-center, div.home-panels .home-panel .vertical-two-thirds {
    top: -120px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-transform: translateY(0%); } }

#immersion-guides {
  /* pending style */
  /* CALLOUTS */
  /* LEFT NAV */
  /* ==Theming options */
  /*** specific sections ***/
  /***  general tools ****/
  /* ==diagram layout */ }

@font-face {
  #immersion-guides {
    font-family: "Helvetica Nueu Cond";
    src: url("/asset/fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"); } }

@-ms-viewport {
  #immersion-guides {
    width: device-width; } }
  #immersion-guides * {
    font-family: "Helvetica Nueu Cond", Helvetica, Arial, sans-serif !important; }
  #immersion-guides body {
    color: #000;
    padding-top: 60px;
    padding-bottom: 40px;
    line-height: 22px;
    overflow-x: hidden;
    width: 100%; }
    #immersion-guides body a {
      color: red; }
      #immersion-guides body a:hover, #immersion-guides body a:visited {
        color: red; }
  #immersion-guides ol, #immersion-guides ul {
    list-style-position: inherit;
    padding-left: 30px; }
  #immersion-guides .container img {
    max-width: 100%;
    height: auto; }
  #immersion-guides th img {
    width: auto;
    height: auto; }
  #immersion-guides h2 {
    text-transform: none; }
  #immersion-guides #desktopTopHeading {
    padding-left: 0;
    font-weight: 500; }
  #immersion-guides .spacer {
    clear: both;
    height: 1px;
    margin: 15px 0; }
  #immersion-guides .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  #immersion-guides .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box; }
  #immersion-guides .hidden {
    display: none;
    visibility: hidden; }
  #immersion-guides .navbar {
    min-height: 40px; }
    #immersion-guides .navbar .navbar-inner {
      min-height: 40px; }
  #immersion-guides .sectionImage {
    position: relative;
    margin: 0; }
    #immersion-guides .sectionImage img {
      margin-left: -20px; }
      #immersion-guides .sectionImage img.moreLeft {
        margin-left: -30px; }
      #immersion-guides .sectionImage img.lessLeft {
        margin-left: -10px; }
  #immersion-guides .sectionDesc fieldset .row {
    margin-left: 0; }
  #immersion-guides .sectionDesc fieldset p {
    width: 90%; }
  #immersion-guides .sectionDesc .col-md-2.col-sm-2.col-xs-2 {
    padding-left: 0;
    padding-right: 0; }
  #immersion-guides .sectionName {
    color: #000 !important;
    font-weight: normal;
    /*padding: 0 0 3px 0;*/
    vertical-align: top;
    white-space: normal; }
  #immersion-guides .table {
    margin: 20px 0 10px; }
    #immersion-guides .table > thead > tr > th, #immersion-guides .table > thead > tr > td {
      vertical-align: top; }
    #immersion-guides .table > thead > tr > th {
      border-top: none;
      vertical-align: middle; }
    #immersion-guides .table > tbody > tr > th, #immersion-guides .table > tfoot > tr > th, #immersion-guides .table > thead > tr > td, #immersion-guides .table > tbody > tr > td, #immersion-guides .table > tfoot > tr > td {
      border-top: none;
      vertical-align: middle; }
    #immersion-guides .table tr td {
      text-align: left; }
  #immersion-guides .table-striped > tbody > tr:nth-child(odd) > td, #immersion-guides .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eee; }
  #immersion-guides .table th img {
    max-width: 15px; }
  #immersion-guides .table th:first-child {
    width: 30px; }
  #immersion-guides .table th:nth-child(2) {
    max-width: 200px; }
  #immersion-guides .tableGrid {
    vertical-align: top;
    font-size: 10px; }
  #immersion-guides .shortHeights {
    font-size: 14px;
    list-style: none outside none;
    margin: 0;
    max-width: 250px;
    width: 100%;
    padding: 0;
    background-color: #fff;
    max-height: 320px;
    overflow-y: auto; }
    #immersion-guides .shortHeights li {
      height: auto;
      min-height: 42px;
      width: 100%; }
  #immersion-guides .padImgRight {
    margin-right: 40px;
    margin-left: -25px; }
  #immersion-guides .immersionGuide {
    color: #fff;
    position: fixed;
    top: 10px;
    left: 5px;
    width: 100%;
    margin: 0;
    z-index: 2000; }
  #immersion-guides .homepageButton, #immersion-guides .homepageButton2 {
    cursor: pointer;
    width: 150px;
    height: 159px;
    margin: 0;
    margin-right: 65px;
    background: #fff;
    color: #999;
    text-align: center;
    line-height: 1em;
    float: left;
    padding: 5px;
    font-size: .8em;
    text-transform: uppercase; }
  #immersion-guides .homepageButton img, #immersion-guides .homepageButton2 img {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 77px;
    width: 100%;
    height: auto; }
  #immersion-guides .homeButton {
    max-width: 100px; }
  #immersion-guides .line2 {
    margin-top: -5px; }
  #immersion-guides .line22 {
    margin-top: -5px;
    line-height: 1.0em;
    padding-bottom: 1px; }
  #immersion-guides .dropdown-backdrop {
    position: static; }
  #immersion-guides #homeButton {
    max-width: 100px;
    padding-bottom: 5px; }
  #immersion-guides #troubleshooting input {
    vertical-align: top;
    margin-right: 5px; }
  #immersion-guides #troubleshooting label {
    width: 90%; }
  #immersion-guides #section2 img.med {
    max-width: 350px;
    border: 1px solid #bcbcbc; }
  #immersion-guides img.med {
    max-width: 350px;
    border: 1px solid #bcbcbc; }
  #immersion-guides img.med-noborder {
    max-width: 350px;
    border: 1px solid #bcbcbc;
    border: none; }
  #immersion-guides img.noscale {
    max-width: auto;
    border: none; }
  #immersion-guides .callout {
    white-space: nowrap;
    font-size: 1em; }
  #immersion-guides .imageCaption {
    font-size: 0.85em;
    font-weight: bold;
    color: #666;
    margin-bottom: 1em; }
    #immersion-guides .imageCaption.callout {
      position: absolute;
      line-height: 1em;
      margin-top: 8px;
      width: 135px;
      text-align: right; }
    #immersion-guides .imageCaption.callout-right {
      position: absolute;
      line-height: 1em;
      margin-top: 8px;
      width: 135px;
      text-align: right;
      text-align: left;
      margin-left: 165px;
      width: 165px; }
  #immersion-guides #btButton.imageCaption {
    margin-top: 18px; }
  #immersion-guides #powerButton.imageCaption {
    margin-top: 55px; }
  #immersion-guides #volButtons.imageCaption {
    margin-top: 154px; }
  #immersion-guides #auxJack.imageCaption {
    margin-top: 67px; }
  #immersion-guides #dRing.imageCaption {
    margin-top: 104px; }
  #immersion-guides #chargeLED.imageCaption {
    margin-top: 128px; }
  #immersion-guides #usbConnector.imageCaption {
    margin-top: 142px; }
  #immersion-guides #pressToPower.imageCaption {
    margin-top: 14px;
    text-align: left;
    margin-left: 42px; }
  #immersion-guides #btButton2.imageCaption {
    margin-top: 197px;
    width: 123px; }
  #immersion-guides #volButtons2.imageCaption {
    margin-top: 40px;
    width: 188px; }
  #immersion-guides #volButtons3.imageCaption {
    margin-top: 22px;
    width: 175px;
    line-height: 14px; }
  #immersion-guides #troubleshooting li {
    margin-bottom: 10px; }
    #immersion-guides #troubleshooting li label {
      margin-bottom: 0;
      vertical-align: top; }
  #immersion-guides .phoneNav {
    margin-left: 0; }
    #immersion-guides .phoneNav div {
      float: left;
      width: 105px;
      margin-left: 0;
      margin-right: 5px;
      margin-bottom: 13px;
      text-align: center;
      background: #fff; }
      #immersion-guides .phoneNav div a div {
        margin: 0; }
      #immersion-guides .phoneNav div div {
        background: transparent; }
      #immersion-guides .phoneNav div a {
        padding-bottom: 18px;
        color: #999;
        font-family: "Helvetica Nueu Cond";
        text-transform: uppercase; }
        #immersion-guides .phoneNav div a:hover, #immersion-guides .phoneNav div a:visited {
          color: #999;
          font-family: "Helvetica Nueu Cond";
          text-transform: uppercase; }
        #immersion-guides .phoneNav div a div {
          font-size: 14px; }
  #immersion-guides #leftNavBar .nav li a:hover, #immersion-guides #leftNavBar .nav li a:visited {
    color: #999;
    text-transform: uppercase; }
  #immersion-guides .phoneNavContainer {
    padding-left: 0;
    margin-left: -4px;
    min-width: 300px; }
  #immersion-guides .phoneNavButton {
    width: 95px;
    /*height: 120px;*/
    min-height: 120px; }
  #immersion-guides .phoneNav div a img {
    max-width: 70px;
    padding-top: 10px;
    padding-bottom: 5px; }
  #immersion-guides h3.sectionHeading, #immersion-guides h3.sectionHeading-no {
    font-size: 1.3em;
    padding-left: 2em; }
  #immersion-guides h3.sectionHeading {
    line-height: 40px; }
  #immersion-guides .sectionHeading {
    color: white;
    border: 0;
    background-color: #00b4ff; }
  #immersion-guides .sectionHeading-no {
    color: black;
    border-style: solid;
    border-color: white; }
  #immersion-guides h4.sectionTitle, #immersion-guides h4.sectionTitle-no {
    font-size: 1.15em;
    padding-left: 1em; }
  #immersion-guides h4.sectionTitle {
    line-height: 30px; }
  #immersion-guides .sectionTitle {
    color: white;
    border: 0;
    background-color: #00b4ff;
    margin-top: 40px;
    margin-bottom: 20px; }
  #immersion-guides .sectionTitle-no {
    color: black;
    border-style: solid;
    border-color: white; }
  #immersion-guides .sectionSubHeading {
    color: #999;
    text-transform: uppercase; }
  #immersion-guides h5.sectionSubHeading img {
    max-width: 34px;
    margin-top: -2px; }
  #immersion-guides .topBorder {
    border-style: solid;
    border-color: white;
    border-left-width: 0;
    border-right-width: 0;
    border-top-color: #999999;
    border-top-width: 1px;
    margin-top: 20px; }
  #immersion-guides .sectionSubtitle {
    font-weight: bold;
    margin-bottom: 5px;
    color: #000; }
  #immersion-guides .upper-copy {
    text-transform: uppercase; }
  #immersion-guides .primary-copy {
    color: #0a69a9; }
  #immersion-guides .sectionDesc .col-md-4, #immersion-guides .sectionDesc .col-sm-4, #immersion-guides .sectionDesc .col-xs-4 {
    padding-left: 0;
    font-size: 90%; }
  #immersion-guides .troubleshootingIcon {
    width: 36px;
    height: 36px;
    background-color: black;
    margin: 0;
    padding: 0; }
  #immersion-guides .troubleshootingIconLower {
    width: 36px;
    height: 36px;
    background-color: black;
    margin: 0;
    padding: 0; }
    #immersion-guides .troubleshootingIconLower.blue {
      background-color: #3b5998; }
    #immersion-guides .troubleshootingIconLower.white {
      background-color: #fff; }
  #immersion-guides .prod-left-nav {
    left: -150px;
    top: 40px;
    padding-left: 5px;
    background-color: white; }
  #immersion-guides .theme {
    border-radius: 24px;
    display: block;
    margin: 5px auto 0;
    padding-top: 0;
    width: 100%; }
  #immersion-guides .prod-left-nav .theme {
    height: 45px;
    max-width: 45px;
    padding-top: 0; }
  #immersion-guides .prod-left-nav li a img {
    height: 45px;
    max-width: 45px;
    padding-top: 0; }
  #immersion-guides .prod-left-nav li a div {
    padding-top: 2px; }
  #immersion-guides .prod-left-nav .sectionName {
    /*padding-top: 2px;*/ }
  #immersion-guides .phoneNavButton div, #immersion-guides .homepageButton > div {
    padding-top: 10px;
    line-height: 0.95em; }
  #immersion-guides #topNav .theme, #immersion-guides .phoneNav .theme {
    border-radius: 40px;
    max-width: 77px; }
  #immersion-guides #topNav .theme, #immersion-guides .phoneNav .theme {
    max-width: 77px;
    height: 77px;
    padding: 0; }
    #immersion-guides #topNav .theme img, #immersion-guides .phoneNav .theme img {
      max-width: 77px;
      height: 77px;
      padding: 0; }
  #immersion-guides #leftNavBar .nav li {
    text-align: center;
    line-height: .8em;
    margin-bottom: 1px;
    max-width: 110px;
    max-height: 70px;
    width: 100%;
    height: auto; }
    #immersion-guides #leftNavBar .nav li.active {
      background-color: #fff; }
    #immersion-guides #leftNavBar .nav li a {
      text-transform: uppercase;
      font-size: .6em;
      padding: 0;
      max-width: 105px;
      margin: 0;
      padding-bottom: 0px;
      color: #999;
      max-height: 90px;
      width: 100%;
      height: auto; }
  #immersion-guides #hiddenScrollLNav {
    display: none; }
  #immersion-guides #desktopTopHeading {
    font-size: 2.1em;
    margin-top: 0; }
  #immersion-guides #leftNavBarUL .backtoProduct {
    margin-top: 5px; }
  #immersion-guides .default .theme, #immersion-guides .default .sectionHeading, #immersion-guides .default .sectionTitle {
    background-color: #00b4ff; }
  #immersion-guides .default a {
    color: #ff0000; }
    #immersion-guides .default a:hover, #immersion-guides .default a:visited {
      color: #ff0000; }
  #immersion-guides .darkGray .theme, #immersion-guides .darkGray .sectionHeading, #immersion-guides .darkGray .sectionTitle {
    background-color: #323232; }
  #immersion-guides .darkGray a {
    color: #428bca; }
    #immersion-guides .darkGray a:hover, #immersion-guides .darkGray a:visited {
      color: #428bca; }
  #immersion-guides .eq-list {
    list-style-type: none;
    margin-left: 0; }
  #immersion-guides .floatL {
    float: left; }
  #immersion-guides .clearFloatOnly {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    width: 0; }
  #immersion-guides .padTop {
    margin-top: 40px;
    margin-bottom: 20px; }
  #immersion-guides .padTopCover {
    /* used on port cover only */
    margin-top: 40px;
    margin-bottom: 20px; }
  #immersion-guides .smallPadTop {
    margin-top: 20px; }
  #immersion-guides .logo {
    position: fixed;
    top: 2px;
    left: 5px;
    z-index: 2000; }
  #immersion-guides .nav-list > .active > a {
    color: #ffffff;
    text-shadow: none;
    background-color: #fff; }
    #immersion-guides .nav-list > .active > a:hover {
      color: #ffffff;
      text-shadow: none;
      background-color: #fff; }
  #immersion-guides .nav > li > a:hover {
    text-decoration: underline;
    background-color: #fff; }
  #immersion-guides .navbar .btn-navbar {
    margin-right: 15px; }
  #immersion-guides h5 img {
    margin-left: 2px;
    max-width: 30px;
    max-height: 30px; }
  #immersion-guides h5 .midHeading {
    margin-top: 20px; }
  #immersion-guides .affix.footer {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    display: block;
    font-size: 11px;
    height: 25px;
    left: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
  #immersion-guides #hiddenScrollTrigger, #immersion-guides #hiddenScrollLNav {
    height: 0; }
  #immersion-guides .diagram h5 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #000; }
  #immersion-guides .diagram p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0; }
  #immersion-guides .diagram .col-md-6, #immersion-guides .diagram .col-sm-6 {
    padding-left: 7px;
    padding-right: 7px; }
  #immersion-guides .diagram > .row > div > .col-md-6 {
    padding-left: 0;
    padding-right: 8px; }
  #immersion-guides .diagram .disclaimer {
    display: none; }
  #immersion-guides .colRight {
    margin: 25px 0;
    padding-left: 0;
    padding-right: 0; }
    #immersion-guides .colRight .row {
      min-height: 65px;
      display: block;
      margin: 0; }
  #immersion-guides div.homepageButton.backtoProduct > div > a {
    color: #999;
    text-decoration: none; }
  #immersion-guides .phoneNav div a span img {
    max-width: 70px;
    padding-top: 10px;
    padding-bottom: 5px; }
  #immersion-guides .shortHeights > li.backtoProduct {
    height: 45px; }
  #immersion-guides .cookie-disclaimer .disclaimer-message {
    padding: 1.25em; }
  #immersion-guides .table-overflow {
    overflow-x: auto; }
    #immersion-guides .table-overflow .table-responsive {
      width: 708px !important;
      border: none; }
      #immersion-guides .table-overflow .table-responsive tbody {
        border: none; }
      #immersion-guides .table-overflow .table-responsive td img {
        padding: 0;
        margin: 0; }
  @media (max-width: 1024px) {
    #immersion-guides #desktopTopHeading {
      padding-left: 1em; }
    #immersion-guides .navbar-inverse {
      background-color: transparent;
      border: none; }
    #immersion-guides h3.sectionHeading, #immersion-guides h3.sectionHeading-no {
      margin-left: -30px;
      margin-right: -30px; }
    #immersion-guides #mobileNavWrapper .container, #immersion-guides .navbar-static-top .container, #immersion-guides .navbar-fixed-top .container, #immersion-guides .navbar-fixed-bottom .container {
      max-width: 1024px;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    #immersion-guides .nav-collapse.in .btn-group {
      margin-top: 5px;
      padding: 0; }
    #immersion-guides .nav-collapse .dropdown-menu {
      position: static;
      top: auto;
      left: auto;
      float: none;
      display: none;
      max-width: none;
      margin: 0 15px;
      padding: 0;
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none; }
    #immersion-guides .nav-collapse .open > .dropdown-menu {
      display: block; }
    #immersion-guides .nav-collapse .dropdown-menu:before, #immersion-guides .nav-collapse .dropdown-menu:after, #immersion-guides .nav-collapse .dropdown-menu .divider {
      display: none; }
    #immersion-guides .nav-collapse .nav > li > .dropdown-menu:before, #immersion-guides .nav-collapse .nav > li > .dropdown-menu:after {
      display: none; }
    #immersion-guides .nav-collapse .navbar-form, #immersion-guides .nav-collapse .navbar-search {
      float: none;
      padding: 10px 15px;
      margin: 10px 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
    #immersion-guides .navbar-inverse .nav-collapse .navbar-form, #immersion-guides .navbar-inverse .nav-collapse .navbar-search {
      border-top-color: #111111;
      border-bottom-color: #111111; }
    #immersion-guides .navbar .nav-collapse .nav.pull-right {
      float: none;
      margin-left: 0; }
    #immersion-guides .nav-collapse {
      overflow: hidden;
      height: 0; }
      #immersion-guides .nav-collapse.collapse {
        overflow: hidden;
        height: 0; }
    #immersion-guides .shortHeights .theme {
      height: 30px;
      width: 30px;
      display: inline-block;
      border-radius: 15px;
      float: left;
      margin-right: 5px; }
    #immersion-guides .shortHeights > li > a > img {
      float: left;
      height: auto;
      margin-left: 0px;
      margin-right: 0px;
      max-width: 30px;
      width: 100%; }
    #immersion-guides .shortHeights > li > a > span {
      color: #000 !important;
      float: left;
      font-weight: normal;
      line-height: 15px;
      max-width: 80%;
      padding: 0 0 3px 0;
      vertical-align: top;
      white-space: normal; }
    #immersion-guides .navbar-fixed-top.navbar-inverse .navbar-inner {
      background-color: transparent;
      background-image: none;
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0);
      /* IE6-9 */
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0)"; }
    #immersion-guides .navbar-inverse .navbar-toggle {
      background-color: #000; }
    #immersion-guides .navbar-inverse #mobileNav.navbar-collapse {
      max-height: initial;
      top: 0%;
      right: 14px;
      margin-right: 0;
      padding: 0;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
      float: right;
      position: relative;
      z-index: 1000;
      clear: both; }
    #immersion-guides .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      float: right;
      right: 14px; }
      #immersion-guides .navbar-nav .open .dropdown-menu > li > a, #immersion-guides .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      #immersion-guides .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        #immersion-guides .navbar-nav .open .dropdown-menu > li > a:hover, #immersion-guides .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; }
    #immersion-guides .navbar-nav > li > a {
      min-height: 42px; }
    #immersion-guides .navbar-toggle {
      display: block; }
    #immersion-guides .navbar-header {
      float: right; }
    #immersion-guides .immersionGuide.hidden-xs {
      display: none !important; }
    #immersion-guides .navbar-collapse.collapse {
      display: none !important; }
      #immersion-guides .navbar-collapse.collapse.in {
        display: block !important; }
    #immersion-guides #mobileNavWrapper.visible-xs {
      display: block !important; }
    #immersion-guides #mobileNavWrapper .navbar-toggle {
      margin-bottom: 3px; }
    #immersion-guides #mobileNavWrapper .navbar-collapse.collapsing {
      overflow: inherit; }
    #immersion-guides #leftNavBar.hidden-xs {
      display: none !important; } }
  @media (max-width: 980px) {
    #immersion-guides .homepageButton img, #immersion-guides .homepageButton2 img {
      padding-bottom: 0; }
    #immersion-guides .homepageButton, #immersion-guides .homepageButton2 {
      margin-right: 20px; }
    #immersion-guides .table th {
      width: 75px; } }
  @media (max-width: 800px) {
    #immersion-guides .col-md-6.sectionImage img, #immersion-guides .col-sm-6.sectionImage img, #immersion-guides .col-xs-6.sectionImage img {
      width: 100%; } }
  @media (min-width: 768px) {
    #immersion-guides .container {
      max-width: 1024px;
      width: 100%; } }
  @media (max-width: 767px) {
    #immersion-guides body {
      padding-left: 20px;
      padding-right: 20px; }
    #immersion-guides .shortHeights {
      width: 250px; }
    #immersion-guides .container > .navbar-header, #immersion-guides .container-fluid > .navbar-header {
      margin-right: 20px; }
    #immersion-guides .container {
      padding-left: 0;
      padding-right: 0; }
    #immersion-guides .padImgRight {
      margin-right: 0; }
    #immersion-guides .navbar-fixed-top, #immersion-guides .navbar-fixed-bottom, #immersion-guides .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px; }
    #immersion-guides .container-fluid {
      padding: 0; }
    #immersion-guides .troubleshootingIcon, #immersion-guides .troubleshootingIconLower {
      width: 30px;
      height: 30px;
      background-color: black;
      margin: 0;
      padding: 0; }
    #immersion-guides .row div.troubleshootingIcon img {
      max-width: 36px;
      max-width: 36px;
      margin-top: -3px;
      margin-left: -3px; }
    #immersion-guides .row div.troubleshootingIconLower img {
      max-width: 36px;
      max-width: 36px;
      margin-top: -2px;
      margin-left: -3px; }
    #immersion-guides .navbar-inverse #mobileNav.navbar-collapse {
      margin-right: 20px; }
    #immersion-guides .sectionImage img {
      margin: 0;
      padding: 0 10px; }
    #immersion-guides .sectionDesc > .sectionDesc {
      padding: 0; }
    #immersion-guides .shortHeights > li {
      height: 45px; } }
  @media only screen and (min-width: 360px) and (max-width: 640px) {
    #immersion-guides .shortHeights {
      max-height: 220px; } }
  @media (max-height: 650px) {
    #immersion-guides .prod-left-nav li a img {
      max-height: 48px; } }
  @media (max-width: 599px) {
    #immersion-guides .shortHeights {
      max-height: 215px; }
    #immersion-guides #mobileNavWrapper .navbar-toggle {
      margin-top: 8px; }
    #immersion-guides #mobileNavWrapper .navbar-header {
      margin-bottom: 0;
      top: 0; } }
  @media (min-width: 590px) {
    #immersion-guides .nav-collapse.collapse {
      height: auto !important;
      overflow: visible !important; }
    #immersion-guides .phoneNavContainer.visible-xs {
      display: none !important; } }
  @media (max-width: 589px) {
    #immersion-guides h3.sectionHeading, #immersion-guides h3.sectionHeading-no {
      padding-left: 1.5em; }
    #immersion-guides h3.sectionHeadingTight {
      color: black;
      border-bottom-width: 1px;
      margin-top: -6px;
      margin-bottom: -1px; }
    #immersion-guides .immersionGuide {
      color: white;
      position: fixed;
      top: 0;
      left: 15px;
      width: 275px;
      margin: 0;
      z-index: 2000;
      padding: 0; }
    #immersion-guides .navbar-fixed-top {
      margin-bottom: 20px; }
    #immersion-guides .navbar-fixed-bottom {
      margin-top: 20px; }
    #immersion-guides .navbar .container {
      width: auto;
      padding: 0; }
    #immersion-guides .navbar .brand {
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 0 0 -5px; }
    #immersion-guides .nav-collapse {
      clear: both; }
      #immersion-guides .nav-collapse .nav {
        float: none;
        margin: 0 0 10px; }
        #immersion-guides .nav-collapse .nav > li {
          float: none; }
          #immersion-guides .nav-collapse .nav > li > a {
            margin-bottom: 2px; }
        #immersion-guides .nav-collapse .nav > .divider-vertical {
          display: none; }
        #immersion-guides .nav-collapse .nav .nav-header {
          color: #777777;
          text-shadow: none; }
        #immersion-guides .nav-collapse .nav > li > a {
          padding: 9px 15px;
          font-weight: bold;
          color: #777777;
          border-radius: 3px; }
      #immersion-guides .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777777;
        border-radius: 3px; }
      #immersion-guides .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        border-radius: 4px; }
      #immersion-guides .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 2px; }
      #immersion-guides .nav-collapse .nav > li > a:hover, #immersion-guides .nav-collapse .dropdown-menu a:hover {
        background-color: #f2f2f2; }
    #immersion-guides .navbar-inverse .nav-collapse .nav > li > a, #immersion-guides .navbar-inverse .nav-collapse .dropdown-menu a {
      color: #999999; }
    #immersion-guides .navbar-inverse .nav-collapse .nav > li > a:hover, #immersion-guides .navbar-inverse .nav-collapse .dropdown-menu a:hover {
      background-color: #111111; }
    #immersion-guides .navbar .btn-navbar {
      display: block; }
    #immersion-guides .navbar-static .navbar-inner {
      padding-left: 10px;
      padding-right: 10px; }
    #immersion-guides .navbar-inner .dropdown-menu {
      top: 35px;
      right: 20px;
      left: auto; }
      #immersion-guides .navbar-inner .dropdown-menu img {
        margin-right: 5px; }
    #immersion-guides .phoneNavContainer.visible-xs {
      display: block !important; }
    #immersion-guides .diagram .disclaimer {
      color: #6e6e6e;
      margin-bottom: 15px;
      display: block; }
    #immersion-guides #mobileNav {
      border: none; }
    #immersion-guides #mobileNavWrapper .container {
      padding: 5px; }
    #immersion-guides #mobileNavWrapper .navbar-toggle {
      margin-right: 10px; } }
  @media (max-width: 979px) and (min-width: 589px) {
    #immersion-guides #topNav .hidden-xs {
      display: block !important; } }
  @media only screen and (min-width: 480px) and (max-width: 980px) {
    #immersion-guides .desktopHome div div div {
      padding-top: 10px;
      line-height: 1.1em; } }
  @media only screen and (min-width: 430px) and (max-width: 550px) {
    #immersion-guides .phoneNavContainer {
      background: #fff; }
    #immersion-guides .phoneNav div {
      float: left;
      width: 100px;
      margin-left: 15px;
      margin-bottom: 13px;
      text-align: center;
      background: #fff; } }
  @media (max-width: 480px) {
    #immersion-guides .nav-collapse {
      -webkit-transform: translate3d(0, 0, 0); }
    #immersion-guides .page-header h1 small {
      display: block;
      line-height: 20px; }
    #immersion-guides input[type="checkbox"], #immersion-guides input[type="radio"] {
      border: 1px solid #ccc; }
    #immersion-guides .form-horizontal .control-label {
      float: none;
      width: auto;
      padding-top: 0;
      text-align: left; }
    #immersion-guides .form-horizontal .controls {
      margin-left: 0; }
    #immersion-guides .form-horizontal .control-list {
      padding-top: 0; }
    #immersion-guides .form-horizontal .form-actions {
      padding-left: 10px;
      padding-right: 10px; }
    #immersion-guides .media .pull-left, #immersion-guides .media .pull-right {
      float: none;
      display: block;
      margin-bottom: 10px; }
    #immersion-guides .media-object {
      margin-right: 0;
      margin-left: 0; }
    #immersion-guides .modal {
      top: 10px;
      left: 10px;
      right: 10px; }
    #immersion-guides .modal-header .close {
      padding: 10px;
      margin: -10px; }
    #immersion-guides .carousel-caption {
      position: static; }
    #immersion-guides .product-set.multiGrid > .promoListing {
      min-height: 350px; }
    #immersion-guides .table {
      overflow: auto;
      display: block;
      border: none !important;
      width: 300px; }
    #immersion-guides .col-md-6.sectionImage img, #immersion-guides .col-sm-6.sectionImage img, #immersion-guides .col-xs-6.sectionImage img {
      width: 100%;
      padding: 0; } }
  @media (max-width: 470px) {
    #immersion-guides .row .col-md-10.col-md-offset-2.col-sm-10.col-sm-offset-2 {
      padding: 0; }
    #immersion-guides .col-xs-6, #immersion-guides .col-xs-4, #immersion-guides .col-xs-12 {
      margin: 20px 0;
      width: 95%; }
    #immersion-guides .sectionDesc {
      padding-left: 0;
      padding-right: 0;
      margin: 20px 0; }
      #immersion-guides .sectionDesc .col-md-4, #immersion-guides .sectionDesc .col-sm-4, #immersion-guides .sectionDesc .col-xs-4 {
        padding-left: 15px; }
      #immersion-guides .sectionDesc > .sectionDesc {
        margin: 0; }
    #immersion-guides .diagram .col-sm-4, #immersion-guides .diagram .col-sm-6 {
      padding-left: 7px;
      padding-right: 7px; }
    #immersion-guides .sectionImage {
      float: none; }
    #immersion-guides .immersionGuide {
      font-size: 1.4em;
      color: white;
      position: fixed;
      top: 0;
      /*15px*/
      left: 20px;
      width: 250px;
      margin: 0;
      z-index: 2000; }
    #immersion-guides h3.sectionHeading, #immersion-guides h3.sectionHeading-no {
      left: 0; }
    #immersion-guides .imageCaption.callout {
      left: -22px;
      line-height: 10px; }
    #immersion-guides .padTopCover {
      margin-top: 0; }
    #immersion-guides .immersionGuide {
      width: 320px; }
    #immersion-guides .navbar-inner {
      min-height: 55px; } }
  @media only screen and (min-width: 200px) and (max-width: 480px) {
    #immersion-guides div.backtoProduct.phoneNavButton div {
      padding-top: 11px;
      padding-left: 2px; }
    #immersion-guides .shortHeights > li.backtoProduct > a > span.sectionName {
      padding-top: 2%; }
    #immersion-guides .shortHeights > li > a > img {
      margin-right: 5px; }
    #immersion-guides .phoneNav div {
      width: 140px; } }
  @media only screen and (min-width: 480px) and (max-width: 980px) {
    #immersion-guides {
      /*.homepageButton.backtoProduct > div {
	  	padding-top:10px;
	  }*/ }
      #immersion-guides div.backtoProduct.phoneNavButton div {
        padding-top: 11px;
        padding-left: 2px; }
      #immersion-guides .shortHeights > li.backtoProduct > a > span.sectionName {
        padding-top: 2%; }
      #immersion-guides .shortHeights > li > a > img {
        margin-right: 5px; }
      #immersion-guides .phoneNav div {
        width: 140px; } }
  @media (max-width: 980px) {
    #immersion-guides div.homepageButton.backtoProduct > span.theme {
      margin-bottom: 0px; } }
  @media only screen and (min-width: 981px) and (max-width: 1024px) {
    #immersion-guides .shortHeights > li.backtoProduct > a > span.sectionName {
      padding-top: 2%; }
    #immersion-guides .shortHeights > li > a > img {
      margin-right: 5px; } }
  #immersion-guides .long-languages {
    /* mobile dropdown nav */ }
    #immersion-guides .long-languages .homepageButton, #immersion-guides .long-languages .homepageButton2 {
      width: 200px;
      min-height: 160px;
      height: auto; }
    #immersion-guides .long-languages h3.sectionHeadingTight {
      text-align: left;
      margin-left: 0;
      margin-right: 0; }
    #immersion-guides .long-languages #leftNavBar .nav li a {
      min-height: 65px;
      width: 200px; }
    #immersion-guides .long-languages .prod-left-nav li a div {
      display: none; }
    #immersion-guides .long-languages .shortHeights {
      top: 100%; }
      #immersion-guides .long-languages .shortHeights li {
        height: auto;
        min-height: 43px;
        margin-bottom: 6px; }
      #immersion-guides .long-languages .shortHeights > li > a {
        white-space: normal; }
    @media only screen and (min-width: 430px) and (max-width: 550px) {
      #immersion-guides .long-languages .phoneNav div {
        float: left;
        width: 140px;
        margin-left: 15px;
        margin-bottom: 13px;
        text-align: center;
        background: #fff; } }
    @media (max-width: 470px) {
      #immersion-guides .long-languages .phoneNav div {
        width: 152px;
        height: 130px; } }

/* ==Careers */
.careers p.lead {
  font-weight: normal; }

.careers h2.title {
  font-size: 28px; }

.careers .copy h2 {
  margin-top: 0; }

.careers .grid .thumbnail.active {
  background: #0088cc;
  color: #ffffff; }

.careers .btn-primary.btn-sm, .careers .btn-group-sm > .btn-primary.btn {
  width: 100px; }

.careers .grid .thumbnail.active * {
  color: #ffffff; }

.careers .grid .thumbnail img {
  max-width: 64px;
  width: 100%; }

.careers .grid.people div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 82px;
  min-width: 82px;
  width: 82px; }

.careers .grid .owl-stage-outer .thumbnail.active * {
  color: #ffffff; }

.careers .grid .owl-stage-outer .thumbnail img {
  max-width: 100%; }

.careers .grid .owl-stage-outer .thumbnail span {
  font-size: 14px;
  color: #000;
  padding: 10px;
  display: block;
  height: 60px;
  overflow: hidden;
  margin-bottom: 5px; }

.careers .videos div[class*="col-"] .thumbnail h6 {
  display: block;
  height: 65px;
  padding: 5px;
  overflow: hidden;
  font-size: 14px; }

.careers .owl-prev {
  left: 8px;
  position: absolute;
  top: 0; }

.careers .owl-theme .owl-controls {
  margin-top: 0 !important; }
  .careers .owl-theme .owl-controls .owl-buttons div {
    background-color: #08c; }

.careers .owl-next {
  position: absolute;
  right: 8px;
  top: 0; }

.careers a.videoref {
  display: block;
  margin: 0 auto;
  min-height: 340px; }

.careers .c-promos {
  min-height: 280px;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .careers .c-promos .btn, .careers .c-promos .learn-more.btn {
      margin: 0; } }

@media only screen and (max-width: 1024px) {
  .careers a.videoref {
    min-height: 270px; }
  .careers .c-promos {
    min-height: 380px;
    display: block; } }

@media only screen and (max-width: 599px) {
  .careers .grid .col-xs-3 {
    width: 25%;
    float: left;
    clear: none; }
  .careers .grid .col-xs-4 {
    width: 33.3333%;
    float: left;
    clear: none; }
  .careers .grid .col-xs-6 {
    width: 50%;
    float: left;
    clear: none; }
  .careers a.videoref img {
    max-width: 240px; }
  .videos div[class*="col-"] .thumbnail h6 {
    display: block;
    height: 65px;
    overflow: hidden;
    font-size: 14px; } }

@media only screen and (max-width: 480px) {
  .careers .grid .col-xs-3 {
    width: 33.3333%;
    float: left;
    clear: none; } }

@media (min-width: 991px) {
  .careers .videos div[class*="col-"] .thumbnail h6 {
    height: 55px; } }

/* ==End Careers */
@media (max-width: 767px) {
  body.home {
    background: #814efa; } }

body.home article {
  height: 100%;
  color: black; }

.panel-page {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

section {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: translate3d(0, 0, 0);
  color: white;
  /*
	&.gaming-gray-bg {
		color: $medium-blue;
		.product-overlap-head {
			@include points("font-size", 37);
		}
	}
	*/ }
  section .panel-text {
    position: relative; }
    section .panel-text .panel-text-transform {
      position: relative;
      left: 0px;
      right: 0px;
      margin: 0; }
      @media (min-width: 992px) {
        section .panel-text .panel-text-transform {
          top: 100px; } }
  section .product-image img {
    max-width: 100%;
    position: relative; }
  section.cover-background {
    background-size: cover;
    width: 100%;
    height: 100%; }
  section h1,
  section h2 {
    letter-spacing: 0.04;
    text-transform: uppercase;
    font-family: "Brown-Pro-Bold";
    margin-top: 0;
    margin-bottom: 0;
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      section h1,
      section h2 {
        width: 100%; } }
    section h1.full,
    section h2.full {
      font-size: 3.125em;
      font-size: 15vw;
      line-height: normal;
      white-space: nowrap; }
      @media (min-width: 992px) {
        section h1.full,
        section h2.full {
          font-size: 6.25em;
          font-size: 8vw; } }
      @media (min-width: 1260px) {
        section h1.full,
        section h2.full {
          font-size: 9.375em;
          font-size: 8vw; } }
  section h1 {
    top: 0;
    margin-bottom: 10px; }
  section h3.eye-brow {
    font-size: 1.375em;
    font-family: "Brown-Pro-Light";
    width: 80%;
    margin: 0 auto;
    text-transform: none; }
    @media (min-width: 992px) {
      section h3.eye-brow {
        font-size: 1.75em;
        width: 100%; } }
  section.product-underlap .container .panel-copy {
    margin-top: 90px;
    text-align: center; }
    @media (min-width: 768px) {
      section.product-underlap .container .panel-copy {
        margin-top: 150px; } }
    @media (min-width: 992px) {
      section.product-underlap .container .panel-copy {
        margin-top: 270px;
        text-align: left;
        position: relative;
        height: 528px; } }
    section.product-underlap .container .panel-copy .panel-text {
      z-index: 1; }
    section.product-underlap .container .panel-copy h1.full,
    section.product-underlap .container .panel-copy h2.full {
      font-size: 1.25em;
      font-size: 11vw;
      white-space: nowrap; }
      @media (min-width: 992px) {
        section.product-underlap .container .panel-copy h1.full,
        section.product-underlap .container .panel-copy h2.full {
          font-size: 3.125em;
          font-size: 9vw; } }
      @media (min-width: 1260px) {
        section.product-underlap .container .panel-copy h1.full,
        section.product-underlap .container .panel-copy h2.full {
          font-size: 6.25em;
          font-size: 9vw; } }
    section.product-underlap .container .panel-copy h2.full {
      margin-left: -8px; }
    section.product-underlap .container .panel-copy .product-image {
      margin: 45px auto 0;
      float: none; }
      @media (min-width: 992px) {
        section.product-underlap .container .panel-copy .product-image {
          width: 580px;
          position: absolute;
          right: 230px;
          top: -65px;
          z-index: -10; } }
      section.product-underlap .container .panel-copy .product-image img {
        width: 65%; }
        @media (min-width: 992px) {
          section.product-underlap .container .panel-copy .product-image img {
            width: 100%; } }
  section.product-overlap .container .panel-copy {
    margin-top: 90px;
    text-align: center; }
    @media (min-width: 768px) {
      section.product-overlap .container .panel-copy {
        margin-top: 150px; } }
    @media (min-width: 992px) {
      section.product-overlap .container .panel-copy {
        text-align: left;
        position: relative;
        margin-top: 270px;
        height: 528px; } }
    section.product-overlap .container .panel-copy h1.full, section.product-overlap .container .panel-copy h1.full-short, section.product-overlap .container .panel-copy h2.full, section.product-overlap .container .panel-copy h2.full-short {
      font-size: 3.125em;
      font-size: 15vw;
      white-space: nowrap; }
      @media (min-width: 992px) {
        section.product-overlap .container .panel-copy h1.full, section.product-overlap .container .panel-copy h1.full-short, section.product-overlap .container .panel-copy h2.full, section.product-overlap .container .panel-copy h2.full-short {
          font-size: 6.25em;
          font-size: 12vw; } }
      @media (min-width: 1260px) {
        section.product-overlap .container .panel-copy h1.full, section.product-overlap .container .panel-copy h1.full-short, section.product-overlap .container .panel-copy h2.full, section.product-overlap .container .panel-copy h2.full-short {
          font-size: 9.375em;
          font-size: 12vw; } }
      @media (max-width: 736px) and (orientation: landscape) {
        section.product-overlap .container .panel-copy h1.full, section.product-overlap .container .panel-copy h1.full-short, section.product-overlap .container .panel-copy h2.full, section.product-overlap .container .panel-copy h2.full-short {
          font-size: 3em !important;
          line-height: 1.4 !important; } }
    section.product-overlap .container .panel-copy h1.full, section.product-overlap .container .panel-copy h2.full {
      margin-left: -15px; }
    section.product-overlap .container .panel-copy h1.full-short, section.product-overlap .container .panel-copy h2.full-short {
      margin-left: -8px; }
    section.product-overlap .container .panel-copy .product-overlap-head {
      font-size: 3.47063em;
      margin-top: 0;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        section.product-overlap .container .panel-copy .product-overlap-head {
          line-height: .8em;
          margin-left: -12px; } }
    section.product-overlap .container .panel-copy .product-overlap-subhead {
      font-size: 1.375em;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        section.product-overlap .container .panel-copy .product-overlap-subhead {
          font-size: 1.75em; } }
    section.product-overlap .container .panel-copy .product-image {
      margin: 45px auto 0; }
      @media (min-width: 992px) {
        section.product-overlap .container .panel-copy .product-image {
          width: 580px;
          margin-top: 0;
          position: absolute;
          right: 105px;
          top: -65px; } }
      section.product-overlap .container .panel-copy .product-image img {
        width: 65%; }
        @media (min-width: 992px) {
          section.product-overlap .container .panel-copy .product-image img {
            width: 100%; } }
    section.product-overlap .container .panel-copy .product-image-right-sm {
      margin: 45px auto 0; }
      @media (min-width: 992px) {
        section.product-overlap .container .panel-copy .product-image-right-sm {
          width: 420px;
          position: absolute;
          right: 149px;
          top: -60px; } }
      section.product-overlap .container .panel-copy .product-image-right-sm img {
        width: 65%; }
        @media (min-width: 992px) {
          section.product-overlap .container .panel-copy .product-image-right-sm img {
            width: 100%; } }
  section.product-two-rows .container {
    height: 100%;
    overflow: hidden; }
    section.product-two-rows .container .panel-copy {
      margin-top: 90px;
      text-align: center; }
      @media (min-width: 768px) {
        section.product-two-rows .container .panel-copy {
          margin-top: 150px; } }
      @media (min-width: 992px) {
        section.product-two-rows .container .panel-copy {
          margin-top: 150px;
          text-align: left;
          position: relative;
          height: 782px;
          padding-top: 302px;
          margin-top: 0; } }
      @media (min-width: 992px) {
        section.product-two-rows .container .panel-copy h1, section.product-two-rows .container .panel-copy h2 {
          font-size: 7.5em;
          line-height: .95em; } }
      section.product-two-rows .container .panel-copy h2 {
        margin-left: -1px; }
      @media (max-width: 767px) {
        section.product-two-rows .container .panel-copy h3 {
          font-size: 1.375em; } }
      section.product-two-rows .container .panel-copy .product-overlap-head {
        font-size: 2.625em; }
        section.product-two-rows .container .panel-copy .product-overlap-head:nth-of-type(1) {
          margin-bottom: 2px; }
        @media (min-width: 992px) {
          section.product-two-rows .container .panel-copy .product-overlap-head {
            font-size: 7.5em; } }

.product-image-right {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .product-image-right {
      width: 215px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .product-image-right {
      width: 385px;
      float: right;
      margin-top: 0;
      position: absolute;
      top: 310px;
      right: 40px; } }
  .product-image-right img {
    width: 65%; }
    @media (min-width: 992px) {
      .product-image-right img {
        width: 100%; } }

.home-category-grid-tiles {
  position: relative;
  margin-top: 56px; }
  @media (min-width: 768px) {
    .home-category-grid-tiles {
      margin-top: 60px;
      margin-bottom: 80px;
      margin-top: 200px; } }
  @media (max-width: 768px) {
    .home-category-grid-tiles {
      margin-left: -20px;
      margin-right: -20px; } }
  .home-category-grid-tiles .home-category-grid-tile {
    font-size: 1em;
    position: absolute;
    font-family: "Brown-Pro-Bold";
    height: 220px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear; }
    @media (min-width: 768px) {
      .home-category-grid-tiles .home-category-grid-tile {
        height: 300px; } }
    @media (min-width: 1260px) {
      .home-category-grid-tiles .home-category-grid-tile {
        height: 344px; } }
    @media (max-width: 667px) and (orientation: landscape) {
      .home-category-grid-tiles .home-category-grid-tile {
        height: 300px; } }
    .home-category-grid-tiles .home-category-grid-tile:hover .home-category-grid-image {
      -webkit-transform: translate(-10px, 10px);
          -ms-transform: translate(-10px, 10px);
              transform: translate(-10px, 10px); }
    .home-category-grid-tiles .home-category-grid-tile:hover.purple-bg {
      background-color: #682bf9; }
    .home-category-grid-tiles .home-category-grid-tile:hover.teal-bg {
      background-color: #00d1b9; }
    .home-category-grid-tiles .home-category-grid-tile:hover.pink-bg {
      background-color: #ff6908; }
    .home-category-grid-tiles .home-category-grid-tile:hover.light-blue-bg {
      background-color: #008ebc; }
    .home-category-grid-tiles .home-category-grid-tile:hover.blue-bg {
      background-color: #0096c7; }
    .home-category-grid-tiles .home-category-grid-tile .home-category-tile-title {
      position: absolute;
      left: 30px;
      bottom: 30px; }
    .home-category-grid-tiles .home-category-grid-tile .home-category-grid-image {
      position: absolute;
      max-width: 72%;
      right: -20px;
      top: -10px;
      -webkit-transition: all 0.3s linear;
              transition: all 0.3s linear; }
      @media (min-width: 991px) {
        .home-category-grid-tiles .home-category-grid-tile .home-category-grid-image {
          max-width: 100%;
          left: 20px;
          top: -10px; } }
      .home-category-grid-tiles .home-category-grid-tile .home-category-grid-image.bottom-image {
        bottom: 0;
        top: auto; }

#category-filter-sorter > div {
  background-color: #ededed;
  height: 77px; }
  #category-filter-sorter > div .shell {
    max-width: 1240px;
    margin: 0 auto; }
    #category-filter-sorter > div .shell #category-filter {
      text-transform: uppercase;
      color: #2f3132;
      margin: 0 0 0;
      padding: 0; }
      @media (min-width: 992px) {
        #category-filter-sorter > div .shell #category-filter {
          margin-bottom: 40px; } }
      #category-filter-sorter > div .shell #category-filter #category-tab {
        font-size: 0.875em;
        text-align: center;
        background-color: #fff;
        background-color: #ededed;
        border-left: 2px solid #ededed;
        border-right: 2px solid #ededed;
        width: 100%;
        height: 77px;
        display: block;
        margin: 0;
        padding: 30px; }
        #category-filter-sorter > div .shell #category-filter #category-tab:hover {
          cursor: pointer; }
        #category-filter-sorter > div .shell #category-filter #category-tab .tab-label {
          padding: 0 10px; }
        #category-filter-sorter > div .shell #category-filter #category-tab.active {
          background-color: #fff; }
      #category-filter-sorter > div .shell #category-filter nav#category-list {
        opacity: 1;
        height: 0;
        overflow: hidden;
        position: absolute;
        z-index: 1000;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #fff;
        border-bottom: 0;
        border-left: 2px solid #ededed;
        border-right: 2px solid #ededed; }
        #category-filter-sorter > div .shell #category-filter nav#category-list ul {
          padding: 0;
          margin: 0;
          width: 100%;
          list-style: none; }
          #category-filter-sorter > div .shell #category-filter nav#category-list ul li {
            font-size: 0.875em;
            background-color: #fff;
            text-transform: uppercase;
            color: #2f3132;
            display: block;
            width: 100%;
            text-align: center;
            padding: 20px; }
            #category-filter-sorter > div .shell #category-filter nav#category-list ul li.active {
              background-color: #ededed !important; }
            #category-filter-sorter > div .shell #category-filter nav#category-list ul li:hover {
              background-color: #dbfd01;
              cursor: pointer; }
    #category-filter-sorter > div .shell #filter-by-filter {
      text-transform: uppercase;
      color: #2f3132; }
      #category-filter-sorter > div .shell #filter-by-filter #filter-by-tab {
        text-transform: uppercase;
        font-size: 0.875em;
        text-align: center;
        background-color: #ededed;
        width: 100%;
        height: 77px;
        display: block;
        margin: 0;
        padding: 30px; }
        #category-filter-sorter > div .shell #filter-by-filter #filter-by-tab:hover {
          cursor: pointer; }
        #category-filter-sorter > div .shell #filter-by-filter #filter-by-tab .tab-label {
          padding: 0 10px; }
        #category-filter-sorter > div .shell #filter-by-filter #filter-by-tab.active {
          background-color: #fff;
          border-left: 2px solid #ededed;
          border-right: 2px solid #ededed; }
      #category-filter-sorter > div .shell #filter-by-filter .filter-list-title {
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 35px 0; }
      #category-filter-sorter > div .shell #filter-by-filter .clear-all {
        font-family: Brown-Pro-Bold;
        text-transform: uppercase;
        padding: 0 31px;
        color: #00a9e0; }
        #category-filter-sorter > div .shell #filter-by-filter .clear-all .glyphicon {
          color: #00a9e0 !important;
          padding-left: 0px !important;
          padding-right: 8px; }
        #category-filter-sorter > div .shell #filter-by-filter .clear-all:hover {
          cursor: pointer; }
      #category-filter-sorter > div .shell #filter-by-filter ul#filter-by-list {
        overflow: hidden;
        height: 0;
        position: absolute;
        z-index: 1000;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 0;
        background-color: #fff;
        border-left: 2px solid #ededed;
        border-right: 2px solid #ededed; }
        #category-filter-sorter > div .shell #filter-by-filter ul#filter-by-list li {
          font-size: 0.875em;
          text-transform: capitalize;
          white-space: nowrap;
          color: #2f3132;
          display: block;
          width: 100%;
          text-align: left;
          padding: 7px 0 7px 0; }
          #category-filter-sorter > div .shell #filter-by-filter ul#filter-by-list li .glyphicon {
            padding-left: 10px;
            top: 3px;
            color: #aaaaaa; }
        #category-filter-sorter > div .shell #filter-by-filter ul#filter-by-list label {
          font-family: "Brown-Pro-Bold";
          font-weight: normal; }
        #category-filter-sorter > div .shell #filter-by-filter ul#filter-by-list ul {
          padding: 0;
          -webkit-padding-start: 0;
          margin-left: 43px; }
        #category-filter-sorter > div .shell #filter-by-filter ul#filter-by-list .feature_checkbox {
          width: 4px;
          -moz-appearance: none;
          -webkit-appearance: none;
                  appearance: none; }
    #category-filter-sorter > div .shell #sort-by-filter {
      text-transform: uppercase;
      color: #2f3132;
      margin: 0;
      padding: 0; }
      #category-filter-sorter > div .shell #sort-by-filter.active {
        z-index: 5; }
      #category-filter-sorter > div .shell #sort-by-filter #sort-by-tab {
        font-size: 0.875em;
        text-align: center;
        background-color: #ededed;
        width: 100%;
        height: 77px;
        display: block;
        margin: 0;
        padding: 30px; }
        #category-filter-sorter > div .shell #sort-by-filter #sort-by-tab:hover {
          cursor: pointer; }
        #category-filter-sorter > div .shell #sort-by-filter #sort-by-tab .tab-label {
          padding: 0 10px; }
        #category-filter-sorter > div .shell #sort-by-filter #sort-by-tab.active {
          background-color: #fff;
          border-left: 2px solid #ededed;
          border-right: 2px solid #ededed; }
      #category-filter-sorter > div .shell #sort-by-filter ul#sort-by-list {
        height: 0;
        overflow: hidden;
        position: absolute;
        z-index: 1000;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 0;
        background-color: #fff;
        border-left: 2px solid #ededed;
        border-right: 2px solid #ededed; }
        #category-filter-sorter > div .shell #sort-by-filter ul#sort-by-list li {
          font-size: 0.875em;
          background-color: #fff;
          text-transform: uppercase;
          white-space: nowrap;
          color: #2f3132;
          display: block;
          width: 100%;
          text-align: center;
          padding: 20px; }
          #category-filter-sorter > div .shell #sort-by-filter ul#sort-by-list li:hover {
            background-color: #dbfd01;
            cursor: pointer; }
    #category-filter-sorter > div .shell #num-showing {
      color: #999999;
      font-family: "Helvetica", sans-serif;
      font-size: 0.875em;
      text-align: right;
      padding: 20px; }
    #category-filter-sorter > div .shell #no-results-found {
      text-align: left;
      position: relative;
      width: 100%; }

#category-filter-sorter-mobile .dropdowns.short {
  height: 200px;
  border-bottom: 20px solid #ededed;
  overflow: auto; }

#category-filter-sorter-mobile #category-tab-mobile {
  font-size: 0.875em;
  background-color: #fff;
  height: 65px;
  display: block;
  margin: 0;
  padding: 25px 10px; }
  #category-filter-sorter-mobile #category-tab-mobile:hover {
    cursor: pointer; }
  #category-filter-sorter-mobile #category-tab-mobile .tab-contents {
    text-align: center; }
    @media (max-width: 768px) {
      #category-filter-sorter-mobile #category-tab-mobile .tab-contents {
        padding-left: 0; } }
  #category-filter-sorter-mobile #category-tab-mobile .tab-label {
    text-transform: uppercase;
    padding: 0 10px; }
  #category-filter-sorter-mobile #category-tab-mobile .triangle-down, #category-filter-sorter-mobile #category-tab-mobile .triangle-up {
    padding: 0 10px; }

#category-filter-sorter-mobile #next-filter, #category-filter-sorter-mobile #prev-filter {
  display: block;
  height: 65px;
  background-color: #ededed;
  text-align: center; }
  #category-filter-sorter-mobile #next-filter div, #category-filter-sorter-mobile #prev-filter div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#category-filter-sorter-mobile nav#category-list-mobile {
  position: absolute;
  z-index: 1000;
  top: 65px;
  margin: 0;
  padding: 0;
  background-color: white;
  border-left: 2px solid #ededed;
  border-right: 2px solid #ededed;
  border-bottom: 20px solid #ededed; }
  #category-filter-sorter-mobile nav#category-list-mobile ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none; }
    #category-filter-sorter-mobile nav#category-list-mobile ul li {
      font-size: 0.875em;
      background-color: #fff;
      text-transform: uppercase;
      color: #2f3132;
      display: block;
      width: 100%;
      text-align: center;
      padding: 20px; }
      #category-filter-sorter-mobile nav#category-list-mobile ul li.active {
        background-color: #ededed !important; }
      #category-filter-sorter-mobile nav#category-list-mobile ul li:hover {
        background-color: #dbfd01;
        cursor: pointer; }

#category-filter-sorter-mobile #filter-by-filter-mobile {
  color: #2f3132; }
  #category-filter-sorter-mobile #filter-by-filter-mobile #filter-by-tab-mobile {
    text-transform: uppercase;
    font-size: 0.875em;
    text-align: center;
    background-color: #ededed;
    height: 65px;
    display: block;
    margin: 0;
    padding: 25px 0 0; }
    #category-filter-sorter-mobile #filter-by-filter-mobile #filter-by-tab-mobile:hover {
      cursor: pointer; }
    #category-filter-sorter-mobile #filter-by-filter-mobile #filter-by-tab-mobile .tab-label {
      padding: 0 10px; }
    #category-filter-sorter-mobile #filter-by-filter-mobile #filter-by-tab-mobile.active {
      background-color: #fff; }
  #category-filter-sorter-mobile #filter-by-filter-mobile .filter-list-title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 35px; }
    @media (max-width: 680px) {
      #category-filter-sorter-mobile #filter-by-filter-mobile .filter-list-title {
        padding: 0 15px; } }
  @media (max-width: 768px) {
    #category-filter-sorter-mobile #filter-by-filter-mobile .clear-all-section {
      padding-left: 0;
      margin-left: 0; } }
  #category-filter-sorter-mobile #filter-by-filter-mobile .clear-all-section #clear-all-mobile {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 23px 0 14px;
    color: #00a9e0; }
    #category-filter-sorter-mobile #filter-by-filter-mobile .clear-all-section #clear-all-mobile .glyphicon {
      color: #00a9e0 !important;
      padding-left: 0px !important;
      padding-right: 8px; }
    @media (max-width: 768px) {
      #category-filter-sorter-mobile #filter-by-filter-mobile .clear-all-section #clear-all-mobile {
        padding-left: 0;
        margin-left: 0; } }
  #category-filter-sorter-mobile #filter-by-filter-mobile .glyphicon {
    padding: 0 10px; }
  #category-filter-sorter-mobile #filter-by-filter-mobile ul#filter-by-list-mobile {
    position: absolute;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-left: 2px solid #ededed;
    border-right: 2px solid #ededed;
    border-bottom: 20px solid #ededed;
    width: 200%; }
    #category-filter-sorter-mobile #filter-by-filter-mobile ul#filter-by-list-mobile ul {
      padding-left: 40px; }
      #category-filter-sorter-mobile #filter-by-filter-mobile ul#filter-by-list-mobile ul li {
        font-size: 0.875em;
        background-color: #fff;
        white-space: nowrap;
        color: #2f3132;
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 0 10px 0;
        position: relative; }
        #category-filter-sorter-mobile #filter-by-filter-mobile ul#filter-by-list-mobile ul li .glyphicon {
          padding-left: 10px;
          top: 3px;
          color: #aaaaaa; }
        @media (max-width: 680px) {
          #category-filter-sorter-mobile #filter-by-filter-mobile ul#filter-by-list-mobile ul li {
            max-width: 225px;
            white-space: normal; }
            #category-filter-sorter-mobile #filter-by-filter-mobile ul#filter-by-list-mobile ul li input {
              display: none; }
            #category-filter-sorter-mobile #filter-by-filter-mobile ul#filter-by-list-mobile ul li label::before {
              margin-left: -32px; } }
    #category-filter-sorter-mobile #filter-by-filter-mobile ul#filter-by-list-mobile .filter-list-title {
      padding-top: 10px;
      padding-bottom: 10px; }

#category-filter-sorter-mobile #sort-by-filter-mobile {
  text-transform: uppercase;
  color: #2f3132;
  background-color: #fff;
  margin: 0;
  padding: 0; }
  #category-filter-sorter-mobile #sort-by-filter-mobile #sort-by-tab-mobile {
    font-size: 0.875em;
    text-align: center;
    background-color: #ededed;
    height: 65px;
    display: block;
    margin: 0;
    padding: 25px 0; }
    #category-filter-sorter-mobile #sort-by-filter-mobile #sort-by-tab-mobile:hover {
      cursor: pointer; }
    #category-filter-sorter-mobile #sort-by-filter-mobile #sort-by-tab-mobile .tab-label {
      padding: 0 10px; }
    #category-filter-sorter-mobile #sort-by-filter-mobile #sort-by-tab-mobile.active {
      background-color: #fff; }
    #category-filter-sorter-mobile #sort-by-filter-mobile #sort-by-tab-mobile .triangle-down, #category-filter-sorter-mobile #sort-by-filter-mobile #sort-by-tab-mobile .triangle-up {
      padding: 0 10px; }
  #category-filter-sorter-mobile #sort-by-filter-mobile.col-xs-10 #sort-by-list-mobile {
    width: 100%; }
  #category-filter-sorter-mobile #sort-by-filter-mobile ul#sort-by-list-mobile {
    position: absolute;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 0;
    border-left: 2px solid #ededed;
    border-right: 2px solid #ededed;
    border-bottom: 20px solid #ededed;
    width: 200%; }
    #category-filter-sorter-mobile #sort-by-filter-mobile ul#sort-by-list-mobile li {
      font-size: 0.875em;
      background-color: #fff;
      text-transform: uppercase;
      white-space: normal;
      color: #2f3132;
      display: block;
      text-align: center;
      padding: 20px; }
      #category-filter-sorter-mobile #sort-by-filter-mobile ul#sort-by-list-mobile li:hover {
        background-color: #dbfd01;
        cursor: pointer; }

.no-touch #filter-by-filter-mobile ul#filter-by-list-mobile li ul:not(.clear-all-section) {
  -webkit-padding-start: 0;
  padding-left: 59px !important; }

.no-touch #filter-by-filter-mobile #clear-all-mobile {
  -webkit-padding-start: 20px; }

.feature-tile {
  position: absolute;
  color: #252a2c;
  background-color: #fff;
  display: none;
  border-top: 2px solid #ededed;
  padding-top: 30px;
  height: 520px;
  top: 1600px;
  /* Move featured tile below first three tiles at smallest breakpoint */
  /* TODO */
  /* Move featured tile below first row of tiles*/ }
  .feature-tile:hover {
    color: #252a2c !important;
    text-decoration: none; }
  @media (min-width: 768px) {
    .feature-tile {
      padding-top: 90px;
      border-top: none;
      height: 435px; } }
  @media (min-width: 768px) {
    .feature-tile {
      position: absolute;
      left: 0;
      z-index: 2;
      top: 460px;
      /* height of product-tile */
      height: 370px; } }
  @media (min-width: 992px) {
    .feature-tile {
      height: 460px; } }
  @media (min-width: 1260px) {
    .feature-tile {
      height: 520px; } }
  .feature-tile .feature-image {
    position: absolute;
    bottom: 0;
    width: auto;
    pointer-events: none; }
    @media (max-width: 767px) {
      .feature-tile .feature-image {
        bottom: -50px;
        max-height: 340px;
        max-width: 100%; } }
    @media (min-width: 768px) {
      .feature-tile .feature-image {
        top: -30px;
        bottom: auto;
        right: 0px;
        max-height: 440px; } }
    @media (min-width: 992px) {
      .feature-tile .feature-image {
        top: auto;
        bottom: -70px;
        max-height: 560px; } }
    @media (min-width: 1260px) {
      .feature-tile .feature-image {
        top: -30px;
        right: 60px;
        bottom: auto;
        max-height: 610px; } }
  .feature-tile .feature-metadata {
    margin: 0 20px;
    position: absolute;
    top: 0; }
    @media (min-width: 768px) {
      .feature-tile .feature-metadata {
        top: 30px;
        width: 380px; } }
    @media (min-width: 992px) {
      .feature-tile .feature-metadata {
        top: 25px; } }
    @media (min-width: 1260px) {
      .feature-tile .feature-metadata {
        top: 60px; } }
  @media (max-width: 767px) {
    .feature-tile .product-name-prefix {
      margin: 16px 0 0 0; } }
  .feature-tile .product-name {
    font-family: "Brown-Pro-Bold";
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.125em; }
    @media (min-width: 992px) {
      .feature-tile .product-name {
        font-size: 2.5em;
        line-height: 1.125em; } }
    @media (min-width: 1260px) {
      .feature-tile .product-name {
        font-size: 3.75em;
        line-height: 65px; } }
  .feature-tile .learn-more {
    background-color: #00a9e0;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 20px 30px; }
  .feature-tile .price {
    display: inline-block;
    padding-left: 15px; }

.touch .feature-tile {
  top: 1650px;
  /* Make room for product-info on touch */ }
  @media (min-width: 768px) {
    .touch .feature-tile {
      top: 615px; } }

.compare-grid-feature {
  border-bottom: 1px solid #ededed;
  padding: 18px 0; }

.compare-feature-name {
  font-size: 0.875em;
  display: inline-block;
  padding: 0;
  width: 17%; }

.compare-feature-checked {
  display: inline-block;
  height: 20px;
  float: right;
  text-align: center;
  width: 20%;
  padding-left: 0;
  padding-right: 0; }
  .compare-feature-checked .svg-check {
    margin: 0 auto; }

.product-overview {
  margin-top: 50px; }
  .product-overview .overview-list.row:before, .product-overview .overview-list.row:after {
    width: 0;
    content: ''; }
  .product-overview .overview-list.row > li.row {
    width: 100%; }
    .product-overview .overview-list.row > li.row .overview-item {
      text-align: center; }
      .product-overview .overview-list.row > li.row .overview-item p {
        max-width: 410px;
        margin: 0 auto 11px; }
      @media (max-width: 767px) {
        .product-overview .overview-list.row > li.row .overview-item p {
          max-width: 400px;
          margin: 0 auto 11px; } }
    @media (max-width: 767px) {
      .product-overview .overview-list.row > li.row {
        padding-left: 10px;
        padding-right: 10px; } }
  .product-overview ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .product-overview .overview-item {
    padding: 30px 0;
    border-top: 2px solid #e0e2e4;
    text-align: left; }
    .product-overview .overview-item p {
      font-size: 0.875em;
      line-height: 1.714285714em; }
    .product-overview .overview-item a {
      font-size: 0.75em;
      text-transform: uppercase;
      color: #00a9e0; }
    @media (max-width: 793px) {
      .product-overview .overview-item {
        text-align: center; }
        .product-overview .overview-item p {
          max-width: 400px;
          margin: 0 auto 11px; } }
    @media (min-width: 768px) {
      .product-overview .overview-item {
        margin-right: 30px;
        min-height: 280px; } }
    @media (min-width: 992px) {
      .product-overview .overview-item {
        min-height: 0;
        padding-bottom: 10px; } }
  .product-overview .more-content-list .more-content-item {
    margin-bottom: 9px;
    display: block;
    width: 100%; }
    .product-overview .more-content-list .more-content-item:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .product-overview {
      margin-top: 80px;
      padding: 0; } }

.formGrid .btn, .form-horizontal .btn {
  margin: 0 auto; }

.product-features {
  position: relative;
  padding: 50px 10px;
  background-color: #252a2c;
  color: #fff;
  overflow: hidden; }
  .product-features .features-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .product-features .features-list h3 {
      font-family: "Brown-Pro-Light"; }
  @media (min-width: 992px) {
    .product-features .features-list {
      max-width: 41%;
      padding-left: 5%;
      padding-right: 5%; } }
  .product-features .features-list-item {
    margin-bottom: 32px; }
    .product-features .features-list-item:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1260px) {
      .product-features .features-list-item {
        margin-bottom: 44px; } }
  .product-features .feature-title {
    position: relative;
    font-size: 1.625em;
    color: #dbfd01; }
    .product-features .feature-title:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #dbfd01;
      z-index: 1;
      padding: 0;
      margin: -6px 0 0 -22px;
      position: absolute;
      top: 50%;
      left: 0; }
    @media (min-width: 992px) {
      .product-features .feature-title {
        font-size: 2em; } }
  .product-features .feature-description {
    margin-bottom: 34px;
    font-size: 0.875em;
    line-height: 1.714285714em;
    color: #aaaaaa; }
  .product-features .feature-image img {
    display: block;
    width: 100%;
    height: auto; }
  .product-features .has-more-content {
    position: relative;
    display: block;
    cursor: pointer;
    outline: none; }
    .product-features .has-more-content:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 12px solid #000;
      z-index: 1;
      padding: 0;
      margin: -8px 0 0 -5px;
      position: absolute;
      top: 50%;
      left: 50%; }
    .product-features .has-more-content:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      background-color: #fff;
      border-radius: 50%;
      margin: -23px 0 0 -23px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: background-color 500ms ease-in-out;
      transition: background-color 500ms ease-in-out; }
    .no-touch .product-features .has-more-content:hover:after {
      background-color: #dbfd01;
      -webkit-transition: background-color 500ms ease-in-out;
      transition: background-color 500ms ease-in-out; }
    @media (min-width: 1260px) {
      .product-features .has-more-content:before {
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 15px solid #000;
        margin: -10px 0 0 -5px; }
      .product-features .has-more-content:after {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px; } }
  .product-features.initialized .feature-title {
    cursor: pointer; }
  @media (max-width: 992px) {
    .product-features.initialized .feature-content {
      display: none; }
    .product-features.initialized .features-list-item.open .feature-content {
      display: block; }
    .product-features.initialized .features-list-item.open .feature-title {
      color: #fff; }
      .product-features.initialized .features-list-item.open .feature-title:before {
        border-left: 8px solid #fff;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }
  @media (min-width: 992px) {
    .product-features.initialized {
      position: relative; }
      .product-features.initialized .features-list-item {
        padding-left: 8.467741935%; }
      .product-features.initialized .feature-content {
        width: 23.790322581%; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .product-features.initialized .feature-content {
      width: 100%; } }
  @media (min-width: 992px) {
      .product-features.initialized .feature-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 57.6612903%;
        overflow: hidden; }
      .product-features.initialized .feature-description {
        display: none; }
      .product-features.initialized .feature-image {
        top: -100%;
        opacity: .5;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /* Stop possible flicker in Chrome & Safari */
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transition: opacity 500ms ease, top 50ms ease 500ms;
        transition: opacity 500ms ease, top 50ms ease 500ms;
        z-index: 1; }
      .product-features.initialized .features-list-item.active .feature-title {
        color: #fff;
        cursor: default; }
        .product-features.initialized .features-list-item.active .feature-title:before {
          border-left: 8px solid #fff;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .product-features.initialized .features-list-item.active .feature-description {
        display: block; }
      .product-features.initialized .features-list-item.active .feature-image {
        top: 0;
        opacity: 1;
        -webkit-transition: top 500ms ease-in-out;
        transition: top 500ms ease-in-out;
        z-index: 10; }
      .product-features.initialized .features-list-item.active ~ .features-list-item .feature-image {
        top: 100%; } }
  @media (max-width: 992px) {
    .product-features .feature-title,
    .product-features .feature-description {
      margin-left: 24px; } }
  @media (min-width: 992px) {
    .product-features {
      height: 455px;
      margin: 100px auto 0; } }
  @media (min-width: 1260px) {
    .product-features {
      height: 590px;
      padding-top: 165px;
      padding-bottom: 0px; } }

@media (min-width: 768px) {
  .modal.modal-video .modal-dialog {
    width: 740px; } }

@media (min-width: 992px) {
  .modal.modal-video .modal-dialog {
    width: 960px;
    padding: 0; } }

@media (min-width: 1260px) {
  .modal.modal-video .modal-dialog {
    width: 1030px;
    padding: 0; } }

.modal.modal-video .modal-content {
  padding: 0; }

.modal.modal-video .modal-body {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 30px;
  height: 0; }
  .modal.modal-video .modal-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.product-features-container .container {
  padding: 0; }
  @media (min-width: 992px) {
    .product-features-container .container {
      padding-right: 10px;
      padding-left: 10px; } }

.product-features-scrollable-container {
  margin: 50px auto 1px; }
  @media (min-width: 1260px) {
    .product-features-scrollable-container {
      max-width: 1240px; } }
  .product-features-scrollable-container .container {
    background-color: #252a2c;
    position: relative;
    padding: 0;
    overflow: hidden; }
    @media (min-width: 992px) {
      .product-features-scrollable-container .container {
        margin-right: 10px;
        margin-left: 10px;
        width: auto; } }
    .product-features-scrollable-container .container .features-list h3 {
      font-family: "Brown-Pro-Light"; }

.product-features-scrollable {
  padding: 25px 15px;
  color: #fff;
  overflow: hidden; }
  .product-features-scrollable .feature-scroll-button {
    display: none;
    background: #40494d;
    text-align: center;
    height: 50px;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out; }
    .product-features-scrollable .feature-scroll-button:hover {
      background: #505b60; }
    .product-features-scrollable .feature-scroll-button span {
      -ms-transform: scale(1.5, 1);
      -webkit-transform: scale(1.5, 1);
      transform: scale(1.5, 1); }
    .product-features-scrollable .feature-scroll-button.disabled {
      background: #aaaaaa;
      cursor: default; }
    @media (min-width: 992px) {
      .product-features-scrollable .feature-scroll-button {
        display: block; } }
  .product-features-scrollable .features-list {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 10px; }
  .product-features-scrollable .features-list-item {
    margin-bottom: 2px; }
    .product-features-scrollable .features-list-item:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1260px) {
      .product-features-scrollable .features-list-item {
        margin-bottom: 6px; } }
  .product-features-scrollable .feature-title {
    position: relative;
    font-size: 1.625em;
    color: #dbfd01; }
    .product-features-scrollable .feature-title:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #dbfd01;
      z-index: 1;
      padding: 0;
      margin: -6px 0 0 -22px;
      position: absolute;
      top: .6em;
      left: 0; }
    @media (min-width: 992px) {
      .product-features-scrollable .feature-title {
        font-size: 2em; } }
  .product-features-scrollable .feature-description {
    margin-bottom: 34px;
    font-size: 0.875em;
    line-height: 1.714285714em;
    color: #aaaaaa; }
    .product-features-scrollable .feature-description .additional-feature-footnote {
      font-size: .9em;
      font-style: italic;
      line-height: 1.3em; }
  .product-features-scrollable .feature-image {
    width: 100%;
    height: 100%; }
    .product-features-scrollable .feature-image img {
      display: block;
      width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .product-features-scrollable .feature-image.static-placement {
        top: 10% !important;
        left: 42%;
        right: 0;
        margin: 0 auto;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
        z-index: 10 !important;
        text-align: center; } }
    .product-features-scrollable .feature-image.static-placement img {
      display: block;
      width: 90%;
      height: auto;
      margin: 25px auto;
      max-width: 500px; }
      @media (min-width: 992px) {
        .product-features-scrollable .feature-image.static-placement img {
          display: inline-block;
          width: auto !important;
          height: auto !important;
          max-height: 364px;
          margin: auto; } }
      @media (min-width: 1260px) {
        .product-features-scrollable .feature-image.static-placement img {
          max-height: 472px;
          margin: auto; } }
  @media (min-width: 992px) {
    .product-features-scrollable .image-shield {
      position: absolute;
      top: 0;
      right: 0;
      background: transparent;
      width: 58%;
      height: 100%;
      z-index: 20; } }
  .product-features-scrollable.initialized .feature-title {
    cursor: pointer; }
  @media (max-width: 992px) {
    .product-features-scrollable.initialized .feature-content {
      display: none; }
    .product-features-scrollable.initialized .features-list-item.open .feature-content {
      display: block; }
    .product-features-scrollable.initialized .features-list-item.open .feature-title {
      color: #fff; }
      .product-features-scrollable.initialized .features-list-item.open .feature-title:before {
        border-left: 8px solid #fff;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }
  @media (min-width: 992px) {
    .product-features-scrollable.initialized .feature-description {
      overflow: hidden;
      margin-bottom: 0;
      height: 0px;
      -webkit-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
      .product-features-scrollable.initialized .feature-description.skip-animation {
        -webkit-transition: height 0 ease-in-out;
        transition: height 0 ease-in-out; }
      .product-features-scrollable.initialized .feature-description .feature-description-inner {
        /*
            margin-top:-1000%;
            @include transition(margin-top 500ms ease-in-out);
            */ }
    .product-features-scrollable.initialized .feature-image {
      width: 58%;
      top: -100%;
      position: absolute;
      overflow: hidden;
      opacity: .5;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      /* Stop possible flicker in Chrome & Safari */
      -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-transition: opacity 500ms ease, top 50ms ease 500ms;
      transition: opacity 500ms ease, top 50ms ease 500ms;
      z-index: 1; }
    .product-features-scrollable.initialized .features-list-item {
      overflow: hidden;
      padding-left: 12.5%;
      padding-right: 9.5%; }
    .product-features-scrollable.initialized .features-list-item.active .feature-title {
      color: #fff;
      cursor: default; }
      .product-features-scrollable.initialized .features-list-item.active .feature-title:before {
        border-left: 8px solid #fff;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .product-features-scrollable.initialized .features-list-item.active .feature-image {
      top: 0;
      opacity: 1;
      -webkit-transition: top 500ms ease-in-out;
      transition: top 500ms ease-in-out;
      z-index: 10; }
    .product-features-scrollable.initialized .features-list-item.active ~ .features-list-item .feature-image {
      top: 100%; } }
  @media (max-width: 992px) {
    .product-features-scrollable .feature-title,
    .product-features-scrollable .feature-description {
      margin-left: 24px; } }
  @media (min-width: 992px) {
    .product-features-scrollable {
      width: 42%;
      height: 455px;
      padding: 0; }
      .product-features-scrollable .feature-scroll-button.up {
        margin-top: -50px;
        -webkit-transition: margin-top 500ms ease-in-out;
        transition: margin-top 500ms ease-in-out; }
      .product-features-scrollable .features-list-copy-container {
        height: 455px;
        -webkit-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out; }
      .product-features-scrollable .scrollable .feature-scroll-button.up {
        top: 0; }
      .product-features-scrollable .feature-image {
        position: absolute;
        top: 0;
        right: 0; }
        .product-features-scrollable .feature-image.static-placement {
          margin-top: 0; }
      .product-features-scrollable.scrollable .features-list-copy-container {
        height: 355px;
        overflow-y: scroll;
        border-right: 1px solid #555555; }
      .product-features-scrollable.scrollable .feature-scroll-button.up {
        margin-top: 0; } }
  @media (min-width: 1260px) {
    .product-features-scrollable {
      height: 590px; }
      .product-features-scrollable .features-list-copy-container {
        height: 590px; }
      .product-features-scrollable.scrollable .features-list-copy-container {
        height: 490px; } }

.additional-features {
  margin: 0 auto; }
  @media (min-width: 1260px) {
    .additional-features {
      max-width: 1240px; } }
  .additional-features .container {
    color: #fff;
    background-color: #252a2c;
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      .additional-features .container {
        margin-right: 10px;
        margin-left: 10px;
        width: auto; } }
  .additional-features .additional-features-header {
    padding: 12px;
    text-align: center;
    cursor: pointer; }
    .additional-features .additional-features-header h6 {
      position: relative;
      text-transform: uppercase; }
      .additional-features .additional-features-header h6:after {
        content: " ";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #fff;
        z-index: 1;
        padding: 0;
        vertical-align: top;
        margin: 4px 0 0 11px; }
  .additional-features .additional-features-body {
    padding-bottom: 50px; }
  .additional-features .additional-features-list {
    margin: 0 39px;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .additional-features .additional-features-list {
        margin: 0 5.2%;
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
        -webkit-column-gap: 12em;
           -moz-column-gap: 12em;
                column-gap: 12em; } }
    .additional-features .additional-features-list li {
      padding-bottom: 1.5em;
      overflow: hidden;
      /* Fix for firefox and IE 10-11  */
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Deprecated Firefox */
      -moz-column-break-inside: avoid;
      /* Current Firefox */
      column-break-inside: avoid;
      break-inside: avoid;
      /* IE 10+ */ }
      .additional-features .additional-features-list li h3 {
        font-size: 1.625em;
        color: #fff;
        font-family: "Brown-Pro-Light"; }
        @media (min-width: 992px) {
          .additional-features .additional-features-list li h3 {
            font-size: 2em; } }
      .additional-features .additional-features-list li .feature-content {
        font-size: 0.875em;
        line-height: 1.71429em;
        color: #aaaaaa; }
        .additional-features .additional-features-list li .feature-content img {
          display: none; }
        .additional-features .additional-features-list li .feature-content table center {
          display: none; }
        .additional-features .additional-features-list li .feature-content .additional-feature-footnote {
          font-size: .9em;
          font-style: italic;
          line-height: 1.3em; }
  .additional-features.open .additional-features-header h6:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    margin: 5px 0 0 11px; }

.product-features-legacy {
  height: auto;
  padding: 20px 10px 0; }
  .product-features-legacy .headline {
    margin-bottom: 39px;
    text-align: center;
    z-index: 1; }
    @media (min-width: 992px) {
      .product-features-legacy .headline {
        margin-bottom: 63px; } }
  .product-features-legacy .headline,
  .product-features-legacy .features-list {
    position: relative;
    z-index: 10; }
  .product-features-legacy .features-list {
    padding-bottom: 40px; }
  .product-features-legacy .feature-title {
    font-size: 1.5em; }
  .product-features-legacy .feature-description {
    margin-bottom: 20px; }
  .product-features-legacy .more-content {
    display: block;
    margin-top: 20px;
    font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #00a9e0; }
    @media (max-width: 992px) {
      .product-features-legacy .more-content {
        margin-left: 24px; } }
  .product-features-legacy .splash-image img {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
    max-width: 500px;
    z-index: 1; }
  @media (min-width: 992px) {
    .product-features-legacy .splash-image {
      position: absolute;
      right: 30px;
      top: 220px;
      margin-right: 3%; }
      .product-features-legacy .splash-image img {
        width: 100%; } }
  @media (min-width: 1260px) {
    .product-features-legacy .splash-image {
      margin-right: 6.85483871%; } }
  @media (min-width: 992px) {
    .product-features-legacy {
      padding: 65px 10px 50px; }
      .product-features-legacy.initialized .more-content {
        display: none; }
      .product-features-legacy.initialized .features-list-item.active .more-content {
        display: block; } }
  @media (min-width: 1260px) {
    .product-features-legacy {
      margin: 50px auto; }
      .product-features-legacy .features-list-item {
        margin-bottom: 34px; } }

.product-features-legacy-container .container {
  padding: 0; }
  @media (min-width: 992px) {
    .product-features-legacy-container .container {
      padding-right: 10px;
      padding-left: 10px; } }

.product-features-vidplayer {
  position: relative;
  padding: 50px 10px;
  background-color: #252a2c;
  color: #fff;
  overflow: hidden; }
  .product-features-vidplayer .features-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 992px) {
    .product-features-vidplayer .features-list {
      max-width: 41%;
      padding-left: 5%;
      padding-right: 5%; } }
  .product-features-vidplayer .features-list-item {
    margin-bottom: 32px; }
    .product-features-vidplayer .features-list-item:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1260px) {
      .product-features-vidplayer .features-list-item {
        margin-bottom: 44px; } }
  .product-features-vidplayer .feature-title {
    position: relative;
    font-size: 1.625em;
    color: #dbfd01; }
    .product-features-vidplayer .feature-title:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #dbfd01;
      z-index: 1;
      padding: 0;
      margin: -6px 0 0 -22px;
      position: absolute;
      top: 50%;
      left: 0; }
    @media (min-width: 992px) {
      .product-features-vidplayer .feature-title {
        font-size: 2em; } }
  .product-features-vidplayer .feature-description {
    margin-bottom: 34px;
    font-size: 0.875em;
    line-height: 1.714285714em;
    color: #aaaaaa; }
  .product-features-vidplayer .feature-image img {
    display: block;
    width: 100%;
    height: auto; }
  .product-features-vidplayer.initialized .feature-title {
    cursor: pointer; }
  @media (max-width: 992px) {
    .product-features-vidplayer.initialized .feature-content {
      display: none; }
    .product-features-vidplayer.initialized .features-list-item.open .feature-content {
      display: block; }
    .product-features-vidplayer.initialized .features-list-item.open .feature-title {
      color: #fff; }
      .product-features-vidplayer.initialized .features-list-item.open .feature-title:before {
        border-left: 8px solid #fff;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }
  @media (min-width: 992px) {
    .product-features-vidplayer.initialized {
      position: relative; }
      .product-features-vidplayer.initialized .features-list-item {
        padding-left: 8.467741935%; }
      .product-features-vidplayer.initialized .feature-content {
        width: 23.790322581%; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .product-features-vidplayer.initialized .feature-content {
      width: 100%; } }
  @media (min-width: 992px) {
      .product-features-vidplayer.initialized .feature-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 57.6612903%;
        overflow: hidden; }
      .product-features-vidplayer.initialized .feature-description {
        display: none; }
      .product-features-vidplayer.initialized .feature-image {
        top: -100%;
        opacity: .5;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /* Stop possible flicker in Chrome & Safari */
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transition: opacity 500ms ease, top 50ms ease 500ms;
        transition: opacity 500ms ease, top 50ms ease 500ms;
        z-index: 1; }
      .product-features-vidplayer.initialized .features-list-item.active .feature-title {
        color: #fff;
        cursor: default; }
        .product-features-vidplayer.initialized .features-list-item.active .feature-title:before {
          border-left: 8px solid #fff;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .product-features-vidplayer.initialized .features-list-item.active .feature-description {
        display: block; }
      .product-features-vidplayer.initialized .features-list-item.active .feature-image {
        top: 0;
        opacity: 1;
        -webkit-transition: top 500ms ease-in-out;
        transition: top 500ms ease-in-out;
        z-index: 10; }
      .product-features-vidplayer.initialized .features-list-item.active ~ .features-list-item .feature-image {
        top: 100%; } }
  @media (max-width: 992px) {
    .product-features-vidplayer .feature-title,
    .product-features-vidplayer .feature-description {
      margin-left: 24px; } }
  @media (min-width: 992px) {
    .product-features-vidplayer {
      height: 455px;
      margin: 100px auto 0; } }
  @media (min-width: 1260px) {
    .product-features-vidplayer {
      height: 590px;
      padding-top: 165px;
      padding-bottom: 0px; } }

.product-features-vidplayer-container .container {
  padding: 0; }
  @media (min-width: 992px) {
    .product-features-vidplayer-container .container {
      padding-right: 10px;
      padding-left: 10px; } }

.has-more-content,
.image-opens-vidplayer {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none; }
  .has-more-content:before,
  .image-opens-vidplayer:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #000;
    z-index: 1;
    padding: 0;
    margin: -8px 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%; }
  .has-more-content:after,
  .image-opens-vidplayer:after {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    margin: -23px 0 0 -23px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out; }
  .no-touch .has-more-content:hover:after, .no-touch
  .image-opens-vidplayer:hover:after {
    background-color: #dbfd01;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out; }
  .has-more-content.square:after,
  .image-opens-vidplayer.square:after {
    border-radius: 0;
    width: 86px;
    height: 86px;
    margin: -43px 0 0 -43px; }
  .has-more-content.invert:before,
  .image-opens-vidplayer.invert:before {
    border-left-color: #fff;
    -webkit-transition: border-color 500ms ease-in-out;
    transition: border-color 500ms ease-in-out; }
  .has-more-content.invert:after,
  .image-opens-vidplayer.invert:after {
    background-color: rgba(219, 253, 1, 0.8); }
  .has-more-content.invert:hover:before,
  .image-opens-vidplayer.invert:hover:before {
    border-left-color: #000; }
  .has-more-content.invert:hover:after,
  .image-opens-vidplayer.invert:hover:after {
    background-color: rgba(219, 253, 1, 0.9); }
  @media (min-width: 1260px) {
    .has-more-content:before,
    .image-opens-vidplayer:before {
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      border-left: 15px solid #000;
      margin: -10px 0 0 -5px; }
    .has-more-content:after,
    .image-opens-vidplayer:after {
      width: 60px;
      height: 60px;
      margin: -30px 0 0 -30px; } }

.modal.modal-video {
  height: 100%; }
  .modal.modal-video .modal-dialog.no-center {
    top: 30px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  @media (min-width: 768px) {
    .modal.modal-video .modal-dialog {
      width: 740px;
      margin: 30px auto; } }
  @media (min-width: 992px) {
    .modal.modal-video .modal-dialog {
      width: 960px;
      padding: 0;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (min-width: 1260px) {
    .modal.modal-video .modal-dialog {
      width: 80%; } }
  .modal.modal-video button.close span {
    font-size: 32px;
    color: #dbfd01;
    font-family: "Brown-Pro-Thin"; }
  .modal.modal-video .modal-content {
    padding: 0; }
  .modal.modal-video .modal-body {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 30px;
    height: 0;
    background-color: #000000; }
    .modal.modal-video .modal-body iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.related-products {
  margin: 23px auto 33px; }
  .related-products .owl-carousel .disabled {
    display: none; }
  .related-products .owl-theme .owl-dots span,
  .related-products .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #aaaaaa;
    background: #fff; }
  .related-products .owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #000;
    background: #000; }
  .no-touch .related-products .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #000;
    background: #000; }
  .related-products .owl-carousel a {
    display: inline-block; }
  .related-products .owl-theme .owl-controls {
    margin-top: 0; }
  .related-products .owl-theme .owl-dots {
    margin-top: 30px;
    text-align: center; }
  .related-products h3 {
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase; }
  .related-products .product-tile {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    .related-products {
      margin: 70px auto 90px; } }
  @media (max-width: 991px) {
    .related-products.container {
      padding-left: 0;
      padding-right: 0; } }

.product-support {
  text-align: center;
  margin: 0 13.4375% 50px; }
  .product-support h3 {
    font-family: "Brown-Pro-Lightitalic";
    line-height: 1.307692308em;
    margin-bottom: 16px; }
  .product-support .btn {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .product-support h3 {
      line-height: 1.4375em;
      margin-bottom: 22px; } }
  @media (min-width: 992px) {
    .product-support {
      margin: 0 13.4375% 85px; } }

.main-carousel {
  margin: 0 auto 33px;
  max-width: 1240px; }
  .main-carousel .owl-theme .owl-dots span,
  .main-carousel .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #aaaaaa;
    background: #fff; }
  .main-carousel .owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #000;
    background: #000; }
  .no-touch .main-carousel .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #000;
    background: #000; }
  .main-carousel .owl-carousel a {
    display: inline-block; }
  .main-carousel .owl-theme .owl-controls {
    margin-top: 0; }
  .main-carousel .owl-theme .owl-dots {
    margin-top: 30px;
    text-align: center; }
  .main-carousel h3 {
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase; }
  .main-carousel .product-tile {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 991px) {
    .main-carousel.container {
      padding-left: 0;
      padding-right: 0; } }

.home-carousel {
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #252a2c; }
  @media (max-width: 320px) {
    .home-carousel {
      height: 95vh; } }
  .home-carousel .owl-theme .owl-dots span {
    border: 1px solid #fff;
    background: transparent; }
  .home-carousel .owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid #fff;
    border-color: #dcfd00 !important;
    background: #dcfd00; }
  .home-carousel .owl-carousel a {
    display: inline-block; }
  .home-carousel .owl-theme .owl-controls {
    margin-top: 0; }
  .home-carousel .owl-theme .owl-dots {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 55px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
      .home-carousel .owl-theme .owl-dots {
        bottom: 75px; } }
  .home-carousel .home-carousel .owl-nav {
    margin-top: 0px; }
    @media (max-width: 768px) {
      .home-carousel .home-carousel .owl-nav {
        display: none; } }
  .home-carousel .home-carousel .owl-nav .owl-next {
    top: 50vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    position: absolute;
    right: 1px;
    opacity: .5;
    background-color: transparent; }
  .home-carousel .home-carousel .owl-nav .owl-next:hover {
    opacity: .9; }
  .home-carousel .home-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 1px;
    opacity: .5;
    background-color: transparent; }
  .home-carousel .home-carousel .owl-nav .owl-prev:hover {
    opacity: .9; }

.static-width {
  zoom: 1;
  min-width: 950px; }
  @media (max-width: 992px) {
    .static-width {
      margin: 0 10px; } }

.shim {
  visibility: hidden;
  left: 0; }

#compare-product-tiles, #compare-product-tiles-shim {
  overflow: auto;
  zoom: 1;
  padding: 30px 0 36px;
  overflow: hidden;
  z-index: 99; }
  #compare-product-tiles.lock-sub-nav, #compare-product-tiles-shim.lock-sub-nav {
    position: fixed;
    left: 0;
    background-color: #fff;
    width: 100%; }
    #compare-product-tiles.lock-sub-nav .static-width, #compare-product-tiles-shim.lock-sub-nav .static-width {
      padding: 0; }

.compare-product-tile {
  margin-right: 20px;
  padding: 0;
  width: 190px;
  float: right;
  position: relative;
  min-height: 240px; }
  .compare-product-tile:first-child {
    margin-right: 0; }
  .compare-product-tile.disclaimer-space {
    min-height: 265px; }

.compare-grid-header {
  height: 60px;
  background-color: #ededed;
  padding-top: 18px;
  text-align: center; }
  .compare-grid-header .svg-uarr {
    float: right;
    margin-top: 5px; }
    .compare-grid-header .svg-uarr.svg-darr {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .compare-grid-header .triangle-down {
    display: inline; }
  .compare-grid-header .triangle-up {
    display: none; }
  .compare-grid-header.collapsed .triangle-down {
    display: none; }
  .compare-grid-header.collapsed .triangle-up {
    display: inline; }

.grid-header-title {
  cursor: pointer;
  font-size: 0.875em;
  text-transform: uppercase;
  margin: 0 auto; }

.compare-feature-grid {
  position: relative; }
  .compare-feature-grid.lock-sub-nav {
    margin-top: 410px; }

.inner-container::-webkit-scrollbar {
  display: none; }

.compare-grid-features {
  padding: 0 0 30px; }

.compare-learn-more {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #00a9e0;
  cursor: pointer;
  position: absolute;
  bottom: 0; }

.compare-product-image {
  height: 160px;
  padding: 8px 0 0 0;
  margin-bottom: 10px;
  text-align: center; }
  .compare-product-image img {
    max-height: 125px; }
  .compare-product-image a {
    outline: 0; }

.compare-product-remove {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 11px; }

.compare-product-price {
  font-size: 1.0625em;
  font-family: "Brown-Pro-Light"; }
  .compare-product-price.strikethrough {
    float: left; }
  .compare-product-price.price-range + .compare-product-price {
    display: inline-block; }

.price-disclaimer {
  font-size: 0.625em;
  font-family: "Brown-Pro-Italic";
  display: block;
  line-height: 1; }

.compare-product-name {
  font-size: 0.9375em;
  padding-bottom: 2px;
  padding-top: 10px; }

.promo-products {
  margin: 23px auto 33px; }
  .promo-products .owl-carousel {
    display: block; }
  .promo-products .owl-theme .owl-dots span,
  .promo-products .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #aaaaaa;
    background: #fff; }
  .promo-products .owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #000;
    background: #000; }
  .no-touch .promo-products .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #000;
    background: #000; }
  .promo-products .owl-carousel a {
    display: inline-block; }
  .promo-products .owl-theme .owl-controls {
    margin-top: 0; }
  .promo-products .owl-theme .owl-dots {
    margin-top: 30px;
    text-align: center; }
  .promo-products h3 {
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase; }
  .promo-products .promo-tile {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    .promo-products {
      margin: 0 auto 90px; } }
  @media (max-width: 991px) {
    .promo-products.container {
      padding-left: 0;
      padding-right: 0; } }

.promos-container {
  position: relative; }

#promo-grid {
  margin-bottom: 80px;
  position: relative; }
  @media (min-width: 992px) {
    #promo-grid.uncategorized.unsorted .promo-tile {
      z-index: 3; }
      #promo-grid.uncategorized.unsorted .promo-tile:nth-child(2), #promo-grid.uncategorized.unsorted .promo-tile:nth-child(3) {
        z-index: 0; } }
  #promo-grid.uncategorized.unsorted.featured .promo-tile {
    z-index: 3; }
    @media (min-width: 768px) {
      #promo-grid.uncategorized.unsorted.featured .promo-tile:nth-child(2), #promo-grid.uncategorized.unsorted.featured .promo-tile:nth-child(3) {
        margin-bottom: 370px;
        /* height of feature-tile */
        z-index: 1; } }
    @media (min-width: 992px) {
      #promo-grid.uncategorized.unsorted.featured .promo-tile:nth-child(2), #promo-grid.uncategorized.unsorted.featured .promo-tile:nth-child(3) {
        margin-bottom: 460px;
        /* height of feature-tile */
        z-index: 1; } }
    @media (min-width: 1260px) {
      #promo-grid.uncategorized.unsorted.featured .promo-tile:nth-child(2), #promo-grid.uncategorized.unsorted.featured .promo-tile:nth-child(3) {
        margin-bottom: 520px;
        /* height of feature-tile */
        z-index: 1; } }
    @media (min-width: 1260px) {
      #promo-grid.uncategorized.unsorted.featured .promo-tile:nth-child(2), #promo-grid.uncategorized.unsorted.featured .promo-tile:nth-child(3) {
        /* height of feature-tile */
        margin-bottom: 520px;
        z-index: 1; } }
  @media (min-width: 1260px) {
    #promo-grid.uncategorized.unsorted .promo-tile {
      z-index: 3; }
      #promo-grid.uncategorized.unsorted .promo-tile:nth-child(2), #promo-grid.uncategorized.unsorted .promo-tile:nth-child(3), #promo-grid.uncategorized.unsorted .promo-tile:nth-child(4) {
        z-index: 1; } }

.promo-tile {
  color: #252a2c;
  z-index: 2;
  background-color: #fff; }
  @media (max-width: 767px) {
    .promo-tile:nth-child(4) {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .promo-tile {
      min-height: 600px;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .promo-tile {
      height: 570px; } }
  .promo-tile:hover {
    color: #252a2c;
    text-decoration: none; }
  .promo-tile .promo-image {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    /* remove this when cfm file is complete*/ }
    @media (min-width: 768px) {
      .promo-tile .promo-image {
        height: 100%; } }
    .promo-tile .promo-image > img {
      margin-top: 30px;
      max-width: 280px;
      max-height: 280px; }
    .promo-tile .promo-image > a img {
      margin-top: 30px;
      max-width: 280px;
      max-height: 280px; }
  @media (max-width: 767px) {
    .promo-tile .promo-image {
      height: 350px; } }
  .promo-tile ul.color-swatches {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 15px;
    top: 11px;
    right: 7px;
    right: -11px;
    bottom: auto;
    left: auto;
    width: 60px;
    display: none;
    text-align: left; }
    .promo-tile ul.color-swatches li.color-swatch {
      display: inline-block;
      overflow: hidden;
      width: 18px;
      height: 18px;
      margin: 3px 0;
      border: 1px solid #565656; }
      .promo-tile ul.color-swatches li.color-swatch img {
        width: 40px;
        height: 40px;
        margin-top: -11px;
        margin-left: -11px; }
      .promo-tile ul.color-swatches li.color-swatch.disabled {
        opacity: 0.35;
        filter: alpha(opacity=35);
        cursor: not-allowed; }
  @media (max-width: 768px) {
    .promo-tile.reverse-colors .promo-meta .promo-info a {
      color: #dcfd00;
      background-color: #252a2c;
      border: none;
      padding: 17px 30px;
      margin: 0 auto;
      text-align: center;
      text-decoration: none; } }
  @media (max-width: 767px) {
    .promo-tile .promo-meta {
      padding: 20px; } }
  .promo-tile .promo-meta .promo-info {
    top: 350px;
    right: 30px;
    left: 30px;
    padding: 0;
    margin: 0; }
    .promo-tile .promo-meta .promo-info a {
      padding: 17px 30px;
      margin: 5px auto 0; }
      @media (max-width: 767px) {
        .promo-tile .promo-meta .promo-info a {
          width: 100%; } }
      @media (max-width: 768px) {
        .promo-tile .promo-meta .promo-info a {
          margin: 5px 0 0; } }
    @media (max-width: 767px) {
      .promo-tile .promo-meta .promo-info {
        top: 330px;
        left: 20px; } }
    @media (min-width: 768px) {
      .promo-tile .promo-meta .promo-info {
        position: absolute; } }
    .promo-tile .promo-meta .promo-info .promo-name,
    .promo-tile .promo-meta .promo-info .promo-description,
    .promo-tile .promo-meta .promo-info .price,
    .promo-tile .promo-meta .promo-info .strikethrough,
    .promo-tile .promo-meta .promo-info .disclaimer {
      display: block; }
    .promo-tile .promo-meta .promo-info .price,
    .promo-tile .promo-meta .promo-info .strikethrough,
    .promo-tile .promo-meta .promo-info .disclaimer {
      float: left; }
      @media (max-width: 768px) {
        .promo-tile .promo-meta .promo-info .price,
        .promo-tile .promo-meta .promo-info .strikethrough,
        .promo-tile .promo-meta .promo-info .disclaimer {
          float: none; } }
    .promo-tile .promo-meta .promo-info .promo-name {
      font-size: 1.125em; }
    .promo-tile .promo-meta .promo-info .price {
      font-family: "Brown-Pro-Light"; }
    .promo-tile .promo-meta .promo-info .disclaimer {
      margin-top: -8px;
      min-width: 100%; }
      .promo-tile .promo-meta .promo-info .disclaimer:before {
        content: " ";
        display: block;
        clear: both; }
    .promo-tile .promo-meta .promo-info .promo-description {
      font-style: italic;
      display: none;
      font-size: 0.875em; }
      @media (min-width: 992px) {
        .promo-tile .promo-meta .promo-info .promo-description {
          font-size: 1em; } }
      @media (max-width: 767px) {
        .promo-tile .promo-meta .promo-info .promo-description {
          font-style: italic; } }
  .promo-tile .promo-meta .learn-more, .promo-tile .promo-meta .cta {
    padding: 10px 15px;
    clear: both; }
  .promo-tile .promo-meta ul.color-swatches-mobile {
    margin: 10px 0;
    min-height: 25px;
    padding: 0;
    display: block;
    list-style: none;
    bottom: 0;
    clear: both; }
    @media (min-width: 768px) {
      .promo-tile .promo-meta ul.color-swatches-mobile {
        display: none; } }
    .promo-tile .promo-meta ul.color-swatches-mobile:before {
      content: " ";
      clear: both;
      display: block; }
    .promo-tile .promo-meta ul.color-swatches-mobile li.color-swatch {
      display: block;
      overflow: hidden;
      width: 18px;
      height: 18px;
      float: left;
      margin: 2px;
      border: 1px solid #565656; }
      .promo-tile .promo-meta ul.color-swatches-mobile li.color-swatch img {
        width: 40px;
        height: 40px;
        margin-top: -11px;
        margin-left: -11px; }
  .promo-tile .pre-order {
    color: #fff !important;
    background-color: black;
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 0.625em;
    text-align: center; }

@media (max-width: 767px) {
  .no-touch .promo-tile.reverse-colors:not(.btn), .no-touch .promo-tile.reverse-colors:not(.strikethrough) {
    color: yellow !important; }
    .no-touch .promo-tile.reverse-colors:not(.btn):hover, .no-touch .promo-tile.reverse-colors:not(.strikethrough):hover {
      color: #aaaaaa !important; } }

.no-touch .promo-tile .promo-description {
  display: block !important; }

.no-touch .promo-tile .color-swatches {
  display: block; }

.touch .promo-tile {
  height: 620px;
  background: none; }
  .touch .promo-tile .promo-meta .promo-info {
    top: 350px;
    left: 8px; }
  .touch .promo-tile .promo-meta .color-swatches {
    display: none; }
  .touch .promo-tile .promo-meta .color-swatches-mobile {
    display: block; }
  .touch .promo-tile .promo-meta .promo-description {
    display: block !important; }
    @media (max-width: 767px) {
      .touch .promo-tile .promo-meta .promo-description .no-touch .promo-description {
        display: block !important; } }
    .touch .promo-tile .promo-meta .promo-description .no-touch .promo-tile:hover .promo-image {
      -webkit-transition: background-color 0.33s, color 0.33s;
              transition: background-color 0.33s, color 0.33s;
      cursor: pointer; }
      @media (min-width: 768px) {
        .touch .promo-tile .promo-meta .promo-description .no-touch .promo-tile:hover .promo-image {
          background-color: #fff; } }
  .touch .promo-tile .pre-order {
    top: 356px;
    bottom: auto; }
    @media (min-width: 768px) {
      .touch .promo-tile .pre-order {
        top: 426px; } }

@media (max-width: 767px) {
  .touch .promo-tile {
    height: 550px; }
    .touch .promo-tile:nth-child(4) {
      margin-bottom: 0; } }

/*
.touch .promo-tile{
	height: 620px;
	background: none;
	.promo-meta{
		.promo-info{
			top:472px;
			left: 8px;
		}
		.color-swatches{display: none;}
		.color-swatches-mobile{display: block;}

		.promo-description, .no-touch .promo-description{
			display: block !important;


		}
	}

	.pre-order{
		top: 356px;
		bottom: auto;
		@media (min-width: $screen-sm-min){
			top:426px;
		}
	}
}
@media (max-width: $screen-xs-max) {
  .touch {
    .promo-tile {
      height: 550px;

      &:nth-child(4){
        margin-bottom: 0;
      }
    }
    .featured {
      .promo-tile {
        &:nth-child(4){
          margin-bottom: 0;
        }
      }
    }
  }
}
*/
.products-container {
  position: relative; }

#products-list {
  margin-bottom: 80px;
  position: relative; }

.searchresults-nav {
  text-align: center;
  border-top: 2px;
  border-top-color: #ededed;
  border-top-style: solid;
  padding-top: 30px; }
  .searchresults-nav div {
    display: inline-block; }
    .searchresults-nav div .link {
      font-family: "Brown-Pro-Bold";
      font-size: 1em;
      float: left; }
      .searchresults-nav div .link a {
        display: block;
        color: #c2c6ca;
        text-align: center;
        min-width: 24px;
        padding: 2px;
        margin: 5px; }
      .searchresults-nav div .link:hover a, .searchresults-nav div .link.active a {
        background-color: #dbfd01;
        color: #252a2c;
        text-decoration: none;
        cursor: pointer; }
        .searchresults-nav div .link:hover a.arrow-prev, .searchresults-nav div .link:hover a.arrow-next, .searchresults-nav div .link.active a.arrow-prev, .searchresults-nav div .link.active a.arrow-next {
          background: #fff; }
    .searchresults-nav div .arrow-prev:before {
      font-size: 0.75em;
      content: "\25C0";
      color: #2f3132; }
    .searchresults-nav div .arrow-next:before {
      font-size: 0.75em;
      content: "\25B6";
      color: #2f3132; }

.touch .searchresults-nav div .link:hover a {
  background-color: #fff;
  color: #c2c6ca; }

.searchresult-items {
  margin-top: 5%; }
  @media (max-width: 767px) {
    .searchresult-items {
      margin-top: 46px;
      text-align: center; } }
  @media (max-width: 767px) {
    .searchresult-items .searchresult-header {
      padding-bottom: 20px;
      border-bottom: 2px solid #ededed; } }
  .searchresult-items .searchresult-header .searchresultTitle {
    font-size: 2.25em;
    font-family: "Brown-Pro-Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: inherit;
    line-height: 1.1;
    margin-top: 0px; }
    @media (max-width: 767px) {
      .searchresult-items .searchresult-header .searchresultTitle {
        font-size: 1.75em;
        text-align: center; } }
  .searchresult-items .searchresult-header h1.searchresultTitle {
    margin-top: 0px; }
    @media (max-width: 767px) {
      .searchresult-items .searchresult-header h1.searchresultTitle {
        font-size: 1.75em;
        text-align: center; } }
  .searchresult-items .searchresult-header .msg-support {
    font-style: italic;
    color: #999999;
    display: inline-block; }
    @media (max-width: 767px) {
      .searchresult-items .searchresult-header .msg-support {
        font-size: 1em; } }
  .searchresult-items .searchresult-header .link-support a {
    font-size: 0.75em;
    text-transform: uppercase; }
  .searchresult-items .result-count {
    color: #999999;
    text-align: right; }

.searchresult-item {
  color: #252a2c;
  z-index: 2;
  background-color: #fff;
  display: inline;
  width: 100%; }
  @media (max-width: 767px) {
    .searchresult-item {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .searchresult-item {
      min-height: 220px; } }
  .searchresult-item:hover {
    background-color: #ededed;
    cursor: pointer;
    color: #252a2c;
    text-decoration: none; }
    .searchresult-item:hover .product-meta .links {
      opacity: 1; }
  .searchresult-item .product-image {
    position: relative;
    width: 220px;
    height: 220px;
    text-align: center;
    margin-top: 0;
    float: left; }
    @media (max-width: 991px) {
      .searchresult-item .product-image {
        width: 100%; } }
    .searchresult-item .product-image img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 200px;
      max-height: 150px; }
      @media (max-width: 991px) {
        .searchresult-item .product-image img {
          max-height: 200px; } }
  @media (max-width: 991px) {
    .searchresult-item .product-image {
      padding: 20px; } }
  .searchresult-item .product-meta {
    height: 220px;
    white-space: normal; }
    @media (max-width: 991px) {
      .searchresult-item .product-meta {
        padding: 30px;
        height: auto;
        margin-bottom: 90px;
        text-align: center; } }
    .searchresult-item .product-meta .product-info {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 95%;
      padding: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .searchresult-item .product-meta .product-info {
          top: auto;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          max-width: 100%; } }
      @media (min-width: 992px) {
        .searchresult-item .product-meta .product-info {
          position: absolute; } }
      .searchresult-item .product-meta .product-info .product-name,
      .searchresult-item .product-meta .product-info .product-description {
        display: block; }
      .searchresult-item .product-meta .product-info .bundle {
        font-family: "Brown-Pro-Bold";
        font-size: 0.625em;
        background-color: #ff7075;
        color: #fff;
        text-transform: uppercase;
        padding: 3px 5px; }
        @media (max-width: 991px) {
          .searchresult-item .product-meta .product-info .bundle {
            width: 52px;
            margin: 0 auto;
            left: 0;
            right: 0; } }
      .searchresult-item .product-meta .product-info .kirsche {
        background-color: #f93248; }
      .searchresult-item .product-meta .product-info .neo {
        color: #000;
        background-color: #ff7075; }
      .searchresult-item .product-meta .product-info .electrico {
        color: #000;
        background-color: #dbfd01; }
      .searchresult-item .product-meta .product-info .ciano {
        color: #000;
        background-color: #00ead0; }
      .searchresult-item .product-meta .product-info .blue {
        background-color: #00bfff; }
      .searchresult-item .product-meta .product-info .lila {
        background-color: #a401ff; }
      .searchresult-item .product-meta .product-info .khole {
        background-color: #252a2c; }
      .searchresult-item .product-meta .product-info .product-name {
        font-weight: bold;
        font-size: 1.125em;
        color: #333333; }
      .searchresult-item .product-meta .product-info .price {
        display: none;
        font-family: "Brown-Pro-Light"; }
      .searchresult-item .product-meta .product-info .disclaimer {
        display: none;
        margin-top: -8px;
        min-width: 100%; }
        .searchresult-item .product-meta .product-info .disclaimer:before {
          content: " ";
          display: block;
          clear: both; }
      .searchresult-item .product-meta .product-info .product-description {
        color: #777777 !important;
        font-style: italic;
        font-size: 0.875em; }
        @media (min-width: 992px) {
          .searchresult-item .product-meta .product-info .product-description {
            font-size: 1em; } }
    .searchresult-item .product-meta .links {
      font-size: 0.75em;
      text-transform: uppercase;
      opacity: 0;
      position: absolute;
      padding-top: 10px; }
      .searchresult-item .product-meta .links .link-learn, .searchresult-item .product-meta .links .link-support {
        color: #1194f6;
        padding: 0 10px; }
      .searchresult-item .product-meta .links .link-learn {
        padding-left: 0; }
        @media (max-width: 991px) {
          .searchresult-item .product-meta .links .link-learn {
            padding-left: 10px; } }
      @media (max-width: 991px) {
        .searchresult-item .product-meta .links {
          opacity: 1;
          position: relative;
          bottom: auto;
          padding-top: 20px; } }

@media (max-width: 991px) {
  .no-touch .product-description {
    display: block !important; } }

@media (max-width: 767px) {
  .no-touch .searchresults-nav .force-white-text:not(.strikethrough) *,
  .no-touch .searchresults-nav .force-white-text:not(.js-addToCartBtn) *,
  .no-touch .searchresults-nav .force-white-text:not(.link-button) * {
    color: #252a2c !important; } }

.no-touch .searchresult-item:hover .product-description {
  display: block !important; }

.touch .searchresult-item {
  background: none; }
  .touch .searchresult-item .product-meta .links {
    opacity: 1; }
  .touch .searchresult-item .product-meta .product-description {
    display: block !important; }
    @media (max-width: 767px) {
      .touch .searchresult-item .product-meta .product-description .no-touch .product-description {
        display: block !important; } }

.searchresults-left-menus {
  margin: 5% auto;
  position: relative; }
  @media (min-width: 768px) {
    .searchresults-left-menus {
      margin-bottom: 2%;
      margin-top: 5%;
      max-width: 300px;
      padding-left: 20px;
      padding-right: 0;
      float: left; } }
  .searchresults-left-menus .searchresults-menu-item {
    font-size: 0.75em;
    min-height: 50px;
    background-color: #ededed;
    color: #252a2c;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear;
    border-bottom: 2px solid #fff; }
    @media (max-width: 991px) {
      .searchresults-left-menus .searchresults-menu-item {
        display: inline-block;
        margin: 0;
        float: left;
        width: 100%;
        max-width: 100%; } }
    .searchresults-left-menus .searchresults-menu-item .arrow-right {
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 6px solid black;
      position: absolute;
      top: 23px;
      right: 28px;
      opacity: 0;
      -webkit-transition: opacity 0.5s linear;
              transition: opacity 0.5s linear; }
    .searchresults-left-menus .searchresults-menu-item.active {
      background-color: #dbfd01; }
      .searchresults-left-menus .searchresults-menu-item.active .arrow-right {
        opacity: 1;
        text-decoration: none !important; }
    .searchresults-left-menus .searchresults-menu-item:hover {
      background-color: #dbfd01; }
      .searchresults-left-menus .searchresults-menu-item:hover .arrow-right {
        opacity: 1;
        text-decoration: none !important; }
    .searchresults-left-menus .searchresults-menu-item .subnav-title {
      margin: 21px 28px;
      padding-right: 8px;
      display: block; }

.touch .searchresults-left-menus .searchresults-menu-item:hover {
  background-color: #ededed; }
  .touch .searchresults-left-menus .searchresults-menu-item:hover .arrow-right {
    opacity: 0; }

.touch .searchresults-left-menus .searchresults-menu-item.active {
  background-color: #dbfd01; }
  .touch .searchresults-left-menus .searchresults-menu-item.active .arrow-right {
    opacity: 1;
    text-decoration: none !important; }

.searchresultsMenuTitle {
  font-style: italic;
  font-size: 1.125em;
  color: #999999;
  margin: 0 0 21px 28px; }

.single-column {
  position: relative; }
  @media (min-width: 768px) {
    .single-column {
      margin-bottom: 2%;
      margin-top: 1%;
      padding-left: 0; } }
  .single-column a {
    color: #428bca;
    text-decoration: none;
    padding: 10px 0; }
    @media (min-width: 1260px) {
      .single-column a {
        opacity: .9; }
        .single-column a:hover {
          opacity: 1;
          text-decoration: underline; } }

.grouping span strong {
  color: #888888;
  font-weight: normal; }

.grouping h5 {
  color: #888888; }

body.plp .content.container {
  margin-bottom: 0; }

body.plp .content.container.wide {
  width: 100%;
  padding: 0; }
  body.plp .content.container.wide.hero {
    overflow: hidden; }
    body.plp .content.container.wide.hero .background-image {
      height: 560px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

body.plp .content.container.hero {
  margin-bottom: 55px; }

body.plp p {
  font-size: 1.125em;
  line-height: 1.5;
  font-family: "Brown-Pro-Light"; }

body.plp .icon-circle .icon-awards {
  width: 37.5%; }

body.plp .icon-circle .icon-house {
  width: 57.5%; }

body.plp .icon-circle .icon-pie-chart {
  width: 53.75%; }

body.plp div.feature-grid {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 80px; }
  body.plp div.feature-grid > div {
    padding: 50px 50px 80px 50px;
    border-right: 1px solid #ededed;
    position: relative; }
    body.plp div.feature-grid > div:last-child {
      border-right: none; }
  body.plp div.feature-grid div.link {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center; }
  body.plp div.feature-grid a {
    color: #00a9e0;
    font-size: 1.125em;
    font-family: "Brown-Pro-Light"; }
    body.plp div.feature-grid a:hover, body.plp div.feature-grid a:active, body.plp div.feature-grid a:focus {
      text-decoration: none;
      border-bottom: 1px solid #00a9e0; }
  body.plp div.feature-grid h4 {
    text-transform: uppercase;
    font-size: 1.125em;
    font-family: "Brown-Pro-Bold";
    margin-top: 24px; }

body.plp div.links {
  padding: 48px 0 24px 0;
  margin-top: 0; }

body.plp ul.link-list {
  margin: 0;
  padding: 0; }
  body.plp ul.link-list li {
    margin-bottom: 0 !important; }
  body.plp ul.link-list a {
    margin: 6px 45px;
    color: #00a9e0;
    display: inline-block;
    text-decoration: none; }
    body.plp ul.link-list a:hover, body.plp ul.link-list a:focus, body.plp ul.link-list a:active {
      text-decoration: none; }
      body.plp ul.link-list a:hover span, body.plp ul.link-list a:focus span, body.plp ul.link-list a:active span {
        text-decoration: none;
        border-bottom: 1px solid #00a9e0; }
    body.plp ul.link-list a span {
      text-transform: uppercase;
      color: inherit;
      line-height: 1;
      font-family: "Brown-Pro-Bold";
      vertical-align: middle;
      border-bottom: 1px solid transparent; }
    body.plp ul.link-list a .newsletter-icon,
    body.plp ul.link-list a .contact-icon,
    body.plp ul.link-list a img, body.plp ul.link-list a svg {
      display: inline-block;
      margin-right: 14px; }

body.plp h2 {
  text-transform: none; }

body.plp .products-container {
  margin-top: 30px; }

@media (max-width: 991px) {
  body.plp div.feature-grid {
    display: block;
    border-bottom: none; }
    body.plp div.feature-grid > div {
      border: none;
      border-bottom: 1px solid #ededed;
      padding: 50px; }
      body.plp div.feature-grid > div div.link {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%; } }

@media (max-width: 767px) {
  body.plp .content.container.hero {
    margin-bottom: 15px; }
  body.plp div.feature-grid > div {
    padding: 20px 0; }
  body.plp div.links {
    padding: 42px 0 18px 0; }
  body.plp ul.link-list li {
    width: 100%;
    text-align: center; }
  body.plp ul.link-list a {
    margin: 12px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 480px) {
  body.plp h1 {
    font-size: 32px;
    font-size: 10vw; }
  body.plp ul.link-list li {
    display: block;
    width: 100%; } }

.content.container.formpage {
  background: url(../../images/zero-touch/clouds.png) no-repeat center top #00a9e0;
  background-size: contain;
  padding: 0;
  width: 100%;
  position: relative; }
  .content.container.formpage.circle {
    background: #814efa; }
    .content.container.formpage.circle h1 span {
      font-size: 60px;
      line-height: 0.9em; }
      @media (max-width: 767px) {
        .content.container.formpage.circle h1 span {
          font-size: 28px; } }
    @media (max-width: 767px) {
      .content.container.formpage.circle h1 {
        padding: 5px; } }
    .content.container.formpage.circle .customer-form .form-shell .copy, .content.container.formpage.circle .customer-form .form-shell .form-wrapper {
      margin: 0 auto;
      min-height: 45px;
      padding: 0;
      width: 100%; }
  .content.container.formpage button {
    margin: 0; }
  @media (max-width: 767px) {
    .content.container.formpage {
      background-position: top right; } }
  .content.container.formpage .clearfix {
    clear: both; }
  .content.container.formpage h1 {
    letter-spacing: -.05em;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    line-height: 0.8em; }
    @media (max-width: 767px) {
      .content.container.formpage h1 {
        margin-bottom: 15px; } }
    .content.container.formpage h1 span {
      font-size: 8vw;
      line-height: 0.8em; }
      @media (min-width: 1259px) {
        .content.container.formpage h1 span {
          font-size: 94px; } }
      @media (max-width: 767px) {
        .content.container.formpage h1 span {
          font-size: 28px; } }
      .content.container.formpage h1 span sup {
        top: 0;
        line-height: 0.8em; }
  .content.container.formpage h3 {
    margin-top: 0; }
  .content.container.formpage p {
    font-family: "Brown-Pro-Light";
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin: 31px auto;
    max-width: 855px;
    width: 100%; }
    @media (max-width: 767px) {
      .content.container.formpage p {
        font-size: 18px;
        line-height: 22px;
        margin: 18px auto; } }
    .content.container.formpage p.shortBlock {
      max-width: 40%;
      width: 100%;
      margin: 31px auto; }
      @media (max-width: 767px) {
        .content.container.formpage p.shortBlock {
          max-width: 100%; } }
  .content.container.formpage a {
    color: #fff;
    text-decoration: underline; }
    .content.container.formpage a:hover {
      color: #fff; }
  .content.container.formpage hr {
    max-width: 50%;
    margin: 28px auto; }
  .content.container.formpage .customer-form {
    min-height: 705px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(../../images/zero-touch/cars.png) no-repeat center bottom transparent;
    background-size: contain; }
    @media (max-width: 767px) {
      .content.container.formpage .customer-form {
        background: url(../../images/zero-touch/cars-m.png) no-repeat center bottom transparent;
        background-size: contain; } }
    .content.container.formpage .customer-form.empPromo {
      min-height: inherit; }
    .content.container.formpage .customer-form.circle {
      background: none; }
      .content.container.formpage .customer-form.circle .circle-bg {
        background: url(../../images/circle/circlebg.png) no-repeat center bottom transparent;
        height: 300px; }
      .content.container.formpage .customer-form.circle .form-shell .form-wrapper.promo-submission {
        margin-bottom: 15px; }
      @media (max-width: 767px) {
        .content.container.formpage .customer-form.circle .form-shell .form-wrapper.promo-submission {
          margin-bottom: 0px; } }
    .content.container.formpage .customer-form .row + .row {
      margin-top: 0; }
    .content.container.formpage .customer-form .form-shell {
      max-width: 950px;
      width: 100%;
      margin: 0 auto; }
      .content.container.formpage .customer-form .form-shell form .error {
        color: #000;
        font-weight: normal; }
      .content.container.formpage .customer-form .form-shell .copy, .content.container.formpage .customer-form .form-shell .form-wrapper {
        padding: 0;
        margin: 0 auto;
        width: 100%; }
        @media (max-width: 1024px) {
          .content.container.formpage .customer-form .form-shell .copy, .content.container.formpage .customer-form .form-shell .form-wrapper {
            max-width: 100%;
            padding: 0 10px; } }
      .content.container.formpage .customer-form .form-shell .form-wrapper {
        margin-bottom: 250px; }
        .content.container.formpage .customer-form .form-shell .form-wrapper.promo-submission {
          margin-bottom: 300px; }
        .content.container.formpage .customer-form .form-shell .form-wrapper form {
          padding: 0px;
          margin: 0;
          width: 100%;
          font-family: "Brown-Pro-Light";
          font-size: 14px; }
          .content.container.formpage .customer-form .form-shell .form-wrapper form input {
            min-height: 51px; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form input[disabled] {
              border: 1px solid #D3D6D8;
              background: #D3D6D8; }
          .content.container.formpage .customer-form .form-shell .form-wrapper form select {
            height: 51px;
            width: 100%;
            line-height: 45px;
            background: #fff; }
          .content.container.formpage .customer-form .form-shell .form-wrapper form option {
            padding: 5px 10px; }
          .content.container.formpage .customer-form .form-shell .form-wrapper form .left-col {
            padding-left: 0; }
            @media (max-width: 768px) {
              .content.container.formpage .customer-form .form-shell .form-wrapper form .left-col {
                padding-right: 0; } }
          .content.container.formpage .customer-form .form-shell .form-wrapper form .right-col {
            padding-right: 0; }
            @media (max-width: 768px) {
              .content.container.formpage .customer-form .form-shell .form-wrapper form .right-col {
                padding-left: 0; } }
          .content.container.formpage .customer-form .form-shell .form-wrapper form .has-feedback .form-control {
            padding-right: 20px; }
          .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group {
            position: relative; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group label {
              color: #000;
              width: 250px;
              background-color: #c2c6ca;
              right: -208px;
              top: 0;
              position: absolute;
              z-index: 3;
              padding: 16px 10px;
              min-height: 51px;
              line-height: 16px; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group label:before {
                content: "";
                width: 0;
                height: 0;
                border-top: 26px solid transparent;
                border-right: 30px solid #c2c6ca;
                border-bottom: 26px solid transparent;
                position: absolute;
                left: -29px;
                top: 0; }
              @media (max-width: 1400px) {
                .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group label {
                  right: 15px;
                  top: -57px; }
                  .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group label:before {
                    border-right: 16px solid transparent;
                    border-left: 16px solid transparent;
                    border-top: 15px solid #c2c6ca;
                    position: absolute;
                    left: inherit;
                    right: 0;
                    top: 50px; } }
              @media (min-width: 1401px) {
                .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group label#captchaTxt-error {
                  left: inherit; } }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .form-control {
              border-radius: 0; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .form-control.error {
                border-color: #ef4656;
                min-height: 51px; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .form-control#promo {
                width: 195px;
                display: inline;
                padding-right: 0;
                float: right; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .help-block {
              margin-bottom: 0;
              margin-top: 0; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .help-block ul {
                margin-bottom: 0; }
                .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .help-block ul li {
                  margin-bottom: 0;
                  line-height: 20px;
                  padding-right: 30px; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit {
              padding-left: 0; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button {
                max-width: 175px;
                width: 100%;
                margin: 0 auto;
                float: none;
                display: block;
                font-family: "Brown-Pro-Regular";
                font-size: 14px; }
                .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button[type="reset"] {
                  background: transparent;
                  box-shadow: none;
                  color: #000;
                  text-decoration: underline;
                  outline: none;
                  border: none;
                  max-width: none;
                  width: 250px;
                  margin: 16px auto;
                  text-align: center;
                  float: none;
                  display: block; }
                  .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button[type="reset"]:hover, .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button[type="reset"]:active, .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button[type="reset"]:focus {
                    color: #000;
                    outline: none;
                    border: none; }
                  @media (max-width: 767px) {
                    .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button[type="reset"] {
                      padding-bottom: 15px; } }
                .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button:hover, .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button:focus, .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button.focus {
                  color: #aaaaaa; }
                @media (max-width: 767px) {
                  .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .formSubmit button {
                    max-width: 100%; } }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .form-group .submit {
              padding: 17px 30px;
              background-color: #000;
              color: #dcfd00;
              text-transform: uppercase;
              text-align: center;
              font-family: "Brown-Pro-Regular";
              font-size: 14px;
              width: 175px;
              display: inline;
              float: right; }
          .content.container.formpage .customer-form .form-shell .form-wrapper form .left-col .form-group {
            position: relative; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .left-col .form-group label {
              left: -220px;
              right: inherit; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form .left-col .form-group label:before {
                border-left: 30px solid #c2c6ca;
                border-right: none;
                left: 250px; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form .left-col .form-group label li {
                padding-right: 0;
                padding-left: 0; }
          @media (max-width: 1400px) {
            .content.container.formpage .customer-form .form-shell .form-wrapper form .left-col .form-group label {
              left: inherit;
              right: 15px;
              top: -57px; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form .left-col .form-group label:before {
                border-right: 16px solid transparent;
                border-left: 16px solid transparent;
                border-top: 15px solid #c2c6ca;
                position: absolute;
                left: inherit;
                right: 0;
                top: 50px; } }
          .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm {
            width: 100%; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .left-col {
              padding-right: 0; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .left-col .form-group label {
                left: 30px; }
                @media (max-width: 1400px) {
                  .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .left-col .form-group label {
                    left: inherit; } }
            .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .right-col {
              padding-left: 0; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .right-col button.submit {
                width: 175px; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .col-xs-12.left-col, .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .col-xs-12.right-col {
              width: 50%; }
            @media (max-width: 600px) {
              .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .col-xs-12.left-col, .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .col-xs-12.right-col {
                width: 100%; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .col-xs-12.left-col input {
                width: 100%; }
              .content.container.formpage .customer-form .form-shell .form-wrapper form#promoForm .col-xs-12.right-col button {
                float: none; } }
          .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha {
            margin-bottom: 3%;
            padding-top: 1%; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha.left-col {
              padding-right: 0; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha.right-col {
              padding-left: 0; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha.col-xs-12.left-col, .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha.col-xs-12.right-col {
              width: 50%; }
            @media (max-width: 600px) {
              .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha.col-xs-12.left-col, .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha.col-xs-12.right-col {
                width: 100%; } }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha input[name="captchaTxt"] {
              padding-right: 0;
              width: 250px; }
              @media (max-width: 767px) {
                .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha input[name="captchaTxt"] {
                  -webkit-writing-mode: initial !important;
                  display: block;
                  clear: both;
                  width: 100%; } }
            @media (max-width: 767px) {
              .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha .captchaimg {
                -webkit-writing-mode: initial !important;
                display: block;
                clear: both;
                text-align: center; } }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha .form-captcha {
              padding-left: 0; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha #refreshcaptcha {
              margin-left: 7px;
              cursor: pointer; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha .form-group {
              width: 100%;
              margin: 0 auto; }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha .captcha-input {
              float: right; }
              @media (max-width: 600px) {
                .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha .captcha-input {
                  float: none; } }
            .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha .captcha-img {
              float: left; }
              @media (max-width: 600px) {
                .content.container.formpage .customer-form .form-shell .form-wrapper form .captcha .captcha-img {
                  float: none; } }
        @media (max-width: 991px) {
          .content.container.formpage .customer-form .form-shell .form-wrapper .form-group {
            margin-bottom: 15px; } }
        .content.container.formpage .customer-form .form-shell .form-wrapper.form-submission hr {
          max-width: 100%; }
      @media (max-width: 1024px) {
        .content.container.formpage .customer-form .form-shell {
          max-width: 100%; }
          .content.container.formpage .customer-form .form-shell form {
            max-width: 100%; } }
      @media (max-width: 991px) {
        .content.container.formpage .customer-form .form-shell > .form-wrapper {
          padding-left: 0;
          padding-right: 0; }
          .content.container.formpage .customer-form .form-shell > .form-wrapper form {
            padding: 30px 10px 0px; } }
      @media (min-width: 991px) and (max-width: 1024px) {
        .content.container.formpage .customer-form .form-shell > .form-wrapper form {
          padding: 0px 10px; } }
      @media (max-width: 767px) {
        .content.container.formpage .customer-form .form-shell {
          max-width: 100%;
          padding: 0; }
          .content.container.formpage .customer-form .form-shell .text-right {
            text-align: left;
            width: 100%; }
          .content.container.formpage .customer-form .form-shell > .form-wrapper {
            padding-left: 0;
            padding-right: 0; }
            .content.container.formpage .customer-form .form-shell > .form-wrapper form .right-col,
            .content.container.formpage .customer-form .form-shell > .form-wrapper form .left-col {
              padding-right: 0;
              padding-left: 0; } }
      @media (max-width: 600px) {
        .content.container.formpage .customer-form .form-shell {
          padding: 0; }
          .content.container.formpage .customer-form .form-shell form > div > div {
            width: 100%;
            display: block; } }
  .content.container.formpage .colorBlock {
    position: relative;
    min-height: 190px;
    width: 100%;
    background-color: #106bff; }
    .content.container.formpage .colorBlock.circle {
      background: #814efa; }
    .content.container.formpage .colorBlock .disclaimer {
      font-family: "Brown-Pro-Regular";
      color: #fff;
      padding: 1.5em 0;
      margin: 0 auto;
      display: block;
      max-width: 950px;
      width: 100%; }
      @media (max-width: 991px) {
        .content.container.formpage .colorBlock .disclaimer {
          padding: 1.5em; } }

.plp-v2 .products-container.no-results .compare-choices-btn {
  display: none; }

.plp-v2 .product-grid {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
  top: -10px; }
  .plp-v2 .product-grid:before, .plp-v2 .product-grid:after {
    content: initial; }
  .plp-v2 .product-grid .no-results {
    display: none; }
    .plp-v2 .product-grid .no-results.show {
      display: block;
      width: 100%;
      text-align: center;
      padding: 0 20px; }

.plp-v2 .compare-choices-btn {
  bottom: 15%; }
  .plp-v2 .compare-choices-btn.near-footer {
    bottom: 80%;
    position: fixed; }
  .plp-v2 .compare-choices-btn.near-top {
    bottom: 0%; }

html.no-flexbox .product-grid {
  display: block; }

@-webkit-keyframes fadeFilterIn {
  0% {
    opacity: 0;
    max-height: 0; }
  1% {
    max-height: 1000px; }
  100% {
    opacity: 1;
    max-height: 1000px; } }

@keyframes fadeFilterIn {
  0% {
    opacity: 0;
    max-height: 0; }
  1% {
    max-height: 1000px; }
  100% {
    opacity: 1;
    max-height: 1000px; } }

@-webkit-keyframes fadeFilterOut {
  0% {
    opacity: 1;
    max-height: 1000px; }
  99% {
    max-height: 1000px; }
  100% {
    opacity: 0;
    max-height: 0px; } }

@keyframes fadeFilterOut {
  0% {
    opacity: 1;
    max-height: 1000px; }
  99% {
    max-height: 1000px; }
  100% {
    opacity: 0;
    max-height: 0px; } }

/*
plz make more specific to plp
body.modal-open {
	position:fixed;
	overflow:hidden;
}
*/
.filter-sorter {
  text-align: right;
  height: 100px;
  padding: 0 10px !important; }
  .filter-sorter button {
    border: none;
    background: none;
    font-size: 1em;
    font-family: "Brown-Pro-Regular";
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
    margin-left: 50px;
    outline: none;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .filter-sorter button span.icon {
      vertical-align: center;
      display: inline-block;
      height: 32px;
      position: relative;
      top: -2px; }
      .filter-sorter button span.icon.icon-close {
        display: none; }
    .filter-sorter button:active span {
      padding: 0;
      margin: 0;
      position: relative; }
    .filter-sorter button.active span.icon {
      display: none; }
      .filter-sorter button.active span.icon.icon-close {
        display: inline-block; }

.filter.popover {
  display: block;
  border-radius: 0;
  border-color: #c3c6c8;
  border-bottom-width: 15px;
  top: 40px;
  max-height: 0;
  max-width: none;
  margin-top: 20px;
  opacity: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none; }
  .filter.popover.fade-in {
    pointer-events: cursor;
    overflow: visible;
    -webkit-animation: fadeFilterIn 250ms linear forwards;
            animation: fadeFilterIn 250ms linear forwards; }
  .filter.popover.fade-out {
    -webkit-animation: fadeFilterOut 250ms linear forwards;
            animation: fadeFilterOut 250ms linear forwards; }
  .filter.popover .arrow {
    border: 12px transparent solid;
    border-bottom-color: #c3c6c8;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    margin-top: -24px;
    left: auto;
    right: 45px; }
    .filter.popover .arrow:after {
      border: 12px transparent solid;
      border-bottom-color: #fff;
      width: 0px;
      height: 0px;
      content: '';
      margin-left: -12px;
      top: -11px;
      position: absolute; }
  .filter.popover .popover-title {
    display: none; }
  .filter.popover .popover-content {
    padding: 30px 30px 0 30px;
    background: #ffffff;
    overflow: hidden;
    max-height: 600px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .filter.popover.short {
    border-bottom-width: 1px; }
    .filter.popover.short .popover-content {
      padding-bottom: 15px; }
  .filter.popover .filter-list-title {
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Brown-Pro-Regular";
    font-weight: normal;
    border-bottom: 1px solid #c3c6c8;
    padding-bottom: 16px;
    margin-bottom: 12px;
    margin-top: 25px; }
    .filter.popover .filter-list-title.first {
      margin-top: 0; }
  .filter.popover .feature_checkbox {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none; }
  .filter.popover ul.filter-options {
    margin-bottom: 30px; }
  .filter.popover ul.segmented {
    margin-top: -12px;
    margin-bottom: 0; }
    .filter.popover ul.segmented li {
      border-bottom: 1px solid #c3c6c8;
      padding-top: 12px;
      padding-bottom: 12px; }
      .filter.popover ul.segmented li:last-child {
        border-bottom: none; }
  .filter.popover li {
    position: relative;
    font-size: 1em;
    font-family: "Brown-Pro-Regular";
    font-weight: normal;
    color: #2f3132; }
    .filter.popover li label {
      font-size: 1em;
      font-family: "Brown-Pro-Regular";
      font-weight: normal;
      font-weight: normal;
      position: relative;
      z-index: 2;
      padding-left: 22px; }
    .filter.popover li span.dot {
      display: none;
      width: 10px;
      height: 10px;
      margin-top: 8px;
      border: 2px solid #000000;
      border-radius: 100%;
      float: right; }
    .filter.popover li.button {
      cursor: pointer; }
    .filter.popover li.selected {
      color: #aaaaaa; }
      .filter.popover li.selected span.dot {
        background: #000000; }

@media only screen and (max-width: 600px) {
  .filter-sorter {
    text-align: center;
    padding: 0; }
    .filter-sorter button {
      margin: 0;
      padding: 0 30px;
      border-left: 1px solid #c3c6c8;
      line-height: 1; }
      .filter-sorter button:first-child, .filter-sorter button.no-edge {
        border-left: none; }
      .filter-sorter button.no-edge {
        white-space: nowrap;
        padding: 0 10px;
        display: block;
        margin: 0 auto; }
      .filter-sorter button.active span.icon {
        display: inline-block; }
        .filter-sorter button.active span.icon.icon-close {
          display: none; }
  .filter.popover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-top: 0;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: 0;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 500ms;
            transition: opacity 500ms;
    pointer-events: none; }
    .filter.popover.active {
      height: 100%;
      height: 100vh;
      padding-bottom: 50px;
      pointer-events: auto;
      z-index: 100000; }
    .filter.popover.fade-in {
      opacity: 1;
      -webkit-animation: none !important;
              animation: none !important; }
    .filter.popover.fade-out {
      opacity: 0;
      -webkit-animation: none !important;
              animation: none !important; }
    .filter.popover div.arrow {
      display: none; }
    .filter.popover .popover-title {
      display: block;
      background: none;
      border: none;
      padding: 60px 0; }
      .filter.popover .popover-title h2 {
        text-align: center;
        cursor: pointer; }
        .filter.popover .popover-title h2 span {
          font-size: 16px;
          vertical-align: middle; }
        .filter.popover .popover-title h2 span.icon {
          font-size: 26px;
          display: inline-block;
          margin-top: -2px; }
    .filter.popover .popover-content {
      padding: 0;
      padding-bottom: 40px;
      max-height: none; }
    .filter.popover .filter-list-title {
      margin: 0;
      padding: 10px 25px; }
      .filter.popover .filter-list-title.first {
        border-top: 1px solid #c3c6c8;
        margin-top: 0; }
    .filter.popover ul {
      margin-bottom: 0; }
      .filter.popover ul.segmented {
        border-top: 1px solid #c3c6c8;
        margin-top: 0; }
      .filter.popover ul li {
        background: #f6f6f6;
        border-bottom: 1px solid #c3c6c8 !important;
        padding: 10px 25px; }
        .filter.popover ul li label {
          pointer-events: none; }
        .filter.popover ul li input[type="checkbox"] {
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; }
        .filter.popover ul li span.dot {
          display: block; } }

div.business-resellers .dk-select.dk-select-full {
  width: 100%; }

div.business-resellers .dk-selected, div.business-resellers .dk-option {
  text-transform: uppercase; }

div.business-resellers .business-reseller {
  position: relative;
  padding-bottom: 32px; }
  div.business-resellers .business-reseller > div {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%; }
  div.business-resellers .business-reseller a {
    color: #00a9e0; }

div.business-resellers .filters {
  position: relative;
  text-align: center; }
  div.business-resellers .filters .filter {
    position: relative;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
    float: none;
    text-align: left; }
  div.business-resellers .filters .arrow {
    display: none;
    position: absolute;
    top: 0px;
    background: #f6f6f6;
    width: 44px;
    height: 44px;
    z-index: 10; }
    div.business-resellers .filters .arrow::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      z-index: 2;
      border: 6px solid #000000;
      border-left-color: transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      display: block;
      width: 6px;
      height: 6px; }
  div.business-resellers .filters .arrow-right {
    right: 0; }
    div.business-resellers .filters .arrow-right::after {
      border-left-color: #000000;
      margin-left: 3px; }
  div.business-resellers .filters .arrow-left {
    left: 0; }
    div.business-resellers .filters .arrow-left::after {
      border-right-color: #000000;
      margin-left: -3px; }

@media screen and (max-width: 768px) {
  div.business-resellers .business-reseller {
    padding: 16px 15px;
    padding-bottom: 16px; }
    div.business-resellers .business-reseller > div {
      position: relative;
      bottom: auto;
      left: auto;
      width: auto; }
  div.business-resellers .filters .filter {
    width: 100%;
    display: none;
    padding-left: 0;
    padding-right: 0; }
    div.business-resellers .filters .filter.selected {
      display: block; }
    div.business-resellers .filters .filter .dk-select {
      background: #f6f6f6; }
    div.business-resellers .filters .filter .dk-selected {
      padding-left: 15px;
      padding-right: 25px;
      left: auto;
      right: auto;
      float: left;
      width: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    div.business-resellers .filters .filter .dk-selected, div.business-resellers .filters .filter .dk-option {
      text-align: center; }
    div.business-resellers .filters .filter .dk-selected::after {
      right: auto;
      text-align: right;
      float: right; }
  div.business-resellers .filters .arrow {
    display: block; } }

#vc-navigation #vc-nav {
  position: fixed;
  height: 90px;
  width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1998;
  border-bottom: 2px solid #f5f5f5;
  font-size: 0.875em;
  text-align: center; }
  #vc-navigation #vc-nav.down {
    top: 105px; }
  #vc-navigation #vc-nav .nav-wrapper {
    position: relative;
    max-width: 1240px;
    margin: 0 auto; }
  #vc-navigation #vc-nav .vc-brand {
    position: absolute;
    margin: 21px 10px 0;
    white-space: normal;
    font-size: 21px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    max-width: 230px;
    display: block;
    line-height: 1.1;
    font-family: "Brown-Pro-Regular";
    font-weight: bold; }
  #vc-navigation #vc-nav .links {
    list-style: none;
    margin: 0;
    padding: 0; }
    #vc-navigation #vc-nav .links > li {
      font-size: 1em;
      font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
      line-height: 1.42857;
      font-size: .975em;
      display: inline-block;
      position: relative;
      vertical-align: top;
      z-index: 1; }
      #vc-navigation #vc-nav .links > li > a {
        display: block;
        color: #bdbbbc;
        text-decoration: none;
        text-align: center;
        line-height: 1;
        letter-spacing: .04em;
        font-size: 11px;
        padding: 10px 5px;
        margin: 10px;
        cursor: pointer; }
        @media (min-width: 1260px) {
          #vc-navigation #vc-nav .links > li > a:hover, #vc-navigation #vc-nav .links > li > a.active {
            color: #252a2c; } }
        #vc-navigation #vc-nav .links > li > a:hover, #vc-navigation #vc-nav .links > li > a.active {
          color: #252a2c; }
          #vc-navigation #vc-nav .links > li > a:hover > span.svg, #vc-navigation #vc-nav .links > li > a.active > span.svg {
            opacity: 1; }
        #vc-navigation #vc-nav .links > li > a > span {
          display: block; }
          #vc-navigation #vc-nav .links > li > a > span.svg {
            background: url("/images/sprites/vc-nav.svg") no-repeat 0 0 transparent;
            height: 25px;
            width: 25px;
            margin: 0 auto 10px;
            opacity: .3; }
            #vc-navigation #vc-nav .links > li > a > span.svg.overview-icon {
              background-position: 0 0%; }
              #vc-navigation #vc-nav .links > li > a > span.svg.overview-icon:hover, #vc-navigation #vc-nav .links > li > a > span.svg.overview-icon.active {
                background-position: 0 100%; }
            #vc-navigation #vc-nav .links > li > a > span.svg.products-icon {
              background-position: 33% 0; }
              #vc-navigation #vc-nav .links > li > a > span.svg.products-icon:hover, #vc-navigation #vc-nav .links > li > a > span.svg.products-icon.active {
                background-position: 33% 100%; }
            #vc-navigation #vc-nav .links > li > a > span.svg.partners-icon {
              background-position: 66% 0; }
              #vc-navigation #vc-nav .links > li > a > span.svg.partners-icon:hover, #vc-navigation #vc-nav .links > li > a > span.svg.partners-icon.active {
                background-position: 66% 100%; }
            #vc-navigation #vc-nav .links > li > a > span.svg.resources-icon {
              background-position: 100% 0; }
              #vc-navigation #vc-nav .links > li > a > span.svg.resources-icon:hover, #vc-navigation #vc-nav .links > li > a > span.svg.resources-icon.active {
                background-position: 100% 100%; }
      #vc-navigation #vc-nav .links > li.open {
        z-index: 2; }

#mobile-vc-nav {
  font-size: 1em;
  font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
  line-height: 1.42857;
  font-size: .975em;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 4000;
  border-bottom: 2px solid #f5f5f5; }
  @media (max-width: 767px) {
    #mobile-vc-nav {
      top: 60px; } }
  #mobile-vc-nav.open {
    height: 100%;
    width: 100%;
    z-index: 4001; }
  #mobile-vc-nav .vc-brand {
    font-size: 21px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    max-width: 230px;
    display: block;
    margin: 14px 0 14px 10px; }
    @media (max-width: 767px) {
      #mobile-vc-nav .vc-brand {
        margin: 20px 0 20px 10px; } }
    @media (max-width: 991px) {
      #mobile-vc-nav .vc-brand {
        max-width: 200px; } }
    @media (max-width: 767px) {
      #mobile-vc-nav .vc-brand {
        max-width: 250px;
        line-height: 1.1; } }
    @media (max-width: 400px) {
      #mobile-vc-nav .vc-brand {
        max-width: 200px; } }
  #mobile-vc-nav #vc-nav-menu {
    position: absolute;
    width: 100%;
    min-height: 65px;
    background-color: #fff;
    z-index: 4000;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      #mobile-vc-nav #vc-nav-menu {
        min-height: 86px; } }
    @media (max-width: 767px) {
      #mobile-vc-nav #vc-nav-menu {
        min-height: 65px; } }
    #mobile-vc-nav #vc-nav-menu .navbar-toggle:after {
      /* symbol for "opening" panels */
      width: 31px;
      height: 31px;
      background: url("/images/icons/down-arrow.svg") no-repeat 0 0 transparent;
      content: "";
      float: right;
      color: grey;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    #mobile-vc-nav #vc-nav-menu .navbar-toggle.collapsed:after {
      /* symbol for "collapsed" panels */
      /* symbol for "opening" panels */
      width: 31px;
      height: 31px;
      background: url("/images/icons/down-arrow.svg") no-repeat 0 0 transparent;
      content: "";
      float: right;
      color: grey;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    #mobile-vc-nav #vc-nav-menu svg {
      display: inline-block;
      float: left;
      background: url("/images/sprites/vc-nav.svg") no-repeat 0 0 transparent;
      height: 25px;
      width: 25px;
      margin: 0 8px 0 0; }
      #mobile-vc-nav #vc-nav-menu svg.down-arrow {
        background: url("/images/sprites/vc-nav.svg") no-repeat 0 0 transparent; }
    @media (max-width: 991px) {
      #mobile-vc-nav #vc-nav-menu {
        border: none;
        border-bottom: 2px solid #f5f5f5;
        border-radius: 0; }
        #mobile-vc-nav #vc-nav-menu ul.navbar-nav {
          position: relative;
          left: 0;
          right: 0; } }
    @media (max-width: 991px) and (max-width: 767px) {
      #mobile-vc-nav #vc-nav-menu ul.navbar-nav {
        margin: 0 -10px 20px; }
        #mobile-vc-nav #vc-nav-menu ul.navbar-nav.pull-right {
          float: left !important; } }
    @media (max-width: 991px) and (max-width: 767px) {
      #mobile-vc-nav #vc-nav-menu ul.navbar-nav li {
        margin: 7px 0; } }
    @media (max-width: 991px) {
          #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a {
            background-color: transparent;
            margin: 0 0 0 15px;
            padding: 25px 5px 0;
            opacity: .3; } }
      @media (max-width: 991px) and (min-width: 1260px) {
        #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a:hover, #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a.active {
          color: #252a2c; } }
    @media (max-width: 991px) {
            #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a:hover, #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a.active {
              color: #252a2c;
              cursor: pointer;
              opacity: 1; }
              #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a:hover > span.svg, #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a.active > span.svg {
                opacity: 1; } }
      @media (max-width: 991px) and (max-width: 767px) {
        #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a {
          padding: 12px 5px 0; } }
    @media (max-width: 991px) {
            #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span {
              display: inline-block;
              margin: 3px 0 0;
              text-transform: uppercase; }
              #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg {
                display: inline-block;
                float: left;
                background: url("/images/sprites/vc-nav.svg") no-repeat 0 0 transparent;
                height: 25px;
                width: 25px;
                margin: 0 8px 0 0; }
                #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg.overview-icon {
                  background-position: 0 0%; }
                  #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg.overview-icon:hover {
                    background-position: 0 100%; }
                #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg.products-icon {
                  background-position: 33% 0; }
                  #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg.products-icon:hover {
                    background-position: 33% 100%; }
                #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg.partners-icon {
                  background-position: 66% 0; }
                  #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg.partners-icon:hover {
                    background-position: 66% 100%; }
                #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg.resources-icon {
                  background-position: 100% 0; }
                  #mobile-vc-nav #vc-nav-menu ul.navbar-nav li a > span.svg.resources-icon:hover {
                    background-position: 100% 100%; } }
    #mobile-vc-nav #vc-nav-menu .glyphicon {
      margin: 5% 0; }
    #mobile-vc-nav #vc-nav-menu.navbar-default .navbar-toggle {
      border: none; }
      #mobile-vc-nav #vc-nav-menu.navbar-default .navbar-toggle:hover, #mobile-vc-nav #vc-nav-menu.navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border: none; }

.add-information {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 80px; }
  .add-information + .add-information {
    margin: 0; }
  .add-information:last-child {
    padding-bottom: 80px; }
  .add-information.reverse-colors p > a {
    text-decoration: underline; }
  .add-information .background img {
    position: relative;
    margin: 0 auto;
    bottom: -80px;
    display: block;
    max-width: 100%;
    width: auto; }
  .add-information .partnership-info li {
    display: inline-block;
    margin: 0 auto;
    width: 220px; }
    .add-information .partnership-info li a {
      font-size: 13px;
      text-transform: uppercase;
      font-family: "Brown-Pro-Bold"; }
      .add-information .partnership-info li a:hover {
        text-decoration: underline; }
  .add-information > div {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    z-index: 20; }
    .add-information > div.row.last {
      padding-bottom: 80px; }
    .add-information > div > div {
      max-width: 50%;
      width: 100%;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .add-information > div > div {
          max-width: 83.33333333%;
          width: 100%; } }
      @media (max-width: 767px) {
        .add-information > div > div {
          max-width: 80%;
          width: 100%; } }
    .add-information > div.background.full {
      max-width: inherit;
      width: 100%; }
      .add-information > div.background.full img {
        max-width: inherit;
        width: 100%; }

.flip-cards {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 75px; }
  @media (max-width: 991px) {
    .flip-cards {
      margin-bottom: 30px; } }
  .flip-cards .card-grid {
    padding-left: 0; }
    .flip-cards .card-grid .section-title {
      display: list-item;
      list-style: none; }
      .flip-cards .card-grid .section-title h2, .flip-cards .card-grid .section-title h3 {
        padding-left: 10px; }
      .flip-cards .card-grid .section-title h2 {
        margin-top: 35px; }
      .flip-cards .card-grid .section-title h3 {
        margin-top: 55px; }
    .flip-cards .card-grid .card {
      min-height: 370px;
      max-width: 400px;
      width: 100%;
      display: inline-block;
      cursor: pointer;
      text-align: center; }
      @media (max-width: 767px) {
        .flip-cards .card-grid .card {
          min-width: 320px;
          margin-bottom: 20px; } }
      @media (min-width: 769px) {
        .flip-cards .card-grid .card {
          text-align: left; } }
      .flip-cards .card-grid .card .front {
        background-color: #f5f5f5;
        border: 10px solid #fff; }
        .flip-cards .card-grid .card .front img {
          margin: 25% auto;
          display: block; }
      .flip-cards .card-grid .card .back {
        background-color: #e5e5e5;
        padding: 40px 20px; }
        @media (max-width: 767px) {
          .flip-cards .card-grid .card .back {
            padding: 15px 10px;
            position: relative !important;
            min-height: 370px; } }
        .flip-cards .card-grid .card .back a {
          font-size: 13px;
          font-family: "Brown-Pro-Bold";
          color: #2f3132;
          text-decoration: none;
          text-transform: uppercase;
          margin: 0 auto;
          display: table;
          text-align: center; }
          .flip-cards .card-grid .card .back a:hover {
            text-decoration: underline; }
          @media (min-width: 769px) {
            .flip-cards .card-grid .card .back a {
              margin: 0;
              text-align: left; } }
  .flip-cards .controls .more.btn, .flip-cards .controls .less.btn {
    display: block; }
    .flip-cards .controls .more.btn .glyphicon, .flip-cards .controls .less.btn .glyphicon {
      top: 2px; }

.full-bleed {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  clear: both;
  height: auto;
  width: auto\9;
  /* ie8 */
  overflow: hidden;
  height: 1050px; }
  .full-bleed.reverse-colors .partner-program p a {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .full-bleed {
      height: 770px; } }
  @media (min-width: 992px) {
    .full-bleed {
      height: 870px; } }
  .full-bleed .background {
    width: 100%;
    z-index: 1; }
    .full-bleed .background img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute; }
  .full-bleed.compat-object-fit .background {
    display: none !important; }
  .full-bleed .container {
    padding: 0;
    margin: 0 auto;
    z-index: 20;
    position: relative;
    max-width: 1240px;
    width: 100%; }
    .full-bleed .container:before, .full-bleed .container:after {
      display: inline; }
    .full-bleed .container .partner-program {
      position: absolute;
      margin-top: 19%;
      max-width: 630px; }
      .full-bleed .container .partner-program > div {
        padding-left: 0;
        padding-right: 0; }
      @media (max-width: 991px) {
        .full-bleed .container .partner-program .btn {
          margin-right: 0; } }
      @media (min-width: 768px) {
        .full-bleed .container .partner-program {
          margin-top: 19%; } }
      @media (min-width: 992px) {
        .full-bleed .container .partner-program {
          margin-top: 19%; } }
      @media (min-width: 1260px) {
        .full-bleed .container .partner-program {
          margin-top: 8%; } }
      @media (min-width: 1600px) {
        .full-bleed .container .partner-program {
          margin-top: 13%; } }
      @media (min-width: 1800px) {
        .full-bleed .container .partner-program {
          margin-top: 19%; } }
      .full-bleed .container .partner-program.leftAligned {
        text-align: center; }
        @media (min-width: 768px) {
          .full-bleed .container .partner-program.leftAligned {
            left: 75px;
            text-align: left; } }
        @media (min-width: 1260px) {
          .full-bleed .container .partner-program.leftAligned {
            left: 0; } }
      .full-bleed .container .partner-program.rightAligned {
        text-align: center; }
        @media (min-width: 768px) {
          .full-bleed .container .partner-program.rightAligned {
            text-align: left;
            right: inherit;
            left: 75px; } }
        @media (min-width: 1260px) {
          .full-bleed .container .partner-program.rightAligned {
            right: 0;
            left: inherit; } }
      .full-bleed .container .partner-program .partner-icons {
        padding-left: 0;
        min-height: 105px; }
        .full-bleed .container .partner-program .partner-icons li {
          list-style: none;
          float: left;
          margin: 0 auto;
          padding: 0 5px 0;
          min-width: 140px; }
          @media (max-width: 767px) {
            .full-bleed .container .partner-program .partner-icons li {
              display: block;
              float: none;
              margin: 20px auto; } }
          .full-bleed .container .partner-program .partner-icons li a {
            font-size: 15px;
            color: #000;
            text-transform: uppercase;
            display: block;
            padding: 0 5px 0; }
            .full-bleed .container .partner-program .partner-icons li a:hover {
              width: auto;
              min-height: 105px; }
            .full-bleed .container .partner-program .partner-icons li a .text-link {
              padding-top: 5px;
              text-align: center; }
          .full-bleed .container .partner-program .partner-icons li img {
            padding: 10px 5px 0; }

#hero-banner-product {
  width: 100%;
  height: 375px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #hero-banner-product {
      height: 750px; } }
  @media (min-width: 992px) {
    #hero-banner-product {
      height: 400px; } }
  #hero-banner-product .container {
    position: relative;
    height: 100%;
    width: 100%; }
    #hero-banner-product .container > div {
      height: 100%; }
  #hero-banner-product .row {
    height: 100%; }
  #hero-banner-product .hero-metadata {
    position: relative;
    color: #ffffff;
    padding: 0;
    z-index: 2;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto; }
    #hero-banner-product .hero-metadata.half {
      text-align: center;
      width: 100%;
      top: 30px; }
      #hero-banner-product .hero-metadata.half h1 span {
        margin-bottom: 10px; }
      @media (min-width: 768px) {
        #hero-banner-product .hero-metadata.half {
          text-align: center;
          width: 75%;
          top: 50px; }
          #hero-banner-product .hero-metadata.half h1 {
            width: 100%; } }
      @media (min-width: 992px) {
        #hero-banner-product .hero-metadata.half {
          text-align: left;
          width: 100%;
          top: 52%; }
          #hero-banner-product .hero-metadata.half h1 {
            margin: 0;
            width: 50%; } }
    #hero-banner-product .hero-metadata.full {
      width: 100%; }
    @media (min-width: 768px) {
      #hero-banner-product .hero-metadata {
        top: 50px; } }
    @media (min-width: 992px) {
      #hero-banner-product .hero-metadata {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #hero-banner-product .hero-metadata.full {
          top: 30%;
          transform: inherit;
          -webkit-transform: inherit;
          -ms-transform: inherit; } }
  #hero-banner-product .hero-image {
    position: absolute;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    bottom: 0;
    display: block; }
    #hero-banner-product .hero-image.desk {
      display: none !important; }
      @media (min-width: 992px) {
        #hero-banner-product .hero-image.desk {
          display: block !important; } }
    @media (min-width: 768px) {
      #hero-banner-product .hero-image {
        left: 50%;
        width: 500px;
        margin-left: -250px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      #hero-banner-product .hero-image {
        right: 0;
        left: 65%;
        width: 100%; } }
    @media (min-width: 992px) {
      #hero-banner-product .hero-image {
        right: 10%;
        width: inherit;
        left: inherit;
        margin-left: inherit; } }

#hero-banner-photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 375px; }
  @media (min-width: 768px) {
    #hero-banner-photo {
      min-height: 410px; } }
  @media (min-width: 992px) {
    #hero-banner-photo {
      min-height: 500px; } }
  #hero-banner-photo .container {
    position: relative;
    height: 100%;
    width: 100%; }
    #hero-banner-photo .container > div {
      height: 100%; }
    #hero-banner-photo .container.full {
      width: 100%; }
      #hero-banner-photo .container.full .hero-image {
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        height: 375px;
        -o-object-fit: cover;
           object-fit: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        @media (min-width: 768px) {
          #hero-banner-photo .container.full .hero-image {
            height: 560px; } }
        @media (min-width: 1260px) {
          #hero-banner-photo .container.full .hero-image {
            height: 500px; } }
      #hero-banner-photo .container.full .row {
        height: 100%; }
      #hero-banner-photo .container.full .hero-metadata {
        color: #ffffff;
        padding: 0;
        z-index: 2;
        max-width: 1240px;
        margin: 0 auto;
        position: relative;
        margin: 110px auto 125px; }
        @media (min-width: 768px) {
          #hero-banner-photo .container.full .hero-metadata {
            margin: 325px auto 70px; }
            #hero-banner-photo .container.full .hero-metadata.full {
              text-align: left;
              transform: inherit;
              -webkit-transform: inherit;
              -ms-transform: inherit; } }
        @media (min-width: 768px) {
          #hero-banner-photo .container.full .hero-metadata {
            margin: 260px auto 70px; }
            #hero-banner-photo .container.full .hero-metadata.full {
              width: 100%;
              transform: inherit;
              -webkit-transform: inherit;
              -ms-transform: inherit; } }
        @media (min-width: 992px) {
          #hero-banner-photo .container.full .hero-metadata {
            margin: 200px auto 70px; } }
        @media (min-width: 1260px) {
          #hero-banner-photo .container.full .hero-metadata {
            margin: 135px auto 80px; } }
        #hero-banner-photo .container.full .hero-metadata.half {
          text-align: center;
          width: 90%; }
          @media (min-width: 600px) {
            #hero-banner-photo .container.full .hero-metadata.half {
              width: 65%; } }
          @media (min-width: 768px) {
            #hero-banner-photo .container.full .hero-metadata.half {
              text-align: left;
              width: 100%;
              left: 60px; }
              #hero-banner-photo .container.full .hero-metadata.half h1 {
                width: 80%;
                float: left; }
              #hero-banner-photo .container.full .hero-metadata.half.full {
                transform: inherit;
                -webkit-transform: inherit;
                -ms-transform: inherit; } }
          @media (min-width: 992px) {
            #hero-banner-photo .container.full .hero-metadata.half {
              left: 0; }
              #hero-banner-photo .container.full .hero-metadata.half h1 {
                text-align: left;
                margin: 0;
                width: 95%; }
                #hero-banner-photo .container.full .hero-metadata.half h1.eighty {
                  width: 75%; } }
        #hero-banner-photo .container.full .hero-metadata.full {
          width: 100%;
          text-align: center; }
  #hero-banner-photo.compat-object-fit .container img {
    display: none !important; }

.intro-vid-message {
  display: block; }
  .intro-vid-message div.lead-in {
    max-width: inherit;
    padding-bottom: 90px; }
    .intro-vid-message div.lead-in > div {
      text-align: center;
      margin: 0 auto;
      float: none; }
      @media (min-width: 992px) {
        .intro-vid-message div.lead-in > div {
          float: left;
          text-align: left; } }
      .intro-vid-message div.lead-in > div .lead {
        padding-left: 0; }
  .intro-vid-message .media-hero .square:after {
    height: 46px;
    width: 46px;
    margin: -23px 0 0 -23px; }

@media (max-width: 991px) {
  .vc .intro-vid-message .lead-in > div {
    padding: 0; }
    .vc .intro-vid-message .lead-in > div:last-child {
      padding: 0; } }

@media (max-width: 991px) {
  .vc .intro-vid-message .lead-in > div img {
    margin: 0 auto; } }

.bu-tabs .container {
  width: 100%;
  padding: 0; }

.bu-tabs .tab {
  background-color: #ededed;
  height: 80px;
  padding: 0;
  display: block; }
  .bu-tabs .tab span {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Brown-Pro-Regular", Arial, Helvetica;
    color: #000; }
  .bu-tabs .tab.tab-left {
    text-align: right; }
  .bu-tabs .tab.tab-right {
    text-align: left; }
  .bu-tabs .tab.active {
    background: #fff;
    cursor: default;
    pointer-events: none; }
    .bu-tabs .tab.active span {
      font-family: "Brown-Pro-Bold"; }

.no-touch .bu-tabs .tab:hover span {
  color: #c3c6c8; }

.no-touch .bu-tabs .tab:hover.active span {
  color: #000; }

.tabs .img-responsive {
  width: 100%; }

.tabs .shell {
  width: 100%;
  height: 77px;
  background-color: #ededed; }
  @media (max-width: 767px) {
    .tabs .shell {
      height: 50px; } }
  .tabs .shell .nav-tabs {
    max-width: 1240px;
    margin: 0 auto;
    border-bottom: none; }
    .tabs .shell .nav-tabs > li {
      padding: 0;
      border-right: 2px solid #fff;
      border-left: 2px solid #fff; }
      .tabs .shell .nav-tabs > li:first-child {
        border-left: 4px solid #fff; }
      .tabs .shell .nav-tabs > li:last-child {
        border-right: 4px solid #fff; }
      @media (max-width: 991px) {
        .tabs .shell .nav-tabs > li {
          border-right: 1px solid #fff;
          border-left: 1px solid #fff; }
          .tabs .shell .nav-tabs > li:first-child {
            border-left: 2px solid #fff; }
          .tabs .shell .nav-tabs > li:last-child {
            border-right: 2px solid #fff; } }
      .tabs .shell .nav-tabs > li a {
        font-size: 16px;
        color: #555555;
        font-weight: bold;
        background-color: #ededed;
        border: none;
        border-radius: 0;
        min-height: 78px;
        margin-right: 0;
        padding: 25px 15px; }
        .tabs .shell .nav-tabs > li a:hover, .tabs .shell .nav-tabs > li a:focus {
          background-color: #D4D4D4; }
        @media (max-width: 1259px) {
          .tabs .shell .nav-tabs > li a {
            min-height: 94px; } }
        @media (max-width: 991px) {
          .tabs .shell .nav-tabs > li a {
            font-size: 14px;
            padding: 32px 15px 0;
            min-height: 100px; } }
        .tabs .shell .nav-tabs > li a span {
          width: 100%;
          display: block;
          text-transform: uppercase;
          /*
							&:after {
							content: "";
							display: inline-block;
							width: 0;
							height: 0;
							border-top: 6px solid transparent;
							border-bottom: 6px solid transparent;
							border-left: 8px solid #555555;
							z-index: 1;
							padding: 0;
							margin: 0 0 0 5px;
						    -ms-transform: rotate(90deg);
						    -webkit-transform: rotate(90deg);
						    transform: rotate(90deg);					
						}					
						*/ }
        @media (max-width: 767px) {
          .tabs .shell .nav-tabs > li a {
            min-height: 75px;
            padding: 20px 15px;
            font-size: 12px; } }
      .tabs .shell .nav-tabs > li.active {
        /*
					a {
						span:after {
						    -ms-transform: rotate(270deg);
						    -webkit-transform: rotate(270deg);
						    transform: rotate(270deg);
						}
					}
					*/ }
        .tabs .shell .nav-tabs > li.active > a,
        .tabs .shell .nav-tabs > li.active > a:hover,
        .tabs .shell .nav-tabs > li.active > a:focus {
          background-color: #fff; }

.tabs .tab-content {
  max-width: 1240px;
  width: 100%;
  margin: 3% auto 0; }
  .tabs .tab-content .featured-content {
    margin-bottom: 20px;
    text-align: left; }
    @media (max-width: 1024px) {
      .tabs .tab-content .featured-content {
        text-align: center;
        padding: 20px 0; }
        .tabs .tab-content .featured-content > div:first-child {
          display: table-footer-group;
          float: none;
          display: block;
          margin: 0 auto; }
        .tabs .tab-content .featured-content > div:last-child {
          display: table-header-group;
          float: none; } }
  .tabs .tab-content .more-features.multi > div, .tabs .tab-content .more-features.trio > div, .tabs .tab-content .more-features.two-up > div, .tabs .tab-content .more-features.single-ft > div {
    padding: 20px 15px; }
    .tabs .tab-content .more-features.multi > div:first-child, .tabs .tab-content .more-features.multi > div:nth-child(2), .tabs .tab-content .more-features.trio > div:first-child, .tabs .tab-content .more-features.trio > div:nth-child(2), .tabs .tab-content .more-features.two-up > div:first-child, .tabs .tab-content .more-features.two-up > div:nth-child(2), .tabs .tab-content .more-features.single-ft > div:first-child, .tabs .tab-content .more-features.single-ft > div:nth-child(2) {
      border-bottom: none; }
      @media (max-width: 991px) {
        .tabs .tab-content .more-features.multi > div:first-child, .tabs .tab-content .more-features.multi > div:nth-child(2), .tabs .tab-content .more-features.trio > div:first-child, .tabs .tab-content .more-features.trio > div:nth-child(2), .tabs .tab-content .more-features.two-up > div:first-child, .tabs .tab-content .more-features.two-up > div:nth-child(2), .tabs .tab-content .more-features.single-ft > div:first-child, .tabs .tab-content .more-features.single-ft > div:nth-child(2) {
          border-bottom: 1px solid #ededed; } }
    .tabs .tab-content .more-features.multi > div img, .tabs .tab-content .more-features.trio > div img, .tabs .tab-content .more-features.two-up > div img, .tabs .tab-content .more-features.single-ft > div img {
      width: 100%;
      margin: 0 auto; }
    .tabs .tab-content .more-features.multi > div .feature-content, .tabs .tab-content .more-features.trio > div .feature-content, .tabs .tab-content .more-features.two-up > div .feature-content, .tabs .tab-content .more-features.single-ft > div .feature-content {
      margin: 0 auto; }
      .tabs .tab-content .more-features.multi > div .feature-content h4, .tabs .tab-content .more-features.trio > div .feature-content h4, .tabs .tab-content .more-features.two-up > div .feature-content h4, .tabs .tab-content .more-features.single-ft > div .feature-content h4 {
        font-size: 18px; }
  .tabs .tab-content .more-features.multi > div, .tabs .tab-content .more-features.two-up > div {
    min-height: 515px;
    border: 1px solid #ededed;
    border-collapse: collapse; }
    .tabs .tab-content .more-features.multi > div:nth-child(odd), .tabs .tab-content .more-features.two-up > div:nth-child(odd) {
      border-left: none; }
    .tabs .tab-content .more-features.multi > div:nth-child(even), .tabs .tab-content .more-features.two-up > div:nth-child(even) {
      border-right: none; }
    .tabs .tab-content .more-features.multi > div img, .tabs .tab-content .more-features.two-up > div img {
      max-width: 310px; }
    .tabs .tab-content .more-features.multi > div .feature-content, .tabs .tab-content .more-features.two-up > div .feature-content {
      max-width: 310px; }
  .tabs .tab-content .more-features.trio {
    border-top: 1px solid #ededed;
    border-collapse: collapse; }
    .tabs .tab-content .more-features.trio > div {
      min-height: 480px; }
      .tabs .tab-content .more-features.trio > div:first-child {
        border-left: none; }
      .tabs .tab-content .more-features.trio > div:nth-child(even) {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        border-collapse: collapse; }
      .tabs .tab-content .more-features.trio > div:last-child {
        border-right: none; }
      @media (max-width: 991px) {
        .tabs .tab-content .more-features.trio > div {
          min-height: auto;
          border-bottom: 1px solid #ededed; }
          .tabs .tab-content .more-features.trio > div:last-child {
            border-bottom: none; }
          .tabs .tab-content .more-features.trio > div > div {
            padding: 0;
            margin: 0 auto;
            max-width: 50%;
            width: 100%; } }
      @media (max-width: 767px) {
        .tabs .tab-content .more-features.trio > div > div {
          max-width: 100%; } }
      .tabs .tab-content .more-features.trio > div img {
        max-width: 310px; }
      .tabs .tab-content .more-features.trio > div .feature-content {
        max-width: 310px; }
  .tabs .tab-content .add-comps {
    margin-bottom: 0; }
    .tabs .tab-content .add-comps.multi > div, .tabs .tab-content .add-comps.trio > div, .tabs .tab-content .add-comps.two-up > div, .tabs .tab-content .add-comps.single-ft > div {
      padding: 20px 15px; }
      .tabs .tab-content .add-comps.multi > div img, .tabs .tab-content .add-comps.trio > div img, .tabs .tab-content .add-comps.two-up > div img, .tabs .tab-content .add-comps.single-ft > div img {
        width: 100%;
        margin: 0 auto; }
      .tabs .tab-content .add-comps.multi > div .add-content, .tabs .tab-content .add-comps.trio > div .add-content, .tabs .tab-content .add-comps.two-up > div .add-content, .tabs .tab-content .add-comps.single-ft > div .add-content {
        margin: 0 auto; }
        .tabs .tab-content .add-comps.multi > div .add-content h4, .tabs .tab-content .add-comps.trio > div .add-content h4, .tabs .tab-content .add-comps.two-up > div .add-content h4, .tabs .tab-content .add-comps.single-ft > div .add-content h4 {
          font-size: 18px; }
    .tabs .tab-content .add-comps.multi > div, .tabs .tab-content .add-comps.two-up > div {
      border: 1px solid #ededed;
      border-collapse: collapse;
      min-height: 160px; }
      @media (max-width: 991px) {
        .tabs .tab-content .add-comps.multi > div, .tabs .tab-content .add-comps.two-up > div {
          min-height: 185px; } }
      .tabs .tab-content .add-comps.multi > div:nth-child(odd), .tabs .tab-content .add-comps.two-up > div:nth-child(odd) {
        border-left: none; }
      .tabs .tab-content .add-comps.multi > div:nth-child(even), .tabs .tab-content .add-comps.two-up > div:nth-child(even) {
        border-right: none; }
      .tabs .tab-content .add-comps.multi > div img, .tabs .tab-content .add-comps.two-up > div img {
        max-width: 310px; }
      .tabs .tab-content .add-comps.multi > div .feature-content, .tabs .tab-content .add-comps.two-up > div .feature-content {
        max-width: 310px; }
    .tabs .tab-content .add-comps.trio {
      border-top: 1px solid #ededed; }
      .tabs .tab-content .add-comps.trio > div {
        min-height: 190px; }
        .tabs .tab-content .add-comps.trio > div:first-child {
          border-left: none; }
        .tabs .tab-content .add-comps.trio > div:nth-child(even) {
          border-left: 1px solid #ededed;
          border-right: 1px solid #ededed;
          border-collapse: collapse; }
        .tabs .tab-content .add-comps.trio > div:last-child {
          border-right: none; }
        @media (max-width: 991px) {
          .tabs .tab-content .add-comps.trio > div {
            border-bottom: 1px solid #ededed; }
            .tabs .tab-content .add-comps.trio > div:last-child {
              border-bottom: none; }
            .tabs .tab-content .add-comps.trio > div > div {
              padding: 0;
              margin: 0 auto;
              max-width: 50%;
              width: 100%; } }
        @media (max-width: 767px) {
          .tabs .tab-content .add-comps.trio > div > div {
            max-width: 100%; } }
        .tabs .tab-content .add-comps.trio > div .add-content {
          padding: 0 20px;
          margin: 0 auto; }
          .tabs .tab-content .add-comps.trio > div .add-content h4 {
            font-size: 18px; }
    .tabs .tab-content .add-comps.single-ft {
      border-top: 1px solid #ededed;
      padding: 15px; }

#tabs-mobile #left-side .mobile-tab {
  border-right: 2px solid #fff; }

#tabs-mobile #right-side .mobile-tab {
  border-left: 2px solid #fff; }

#tabs-mobile .mobile-tab {
  font-size: 0.875em;
  background-color: #ededed;
  height: 65px;
  display: block;
  margin: 0; }
  #tabs-mobile .mobile-tab:hover {
    cursor: pointer;
    background-color: #fff; }
  #tabs-mobile .mobile-tab.active {
    background-color: #fff; }
  #tabs-mobile .mobile-tab a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: bold;
    min-height: 65px;
    color: #555555;
    border: none;
    border-radius: 0;
    margin-right: 0;
    padding: 14px 15px; }
    @media (min-width: 600px) {
      #tabs-mobile .mobile-tab a {
        padding: 25px 15px;
        font-size: 14px; } }
    #tabs-mobile .mobile-tab a:hover {
      text-decoration: none; }
  #tabs-mobile .mobile-tab .tab-contents {
    text-align: center; }
    @media (max-width: 768px) {
      #tabs-mobile .mobile-tab .tab-contents {
        padding-left: 0; } }
  #tabs-mobile .mobile-tab .tab-label {
    text-transform: uppercase;
    padding: 0; }

#tabs-mobile #next-filter, #tabs-mobile #prev-filter {
  display: block;
  height: 65px;
  background-color: #ededed;
  text-align: center; }
  #tabs-mobile #next-filter div, #tabs-mobile #prev-filter div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* Typography */
/* Breakpoints */
/* Other vars */
/* Z-Indexes */
/* has the class accent color */
.link-button {
  margin-top: inherit !important;
  max-width: inherit !important; }
  @media (min-width: 1201px) {
    .link-button {
      width: 49% !important; } }

.link-button-color-bg {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 1em;
  white-space: nowrap;
  padding: 20px 25px;
  margin-bottom: 7px;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease;
  color: white; }
  .brand-color-pink .link-button-color-bg {
    background-color: #ff7f2c; }
  .brand-color-purple .link-button-color-bg {
    background-color: #814efa; }
  .brand-color-blue .link-button-color-bg {
    background-color: #00a9e0; }
  .brand-color-red .link-button-color-bg {
    background-color: #ff2947; }
  .brand-color-teal .link-button-color-bg {
    background-color: #00ead0; }
  .brand-color-yellow-green .link-button-color-bg {
    background-color: #dcfd00; }
  .link-button-color-bg:active, .link-button-color-bg:hover, .link-button-color-bg:focus {
    text-decoration: none; }
    .brand-color-pink .link-button-color-bg:active, .brand-color-pink .link-button-color-bg:hover, .brand-color-pink .link-button-color-bg:focus {
      background-color: #ff7f2c; }
    .brand-color-purple .link-button-color-bg:active, .brand-color-purple .link-button-color-bg:hover, .brand-color-purple .link-button-color-bg:focus {
      background-color: #814efa; }
    .brand-color-blue .link-button-color-bg:active, .brand-color-blue .link-button-color-bg:hover, .brand-color-blue .link-button-color-bg:focus {
      background-color: #00a9e0;
      color: #252a2c; }
    .brand-color-red .link-button-color-bg:active, .brand-color-red .link-button-color-bg:hover, .brand-color-red .link-button-color-bg:focus {
      background-color: #ff2947; }
    .brand-color-teal .link-button-color-bg:active, .brand-color-teal .link-button-color-bg:hover, .brand-color-teal .link-button-color-bg:focus {
      background-color: #00ead0; }
    .brand-color-yellow-green .link-button-color-bg:active, .brand-color-yellow-green .link-button-color-bg:hover, .brand-color-yellow-green .link-button-color-bg:focus {
      background-color: #dcfd00; }

.link-button-outlined {
  font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  white-space: nowrap;
  color: #bebebe;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 25px;
  border: 1px solid #bebebe;
  border-radius: 6px;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease; }
  .link-button-outlined:hover, .link-button-outlined:active, .link-button-outlined:focus {
    text-decoration: none;
    color: #252a2c;
    border-color: #252a2c; }
  .link-button-outlined > span {
    display: inline-block;
    font-size: 32px;
    vertical-align: text-top;
    margin-right: 6px;
    margin-left: -9px; }

.slick-slider {
  margin-bottom: 0; }

.slick-slide {
  outline: none; }

.slick-dots {
  list-style: none;
  padding: 0;
  display: inline-block !important; }
  .slick-dots li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  .slick-dots:after {
    content: "";
    display: table;
    clear: both; }
  .slick-dots > li {
    float: left; }
    .slick-dots > li > button {
      padding: 8px;
      display: block;
      font-size: 0;
      line-height: 0;
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent; }
      .slick-dots > li > button:before {
        content: '';
        display: block;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 2px solid white;
        border-radius: 50%; }
    .slick-dots > li.slick-active > button:before {
      border-color: transparent; }
      .accent-color-pink .slick-dots > li.slick-active > button:before {
        background: #ff7f2c; }
      .accent-color-purple .slick-dots > li.slick-active > button:before {
        background: #814efa; }
      .accent-color-blue .slick-dots > li.slick-active > button:before {
        background: #00a9e0; }
      .accent-color-red .slick-dots > li.slick-active > button:before {
        background: #ff2947; }
      .accent-color-teal .slick-dots > li.slick-active > button:before {
        background: #00ead0; }
      .accent-color-yellow-green .slick-dots > li.slick-active > button:before {
        background: #dcfd00; }

.slick-track {
  display: inline-block;
  text-align: center; }

.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 26px;
  margin-top: -13px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }
  .slick-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -8px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
  .slick-arrow.slick-prev {
    left: -25px; }
    .slick-arrow.slick-prev:before {
      background-image: url(../images/pdp/svg/chevron-left-white.svg); }
  .slick-arrow.slick-next {
    right: -25px; }
    .slick-arrow.slick-next:before {
      background-image: url(../images/pdp/svg/chevron-right-white.svg); }
  .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.3;
    filter: alpha(opacity=30); }

.pdp.vc.pdp-play #section-product-hero {
  padding-top: 140px; }
  @media (min-width: 650px) {
    .pdp.vc.pdp-play #section-product-hero {
      padding-top: 140px; } }
  @media (min-width: 768px) {
    .pdp.vc.pdp-play #section-product-hero {
      padding-top: 180px; } }
  @media (min-width: 992px) {
    .pdp.vc.pdp-play #section-product-hero {
      padding-top: 120px; } }
  @media (min-width: 1260px) {
    .pdp.vc.pdp-play #section-product-hero {
      padding-top: 100px; } }
  .pdp.vc.pdp-play #section-product-hero .modal-360-view-container {
    padding-top: 35px; }

.pdp.pdp-play.brand-color-pink #section-product-hero {
  background-color: #ff7f2c; }

.pdp.pdp-play.brand-color-purple #section-product-hero {
  background-color: #814efa; }

.pdp.pdp-play.brand-color-blue #section-product-hero {
  background-color: #00a9e0; }

.pdp.pdp-play.brand-color-red #section-product-hero {
  background-color: #ff2947; }

.pdp.pdp-play.brand-color-teal #section-product-hero {
  background-color: #00ead0; }

.pdp.pdp-play.brand-color-yellow-green #section-product-hero {
  background-color: #dcfd00; }

.pdp.pdp-play.brand-color-gray #section-product-hero {
  background-color: #c3c6c8; }

.pdp.pdp-play section + #section-product-hero {
  padding-top: 90px; }

.pdp.pdp-play #section-product-hero {
  padding-top: 90px;
  position: static;
  width: auto;
  height: auto;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .pdp.pdp-play #section-product-hero {
      padding-top: 120px; } }
  @media (min-width: 1260px) {
    .pdp.pdp-play #section-product-hero {
      padding-top: 100px; } }
  .pdp.pdp-play #section-product-hero .modal-360-view-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    padding-top: 0; }
  .pdp.pdp-play #section-product-hero .modal-360-view {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .pdp.pdp-play #section-product-hero .modal-360-view .container {
      position: relative;
      height: 100%;
      padding-top: 25px; }
    .pdp.pdp-play #section-product-hero .modal-360-view .close-modal {
      font-size: 0.75em;
      font-family: "Brown-Pro-Bold";
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 13px;
      color: #fff;
      position: absolute;
      right: 10px;
      top: 0;
      text-decoration: none;
      z-index: 2000; }
    .pdp.pdp-play #section-product-hero .modal-360-view .icon-close-x {
      margin-left: 5px; }
    .pdp.pdp-play #section-product-hero .modal-360-view iframe {
      border: none;
      width: 100%;
      height: 100%; }
  .pdp.pdp-play #section-product-hero .modal-360-frame {
    width: 100%;
    height: 100%; }
  .pdp.pdp-play #section-product-hero.js-mod-lan .fancy-select {
    width: 49%; }
    @media (max-width: 1200px) {
      .pdp.pdp-play #section-product-hero.js-mod-lan .fancy-select {
        width: 185px; } }
  @media only screen and (min-width: 769px) {
    .pdp.pdp-play #section-product-hero {
      height: 100vh;
      max-height: 1050px;
      text-align: left; }
      .pdp.pdp-play #section-product-hero .fancy-select {
        width: 100%; } }
  .pdp.pdp-play #section-product-hero select:focus::-ms-value {
    background: white;
    color: black; }
  .pdp.pdp-play #section-product-hero > .container {
    width: 100%;
    padding: 0; }
    html.js .pdp.pdp-play #section-product-hero > .container {
      visibility: hidden; }
    @media only screen and (min-width: 769px) {
      .pdp.pdp-play #section-product-hero > .container {
        display: table;
        table-layout: fixed;
        padding: 0 10px; } }
    @media only screen and (min-width: 1260px) {
      .pdp.pdp-play #section-product-hero > .container {
        width: 1240px; } }
  html.js .pdp.pdp-play #section-product-hero.enabled > .container {
    visibility: visible; }
  .accent-color-pink .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div {
    border-color: transparent #ff7f2c transparent #ff7f2c; }
  .accent-color-purple .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div {
    border-color: transparent #814efa transparent #814efa; }
  .accent-color-blue .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div {
    border-color: transparent #00a9e0 transparent #00a9e0; }
  .accent-color-red .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div {
    border-color: transparent #ff2947 transparent #ff2947; }
  .accent-color-teal .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div {
    border-color: transparent #00ead0 transparent #00ead0; }
  .accent-color-yellow-green .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div {
    border-color: transparent #dcfd00 transparent #dcfd00; }
  .accent-color-pink .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div:last-child {
    border-color: #ff7f2c transparent #ff7f2c transparent; }
  .accent-color-purple .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div:last-child {
    border-color: #814efa transparent #814efa transparent; }
  .accent-color-blue .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div:last-child {
    border-color: #00a9e0 transparent #00a9e0 transparent; }
  .accent-color-red .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div:last-child {
    border-color: #ff2947 transparent #ff2947 transparent; }
  .accent-color-teal .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div:last-child {
    border-color: #00ead0 transparent #00ead0 transparent; }
  .accent-color-yellow-green .pdp.pdp-play #section-product-hero .ball-clip-rotate-multiple > div:last-child {
    border-color: #dcfd00 transparent #dcfd00 transparent; }
  @media only screen and (min-width: 769px) and (min-height: 721px) {
    .pdp.pdp-play #section-product-hero .product-hero-container-top {
      height: calc(100vh - 174px); } }
  @media only screen and (min-width: 769px) {
    .pdp.pdp-play #section-product-hero .product-thumbs-ctn-side,
    .pdp.pdp-play #section-product-hero .product-shot-ctn,
    .pdp.pdp-play #section-product-hero .product-details-ctn {
      display: table-cell;
      vertical-align: middle; } }
  .pdp.pdp-play #section-product-hero .product-thumbs-ctn-side {
    display: none; }
    @media only screen and (min-width: 769px) and (max-height: 720px) {
      .pdp.pdp-play #section-product-hero .product-thumbs-ctn-side {
        display: table-cell;
        padding: 40px 0;
        width: 86px; } }
  @media only screen and (min-width: 769px) and (min-height: 721px) {
    .pdp.pdp-play #section-product-hero .product-thumbs-ctn-below .product-thumbs {
      display: block;
      padding: 25px 0 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.6); } }
  .pdp.pdp-play #section-product-hero .product-shot-ctn {
    position: relative;
    padding: 0; }
    @media only screen and (min-width: 769px) and (min-height: 721px) {
      .pdp.pdp-play #section-product-hero .product-shot-ctn {
        padding: 40px 20px 25px 0;
        width: 67.74194%; } }
    @media only screen and (min-width: 769px) and (max-height: 720px) {
      .pdp.pdp-play #section-product-hero .product-shot-ctn {
        padding: 80px 20px 25px;
        width: 59.27419%; } }
    @media only screen and (min-width: 991px) and (min-height: 721px) {
      .pdp.pdp-play #section-product-hero .product-shot-ctn {
        width: 73%; } }
    @media only screen and (min-width: 991px) and (max-height: 720px) {
      .pdp.pdp-play #section-product-hero .product-shot-ctn {
        width: 67.74194%; } }
    .pdp.pdp-play #section-product-hero .product-shot-ctn li {
      position: relative; }
    .pdp.pdp-play #section-product-hero .product-shot-ctn .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      display: none; }
  .pdp.pdp-play #section-product-hero .product-details-ctn {
    padding: 15px 0; }
    @media only screen and (min-width: 991px) {
      .pdp.pdp-play #section-product-hero .product-details-ctn .js-productDetailsInnerCtn {
        padding-right: 30px; } }
    @media only screen and (min-width: 769px) {
      .pdp.pdp-play #section-product-hero .product-details-ctn {
        padding: 80px 0;
        width: 32.25806%; } }
    @media only screen and (min-width: 991px) {
      .pdp.pdp-play #section-product-hero .product-details-ctn {
        width: 26%; } }
  .pdp.pdp-play #section-product-hero .product-shots-carousel {
    padding: 0; }
  .pdp.pdp-play #section-product-hero .product-thumbs-ctn,
  .pdp.pdp-play #section-product-hero .product-extraInfo-ctn {
    border-top: 1px solid #95e1ff;
    padding: 14px 0; }
  .pdp.pdp-play #section-product-hero .product-thumbs-ctn {
    width: calc(100% - 20px);
    margin: 0 auto;
    /*@media only screen and ($bp-tablet-landscape) {
			@include span(7);
		}

		@media only screen and ($bp-desktop) {
			@include span(8);
		}*/ }
  .pdp.pdp-play #section-product-hero .product-details-block {
    padding: 15px 0;
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
    clear: both; }
    .pdp.pdp-play #section-product-hero .product-details-block.reverse-colors {
      color: white !important; }
      .pdp.pdp-play #section-product-hero .product-details-block.reverse-colors a {
        text-decoration: inherit; }
    @media only screen and (min-width: 769px) {
      .pdp.pdp-play #section-product-hero .product-details-block {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6); } }
    @media only screen and (min-width: 769px) {
      .pdp.pdp-play #section-product-hero .product-details-block:first-of-type {
        border-top: none; } }
    .pdp.pdp-play #section-product-hero .product-details-block:last-of-type {
      border-bottom: none; }
    .pdp.pdp-play #section-product-hero .product-details-block.product-details-block-before-image {
      border-top: none;
      border-bottom: none; }
    .pdp.pdp-play #section-product-hero .product-details-block .link-button {
      float: none;
      margin: 15px auto;
      padding: 17px 5px;
      display: inline-block; }
      @media only screen and (max-width: 1200px) {
        .pdp.pdp-play #section-product-hero .product-details-block .link-button {
          margin: 7px 0;
          width: 185px;
          clear: both; } }
      @media only screen and (min-width: 769px) {
        .pdp.pdp-play #section-product-hero .product-details-block .link-button {
          margin: 7px 0; } }
      .pdp.pdp-play #section-product-hero .product-details-block .link-button + .product-display-block[style*="display: none"] {
        margin-top: -7px; }
  .pdp.pdp-play #section-product-hero .product-message-block p {
    font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
    display: none;
    margin: 0; }
  .pdp.pdp-play #section-product-hero .product-message-block + .product-details-block {
    padding: 0; }
  .pdp.pdp-play #section-product-hero .product-shot {
    display: block;
    margin: 0 auto;
    padding: 0 40px; }
  .pdp.pdp-play #section-product-hero .product-details-name {
    font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.95em;
    line-height: 118.75%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 3px;
    letter-spacing: -1px; }
    @media (max-width: 768px) {
      .pdp.pdp-play #section-product-hero .product-details-name {
        width: 100%; } }
  .pdp.pdp-play #section-product-hero .product-details,
  .pdp.pdp-play #section-product-hero .product-color-name {
    line-height: 125%; }
  .pdp.pdp-play #section-product-hero .product-details {
    margin-bottom: 1em;
    font-family: "Brown-Pro-Regular", Helvetica, sans-serif; }
  .pdp.pdp-play #section-product-hero .product-color-name {
    font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
    margin-bottom: 0; }
  .pdp.pdp-play #section-product-hero .product-price, .pdp.pdp-play #section-product-hero .product-original-price {
    font-family: "Brown-Pro-Light", Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0;
    display: inline-block; }
  .pdp.pdp-play #section-product-hero .product-original-price {
    display: none; }
  .pdp.pdp-play #section-product-hero .product-original-price.data-present {
    text-decoration: line-through;
    margin-right: 10px;
    display: inline-block; }
  .pdp.pdp-play #section-product-hero .product-colors {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -10px;
    display: block;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; }
    .pdp.pdp-play #section-product-hero .product-colors li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
    .pdp.pdp-play #section-product-hero .product-colors:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 1300px) {
      .pdp.pdp-play #section-product-hero .product-colors {
        width: 100%; } }
    .pdp.pdp-play #section-product-hero .product-colors .slick-list {
      margin-left: -5px;
      margin-right: -5px; }
    .pdp.pdp-play #section-product-hero .product-colors .product-color {
      padding: 10px;
      margin-bottom: 0; }
    .pdp.pdp-play #section-product-hero .product-colors .product-color-link {
      margin-bottom: 0; }
  .pdp.pdp-play #section-product-hero .product-note {
    font-family: "Brown-Pro-Lightitalic", Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 18px; }
    .pdp.pdp-play #section-product-hero .product-note.ex-cta {
      padding-top: 15px;
      margin-bottom: 11px; }
    .pdp.pdp-play #section-product-hero .product-note a {
      font-family: Helvetica, Arial, sans-serif;
      display: block;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      padding: 2px 0; }
      .pdp.pdp-play #section-product-hero .product-note a .svg-rarr {
        float: none;
        display: inline-block; }
      .pdp.pdp-play #section-product-hero .product-note a:hover > .svg-rarr {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px); }
  .pdp.pdp-play #section-product-hero .product-thumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .pdp.pdp-play #section-product-hero .product-thumbs li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
    .pdp.pdp-play #section-product-hero .product-thumbs:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 769px) and (max-height: 720px) {
      .pdp.pdp-play #section-product-hero .product-thumbs {
        display: block; } }
  .pdp.pdp-play #section-product-hero .product-thumb,
  .pdp.pdp-play #section-product-hero .product-video-thumb {
    float: left;
    height: 45px;
    margin-right: 32px;
    margin-bottom: 10px; }
    .pdp.pdp-play #section-product-hero .product-thumb a,
    .pdp.pdp-play #section-product-hero .product-video-thumb a {
      display: block;
      opacity: 0.8;
      filter: alpha(opacity=80);
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .pdp.pdp-play #section-product-hero .product-thumb a.active,
      .pdp.pdp-play #section-product-hero .product-video-thumb a.active {
        opacity: 1;
        filter: alpha(opacity=100); }
      .pdp.pdp-play #section-product-hero .product-thumb a:active, .pdp.pdp-play #section-product-hero .product-thumb a:hover, .pdp.pdp-play #section-product-hero .product-thumb a:focus,
      .pdp.pdp-play #section-product-hero .product-video-thumb a:active,
      .pdp.pdp-play #section-product-hero .product-video-thumb a:hover,
      .pdp.pdp-play #section-product-hero .product-video-thumb a:focus {
        opacity: 1;
        filter: alpha(opacity=100); }
    .pdp.pdp-play #section-product-hero .product-thumb img,
    .pdp.pdp-play #section-product-hero .product-video-thumb img {
      max-width: none;
      max-height: 45px;
      width: auto; }
    @media only screen and (min-width: 769px) and (max-height: 720px) {
      .pdp.pdp-play #section-product-hero .product-thumb,
      .pdp.pdp-play #section-product-hero .product-video-thumb {
        margin-right: 0;
        margin-bottom: -1px;
        width: 100%;
        height: 59px;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.3); }
        .pdp.pdp-play #section-product-hero .product-thumb a,
        .pdp.pdp-play #section-product-hero .product-video-thumb a {
          height: 100%;
          position: relative;
          margin: -1px;
          height: 61px;
          box-sizing: inherit;
          padding: 5px 0;
          border: 3px solid transparent;
          opacity: 1;
          filter: alpha(opacity=100); }
          .pdp.pdp-play #section-product-hero .product-thumb a.active,
          .pdp.pdp-play #section-product-hero .product-video-thumb a.active {
            border-color: rgba(255, 255, 255, 0.6);
            z-index: 1; }
        .pdp.pdp-play #section-product-hero .product-thumb img,
        .pdp.pdp-play #section-product-hero .product-video-thumb img {
          max-width: 100%;
          max-height: 60px;
          display: block;
          margin: 0 auto; } }
  .pdp.pdp-play #section-product-hero .product-thumb a img {
    max-height: 45px; }
  .pdp.pdp-play #section-product-hero .product-thumb {
    position: relative;
    display: none; }
    @media only screen and (min-width: 769px) {
      .pdp.pdp-play #section-product-hero .product-thumb {
        display: block; } }
    .pdp.pdp-play #section-product-hero .product-thumb .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      display: none; }
  .pdp.pdp-play #section-product-hero .product-video-thumb {
    margin-right: 6px;
    position: relative; }
    .pdp.pdp-play #section-product-hero .product-video-thumb a:after {
      position: absolute;
      content: '';
      display: block;
      background: url(../images/pdp/svg/video-play.svg) no-repeat left top;
      background-size: contain;
      width: 24px;
      height: 24px;
      top: 50%;
      left: 50%;
      margin-left: -12px;
      margin-top: -12px; }
    @media only screen and (min-width: 769px) and (max-height: 720px) {
      .pdp.pdp-play #section-product-hero .product-video-thumb a {
        border: none;
        margin: 0;
        padding: 0;
        height: 100%; }
      .pdp.pdp-play #section-product-hero .product-video-thumb img {
        height: 57px; } }
  @media only screen and (max-width: 768px) {
    .pdp.pdp-play #section-product-hero .logi-tooltip.product-model-error, .pdp.pdp-play #section-product-hero .logi-tooltip.product-language-error {
      top: -36px;
      right: 0;
      width: 220px;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: 0; }
      .pdp.pdp-play #section-product-hero .logi-tooltip.product-model-error.anchor-left:before, .pdp.pdp-play #section-product-hero .logi-tooltip.product-language-error.anchor-left:before {
        border-top-color: white;
        bottom: -15px;
        left: 50%;
        margin-left: -8px;
        border-left-color: transparent;
        top: initial; } }
  .pdp.pdp-play #section-product-hero .product-model-error {
    display: none; }
    @media only screen and (min-width: 769px) {
      .pdp.pdp-play #section-product-hero .product-model-error {
        -webkit-transform: translate(-100%, 50%);
        -ms-transform: translate(-100%, 50%);
        transform: translate(-100%, 50%);
        left: -18px;
        margin-top: 3px; } }
  .pdp.pdp-play #section-product-hero .product-language-error {
    -webkit-transform: translate(-100%, 50%);
    -ms-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%);
    left: -18px;
    margin-top: 3px;
    display: none; }
  .pdp.pdp-play #section-product-hero .product-view {
    overflow: auto;
    zoom: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0; }
    .pdp.pdp-play #section-product-hero .product-view li {
      display: inline-block;
      margin: 0 30px 10px 0; }
      @media (max-width: 420px) {
        .pdp.pdp-play #section-product-hero .product-view li {
          margin: 0 auto 10px;
          display: block; } }
      .pdp.pdp-play #section-product-hero .product-view li icon {
        margin-right: 5px; }
      .pdp.pdp-play #section-product-hero .product-view li a {
        display: block;
        color: inherit;
        cursor: pointer;
        text-decoration: none;
        font-size: 13px;
        font-family: "Brown-Pro-Bold", Helvetica, sans-serif; }
  .pdp.pdp-play #section-product-hero .js-productShotCarousel.not-available .slick-active img, .pdp.pdp-play #section-product-hero .js-productThumbLink.not-available img {
    opacity: 0.5 !important; }
  .pdp.pdp-play #section-product-hero .js-mod-lan .product-model-error {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .pdp.pdp-play #section-product-hero .js-mod-lan .product-language-error {
    -webkit-transform: translate(60%, -100%);
    -ms-transform: translate(60%, -100%);
    transform: translate(60%, -100%); }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pdp.pdp-play #section-product-hero .product-shot-ctn.js-productShotCtn {
      width: 70%; }
    .pdp.pdp-play #section-product-hero .product-details-ctn.js-productDetailsCtn {
      width: 30%; } }

.pdp.pdp-play .product-color {
  float: left;
  margin-left: -2px; }
  @media only screen and (max-width: 767px) {
    .pdp.pdp-play .product-color {
      float: none;
      display: inline-block; } }

.pdp.pdp-play .product-color-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  text-transform: none;
  overflow: visible;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .pdp.pdp-play .product-color-link:hover:before, .pdp.pdp-play .product-color-link:active:before, .pdp.pdp-play .product-color-link:focus:before {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (max-width: 767px) {
    .pdp.pdp-play .product-color-link:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }
  .pdp.pdp-play .product-color-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .pdp.pdp-play .product-color-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16.5px;
    margin-top: -16.5px;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 3.5), opacity 0.1s linear;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 3.5), opacity 0.1s linear; }
  .pdp.pdp-play .product-color-link.active:before {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .pdp.pdp-play .product-color-link.disabled {
    cursor: not-allowed;
    opacity: 0.3;
    filter: alpha(opacity=30); }
    .pdp.pdp-play .product-color-link.disabled:before {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .pdp.pdp-play .product-color-link img {
    border-radius: 50%;
    position: relative;
    z-index: 1;
    pointer-events: none; }

.pdp.pdp-play .product-color-red:after {
  background-color: #d51a1c; }

.pdp.pdp-play .product-color-blue:after {
  background-color: #293975; }

.pdp.pdp-play .product-color-black-space-grey:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTc5NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTY5Nzk3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzMDM1MzUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDM1MzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #969797), color-stop(50%, #969797), color-stop(50%, #303535), color-stop(100%, #303535));
  background-image: -webkit-linear-gradient(top, #969797, #969797 50%, #303535 50%, #303535);
  background-image: linear-gradient(to bottom, #969797, #969797 50%, #303535 50%, #303535); }

.pdp.pdp-play .product-color-violet:after {
  background-color: #923190; }

.pdp.pdp-play .product-color-black:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NGQ0ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNDk0ZDRmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzMDM1MzUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDM1MzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494d4f), color-stop(50%, #494d4f), color-stop(50%, #303535), color-stop(100%, #303535));
  background-image: -webkit-linear-gradient(top, #494d4f, #494d4f 50%, #303535 50%, #303535);
  background-image: linear-gradient(to bottom, #494d4f, #494d4f 50%, #303535 50%, #303535); }

.pdp.pdp-play .product-color-daisy-lion:after {
  background-image: url(../images/pdp/colorSwatches/daisylion.jpg); }

.pdp.pdp-play .product-color-felicity-fox:after {
  background-image: url(../images/pdp/colorSwatches/felicityfox.jpg); }

.pdp.pdp-play .product-color-marc-monkey:after {
  background-image: url(../images/pdp/colorSwatches/marcmonkey.jpg); }

.pdp.pdp-play .product-color-olivia-owl:after {
  background-image: url(../images/pdp/colorSwatches/oliviaowl.jpg); }

.pdp.pdp-play .product-color-blue-facets:after {
  background-image: url(../images/pdp/colorSwatches/facets-blue.jpg); }

.pdp.pdp-play .product-color-playing-blocks:after {
  background-image: url(../images/pdp/colorSwatches/playingblocks.jpg); }

.pdp.pdp-play .product-color-purple-fireworks:after {
  background-image: url(../images/pdp/colorSwatches/fireworks-violet.jpg); }

.pdp.pdp-play .product-color-harlequin-blue:after {
  background-image: url(../images/pdp/colorSwatches/harlequin-blue.jpg); }

.pdp.pdp-play .product-color-harlequin-red:after {
  background-image: url(../images/pdp/colorSwatches/harlequin-red.jpg); }

.pdp.pdp-play .product-color-chevron-teal:after {
  background-image: url(../images/pdp/colorSwatches/chevron-teal.jpg); }

.pdp.pdp-play .product-color-zigzag-blue:after {
  background-image: url(../images/pdp/colorSwatches/zigzag-blue.jpg); }

.pdp.pdp-play .product-color-zigzag-red:after {
  background-image: url(../images/pdp/colorSwatches/zigzag-red.jpg); }

.pdp.pdp-play .product-color-zigzag-violet:after {
  background-image: url(../images/pdp/colorSwatches/zigzag-violet.jpg); }

.pdp.pdp-play .product-color-zigzag-teal:after {
  background-image: url(../images/pdp/colorSwatches/zigzag-teal.jpg); }

.pdp.pdp-play, .pdp.mix {
  /**
*
*/ }
  .pdp.pdp-play .pdp-shell, .pdp.mix .pdp-shell {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    display: block;
    padding: 0 0 100px; }
  .pdp.pdp-play img, .pdp.mix img {
    max-width: 100%;
    height: auto;
    font-size: 12px; }
  .pdp.pdp-play main, .pdp.mix main {
    position: relative;
    /*   z-index: 0; */
    width: 100%;
    overflow: hidden; }
  .pdp.pdp-play footer, .pdp.mix footer {
    position: relative; }
  .pdp.pdp-play del, .pdp.mix del {
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.2em; }
    .pdp.pdp-play del:after, .pdp.mix del:after {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      border-top: 2px solid white; }
  .pdp.pdp-play .mouse, .pdp.mix .mouse {
    font-size: 0.8em; }
  .pdp.pdp-play .opacity-half,
  .pdp.pdp-play .opacity-50, .pdp.mix .opacity-half,
  .pdp.mix .opacity-50 {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .pdp.pdp-play .lcase, .pdp.mix .lcase {
    text-transform: lowercase; }
  @media only screen and (min-width: 769px) {
    .pdp.pdp-play .hide-on-tablet-landscape, .pdp.mix .hide-on-tablet-landscape {
      display: none; } }
  .pdp.pdp-play .tablet-landscape-only, .pdp.mix .tablet-landscape-only {
    display: none; }
    @media only screen and (min-width: 769px) {
      .pdp.pdp-play .tablet-landscape-only, .pdp.mix .tablet-landscape-only {
        display: block; } }
  @media only screen and (min-width: 991px) {
    .pdp.pdp-play .hide-on-desktop, .pdp.mix .hide-on-desktop {
      display: none; } }
  .pdp.pdp-play .desktop-only, .pdp.mix .desktop-only {
    display: none; }
    @media only screen and (min-width: 991px) {
      .pdp.pdp-play .desktop-only, .pdp.mix .desktop-only {
        display: block; } }
  .pdp.pdp-play .product-video-thumb .image-opens-vidplayer:before, .pdp.mix .product-video-thumb .image-opens-vidplayer:before {
    content: none; }
  .pdp.pdp-play .product-video-thumb .image-opens-vidplayer:hover:after, .pdp.pdp-play .product-video-thumb .image-opens-vidplayer:focus:after, .pdp.pdp-play .product-video-thumb .image-opens-vidplayer:active:after, .pdp.mix .product-video-thumb .image-opens-vidplayer:hover:after, .pdp.mix .product-video-thumb .image-opens-vidplayer:focus:after, .pdp.mix .product-video-thumb .image-opens-vidplayer:active:after {
    -webkit-transition: none !important;
    transition: none !important; }
  .pdp.pdp-play .modal-backdrop, .pdp.mix .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8); }
  .pdp.pdp-play .modal .close, .pdp.mix .modal .close {
    margin-top: -32px; }
  .pdp.pdp-play .modal.modal-video button.close span, .pdp.mix .modal.modal-video button.close span {
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    font-size: 0; }
  .pdp.pdp-play .fancy-select, .pdp.mix .fancy-select {
    background: #fff url(/images/pdp/svg/select-chevron.svg) no-repeat right 20px center;
    font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 50px;
    height: 50px;
    color: #2f3132;
    border: none;
    outline: none;
    padding: 0 30px 0 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    width: 49%; }
    @media only screen and (max-width: 1200px) {
      .pdp.pdp-play .fancy-select, .pdp.mix .fancy-select {
        width: 185px; }
        .pdp.pdp-play .fancy-select + .fancy-select, .pdp.mix .fancy-select + .fancy-select {
          margin-top: 8px; } }
    .pdp.pdp-play .fancy-select:focus, .pdp.mix .fancy-select:focus {
      border-color: #2f3132; }
  .pdp.pdp-play select::-ms-expand, .pdp.mix select::-ms-expand {
    display: none; }
  .pdp.pdp-play .logi-tooltip, .pdp.mix .logi-tooltip {
    background-color: white;
    font-family: "Brown-Pro-Light", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1em;
    color: #252a2c;
    padding: 10px 16px;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    pointer-events: none;
    z-index: 3000; }
    .pdp.pdp-play .logi-tooltip:before, .pdp.mix .logi-tooltip:before {
      content: '';
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 16px;
      height: 16px;
      border: 8px solid transparent; }
    .pdp.pdp-play .logi-tooltip.anchor-top:before, .pdp.pdp-play .logi-tooltip.anchor-center:before, .pdp.mix .logi-tooltip.anchor-top:before, .pdp.mix .logi-tooltip.anchor-center:before {
      border-top-color: white;
      bottom: -15px;
      left: 50%;
      margin-left: -8px; }
    .pdp.pdp-play .logi-tooltip.anchor-bottom:before, .pdp.mix .logi-tooltip.anchor-bottom:before {
      border-bottom-color: white;
      top: -15px;
      left: 50%;
      margin-left: -8px; }
    .pdp.pdp-play .logi-tooltip.anchor-left:before, .pdp.mix .logi-tooltip.anchor-left:before {
      border-left-color: white;
      top: 50%;
      right: -15px;
      margin-top: -8px; }
    .pdp.pdp-play .logi-tooltip.anchor-right:before, .pdp.mix .logi-tooltip.anchor-right:before {
      border-right-color: white;
      top: 50%;
      left: -15px;
      margin-top: -8px; }
  .pdp.pdp-play .section-product-overview, .pdp.mix .section-product-overview {
    position: static;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
    color: #252a2c;
    text-align: center;
    background-color: white; }
    .pdp.pdp-play .section-product-overview p:last-child, .pdp.mix .section-product-overview p:last-child {
      margin-bottom: 0; }
    .pdp.pdp-play .section-product-overview div.container .lead-in, .pdp.mix .section-product-overview div.container .lead-in {
      padding-top: 0; }
    .pdp.pdp-play .section-product-overview .tab, .pdp.mix .section-product-overview .tab {
      width: 100%;
      position: relative;
      z-index: 1; }
      .pdp.pdp-play .section-product-overview .tab a, .pdp.mix .section-product-overview .tab a {
        height: 80px;
        padding: 0;
        display: block;
        background: #ededed; }
        .pdp.pdp-play .section-product-overview .tab a span, .pdp.mix .section-product-overview .tab a span {
          display: inline-block;
          width: 100%;
          text-align: center;
          text-transform: uppercase;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: "Brown-Pro-Regular", Arial, Helvetica;
          color: #000;
          line-height: 80px; }
          .pdp.pdp-play .section-product-overview .tab a span:hover, .pdp.mix .section-product-overview .tab a span:hover {
            color: #c3c5c8; }
      .pdp.pdp-play .section-product-overview .tab a.active, .pdp.mix .section-product-overview .tab a.active {
        background: #fff;
        pointer-events: none; }
        .pdp.pdp-play .section-product-overview .tab a.active span:hover, .pdp.mix .section-product-overview .tab a.active span:hover {
          color: #000; }
      .pdp.pdp-play .section-product-overview .tab + .container, .pdp.mix .section-product-overview .tab + .container {
        padding-top: 50px; }
        @media only screen and (min-width: 769px) {
          .pdp.pdp-play .section-product-overview .tab + .container, .pdp.mix .section-product-overview .tab + .container {
            padding-top: 126px; } }
    .pdp.pdp-play .section-product-overview > .container, .pdp.mix .section-product-overview > .container {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 1.5s ease;
      transition: opacity 1.5s ease;
      padding-top: 150px; }
      .pdp.pdp-play .section-product-overview > .container.on-screen, .pdp.mix .section-product-overview > .container.on-screen {
        opacity: 1;
        filter: alpha(opacity=100); }
    .pdp.pdp-play .section-product-overview.has-beauty-shot, .pdp.mix .section-product-overview.has-beauty-shot {
      padding-top: 0;
      padding-bottom: 0; }
      .pdp.pdp-play .section-product-overview.has-beauty-shot > .container, .pdp.mix .section-product-overview.has-beauty-shot > .container {
        padding-bottom: 30px; }
    .pdp.pdp-play .section-product-overview .product-overview-title,
    .pdp.pdp-play .section-product-overview .product-overview, .pdp.mix .section-product-overview .product-overview-title,
    .pdp.mix .section-product-overview .product-overview {
      margin: 0 auto; }
    .pdp.pdp-play .section-product-overview .product-overview-title, .pdp.mix .section-product-overview .product-overview-title {
      font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
      font-size: 2.25em;
      font-weight: normal;
      line-height: 1.16667em;
      margin-bottom: 0.44444em;
      max-width: 680px;
      letter-spacing: -1px;
      text-transform: uppercase; }
      @media only screen and (max-width: 640px) {
        .pdp.pdp-play .section-product-overview .product-overview-title, .pdp.mix .section-product-overview .product-overview-title {
          font-size: 2em; } }
    .pdp.pdp-play .section-product-overview .product-overview, .pdp.mix .section-product-overview .product-overview {
      font-family: "Brown-Pro-Light", Helvetica, sans-serif;
      font-size: 1.125em;
      line-height: 1.55556em;
      margin-bottom: 2em;
      max-width: 680px; }
    .pdp.pdp-play .section-product-overview .product-overview-beauty-shot, .pdp.mix .section-product-overview .product-overview-beauty-shot {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 1.5s ease;
      transition: opacity 1.5s ease; }
      .pdp.pdp-play .section-product-overview .product-overview-beauty-shot.on-screen, .pdp.mix .section-product-overview .product-overview-beauty-shot.on-screen {
        opacity: 1;
        filter: alpha(opacity=100); }
    .pdp.pdp-play .section-product-overview .product-overview-feature-list, .pdp.mix .section-product-overview .product-overview-feature-list {
      list-style: none;
      margin: 5px auto;
      padding: 0;
      padding-top: 40px;
      max-width: 680px;
      display: inline-block;
      border-top: 1px solid #c3c5c8; }
      .pdp.pdp-play .section-product-overview .product-overview-feature-list li, .pdp.mix .section-product-overview .product-overview-feature-list li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
      .pdp.pdp-play .section-product-overview .product-overview-feature-list:after, .pdp.mix .section-product-overview .product-overview-feature-list:after {
        content: "";
        display: table;
        clear: both; }
      .pdp.pdp-play .section-product-overview .product-overview-feature-list li, .pdp.mix .section-product-overview .product-overview-feature-list li {
        text-align: center;
        float: left;
        padding: 0 30px;
        font-family: "Brown-Pro-Light", Helvetica, sans-serif;
        font-size: 1em;
        line-height: 1.125em; }
      .pdp.pdp-play .section-product-overview .product-overview-feature-list.count-5 li, .pdp.mix .section-product-overview .product-overview-feature-list.count-5 li {
        width: 20%; }
      .pdp.pdp-play .section-product-overview .product-overview-feature-list [class^="icon-"], .pdp.mix .section-product-overview .product-overview-feature-list [class^="icon-"] {
        display: block;
        color: #c3c5c8;
        font-size: 3.75em; }
      @media only screen and (max-width: 640px) {
        .pdp.pdp-play .section-product-overview .product-overview-feature-list li, .pdp.mix .section-product-overview .product-overview-feature-list li {
          float: none;
          padding-bottom: 30px; }
        .pdp.pdp-play .section-product-overview .product-overview-feature-list [class^="icon-"], .pdp.mix .section-product-overview .product-overview-feature-list [class^="icon-"] {
          margin-bottom: -15px; }
        .pdp.pdp-play .section-product-overview .product-overview-feature-list.count-5 li, .pdp.mix .section-product-overview .product-overview-feature-list.count-5 li {
          width: 100%; } }
    .pdp.pdp-play .section-product-overview .product-overview-links, .pdp.mix .section-product-overview .product-overview-links {
      border-top: 1px solid #f6f6f6; }
      .pdp.pdp-play .section-product-overview .product-overview-links ul.link-list, .pdp.mix .section-product-overview .product-overview-links ul.link-list {
        margin-top: 10px; }
    .pdp.pdp-play .section-product-overview .product-overview-icons, .pdp.mix .section-product-overview .product-overview-icons {
      text-align: center; }
      .pdp.pdp-play .section-product-overview .product-overview-icons .icon, .pdp.mix .section-product-overview .product-overview-icons .icon {
        display: inline-block;
        max-width: 115px;
        text-align: center;
        margin: 10px 15px;
        vertical-align: top; }
        .pdp.pdp-play .section-product-overview .product-overview-icons .icon .icon-holder, .pdp.mix .section-product-overview .product-overview-icons .icon .icon-holder {
          display: block;
          width: 70px;
          height: 70px;
          position: relative;
          margin: 0 auto; }
          .pdp.pdp-play .section-product-overview .product-overview-icons .icon .icon-holder svg, .pdp.mix .section-product-overview .product-overview-icons .icon .icon-holder svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                    transform: translateY(-50%) translateX(-50%); }
        .pdp.pdp-play .section-product-overview .product-overview-icons .icon svg, .pdp.mix .section-product-overview .product-overview-icons .icon svg {
          width: 40px;
          height: 40px; }
          .pdp.pdp-play .section-product-overview .product-overview-icons .icon svg path, .pdp.pdp-play .section-product-overview .product-overview-icons .icon svg line, .pdp.pdp-play .section-product-overview .product-overview-icons .icon svg circle, .pdp.pdp-play .section-product-overview .product-overview-icons .icon svg polyline, .pdp.pdp-play .section-product-overview .product-overview-icons .icon svg rect, .pdp.mix .section-product-overview .product-overview-icons .icon svg path, .pdp.mix .section-product-overview .product-overview-icons .icon svg line, .pdp.mix .section-product-overview .product-overview-icons .icon svg circle, .pdp.mix .section-product-overview .product-overview-icons .icon svg polyline, .pdp.mix .section-product-overview .product-overview-icons .icon svg rect {
            stroke: #c3c6c8; }
          .pdp.pdp-play .section-product-overview .product-overview-icons .icon svg path, .pdp.mix .section-product-overview .product-overview-icons .icon svg path {
            fill: #c3c6c8; }
        .pdp.pdp-play .section-product-overview .product-overview-icons .icon p, .pdp.mix .section-product-overview .product-overview-icons .icon p {
          color: #2f3132;
          line-height: normal;
          font-size: 14px;
          padding: 5px 0 10px; }
  .pdp.pdp-play .cta-link + .cta-link, .pdp.mix .cta-link + .cta-link {
    padding-left: 20px; }
  .pdp.pdp-play .section-product-features, .pdp.mix .section-product-features {
    position: static;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
    background-color: #f3f4f4;
    position: relative;
    z-index: 0;
    text-align: center;
    /* 		li.product-features-copy-item[data-image-hide='3'] {
			background-image: none !important;
		} */
    /* FOR  ICON not clickable issue */ }
    .pdp.pdp-play .section-product-features .product-features-ctn .container .product-features-copy p sup, .pdp.mix .section-product-features .product-features-ctn .container .product-features-copy p sup {
      vertical-align: top; }
    .pdp.pdp-play .section-product-features .slick-dots, .pdp.mix .section-product-features .slick-dots {
      position: absolute;
      bottom: 30px;
      text-align: center;
      padding: 0;
      width: 100%;
      left: 0; }
      @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .pdp.pdp-play .section-product-features .slick-dots, .pdp.mix .section-product-features .slick-dots {
          bottom: 20px; } }
      .pdp.pdp-play .section-product-features .slick-dots li, .pdp.mix .section-product-features .slick-dots li {
        float: none;
        display: inline-block;
        position: relative; }
    .pdp.pdp-play .section-product-features .slick-arrow, .pdp.mix .section-product-features .slick-arrow {
      z-index: 1; }
      @media only screen and (max-device-width: 767px) and (orientation: landscape) {
        .pdp.pdp-play .section-product-features .slick-arrow, .pdp.mix .section-product-features .slick-arrow {
          width: 30px;
          height: 45px; } }
      .pdp.pdp-play .section-product-features .slick-arrow.slick-prev, .pdp.mix .section-product-features .slick-arrow.slick-prev {
        left: 25px; }
      .pdp.pdp-play .section-product-features .slick-arrow.slick-next, .pdp.mix .section-product-features .slick-arrow.slick-next {
        right: 25px; }
    @media only screen and (min-width: 769px) {
      .pdp.pdp-play .section-product-features, .pdp.mix .section-product-features {
        text-align: none; } }
    .pdp.pdp-play .section-product-features .product-features-ctn, .pdp.mix .section-product-features .product-features-ctn {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      /*@media only screen and ($bp-tablet-landscape) {
			padding-top: 75vh;
		}*/ }
      .pdp.pdp-play .section-product-features .product-features-ctn li, .pdp.mix .section-product-features .product-features-ctn li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
    .pdp.pdp-play .section-product-features .product-features-copy-item, .pdp.mix .section-product-features .product-features-copy-item {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 100vh;
      position: relative; }
      @media only screen and (orientation: portrait) {
        .pdp.pdp-play .section-product-features .product-features-copy-item, .pdp.mix .section-product-features .product-features-copy-item {
          background-position: 79% 0; } }
      @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
        .pdp.pdp-play .section-product-features .product-features-copy-item, .pdp.mix .section-product-features .product-features-copy-item {
          height: auto;
          background-image: none !important; } }
      @media only screen and (min-width: 992px) {
        .pdp.pdp-play .section-product-features .product-features-copy-item, .pdp.mix .section-product-features .product-features-copy-item {
          background-position: -1000% 0;
          background-size: 0%; } }
      @media only screen and (max-width: 991px) {
        .pdp.pdp-play .section-product-features .product-features-copy-item, .pdp.mix .section-product-features .product-features-copy-item {
          background-image: none !important;
          height: auto; } }
      .pdp.pdp-play .section-product-features .product-features-copy-item > .container, .pdp.mix .section-product-features .product-features-copy-item > .container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 100%;
        padding: 0; }
        @media only screen and (min-width: 991px) {
          .pdp.pdp-play .section-product-features .product-features-copy-item > .container, .pdp.mix .section-product-features .product-features-copy-item > .container {
            padding: 0 10px;
            display: table; } }
    @media only screen and (max-width: 769px) {
      .pdp.pdp-play .section-product-features li.product-features-copy-item[data-image-hide='2'], .pdp.mix .section-product-features li.product-features-copy-item[data-image-hide='2'] {
        background-image: none !important; } }
    @media only screen and (max-width: 768px) {
      .pdp.pdp-play .section-product-features li.product-features-copy-item[data-image-hide='1'], .pdp.mix .section-product-features li.product-features-copy-item[data-image-hide='1'] {
        background-image: none !important; } }
    .pdp.pdp-play .section-product-features .background-img, .pdp.mix .section-product-features .background-img {
      display: none; }
      .pdp.pdp-play .section-product-features .background-img.mobile, .pdp.mix .section-product-features .background-img.mobile {
        display: block;
        width: 100%; }
        .pdp.pdp-play .section-product-features .background-img.mobile + .product-features-copy, .pdp.mix .section-product-features .background-img.mobile + .product-features-copy {
          display: block;
          width: 100%;
          color: #252a2c; }
          .pdp.pdp-play .section-product-features .background-img.mobile + .product-features-copy a, .pdp.mix .section-product-features .background-img.mobile + .product-features-copy a {
            color: #252a2c; }
            .pdp.pdp-play .section-product-features .background-img.mobile + .product-features-copy a:hover, .pdp.pdp-play .section-product-features .background-img.mobile + .product-features-copy a:visited, .pdp.pdp-play .section-product-features .background-img.mobile + .product-features-copy a:active, .pdp.mix .section-product-features .background-img.mobile + .product-features-copy a:hover, .pdp.mix .section-product-features .background-img.mobile + .product-features-copy a:visited, .pdp.mix .section-product-features .background-img.mobile + .product-features-copy a:active {
              color: #252a2c; }
    .pdp.pdp-play .section-product-features .product-features-copy, .pdp.mix .section-product-features .product-features-copy {
      margin-right: 0;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      text-align: left;
      color: white;
      padding: 40px 20px;
      /* GMOWE-5174 */ }
      .pdp.pdp-play .section-product-features .product-features-copy a, .pdp.mix .section-product-features .product-features-copy a {
        color: white; }
        .pdp.pdp-play .section-product-features .product-features-copy a:hover, .pdp.pdp-play .section-product-features .product-features-copy a:visited, .pdp.pdp-play .section-product-features .product-features-copy a:active, .pdp.mix .section-product-features .product-features-copy a:hover, .pdp.mix .section-product-features .product-features-copy a:visited, .pdp.mix .section-product-features .product-features-copy a:active {
          color: white; }
      .pdp.pdp-play .section-product-features .product-features-copy.dark a, .pdp.mix .section-product-features .product-features-copy.dark a {
        color: #252a2c; }
        .pdp.pdp-play .section-product-features .product-features-copy.dark a:hover, .pdp.pdp-play .section-product-features .product-features-copy.dark a:visited, .pdp.pdp-play .section-product-features .product-features-copy.dark a:active, .pdp.mix .section-product-features .product-features-copy.dark a:hover, .pdp.mix .section-product-features .product-features-copy.dark a:visited, .pdp.mix .section-product-features .product-features-copy.dark a:active {
          color: #252a2c; }
      @media only screen and (max-device-width: 767px) and (orientation: landscape) {
        .pdp.pdp-play .section-product-features .product-features-copy, .pdp.mix .section-product-features .product-features-copy {
          vertical-align: middle; } }
      @media only screen and (min-width: 769px) {
        .pdp.pdp-play .section-product-features .product-features-copy, .pdp.mix .section-product-features .product-features-copy {
          text-align: left; }
          .pdp.pdp-play .section-product-features .product-features-copy.dark, .pdp.mix .section-product-features .product-features-copy.dark {
            color: #252a2c; } }
      .pdp.pdp-play .section-product-features .product-features-copy h5, .pdp.pdp-play .section-product-features .product-features-copy h6, .pdp.pdp-play .section-product-features .product-features-copy p, .pdp.pdp-play .section-product-features .product-features-copy .disclaimer, .pdp.mix .section-product-features .product-features-copy h5, .pdp.mix .section-product-features .product-features-copy h6, .pdp.mix .section-product-features .product-features-copy p, .pdp.mix .section-product-features .product-features-copy .disclaimer {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (min-width: 769px) {
          .pdp.pdp-play .section-product-features .product-features-copy h5, .pdp.pdp-play .section-product-features .product-features-copy h6, .pdp.pdp-play .section-product-features .product-features-copy p, .pdp.pdp-play .section-product-features .product-features-copy .disclaimer, .pdp.mix .section-product-features .product-features-copy h5, .pdp.mix .section-product-features .product-features-copy h6, .pdp.mix .section-product-features .product-features-copy p, .pdp.mix .section-product-features .product-features-copy .disclaimer {
            margin-left: 0;
            margin-right: 0; } }
        @media only screen and (max-width: 784px) {
          .pdp.pdp-play .section-product-features .product-features-copy h5, .pdp.pdp-play .section-product-features .product-features-copy h6, .pdp.pdp-play .section-product-features .product-features-copy p, .pdp.pdp-play .section-product-features .product-features-copy .disclaimer, .pdp.mix .section-product-features .product-features-copy h5, .pdp.mix .section-product-features .product-features-copy h6, .pdp.mix .section-product-features .product-features-copy p, .pdp.mix .section-product-features .product-features-copy .disclaimer {
            margin-left: 0;
            margin-right: 0;
            max-width: 100%; } }
        @media only screen and (max-width: 991px) {
          .pdp.pdp-play .section-product-features .product-features-copy h5, .pdp.pdp-play .section-product-features .product-features-copy h6, .pdp.pdp-play .section-product-features .product-features-copy p, .pdp.pdp-play .section-product-features .product-features-copy .disclaimer, .pdp.mix .section-product-features .product-features-copy h5, .pdp.mix .section-product-features .product-features-copy h6, .pdp.mix .section-product-features .product-features-copy p, .pdp.mix .section-product-features .product-features-copy .disclaimer {
            margin-left: 0; } }
        @media only screen and (max-width: 767px) {
          .pdp.pdp-play .section-product-features .product-features-copy h5, .pdp.pdp-play .section-product-features .product-features-copy h6, .pdp.pdp-play .section-product-features .product-features-copy p, .pdp.pdp-play .section-product-features .product-features-copy .disclaimer, .pdp.mix .section-product-features .product-features-copy h5, .pdp.mix .section-product-features .product-features-copy h6, .pdp.mix .section-product-features .product-features-copy p, .pdp.mix .section-product-features .product-features-copy .disclaimer {
            color: #000; } }
      @media only screen and (max-width: 767px) {
        .pdp.pdp-play .section-product-features .product-features-copy a, .pdp.mix .section-product-features .product-features-copy a {
          color: #252a2c; }
          .pdp.pdp-play .section-product-features .product-features-copy a:hover, .pdp.pdp-play .section-product-features .product-features-copy a:visited, .pdp.pdp-play .section-product-features .product-features-copy a:active, .pdp.mix .section-product-features .product-features-copy a:hover, .pdp.mix .section-product-features .product-features-copy a:visited, .pdp.mix .section-product-features .product-features-copy a:active {
            color: #252a2c; } }
      .pdp.pdp-play .section-product-features .product-features-copy h5, .pdp.mix .section-product-features .product-features-copy h5 {
        font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
        font-size: 1.875em;
        line-height: 1em;
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0.25em; }
        @media only screen and (max-width: 640px) {
          .pdp.pdp-play .section-product-features .product-features-copy h5, .pdp.mix .section-product-features .product-features-copy h5 {
            font-size: 1.76471em;
            /* GMOWE-5139 */ } }
      .pdp.pdp-play .section-product-features .product-features-copy h6, .pdp.mix .section-product-features .product-features-copy h6 {
        font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
        font-size: 1.125em;
        line-height: 1em;
        /* TODO: interchanged already in future branch krypto-x no more h6
			font-family: $brownBold;
			font-size: 36px / 16px * 1em;
			line-height: 30px / 30px * 1em;
            */
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0.25em; }
      .pdp.pdp-play .section-product-features .product-features-copy p, .pdp.mix .section-product-features .product-features-copy p {
        line-height: 1.5em;
        font-family: "Brown-Pro-Light", Helvetica, sans-serif;
        /*font-weight: bold;*/ }
      .pdp.pdp-play .section-product-features .product-features-copy .feature-block, .pdp.mix .section-product-features .product-features-copy .feature-block {
        max-width: 460px;
        margin-top: 20px; }
        .pdp.pdp-play .section-product-features .product-features-copy .feature-block .feature, .pdp.mix .section-product-features .product-features-copy .feature-block .feature {
          display: table;
          margin-bottom: 11px;
          text-align: left; }
        .pdp.pdp-play .section-product-features .product-features-copy .feature-block .img-wrap, .pdp.mix .section-product-features .product-features-copy .feature-block .img-wrap {
          display: table-cell;
          vertical-align: top;
          min-width: 37px; }
        .pdp.pdp-play .section-product-features .product-features-copy .feature-block .cont-wrap, .pdp.mix .section-product-features .product-features-copy .feature-block .cont-wrap {
          display: table-cell;
          vertical-align: middle;
          padding-left: 20px; }
          .pdp.pdp-play .section-product-features .product-features-copy .feature-block .cont-wrap h6, .pdp.mix .section-product-features .product-features-copy .feature-block .cont-wrap h6 {
            margin-bottom: 0; }
          .pdp.pdp-play .section-product-features .product-features-copy .feature-block .cont-wrap p, .pdp.mix .section-product-features .product-features-copy .feature-block .cont-wrap p {
            line-height: 18px; }
      .pdp.pdp-play .section-product-features .product-features-copy .disclaimer, .pdp.mix .section-product-features .product-features-copy .disclaimer {
        max-width: 460px; }
    .pdp.pdp-play .section-product-features .product-features-icons, .pdp.mix .section-product-features .product-features-icons {
      width: 30px;
      margin-left: 0;
      margin-right: 0;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .pdp.pdp-play .section-product-features .product-features-icon-ctn, .pdp.mix .section-product-features .product-features-icon-ctn {
      display: none; }
    .pdp.pdp-play .section-product-features div.product-features-icon, .pdp.mix .section-product-features div.product-features-icon {
      margin: 15px 0;
      display: block;
      width: 8px;
      height: 8px;
      font-size: 0;
      line-height: 0;
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
      visibility: hidden; }
      @media only screen and (min-width: 991px) {
        .pdp.pdp-play .section-product-features div.product-features-icon, .pdp.mix .section-product-features div.product-features-icon {
          visibility: visible; } }
      .pdp.pdp-play .section-product-features div.product-features-icon:before, .pdp.mix .section-product-features div.product-features-icon:before {
        content: '';
        display: block;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border-radius: 50%; }
      .pdp.pdp-play .section-product-features div.product-features-icon:before, .pdp.mix .section-product-features div.product-features-icon:before {
        background: #dcfd00;
        border-color: transparent; }
      .pdp.pdp-play .section-product-features div.product-features-icon.inactive:before, .pdp.mix .section-product-features div.product-features-icon.inactive:before {
        background: transparent;
        border: 2px solid white; }
    .pdp.pdp-play .section-product-features .product-features-icons-ctn, .pdp.mix .section-product-features .product-features-icons-ctn {
      position: absolute;
      z-index: 1;
      top: 0 !important;
      left: 0;
      height: 100vh;
      width: 100%;
      visibility: hidden;
      display: none; }
      @media only screen and (min-width: 1025px) {
        .pdp.pdp-play .section-product-features .product-features-icons-ctn, .pdp.mix .section-product-features .product-features-icons-ctn {
          visibility: visible;
          display: block; } }
      .pdp.pdp-play .section-product-features .product-features-icons-ctn > .container, .pdp.mix .section-product-features .product-features-icons-ctn > .container {
        display: table;
        height: 100%;
        position: relative; }
        .pdp.pdp-play .section-product-features .product-features-icons-ctn > .container:before, .pdp.pdp-play .section-product-features .product-features-icons-ctn > .container:after, .pdp.mix .section-product-features .product-features-icons-ctn > .container:before, .pdp.mix .section-product-features .product-features-icons-ctn > .container:after {
          content: none; }
    .pdp.pdp-play .section-product-features .product-features-bgs-pinned, .pdp.mix .section-product-features .product-features-bgs-pinned {
      display: none; }
      @media only screen and (min-width: 769px) {
        .pdp.pdp-play .section-product-features .product-features-bgs-pinned, .pdp.mix .section-product-features .product-features-bgs-pinned {
          position: absolute;
          z-index: -1;
          top: 0 !important;
          left: 0;
          width: 100%;
          height: 100vh;
          display: block; } }
      .pdp.pdp-play .section-product-features .product-features-bgs-pinned > div, .pdp.mix .section-product-features .product-features-bgs-pinned > div {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0 !important;
        left: 0;
        width: 100%;
        height: 100%; }
    .pdp.pdp-play .section-product-features .product-features-bg-fade, .pdp.mix .section-product-features .product-features-bg-fade {
      background: black;
      opacity: 0.55;
      filter: alpha(opacity=55);
      position: absolute;
      top: 0 !important;
      left: 0;
      width: 100%;
      height: 100%; }
      @media only screen and (min-width: 769px) {
        .pdp.pdp-play .section-product-features .product-features-bg-fade, .pdp.mix .section-product-features .product-features-bg-fade {
          display: none; } }
    .pdp.pdp-play .section-product-features .product-features-fade, .pdp.mix .section-product-features .product-features-fade {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #252a2c;
      opacity: 0;
      z-index: 2;
      pointer-events: none;
      display: none; }
    .pdp.pdp-play .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer, .pdp.mix .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer {
      width: 50px !important; }
      @media only screen and (min-width: 1440px) {
        .pdp.pdp-play .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer, .pdp.mix .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer {
          width: 8% !important; } }
      @media only screen and (min-width: 1600px) {
        .pdp.pdp-play .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer, .pdp.mix .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer {
          width: 10% !important; } }
      .pdp.pdp-play .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer .product-features-icons-ctn.js-productFeaturesPositionIconsCtn, .pdp.mix .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer .product-features-icons-ctn.js-productFeaturesPositionIconsCtn {
        width: 50px; }
        @media only screen and (min-width: 1440px) {
          .pdp.pdp-play .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer .product-features-icons-ctn.js-productFeaturesPositionIconsCtn, .pdp.mix .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer .product-features-icons-ctn.js-productFeaturesPositionIconsCtn {
            width: 8%; } }
        @media only screen and (min-width: 1600px) {
          .pdp.pdp-play .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer .product-features-icons-ctn.js-productFeaturesPositionIconsCtn, .pdp.mix .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer .product-features-icons-ctn.js-productFeaturesPositionIconsCtn {
            width: 10%; } }
    .pdp.pdp-play .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer, .pdp.mix .section-product-features div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer + div.scrollmagic-pin-spacer {
      width: 100% !important; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .pdp.pdp-play .section-product-features, .pdp.mix .section-product-features {
        /* 	.section-product-features {
			text-align: none;
		}
		.product-features-copy {
			h5, h6, p{
				margin-left: 0;
				margin-right: 0;
			}
			text-align: left;
		    padding-left: calc(34px + 6.85484%);

		    &.dark {
				color: $slate;
			}
		}
		.product-features-bg-fade {
			display: none;
		}
		.product-features-icon {
			display: none;
		}
		.product-features-bgs-pinned {
			display: none;
		} */ }
        .pdp.pdp-play .section-product-features .product-features-icon, .pdp.mix .section-product-features .product-features-icon {
          display: none; }
        .pdp.pdp-play .section-product-features .product-features-bgs-pinned, .pdp.mix .section-product-features .product-features-bgs-pinned {
          display: none; }
        .pdp.pdp-play .section-product-features .product-features-copy-item, .pdp.mix .section-product-features .product-features-copy-item {
          background-position: center;
          background-size: cover; }
        .pdp.pdp-play .section-product-features .product-features-bg-fade, .pdp.mix .section-product-features .product-features-bg-fade {
          display: none; } }
  .pdp.pdp-play .section-testimonials, .pdp.mix .section-testimonials {
    position: static;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
    background-color: #252a2c;
    color: white;
    padding: 25px 0 0px; }
    @media (max-width: 991px) {
      .pdp.pdp-play .section-testimonials, .pdp.mix .section-testimonials {
        margin-top: -10px; } }
    .pdp.pdp-play .section-testimonials > .container, .pdp.mix .section-testimonials > .container {
      padding: 0; }
    .pdp.pdp-play .section-testimonials .nav-testimonials, .pdp.mix .section-testimonials .nav-testimonials {
      text-align: center;
      margin: 0 auto 50px;
      padding: 0 15px;
      position: relative;
      display: none; }
      @media only screen and (min-width: 769px) {
        .pdp.pdp-play .section-testimonials .nav-testimonials, .pdp.mix .section-testimonials .nav-testimonials {
          display: block;
          max-width: 720px; } }
    .pdp.pdp-play .section-testimonials .nav-testimonial-underline, .pdp.mix .section-testimonials .nav-testimonial-underline {
      position: absolute;
      height: 4px;
      top: 0;
      left: 0;
      width: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .brand-color-pink .pdp.pdp-play .section-testimonials .nav-testimonial-underline, .brand-color-pink .pdp.mix .section-testimonials .nav-testimonial-underline {
        background-color: #ff7f2c; }
      .brand-color-purple .pdp.pdp-play .section-testimonials .nav-testimonial-underline, .brand-color-purple .pdp.mix .section-testimonials .nav-testimonial-underline {
        background-color: #814efa; }
      .brand-color-blue .pdp.pdp-play .section-testimonials .nav-testimonial-underline, .brand-color-blue .pdp.mix .section-testimonials .nav-testimonial-underline {
        background-color: #00a9e0; }
      .brand-color-red .pdp.pdp-play .section-testimonials .nav-testimonial-underline, .brand-color-red .pdp.mix .section-testimonials .nav-testimonial-underline {
        background-color: #ff2947; }
      .brand-color-teal .pdp.pdp-play .section-testimonials .nav-testimonial-underline, .brand-color-teal .pdp.mix .section-testimonials .nav-testimonial-underline {
        background-color: #00ead0; }
      .brand-color-yellow-green .pdp.pdp-play .section-testimonials .nav-testimonial-underline, .brand-color-yellow-green .pdp.mix .section-testimonials .nav-testimonial-underline {
        background-color: #dcfd00; }
    .pdp.pdp-play .section-testimonials .testimonials-carousel-ctn, .pdp.mix .section-testimonials .testimonials-carousel-ctn {
      margin: 0 auto;
      overflow: hidden; }
      @media only screen and (min-width: 769px) {
        .pdp.pdp-play .section-testimonials .testimonials-carousel-ctn, .pdp.mix .section-testimonials .testimonials-carousel-ctn {
          max-width: 720px; } }
    .pdp.pdp-play .section-testimonials .nav-testimonial-item, .pdp.mix .section-testimonials .nav-testimonial-item {
      position: relative;
      display: inline-block;
      margin: 0 25px 15px;
      opacity: 0.3;
      filter: alpha(opacity=30);
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .pdp.pdp-play .section-testimonials .nav-testimonial-item.active, .pdp.pdp-play .section-testimonials .nav-testimonial-item:active, .pdp.pdp-play .section-testimonials .nav-testimonial-item:hover, .pdp.pdp-play .section-testimonials .nav-testimonial-item:focus, .pdp.mix .section-testimonials .nav-testimonial-item.active, .pdp.mix .section-testimonials .nav-testimonial-item:active, .pdp.mix .section-testimonials .nav-testimonial-item:hover, .pdp.mix .section-testimonials .nav-testimonial-item:focus {
        opacity: 1;
        filter: alpha(opacity=100); }
      .pdp.pdp-play .section-testimonials .nav-testimonial-item:after, .pdp.mix .section-testimonials .nav-testimonial-item:after {
        content: '';
        position: absolute;
        height: 0;
        bottom: -7px;
        left: 0;
        width: 100%;
        -webkit-transition: height 0.3s ease, bottom 0.3s ease;
        transition: height 0.3s ease, bottom 0.3s ease; }
        .brand-color-pink .pdp.pdp-play .section-testimonials .nav-testimonial-item:after, .brand-color-pink .pdp.mix .section-testimonials .nav-testimonial-item:after {
          background-color: #ff7f2c; }
        .brand-color-purple .pdp.pdp-play .section-testimonials .nav-testimonial-item:after, .brand-color-purple .pdp.mix .section-testimonials .nav-testimonial-item:after {
          background-color: #814efa; }
        .brand-color-blue .pdp.pdp-play .section-testimonials .nav-testimonial-item:after, .brand-color-blue .pdp.mix .section-testimonials .nav-testimonial-item:after {
          background-color: #00a9e0; }
        .brand-color-red .pdp.pdp-play .section-testimonials .nav-testimonial-item:after, .brand-color-red .pdp.mix .section-testimonials .nav-testimonial-item:after {
          background-color: #ff2947; }
        .brand-color-teal .pdp.pdp-play .section-testimonials .nav-testimonial-item:after, .brand-color-teal .pdp.mix .section-testimonials .nav-testimonial-item:after {
          background-color: #00ead0; }
        .brand-color-yellow-green .pdp.pdp-play .section-testimonials .nav-testimonial-item:after, .brand-color-yellow-green .pdp.mix .section-testimonials .nav-testimonial-item:after {
          background-color: #dcfd00; }
      .pdp.pdp-play .section-testimonials .nav-testimonial-item.active:after, .pdp.mix .section-testimonials .nav-testimonial-item.active:after {
        height: 4px;
        bottom: -11px; }
    .pdp.pdp-play .section-testimonials .testimonials-carousel, .pdp.mix .section-testimonials .testimonials-carousel {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
      .pdp.pdp-play .section-testimonials .testimonials-carousel li, .pdp.mix .section-testimonials .testimonials-carousel li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
      .pdp.pdp-play .section-testimonials .testimonials-carousel:after, .pdp.mix .section-testimonials .testimonials-carousel:after {
        content: "";
        display: table;
        clear: both; }
      .pdp.pdp-play .section-testimonials .testimonials-carousel li, .pdp.mix .section-testimonials .testimonials-carousel li {
        overflow: hidden; }
      .pdp.pdp-play .section-testimonials .testimonials-carousel .slick-dots, .pdp.mix .section-testimonials .testimonials-carousel .slick-dots {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        position: relative;
        bottom: 30px; }
        .pdp.pdp-play .section-testimonials .testimonials-carousel .slick-dots li button:before, .pdp.mix .section-testimonials .testimonials-carousel .slick-dots li button:before {
          width: 12px;
          height: 12px; }
    .pdp.pdp-play .section-testimonials .testimonial-ctn, .pdp.mix .section-testimonials .testimonial-ctn {
      float: left;
      text-align: center;
      padding: 0 15px 45px;
      width: 100%;
      outline: none;
      cursor: default; }
    .pdp.pdp-play .section-testimonials .testimonial, .pdp.mix .section-testimonials .testimonial {
      font-family: "Brown-Pro-Italic", Helvetica, sans-serif;
      font-size: 28px;
      line-height: 42px;
      margin-bottom: 25px; }
      @media (max-width: 650px) {
        .pdp.pdp-play .section-testimonials .testimonial, .pdp.mix .section-testimonials .testimonial {
          font-size: 30px; } }
    .pdp.pdp-play .section-testimonials .testimonial-author, .pdp.mix .section-testimonials .testimonial-author {
      font-family: "Brown-Pro-Light", Helvetica, sans-serif;
      font-size: 1.25em;
      line-height: 1.2em; }
    .pdp.pdp-play .section-testimonials .testimonial-source, .pdp.mix .section-testimonials .testimonial-source {
      margin: 0 auto 40px;
      position: relative;
      display: inline-block; }
      .pdp.pdp-play .section-testimonials .testimonial-source:after, .pdp.mix .section-testimonials .testimonial-source:after {
        content: '';
        position: absolute;
        height: 4px;
        bottom: -11px;
        left: 0;
        width: 100%; }
        .brand-color-pink .pdp.pdp-play .section-testimonials .testimonial-source:after, .brand-color-pink .pdp.mix .section-testimonials .testimonial-source:after {
          background-color: #ff7f2c; }
        .brand-color-purple .pdp.pdp-play .section-testimonials .testimonial-source:after, .brand-color-purple .pdp.mix .section-testimonials .testimonial-source:after {
          background-color: #814efa; }
        .brand-color-blue .pdp.pdp-play .section-testimonials .testimonial-source:after, .brand-color-blue .pdp.mix .section-testimonials .testimonial-source:after {
          background-color: #00a9e0; }
        .brand-color-red .pdp.pdp-play .section-testimonials .testimonial-source:after, .brand-color-red .pdp.mix .section-testimonials .testimonial-source:after {
          background-color: #ff2947; }
        .brand-color-teal .pdp.pdp-play .section-testimonials .testimonial-source:after, .brand-color-teal .pdp.mix .section-testimonials .testimonial-source:after {
          background-color: #00ead0; }
        .brand-color-yellow-green .pdp.pdp-play .section-testimonials .testimonial-source:after, .brand-color-yellow-green .pdp.mix .section-testimonials .testimonial-source:after {
          background-color: #dcfd00; }
      @media only screen and (min-width: 769px) {
        .pdp.pdp-play .section-testimonials .testimonial-source, .pdp.mix .section-testimonials .testimonial-source {
          display: none; } }
  .pdp.pdp-play .section-specs, .pdp.mix .section-specs {
    position: static;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
    color: #252a2c;
    background-color: #f3f4f4;
    padding: 90px 0 60px;
    /* Alternate design for demo purposes */ }
    .pdp.pdp-play .section-specs .modal-button, .pdp.mix .section-specs .modal-button {
      background: none;
      border: none;
      margin: 0;
      padding: 0;
      font-size: 0.75em;
      text-transform: uppercase;
      color: #00bfff;
      outline: none; }
    .pdp.pdp-play .section-specs p, .pdp.pdp-play .section-specs li, .pdp.mix .section-specs p, .pdp.mix .section-specs li {
      font-family: "Brown-Pro-Light", Helvetica, sans-serif;
      line-height: 1.375em; }
    .pdp.pdp-play .section-specs h4, .pdp.mix .section-specs h4 {
      text-transform: capitalize; }
    .pdp.pdp-play .section-specs sup, .pdp.mix .section-specs sup {
      vertical-align: top; }
    .pdp.pdp-play .section-specs strong, .pdp.pdp-play .section-specs b, .pdp.mix .section-specs strong, .pdp.mix .section-specs b {
      font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
      font-weight: 500; }
    .pdp.pdp-play .section-specs .specs-col .no-bullets li a, .pdp.mix .section-specs .specs-col .no-bullets li a {
      border-bottom: none;
      line-height: 1.375em;
      color: #428bca; }
    .pdp.pdp-play .section-specs .specs-col a, .pdp.mix .section-specs .specs-col a {
      display: inline-block;
      color: #252a2c;
      text-decoration: none;
      padding-bottom: 0;
      line-height: 1em; }
      .pdp.pdp-play .section-specs .specs-col a:active, .pdp.pdp-play .section-specs .specs-col a:focus, .pdp.pdp-play .section-specs .specs-col a:hover, .pdp.mix .section-specs .specs-col a:active, .pdp.mix .section-specs .specs-col a:focus, .pdp.mix .section-specs .specs-col a:hover {
        border-bottom-color: transparent; }
    .pdp.pdp-play .section-specs .specs-col h4, .pdp.pdp-play .section-specs .specs-col-last h4, .pdp.mix .section-specs .specs-col h4, .pdp.mix .section-specs .specs-col-last h4 {
      font-size: 1.375em; }
    .pdp.pdp-play .section-specs .mouse, .pdp.mix .section-specs .mouse {
      display: block;
      line-height: 1.2em;
      margin-bottom: 5px; }
    .pdp.pdp-play .section-specs .disclaimer, .pdp.mix .section-specs .disclaimer {
      margin-top: 3px; }
    .pdp.pdp-play .section-specs ul, .pdp.mix .section-specs ul {
      list-style: none;
      margin: 0 0 11px;
      padding: 0; }
      .pdp.pdp-play .section-specs ul li, .pdp.mix .section-specs ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
      .pdp.pdp-play .section-specs ul li, .pdp.mix .section-specs ul li {
        position: relative;
        padding-left: 14px; }
      .pdp.pdp-play .section-specs ul li:before, .pdp.mix .section-specs ul li:before {
        content: '\2022 ';
        position: absolute;
        top: -1px;
        left: 0;
        color: #c3c5c8; }
      .pdp.pdp-play .section-specs ul.no-bullets li, .pdp.mix .section-specs ul.no-bullets li {
        position: relative;
        padding-left: 0; }
      .pdp.pdp-play .section-specs ul.no-bullets li:before, .pdp.mix .section-specs ul.no-bullets li:before {
        content: none; }
    .pdp.pdp-play .section-specs .specs-row-with-image,
    .pdp.pdp-play .section-specs .specs-row,
    .pdp.pdp-play .section-specs .specs-row-thirds, .pdp.mix .section-specs .specs-row-with-image,
    .pdp.mix .section-specs .specs-row,
    .pdp.mix .section-specs .specs-row-thirds {
      margin: 0 auto; }
    .pdp.pdp-play .section-specs .specs-row-with-image .specs-col-last, .pdp.mix .section-specs .specs-row-with-image .specs-col-last {
      margin-bottom: 26px; }
    @media only screen and (min-width: 991px) {
      .pdp.pdp-play .section-specs .specs-row-with-image, .pdp.mix .section-specs .specs-row-with-image {
        display: table;
        table-layout: fixed;
        margin-bottom: 0; }
        .pdp.pdp-play .section-specs .specs-row-with-image .specs-col,
        .pdp.pdp-play .section-specs .specs-row-with-image .specs-col-last, .pdp.mix .section-specs .specs-row-with-image .specs-col,
        .pdp.mix .section-specs .specs-row-with-image .specs-col-last {
          display: table-cell;
          vertical-align: bottom; }
        .pdp.pdp-play .section-specs .specs-row-with-image .specs-col, .pdp.mix .section-specs .specs-row-with-image .specs-col {
          width: span(3 of 10 wide);
          padding-right: 20px;
          padding-bottom: 26px; }
        .pdp.pdp-play .section-specs .specs-row-with-image .specs-col-last, .pdp.mix .section-specs .specs-row-with-image .specs-col-last {
          width: span(7 of 10 last);
          margin-bottom: 0; } }
    .pdp.pdp-play .section-specs .specs-row-thirds:after, .pdp.mix .section-specs .specs-row-thirds:after {
      content: "";
      display: table;
      clear: both; }
    .pdp.pdp-play .section-specs .specs-row-thirds .specs-col,
    .pdp.pdp-play .section-specs .specs-row-thirds .specs-col-last, .pdp.mix .section-specs .specs-row-thirds .specs-col,
    .pdp.mix .section-specs .specs-row-thirds .specs-col-last {
      padding-bottom: 26px; }
    @media only screen and (min-width: 991px) {
      .pdp.pdp-play .section-specs .specs-row-thirds, .pdp.mix .section-specs .specs-row-thirds {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .pdp.pdp-play .section-specs .specs-row-thirds .specs-col,
        .pdp.pdp-play .section-specs .specs-row-thirds .specs-col-last, .pdp.mix .section-specs .specs-row-thirds .specs-col,
        .pdp.mix .section-specs .specs-row-thirds .specs-col-last {
          padding-right: 30px; }
        .pdp.pdp-play .section-specs .specs-row-thirds .specs-col, .pdp.mix .section-specs .specs-row-thirds .specs-col {
          width: 32.25806%;
          float: left;
          margin-right: 1.6129%; }
        .pdp.pdp-play .section-specs .specs-row-thirds .specs-col-last, .pdp.mix .section-specs .specs-row-thirds .specs-col-last {
          width: 32.25806%;
          float: right;
          margin-right: 0; } }
    .pdp.pdp-play .section-specs .specs-title, .pdp.mix .section-specs .specs-title {
      font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
      font-size: 2.25em;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: -0.03em;
      margin: 0;
      margin-bottom: 1.16667em;
      text-align: center; }
      @media only screen and (min-width: 991px) {
        .pdp.pdp-play .section-specs .specs-title, .pdp.mix .section-specs .specs-title {
          text-align: left; } }
    .pdp.pdp-play .section-specs h4.specs-subtitle,
    .pdp.pdp-play .section-specs h5.specs-subtitle, .pdp.mix .section-specs h4.specs-subtitle,
    .pdp.mix .section-specs h5.specs-subtitle {
      font-family: "Brown-Pro-Bold", Helvetica, sans-serif;
      font-size: 1.5em;
      font-weight: normal;
      margin: 0;
      margin-bottom: 0.25em; }
      .pdp.pdp-play .section-specs h4.specs-subtitle:first-of-type, .pdp.pdp-play .section-specs h4.specs-subtitle:first-child,
      .pdp.pdp-play .section-specs h5.specs-subtitle:first-of-type,
      .pdp.pdp-play .section-specs h5.specs-subtitle:first-child, .pdp.mix .section-specs h4.specs-subtitle:first-of-type, .pdp.mix .section-specs h4.specs-subtitle:first-child,
      .pdp.mix .section-specs h5.specs-subtitle:first-of-type,
      .pdp.mix .section-specs h5.specs-subtitle:first-child {
        margin-top: 0; }
    .pdp.pdp-play .section-specs h4.specs-subtitle, .pdp.mix .section-specs h4.specs-subtitle {
      margin-top: 26px; }
    .pdp.pdp-play .section-specs h5.specs-subtitle, .pdp.mix .section-specs h5.specs-subtitle {
      font-size: 1em; }
      .pdp.pdp-play .section-specs h5.specs-subtitle:first-of-type, .pdp.mix .section-specs h5.specs-subtitle:first-of-type {
        margin-top: 8px; }
    .pdp.pdp-play .section-specs .support-link-ctn, .pdp.mix .section-specs .support-link-ctn {
      text-align: center; }
      .pdp.pdp-play .section-specs .support-link-ctn a, .pdp.mix .section-specs .support-link-ctn a {
        margin: 0 auto; }
    .pdp.pdp-play .section-specs .support-title, .pdp.mix .section-specs .support-title {
      font-family: "Brown-Pro-Italic", Helvetica, sans-serif;
      font-size: 1.75em;
      font-weight: normal;
      margin: 0;
      margin-top: 32px;
      margin-bottom: 0.57143em; }
    .pdp.pdp-play .section-specs .specs-dimensions, .pdp.mix .section-specs .specs-dimensions {
      list-style: none;
      padding: 0;
      margin: 0; }
      .pdp.pdp-play .section-specs .specs-dimensions li, .pdp.mix .section-specs .specs-dimensions li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
      .pdp.pdp-play .section-specs .specs-dimensions > li, .pdp.mix .section-specs .specs-dimensions > li {
        font-family: "Brown-Pro-Light", Helvetica, sans-serif; }
    .pdp.pdp-play .section-specs .specs-blueprint-img, .pdp.mix .section-specs .specs-blueprint-img {
      -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
      transform: translate(30px, 0);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 1.5s ease;
      transition: all 1.5s ease;
      display: block;
      margin: 0 auto; }
      @media only screen and (min-width: 991px) {
        .pdp.pdp-play .section-specs .specs-blueprint-img, .pdp.mix .section-specs .specs-blueprint-img {
          margin: 0;
          margin-bottom: 30px;
          margin-left: -27px; } }
      .pdp.pdp-play .section-specs .specs-blueprint-img.on-screen, .pdp.mix .section-specs .specs-blueprint-img.on-screen {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100); }
    .pdp.pdp-play .section-specs .section-specs.alt-version p, .pdp.mix .section-specs .section-specs.alt-version p {
      font-size: 0.875em;
      line-height: 1.5em;
      margin-bottom: 17px; }
    .pdp.pdp-play .section-specs .section-specs.alt-version h4.specs-subtitle, .pdp.mix .section-specs .section-specs.alt-version h4.specs-subtitle {
      font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
      line-height: 1em;
      font-size: 1.4375em;
      border-bottom: 2px solid white;
      padding-bottom: 4px;
      margin-bottom: 20px;
      margin-top: 47px;
      text-transform: none; }
      .pdp.pdp-play .section-specs .section-specs.alt-version h4.specs-subtitle:first-of-type, .pdp.pdp-play .section-specs .section-specs.alt-version h4.specs-subtitle:first-child, .pdp.mix .section-specs .section-specs.alt-version h4.specs-subtitle:first-of-type, .pdp.mix .section-specs .section-specs.alt-version h4.specs-subtitle:first-child {
        margin-top: 0; }
    .pdp.pdp-play .section-specs .section-specs.alt-version .mouse, .pdp.mix .section-specs .section-specs.alt-version .mouse {
      display: block;
      margin-top: 0;
      line-height: 1.2em; }
    @media only screen and (min-width: 991px) {
      .pdp.pdp-play .section-specs .section-specs.alt-version .container, .pdp.mix .section-specs .section-specs.alt-version .container {
        position: relative;
        left: 33px; }
      .pdp.pdp-play .section-specs .section-specs.alt-version .specs-row-thirds .specs-col,
      .pdp.pdp-play .section-specs .section-specs.alt-version .specs-row-thirds .specs-col-last, .pdp.mix .section-specs .section-specs.alt-version .specs-row-thirds .specs-col,
      .pdp.mix .section-specs .section-specs.alt-version .specs-row-thirds .specs-col-last {
        padding-right: 65px; } }
  .pdp.pdp-play .section-related-products, .pdp.mix .section-related-products {
    position: static;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
    padding: 80px 0 100px;
    background-color: white; }
    .pdp.pdp-play .section-related-products .related-products-title, .pdp.mix .section-related-products .related-products-title {
      font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
      font-size: 2.25em;
      font-weight: normal;
      text-align: center;
      text-transform: uppercase;
      color: #333;
      margin-top: 0;
      margin-bottom: 0.6875em; }
    .pdp.pdp-play .section-related-products .related-products, .pdp.mix .section-related-products .related-products {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pdp.pdp-play .section-related-products .related-products li, .pdp.mix .section-related-products .related-products li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
      .pdp.pdp-play .section-related-products .related-products:after, .pdp.mix .section-related-products .related-products:after {
        content: "";
        display: table;
        clear: both; }
    @media only screen and (min-width: 481px) {
      .pdp.pdp-play .section-related-products .related-product, .pdp.mix .section-related-products .related-product {
        float: left;
        width: 50%; } }
    .pdp.pdp-play .section-related-products a.related-product-link, .pdp.mix .section-related-products a.related-product-link {
      display: block;
      text-decoration: none;
      overflow: hidden;
      height: 100%;
      color: #333; }
      .pdp.pdp-play .section-related-products a.related-product-link:active, .pdp.pdp-play .section-related-products a.related-product-link:hover, .pdp.pdp-play .section-related-products a.related-product-link:focus, .pdp.mix .section-related-products a.related-product-link:active, .pdp.mix .section-related-products a.related-product-link:hover, .pdp.mix .section-related-products a.related-product-link:focus {
        text-decoration: none; }
        .pdp.pdp-play .section-related-products a.related-product-link:active .related-product-img, .pdp.pdp-play .section-related-products a.related-product-link:hover .related-product-img, .pdp.pdp-play .section-related-products a.related-product-link:focus .related-product-img, .pdp.mix .section-related-products a.related-product-link:active .related-product-img, .pdp.mix .section-related-products a.related-product-link:hover .related-product-img, .pdp.mix .section-related-products a.related-product-link:focus .related-product-img {
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          transform: scale(1.15); }
      .pdp.pdp-play .section-related-products a.related-product-link.green, .pdp.mix .section-related-products a.related-product-link.green {
        background-color: #00ead0; }
      .pdp.pdp-play .section-related-products a.related-product-link.red, .pdp.mix .section-related-products a.related-product-link.red {
        background-color: #ff7075;
        color: white; }
      .pdp.pdp-play .section-related-products a.related-product-link.chartreuse, .pdp.mix .section-related-products a.related-product-link.chartreuse {
        background-color: #dcfd00; }
    .pdp.pdp-play .section-related-products .related-product-img, .pdp.mix .section-related-products .related-product-img {
      display: block;
      width: 58%;
      margin: 45px auto;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease; }
    .pdp.pdp-play .section-related-products .related-product-copy-ctn, .pdp.mix .section-related-products .related-product-copy-ctn {
      display: block;
      padding: 0 40px 35px;
      font-size: 1.125em; }
    .pdp.pdp-play .section-related-products .related-product-title, .pdp.mix .section-related-products .related-product-title {
      font-family: "Brown-Pro-Regular", Helvetica, sans-serif;
      line-height: 1.11111em;
      display: block; }
    .pdp.pdp-play .section-related-products .related-product-price, .pdp.mix .section-related-products .related-product-price {
      font-family: "Brown-Pro-Light", Helvetica, sans-serif;
      font-size: 1.33333em;
      line-height: 1em;
      display: block;
      margin-top: 0.25em; }

.pdp.mix .pdp-shell {
  padding: 0; }

.svg-_cart {
	background: url("svg/sprite.css-2f8a3573.svg") 59.9247191011236% 18.181818181818183% no-repeat;
}

.svg-_cart-dims {
	width: 29px;
	height: 19px;
}

.svg-_hamburger {
	background: url("svg/sprite.css-2f8a3573.svg") 75.79106145251397% 18.181818181818183% no-repeat;
}

.svg-_hamburger-dims {
	width: 28px;
	height: 19px;
}

.svg-_my-account {
	background: url("svg/sprite.css-2f8a3573.svg") 68.80608348752394% 34.065934065934066% no-repeat;
}

.svg-_my-account-dims {
	width: 20.002px;
	height: 21px;
}

.svg-_search {
	background: url("svg/sprite.css-2f8a3573.svg") 79.07872340425533% 33.81818181818182% no-repeat;
}

.svg-_search-dims {
	width: 19px;
	height: 19px;
}

.svg-bag {
	background: url("svg/sprite.css-2f8a3573.svg") 58.60769230769231% 25.555555555555557% no-repeat;
}

.svg-bag-dims {
	width: 25px;
	height: 24px;
}

.svg-cart {
	background: url("svg/sprite.css-2f8a3573.svg") 90.46218812526946% 18.137957303248506% no-repeat;
}

.svg-cart-dims {
	width: 26.078px;
	height: 18.335px;
}

.svg-check {
	background: url("svg/sprite.css-2f8a3573.svg") 71.94863387978143% 25.247812771002337% no-repeat;
}

.svg-check-dims {
	width: 24px;
	height: 20.709px;
}

.svg-chevronl {
	background: url("svg/sprite.css-2f8a3573.svg") 34.706866145626584% 0 no-repeat;
}

.svg-chevronl-dims {
	width: 53.333px;
	height: 293.333px;
}

.svg-chevronr {
	background: url("svg/sprite.css-2f8a3573.svg") 0 0 no-repeat;
}

.svg-chevronr-dims {
	width: 53.333px;
	height: 293.333px;
}

.svg-circle {
	background: url("svg/sprite.css-2f8a3573.svg") 57.6572972972973% 34.19117647058823% no-repeat;
}

.svg-circle-dims {
	width: 22px;
	height: 22px;
}

.svg-close {
	background: url("svg/sprite.css-2f8a3573.svg") 99.01833464562903% 24.41734551605529% no-repeat;
}

.svg-close-dims {
	width: 11.414px;
	height: 11.414px;
}

.svg-hamburger {
	background: url("svg/sprite.css-2f8a3573.svg") 92.86951871657753% 24.820143884892087% no-repeat;
}

.svg-hamburger-dims {
	width: 20px;
	height: 16px;
}

.svg-my-account {
	background: url("svg/sprite.css-2f8a3573.svg") 82.36296296296297% 25.182481751824817% no-repeat;
}

.svg-my-account-dims {
	width: 18px;
	height: 20px;
}

.svg-rarr {
	background: url("svg/sprite.css-2f8a3573.svg") 99.34240837696336% 17.666845690703% no-repeat;
}

.svg-rarr-dims {
	width: 16px;
	height: 10.984px;
}

.svg-rarr-default {
	background: url("svg/sprite.css-2f8a3573.svg") 93.24047274481428% 32.860332984707576% no-repeat;
}

.svg-rarr-default-dims {
	width: 7.992px;
	height: 10.984px;
}

.svg-search {
	background: url("svg/sprite.css-2f8a3573.svg") 88.6606878463556% 33.68064232244326% no-repeat;
}

.svg-search-dims {
	width: 17.888px;
	height: 17.877px;
}

.svg-uarr {
	background: url("svg/sprite.css-2f8a3573.svg") 98.74091910864419% 32.51645927226066% no-repeat;
}

.svg-uarr-dims {
	width: 10.984px;
	height: 7.991px;
}

.svg-vc-nav {
	background: url("svg/sprite.css-2f8a3573.svg") 99.68785046728972% 0 no-repeat;
}

.svg-vc-nav-dims {
	width: 100px;
	height: 50px;
}

