/* BREAKPOINTS */
/* widths/heights/dimension */
/* COLOURS */
@font-face {
  font-family: 'Dual';
  src: url("../fonts/dual_400-webfont.eot");
  src: url("../fonts/dual_400-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dual_400-webfont.woff") format("woff"), url("../fonts/dual_400-webfont.woff") format("woff"), url("../fonts/dual_400-webfont.ttf") format("truetype"), url("../fonts/dual_400-webfont.svg#dual400") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Dual';
  src: url("../fonts/dual_600-webfont.eot");
  src: url("../fonts/dual_600-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dual_600-webfont.woff") format("woff"), url("../fonts/dual_600-webfont.woff") format("woff"), url("../fonts/dual_600-webfont.ttf") format("truetype"), url("../fonts/dual_600-webfont.svg#dual600") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* FORMS */
/* The clearfix mixin is necessary for the floats */
/* CSS3 */
/* FONTS */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:$bp768)/";
  width: 48em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:$bp960)/";
  width: 60em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:$bp1200)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:$bp1440)/";
  width: 90em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 48em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 60em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 48em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 60em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, white 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, white 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  width: 100%;
  visibility: visible;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}
.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: none;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
}

.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: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold;
}

table td, table th {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    /*background: #fff;*/
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable table {
    margin-left: 0;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
    margin-left: 35%;
  }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }

  .partners .pinned {
    width: 200px;
  }
  .partners div.table-wrapper div.scrollable {
    margin-left: 200px;
  }
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */
/* -----------------------------------------
   Page Name 2
----------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url("./../img/global/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

/* Icons */
/*@if $slick-font-family == "slick" {
  @font-face {
      font-family:"slick";
      src:    slick-font-url("slick.eot");
      src:    slick-font-url("slick.eot?#iefix") format("embedded-opentype"),
              slick-font-url("slick.woff") format("woff"),
              slick-font-url("slick.ttf") format("truetype"),
              slick-font-url("slick.svg#slick") format("svg");
      font-weight: normal;
      font-style: normal;
  }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: 10px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* IE9 Slick Slider fixes */
.ie9 .slick-prev,
.ie9 .slick-next {
  z-index: 1000;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

/*table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}*/
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: left;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.download-form .form-text-input, .download-form .dropdown-face {
  margin-bottom: 14px;
}
.download-form .disclaimer {
  margin-top: 5px;
  margin-bottom: 20px;
}

.placeholder {
  color: #999;
}

textarea[name=message] {
  min-height: 195px;
  resize: none;
  background: #fff;
}

.form-text-input {
  width: 100%;
  font-size: 17px;
  padding: 11px 0px;
  border: 1px solid transparent;
  border-bottom: 1px solid #929090;
  margin-bottom: 3px;
  outline: none;
}
.form-text-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(77, 77, 77, 0.5);
  color: rgba(77, 77, 77, 0.5);
  font-weight: normal;
}
.form-text-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(77, 77, 77, 0.5);
  color: rgba(77, 77, 77, 0.5);
  opacity: 1;
  font-weight: normal;
}
.form-text-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(77, 77, 77, 0.5);
  color: rgba(77, 77, 77, 0.5);
  opacity: 1;
  font-weight: normal;
}
.form-text-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(77, 77, 77, 0.5);
  color: rgba(77, 77, 77, 0.5);
  font-weight: normal;
}
.form-text-input:focus {
  border: 1px solid #929090;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
@media (min-width: 48em) {
  .form-text-input {
    border-bottom: 1px solid #444444;
  }
  .form-text-input:focus {
    border: 1px solid #888888;
  }
}
.form-text-input.error {
  border: 1px solid #a30c2d;
  position: relative;
}
.form-text-input.error:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: #a30c2d;
}

input.form-text-input {
  background: transparent;
}

textarea.form-text-input {
  outline: none;
  padding: 8px;
  border: 1px solid #929090;
}
@media (min-width: 48em) {
  textarea.form-text-input {
    border: 1px solid #888888;
  }
}

input[type=submit] {
  margin-top: 10px;
}

.checkbox {
  margin: 15px 0 0;
  /* Default State */
  /* Toggled State */
}
.checkbox input[type=checkbox] {
  display: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  opacity: 0;
}
.checkbox label {
  display: inline-block;
  padding: 0.5em 0 0.5em 1.5em;
  cursor: pointer;
  position: relative;
  top: 0;
  z-index: 2;
}
.checkbox div {
  background: none;
  width: 14px;
  height: 14px;
  line-height: 10px;
  border: 1px solid #393939;
  display: inline-block;
  margin: 0.8em 0 0;
  position: absolute;
}
.checkbox input[type=checkbox]:checked ~ div {
  /*background: #000;*/
  background: url(../img/icon-product.png) no-repeat;
  background-size: 250%;
  background-position: 2px;
}

.radio {
  margin: 0 0 20px;
  /* Default State */
  /* Toggled State */
}
.radio input[type=radio] {
  display: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  opacity: 0;
}
.radio label {
  display: inline-block;
  padding: 0 0 0 1.5em;
  cursor: pointer;
  position: relative;
  top: 0;
  z-index: 2;
  font-size: 13px;
  color: #393939;
}
.radio div {
  background: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #393939;
  display: inline-block;
  margin: 2px 0 0 3px;
  position: absolute;
}
.radio input[type=radio]:checked ~ div {
  background: #393939;
}

.dropdown li.selected {
  background: #ff8444;
}
.dropdown li.selected a {
  color: #fff;
}

.dd.active {
  z-index: 9;
}

.dropdown-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.dropdown-face {
  /* Size and position */
  position: relative;
  /* Styles */
  background: #fff;
  cursor: pointer;
  outline: none;
  margin-top: 2px;
  margin-bottom: 3px;
}
.dropdown-face .dropdown-active-label {
  font-size: 17px;
  padding: 10px 0px;
  border-bottom: 1px solid #929090;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  display: block;
}
@media (min-width: 48em) {
  .dropdown-face .dropdown-active-label {
    border-bottom: 1px solid #888888;
  }
}
.dropdown-face:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  background: url(../img/sprite-dropdown-arrow-small.png) no-repeat 0 0;
  background-size: 100%;
  width: 12px;
  height: 6px;
  display: block;
  border: none;
}
.dropdown-face.active:after {
  background-position: 0 bottom;
}
.dropdown-face.active .dropdown {
  opacity: 1;
  display: block;
  pointer-events: auto;
  border: 1px solid #888888;
}
.dropdown-face.active .dropdown-active-label {
  padding-left: 8px;
  border: 1px solid #929090;
  border-bottom: 1px solid transparent;
}
@media (min-width: 48em) {
  .dropdown-face.active .dropdown-active-label {
    border: 1px solid #888888;
    border-bottom: none;
  }
}

.dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 200px;
  /* Styles */
  background: white;
  -webkit-transition: all 0.1s ease-out;
  -khtml-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  list-style: none;
  /* Hiding */
  opacity: 0;
  display: none;
  pointer-events: none;
  /* No CSS3 support */
}
.dropdown .optgroup {
  color: #b0b0b0;
}
.dropdown .optgroup a {
  color: #b0b0b0;
}
.dropdown li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #888888;
  padding: 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.1s ease-out;
  -khtml-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.dropdown li:hover a {
  color: #FFF;
  background: #ff8444;
}
.no-opacity .dropdown, .no-pointerevents .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}
.no-opacity .dropdown-face.active .dropdown, .no-pointerevents .dropdown-face.active .dropdown {
  display: block;
}

.dropdown-face {
  background-color: transparent;
}

.form-select-hidden {
  display: none;
}

.form-column-outer-wrapper {
  position: relative;
}
.form-column-outer-wrapper.wrapper-left {
  padding: 0;
}
@media (min-width: 48em) {
  .form-column-outer-wrapper.wrapper-left {
    padding: 0 10px 0 0;
  }
}
.form-column-outer-wrapper.wrapper-right {
  padding: 0;
}

form *:focus {
  outline: none;
}
form .tooltip.top {
  width: 100%;
  margin-top: -15px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
form .tooltip.top .tooltip-arrow {
  border-top-color: #a30c2d;
}
form .tooltip .tooltip-inner {
  background-color: #a30c2d;
  font-size: 11px;
  padding: 8px;
}

.form-input-wrapper {
  position: relative;
  display: block;
}
.form-input-wrapper.error:after {
  content: "";
  position: absolute;
  right: -19px;
  top: 0px;
  width: 18px;
  height: 17px;
  background: url("../img/contact/1x/contact-icon-error.png") no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .form-input-wrapper.error:after {
    background-image: url("../img/contact/2x/contact-icon-error-2x.png");
    -webkit-background-size: 18px 17px;
    -khtml-background-size: 18px 17px;
    -moz-background-size: 18px 17px;
    -ms-background-size: 18px 17px;
    -o-background-size: 18px 17px;
    background-size: 18px 17px;
  }
}
.form-input-wrapper.error input {
  padding-left: 8px;
  padding-right: 8px;
}

.form-select-wrapper {
  position: relative;
  display: block;
}
.form-select-wrapper.error:after {
  content: "";
  position: absolute;
  right: -19px;
  top: 0px;
  width: 18px;
  height: 17px;
  background: url("../img/contact/1x/contact-icon-error.png") no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .form-select-wrapper.error:after {
    background-image: url("../img/contact/2x/contact-icon-error-2x.png");
    -webkit-background-size: 18px 17px;
    -khtml-background-size: 18px 17px;
    -moz-background-size: 18px 17px;
    -ms-background-size: 18px 17px;
    -o-background-size: 18px 17px;
    background-size: 18px 17px;
  }
}
.form-select-wrapper.error .dropdown-active-label {
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #a30c2d;
}

.form-textarea-wrapper {
  height: 195px;
  position: relative;
  display: block;
  margin: 34px 0 0;
}
.form-textarea-wrapper.error:after {
  content: "";
  position: absolute;
  right: -19px;
  top: 0px;
  width: 18px;
  height: 17px;
  background: url("../img/contact/1x/contact-icon-error.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .form-textarea-wrapper.error:after {
    background-image: url("../img/contact/2x/contact-icon-error-2x.png");
    -webkit-background-size: 18px 17px;
    -khtml-background-size: 18px 17px;
    -moz-background-size: 18px 17px;
    -ms-background-size: 18px 17px;
    -o-background-size: 18px 17px;
    background-size: 18px 17px;
  }
}

/*
	THEME SPECIFIC
 */
.theme-dark#header {
  background: black;
  background: rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.theme-dark#header ul.header-list > li {
  color: rgba(255, 255, 255, 0.8);
}
.theme-dark#header a {
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.theme-dark#header a.header-item {
  color: rgba(255, 255, 255, 0.9);
}
.theme-dark#header a.header-item:hover {
  color: #FFFFFF;
}
.theme-dark#header .logo {
  background-position: 0px -54px;
}
.theme-dark#header .btn-contact a:before {
  display: none;
  background-position: 0px -6px;
}
.theme-dark#header .btn-search a:before {
  background-position: -24px 0px;
}
.theme-dark#header .btn-search form {
  position: absolute;
  right: 0;
}
.theme-dark#header .btn-search form .search-query {
  color: #FFFFFF;
  background: white;
  background: rgba(255, 255, 255, 0.15);
}
.theme-dark#header .btn-search form .search-query::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.1);
}
.theme-dark#header .btn-search form .search-query:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.theme-dark#header .btn-search form .search-query::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.theme-dark#header .btn-search form .search-query:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.1);
}
.theme-dark#header .btn-search form .search-query::-ms-clear {
  /* Internet Explorer 9+ */
  width: 0;
  height: 0;
  display: none;
}
.theme-dark#header .btn-search form .search-close {
  background-image: url(../img/global/1x/icon-search-dark-close.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .theme-dark#header .btn-search form .search-close {
    background-image: url(../img/global/2x/icon-search-dark-close-2x.png);
    -webkit-background-size: 36px 36px;
    -khtml-background-size: 36px 36px;
    -moz-background-size: 36px 36px;
    -ms-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
  }
}
.theme-dark#header .btn-menu a:before {
  background-position: -96px 0px;
}
.theme-dark#header .profile a:hover:before {
  background: #fff;
}
.theme-dark#header .profile[login-state="signed-in"] .greetings span span.name {
  color: rgba(255, 255, 255, 0.9);
}
.theme-dark#header .profile[login-state="signed-in"] .greetings:after {
  border-top: 4px solid rgba(255, 255, 255, 0.9);
}
.theme-dark#header .sso ul.portal li a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #393939;
}
.theme-dark#header .sso .alternate-content a:hover {
  color: #f46a25;
}

@media only screen and (min-width: 48em) {
  .theme-dark#header .logo {
    background-position: 0px -50px;
  }
  .theme-dark#header .btn-search a:before {
    background-position: -42px 0px;
  }
  .theme-dark#header .btn-menu a:before {
    background-position: -21px 0px;
  }
}
/*
	HEADERS
 */
#header {
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  padding: 0 15px;
  z-index: 10;
  border-bottom: 1px solid #e2e0e1;
  border-bottom: 1px solid rgba(68, 68, 68, 0.15);
  background: white;
  background: white;
  -webkit-transition: background-color 0.36s ease-in-out;
  -khtml-transition: background-color 0.36s ease-in-out;
  -moz-transition: background-color 0.36s ease-in-out;
  -ms-transition: background-color 0.36s ease-in-out;
  -o-transition: background-color 0.36s ease-in-out;
  transition: background-color 0.36s ease-in-out;
}
@media only screen and (min-width: 48em) {
  #header {
    height: 68px;
    padding: 0 30px;
  }
}
#header a.header-item {
  text-transform: uppercase;
  text-decoration: none;
  color: #393939;
  position: relative;
  display: inline-block;
  font-size: 12px;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
#header a.header-item:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#header ul.header-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header ul.header-list > li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
  color: #393939;
}
@media only screen and (min-width: 48em) {
  #header ul.header-list > li {
    margin-right: 30px;
  }
}
#header ul.header-list > li:last-child {
  margin-right: 0;
}
#header .logo {
  background-position: 0px -30px;
  width: 108px;
  height: 24px;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 48em) {
  #header .logo {
    background-position: 0px -22px;
    width: 121px;
    height: 28px;
    margin-top: 18px;
    margin-bottom: 21px;
  }
}
#header .profile {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 12px;
}
@media only screen and (min-width: 48em) {
  #header .profile {
    margin-top: 15px;
    margin-bottom: 16px;
    line-height: 36px;
  }
}
#header .profile .avatar {
  width: 28px;
  height: 28px;
  display: table;
  position: relative;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #EFEFEF;
  background: url(../img/global/no-profile-pic-thumbnail.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 48em) {
  #header .profile .avatar {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    cursor: pointer;
  }
}
#header .profile .avatar img {
  display: table-cell;
  width: 100%;
  border-radius: 50%;
}
#header .profile .btn-register, #header .profile > span {
  display: none;
}
@media only screen and (min-width: 48em) {
  #header .profile .btn-register, #header .profile > span {
    display: inline-block;
  }
}
#header .profile .greetings {
  display: none;
}
@media only screen and (min-width: 48em) {
  #header .profile .greetings {
    display: inline-block;
  }
}
#header .profile .greetings span span.name {
  color: #ff8444;
  margin-right: 0;
}
@media only screen and (min-width: 48em) {
  #header .profile .greetings span {
    margin-right: 8px;
  }
}
#header .profile[login-state="signed-in"] .greetings:after {
  content: "";
  margin-top: 15px;
  float: right;
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #393939;
}
#header .profile[login-state="signed-out"] {
  margin-top: 21px;
  margin-bottom: 21px;
}
#header .btn-contact, #header .btn-search, #header .btn-menu {
  margin-top: 14px;
  margin-bottom: 15px;
  position: relative;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#header .btn-contact a, #header .btn-search a, #header .btn-menu a {
  line-height: 21px;
}
#header .btn-contact a:before, #header .btn-search a:before, #header .btn-menu a:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 0px;
  float: left;
  background-image: url(../img/global/1x/sprite-global-m.png);
  background-color: transparent;
  background-repeat: no-repeat;
}
#header .btn-contact {
  display: none;
}
#header .btn-contact a:before {
  background-position: -48px 0px;
}
#header .btn-search a:before {
  background-position: -72px 0px;
}
@media only screen and (min-width: 48em) {
  #header .btn-search a:before {
    background-position: -84px 0px;
  }
}
#header .btn-search form {
  display: none;
  position: absolute;
  right: 0;
}
#header .btn-search form .search-query {
  width: 100%;
  overflow: hidden;
  padding: 8px 0 8px 10px;
  margin: 0;
  outline: none;
  border: 0;
  color: #393939;
  background-color: #EDEDED;
  background-color: rgba(77, 77, 77, 0.1);
  font-size: 11px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 48em) {
  #header .btn-search form .search-query {
    font-size: 17px;
    padding: 8px 0 8px 20px;
  }
}
#header .btn-search form .search-close {
  background-image: url(../img/global/1x/icon-search-close.png);
  width: 36px;
  height: 36px;
  top: -4px;
  right: 0px;
  position: absolute;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: transform 0.36s ease-in-out;
  -khtml-transition: transform 0.36s ease-in-out;
  -moz-transition: transform 0.36s ease-in-out;
  -ms-transition: transform 0.36s ease-in-out;
  -o-transition: transform 0.36s ease-in-out;
  transition: transform 0.36s ease-in-out;
}
#header .btn-search form .search-close:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*  filter: progid:DXImageTransform.Microsoft.Matrix(
         M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');*/
  zoom: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #header .btn-search form .search-close {
    background-image: url(../img/global/2x/icon-search-close-2x.png);
    -webkit-background-size: 36px 36px;
    -khtml-background-size: 36px 36px;
    -moz-background-size: 36px 36px;
    -ms-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
  }
}
@media only screen and (min-width: 48em) {
  #header .btn-search form .search-close {
    top: 0px;
    right: 10px;
  }
}
#header .btn-search span {
  display: none;
}
@media only screen and (min-width: 48em) {
  #header .btn-search span {
    display: inline-block;
  }
}
#header .btn-menu a:before {
  width: 20px;
  background-position: -108px -50px;
}
@media only screen and (min-width: 48em) {
  #header .btn-menu a:before {
    background-position: -63px 0px;
  }
}
#header .header-sprite, #header .profile[login-state="signed-in"]:after {
  background-image: url(../img/global/1x/sprite-global-m.png);
  background-color: transparent;
  background-repeat: no-repeat;
}
#header .sso {
  display: none;
  width: 100%;
  margin-top: 56px;
  top: 0;
  left: 0;
  position: absolute;
  overflow: visible !important;
  border-bottom: 1px solid #E0E0E0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f6f4',GradientType=0 );
  /* IE6-8 */
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY2ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.98)), color-stop(100%, #f9f6f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* W3C */
}
html.ie9 #header .sso {
  filter: none;
}
@media only screen and (min-width: 48em) {
  #header .sso {
    margin-top: 60px;
    max-width: 220px;
    border: 1px solid #E0E0E0;
    border: 1px solid rgba(68, 68, 68, 0.15);
  }
}
#header .sso form .form-input-wrapper input {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  #header .sso form .form-input-wrapper input {
    padding: 6px 0;
    font-size: 12px;
    margin-bottom: 5px;
  }
}
#header .sso form .form-input-wrapper.error input {
  padding: 11px 8px;
}
@media only screen and (min-width: 48em) {
  #header .sso form .form-input-wrapper.error input {
    padding: 6px 8px;
  }
}
#header .sso form select, #header .sso form option {
  width: 100%;
}
#header .sso ul.portal {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#header .sso ul.portal li {
  margin-bottom: 0;
  border-bottom: 1px solid #ececec;
}
#header .sso ul.portal li a {
  padding: 15px 30px;
  text-transform: initial;
  text-transform: inherit;
  color: #000000;
  width: 100%;
  font-size: 11px;
  font-weight: normal;
  display: block;
}
@media only screen and (min-width: 48em) {
  #header .sso ul.portal li a {
    padding: 10px 20px;
  }
}
#header .sso ul.portal li a:hover {
  background: #393939;
  text-decoration: none;
  color: #FFFFFF;
}
#header .sso ul.portal li:first-child {
  border-top: 1px solid #ececec;
}
#header .sso ul.portal li:last-child {
  border-bottom: none;
}
#header .sso input[type="submit"] {
  margin: 13px 0;
  font-size: 16px;
}
@media only screen and (min-width: 48em) {
  #header .sso input[type="submit"] {
    margin: 0;
    font-size: inherit;
  }
}
@media only screen and (min-width: 48em) {
  #header .sso #sso-btn-login {
    padding: 9px 2em;
  }
}
@media only screen and (min-width: 48em) {
  #header .sso .dropdown-face {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 48em) {
  #header .sso .dropdown-face .dropdown-active-label {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 48em) {
  #header .sso .dropdown-face .dropdown li a {
    font-size: 11px;
    padding: 5px 5px;
  }
}
#header .sso .alternate-content a, #header .sso .info a {
  font-weight: lighter;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ff7835;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #ff7835;
}
#header .sso .alternate-content a:hover, #header .sso .info a:hover {
  text-decoration: underline;
  color: #f46a25;
}
#header .sso .alternate-content a:last-child, #header .sso .info a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#header .sso .alternate-content {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  #header .sso .alternate-content {
    text-align: left;
  }
}
@media only screen and (min-width: 48em) {
  #header .sso .alternate-content a {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    display: inline-block;
    clear: both;
  }
}
#header .sso .inner .padding {
  padding: 25px 30px;
}
@media only screen and (min-width: 48em) {
  #header .sso .inner .padding {
    padding: 20px;
  }
}
#header .sso .inner .info {
  position: relative;
  overflow: hidden;
}
#header .sso .inner .info .avatar {
  border: 1px solid #393939;
  width: 100%;
  height: 100%;
  max-width: 72px;
  max-height: 72px;
  background: url(../img/global/no-profile-pic-thumbnail.jpg) no-repeat center center;
}
#header .sso .inner .info .columns {
  height: 72px;
}
#header .sso .inner .info .fullname {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 4px;
}
#header .sso .inner .info .details-inner {
  padding-left: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 200px;
}
@media only screen and (min-width: 48em) {
  #header .sso .inner .info .details a {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    display: block;
    margin-bottom: 2px;
  }
}
#header .sso .inner .info .avatar, #header .sso .inner .info .details {
  position: relative;
  min-height: 72px;
  float: left;
}
#header .sso:before {
  content: "";
  background-image: url(../img/global/1x/sprite-global-m.png);
  width: 11px;
  height: 6px;
  background-position: 0px 0px;
  position: absolute;
  top: -6px;
}
#header[login-state="signed-in"] [login-state="signed-out"] {
  display: none;
}
#header[login-state="signed-in"] [login-state="signed-in"] {
  display: block;
}
#header[login-state="signed-in"] .profile[login-state="signed-in"] {
  float: right;
  margin-right: 0px;
}
#header[login-state="signed-in"] .sso:before {
  right: 25px;
}
#header[login-state="signed-out"] [login-state="signed-out"] {
  display: block;
}
#header[login-state="signed-out"] [login-state="signed-in"] {
  display: none;
}
#header[login-state="signed-out"] .btn-search {
  margin-right: 0;
}
#header[login-state="signed-out"] .sso:before {
  right: 110px;
}
#header.search-active .btn-search a, #header.search-active .logo, #header.search-active .btn-contact, #header.search-active .profile {
  display: none;
}
#header.search-active .btn-search {
  margin-right: 0;
  margin-top: 13px;
  margin-bottom: 14px;
}
#header.state-condensed .profile .avatar {
  margin-right: 0;
}
#header.state-condensed .profile[login-state="signed-in"] span, #header.state-condensed .greetings, #header.state-condensed .btn-search span, #header.state-condensed .btn-menu span {
  display: none;
}
#header.state-condensed .btn-search a:before, #header.state-condensed .btn-menu a:before {
  margin-right: 0;
}
#header.state-condensed .profile:after {
  display: none;
}

@media only screen and (min-width: 48em) {
  #header .profile[login-state="signed-in"]:after {
    display: block;
  }
  #header .profile[login-state="signed-out"] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #header .btn-search, #header .btn-menu {
    margin-top: 24px;
    margin-bottom: 21px;
  }
  #header .btn-search a:before, #header .btn-menu a:before {
    width: 21px;
    height: 21px;
    margin-right: 8px;
  }
  #header .header-sprite,
  #header .btn-search a:before,
  #header .btn-menu a:before {
    background-image: url(../img/global/1x/sprite-global.png);
    background-color: transparent;
    background-repeat: no-repeat;
  }
  #header[login-state="signed-in"] .profile[login-state="signed-in"] {
    float: left;
    margin-right: 30px;
  }
  #header[login-state="signed-in"] .sso:before {
    right: 50%;
  }
  #header[login-state="signed-out"] .btn-search {
    margin-right: 30px;
  }
  #header.search-active .logo {
    display: block;
  }
  #header.search-active .btn-search a, #header.search-active .btn-contact, #header.search-active .profile {
    display: none;
  }
  #header.search-active .btn-search {
    margin-right: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #header.state-condensed .profile[login-state="signed-in"]:after {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #header .header-sprite,
  #header .profile[login-state="signed-in"]:after,
  #header .btn-contact a:before,
  #header .btn-search a:before,
  #header .btn-menu a:before,
  #header .sso:before {
    background-image: url(../img/global/2x/sprite-global-m-2x.png);
    -webkit-background-size: 166px 78px;
    -khtml-background-size: 166px 78px;
    -moz-background-size: 166px 78px;
    -ms-background-size: 166px 78px;
    -o-background-size: 166px 78px;
    background-size: 166px 78px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 768px), (min--moz-device-pixel-ratio: 2) and (min-width: 768px), (min-device-pixel-ratio: 2) and (min-width: 768px), (min-resolution: 144dppx) and (min-width: 768px) {
  #header .header-sprite,
  #header .btn-contact a:before,
  #header .btn-search a:before,
  #header .btn-menu a:before {
    background-image: url(../img/global/2x/sprite-global-2x.png);
    -webkit-background-size: 135px 78px;
    -khtml-background-size: 135px 78px;
    -moz-background-size: 135px 78px;
    -ms-background-size: 135px 78px;
    -o-background-size: 135px 78px;
    background-size: 135px 78px;
  }
}
/*
	FOOTER
 */
@media screen and (min-width: 0 \0) {
  /* IE9 and IE10 rule sets go here, footer padding fix */
  /*#footer .footer-columns.others-block {padding-left:0px;}*/
}
#footer {
  position: relative;
  padding: 20px 0 60px;
  background: #434343;
  color: #d6d6d6;
  color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  font-family: 'Dual', sans-serif;
}
#footer .button.sticky {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  #footer .button.sticky {
    display: none;
  }
}
#footer .button.white:hover {
  background-color: #fff;
  color: #888888;
}
#footer .button.white:hover a {
  color: #434343 !important;
}
@media only screen and (min-width: 48em) {
  #footer {
    padding: 40px 0 60px;
  }
  #footer .button.sticky {
    cursor: pointer;
    position: fixed;
    width: 115px;
    bottom: 0;
    right: 0;
    padding: 15px 0;
    text-align: center;
    color: #999999;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 2;
    background: #e5e5e5;
    display: block;
    opacity: 1;
    border: none;
  }
  #footer .button.hidden {
    display: none;
  }
  #footer .button:hover {
    color: #fff;
    background: #7f7f7f;
  }
}
@media only screen and (max-width: 47.937em) {
  #footer .btn-contact {
    display: none;
  }
}
#footer .button-top {
  position: fixed;
  width: 43px;
  height: 0;
  background: url(../img/global/1x/footer-backtotop.png) left top no-repeat;
  bottom: -0px;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.36s ease-in-out;
  -khtml-transition: opacity 0.36s ease-in-out;
  -moz-transition: opacity 0.36s ease-in-out;
  -ms-transition: opacity 0.36s ease-in-out;
  -o-transition: opacity 0.36s ease-in-out;
  transition: opacity 0.36s ease-in-out;
}
@media only screen and (min-width: 48em) {
  #footer .button-top {
    right: 125px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #footer .button-top {
    background-image: url(../img/global/2x/footer-backtotop-2x.png);
    -webkit-background-size: 86px 44px;
    -khtml-background-size: 86px 44px;
    -moz-background-size: 86px 44px;
    -ms-background-size: 86px 44px;
    -o-background-size: 86px 44px;
    background-size: 86px 44px;
  }
}
#footer .button-top:hover {
  background-position: -44px 0px;
}
#footer .button-top.show {
  opacity: 1;
  height: 44px;
}
#footer .button-top.sticky {
  position: absolute;
  top: -44px;
  right: 0px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .columns {
  padding: 0 25px;
}
#footer .columns .columns {
  padding: 0 10px;
}
#footer .block-grid > li {
  padding: 0;
}
#footer .footer-legal a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid dimgray;
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
#footer .footer-legal a:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#footer .footer-legal .copyrights {
  font-size: 11px;
  margin-bottom: 20px;
}
#footer .footer-legal .divider {
  margin: 20px 0;
  background-color: dimgray;
}
#footer .footer-legal .links {
  font-size: 11px;
  text-align: left;
}
#footer .footer-columns {
  margin-bottom: 10px;
  border-right: none;
}
#footer .footer-columns:last-child {
  border-right: 0;
  margin-bottom: 0px;
}
#footer .links-block {
  text-align: center;
  margin-top: 10px;
}
#footer .links-block a {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
}
#footer .links-block a:last-child {
  margin-bottom: 0;
}
#footer .links-block a:hover {
  text-decoration: none;
}
#footer .links-block a, #footer .copyrights a {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d6d6d6;
  margin-top: 8px;
  display: inline-block;
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
#footer .links-block a:last-child, #footer .copyrights a:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
#footer .social-block .social li {
  text-align: center;
}
#footer .social-block .social .icon {
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: inline-block;
  background-image: url(../img/global/1x/sprite-footer-social.png);
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #footer .social-block .social .icon {
    background-image: url(../img/global/2x/sprite-footer-social-2x.png);
    -webkit-background-size: 44px 176px;
    -khtml-background-size: 44px 176px;
    -moz-background-size: 44px 176px;
    -ms-background-size: 44px 176px;
    -o-background-size: 44px 176px;
    background-size: 44px 176px;
  }
}
#footer .social-block .social .icon:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#footer .social-block .social .twitter {
  background-position: 0px -44px;
}
#footer .social-block .social .facebook {
  background-position: 0px -132px;
}
#footer .social-block .social .linkedin {
  background-position: 0px -88px;
}
#footer .social-block .social .youtube {
  background-position: 0px 0px;
}
#footer .social-block .related {
  margin: 0;
}
#footer .social-block .related li {
  padding: 0;
}
#footer .others-block li:first-child .button {
  margin-top: 0;
}
#footer .others-block .others {
  margin-left: 0;
}
#footer .others-block .others li {
  position: relative;
}
#footer .others-block .others .language-con {
  margin-top: 10px;
}
@media only screen and (min-width: 48em) {
  #footer .others-block .others .language-con {
    margin-top: 0;
  }
}
#footer .others-block .others .language-con li.lang {
  padding: 0 22px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  position: relative;
  display: block;
}
#footer .others-block .others .language-con li.lang:last-child {
  border-bottom: 1px solid #d6d6d6;
}
#footer .others-block .others .language-con li.lang div, #footer .others-block .others .language-con li.lang a {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
#footer .others-block .others .language-con li.lang div:hover, #footer .others-block .others .language-con li.lang a:hover {
  color: #393939;
}
#footer .others-block .others .language-con .language-selector {
  display: none;
  background: #434343;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
#footer .others-block .others .language-con .language-selector li.lang {
  padding: 22px;
  font-size: 14px;
}
#footer .others-block .others .language-con .language-display li.lang {
  display: block;
  text-align: center;
}
#footer .others-block .others .language-con .language-display li.lang div, #footer .others-block .others .language-con .language-display li.lang a {
  padding: 18px 0;
}
#footer .others-block .others .language-con .language-display li.lang:after {
  background-image: url(../img/global/1x/footer-dropdown-arrow.png);
  content: '';
  background-color: transparent;
  background-repeat: no-repeat;
  width: 13px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #footer .others-block .others .language-con .language-display li.lang:after {
    background-image: url(../img/global/2x/footer-dropdown-arrow-2x.png);
    -webkit-background-size: 13px 9px;
    -khtml-background-size: 13px 9px;
    -moz-background-size: 13px 9px;
    -ms-background-size: 13px 9px;
    -o-background-size: 13px 9px;
    background-size: 13px 9px;
  }
}
#footer .others-block .others .language-con .language-display li.lang:hover:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#footer .button {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 10px;
}

@media only screen and (min-width: 48em) {
  #footer {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  #footer .columns {
    padding: 0;
  }
  #footer .footer-legal a {
    text-transform: inherit;
  }
  #footer .footer-legal .links {
    text-align: right;
  }
  #footer .footer-columns {
    border-right: 1px solid dimgray;
  }
  #footer .links-block {
    text-align: left;
    margin-top: 0px;
  }
  #footer .links-block a {
    margin-bottom: 1.6em;
    margin-right: 0px;
    padding-right: 0px;
    margin-top: 0px;
    border-right: none;
    display: block;
  }
  #footer .social-block .social {
    margin: 5px 30px 4px;
  }
  #footer .social-block .related {
    margin: 0 45px;
  }
  #footer .others-block .others {
    margin-left: 45px;
  }
  #footer .others-block .others .language-display {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #footer .others-block .others .btn-language:after {
    background-image: url(../img/global/2x/sprite-global-2x.png);
    -webkit-background-size: 135px 78px;
    -khtml-background-size: 135px 78px;
    -moz-background-size: 135px 78px;
    -ms-background-size: 135px 78px;
    -o-background-size: 135px 78px;
    background-size: 135px 78px;
  }
}
/* IPAD */
@media only screen and (min-width: 48em) and (max-width: 60em) {
  #footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  #footer .footer-legal a {
    text-transform: inherit;
    font-size: 10px;
  }
  #footer .links-block a {
    font-size: 10px;
    margin-bottom: 2em;
  }
  #footer .social-block .social {
    margin: 1px 30px 1px;
  }
  #footer .social-block .related {
    margin: 0 35px;
  }
  #footer .others-block .others {
    margin-left: 35px;
  }
  #footer .others-block .others .language-con li.lang > div:before, #footer .others-block .others .language-con li.lang > a:before {
    background-size: 166px 202px;
    margin: 8px 0;
  }
  #footer .button {
    font-size: 10px;
  }
}

.sign-in-greeting.hide-on-mobile {
  display: inline-block;
}

/* HOMEPAGE ONLY */
body.home > .btn-top {
  position: fixed;
  width: 43px;
  height: 44px;
  -webkit-transition: background-color 0.36s ease-in-out;
  -khtml-transition: background-color 0.36s ease-in-out;
  -moz-transition: background-color 0.36s ease-in-out;
  -ms-transition: background-color 0.36s ease-in-out;
  -o-transition: background-color 0.36s ease-in-out;
  transition: background-color 0.36s ease-in-out;
  background-image: url(../img/global/1x/hp-footer-backtotop.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: -0px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  body.home > .btn-top {
    right: 125px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  body.home > .btn-top {
    background-image: url(../img/global/2x/hp-footer-backtotop-2x.png);
    -webkit-background-size: 86px 44px;
    -khtml-background-size: 86px 44px;
    -moz-background-size: 86px 44px;
    -ms-background-size: 86px 44px;
    -o-background-size: 86px 44px;
    background-size: 86px 44px;
  }
}
body.home > .btn-top:hover {
  background-position: -44px 0px;
  color: #FFFFFF;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
body.home > .btn-top.show {
  opacity: 1;
  height: 44px;
}
body.home > .btn-top.sticky {
  position: absolute;
  top: -44px;
  right: 0px;
}
body.home > .btn-top.theme-dark {
  background-position: right top;
  background-color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
body.home > .btn-top.theme-dark:hover {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}

#menu-con {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  /*overflow: hidden!important;*/
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f6f4',GradientType=0 );
  /* IE6-8 */
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY2ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.98)), color-stop(100%, #f9f6f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* W3C */
  padding-top: 0;
  height: 100%;
  overflow-y: scroll;
  min-height: initial !important;
  -webkit-overflow-scrolling: touch;
}
html.ie9 #menu-con {
  filter: none;
}
#menu-con .menu-back-btn {
  display: block;
  width: 44px;
  height: 44px;
}
@media (max-width: 47.99em) {
  #menu-con .menu-back-btn {
    display: block;
    width: 44px;
    height: 44px;
    background: transparent;
  }
  #menu-con .menu-back-btn:before {
    content: "";
    position: absolute;
    display: block;
    left: 12px;
    width: 9px;
    height: 18px;
    background-position: 0px 0px;
    background-image: url(../img/global/1x/menu-arrow-back-m.png);
  }
}
@media (max-width: 47.99em) and (-webkit-min-device-pixel-ratio: 2), (max-width: 47.99em) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 47.99em) and (min--moz-device-pixel-ratio: 2), (max-width: 47.99em) and (min-device-pixel-ratio: 2), (max-width: 47.99em) and (min-resolution: 144dppx) {
  #menu-con .menu-back-btn:before {
    background-image: url(../img/global/2x/menu-arrow-back-m-2x.png);
    -webkit-background-size: 9px 18px;
    -khtml-background-size: 9px 18px;
    -moz-background-size: 9px 18px;
    -ms-background-size: 9px 18px;
    -o-background-size: 9px 18px;
    background-size: 9px 18px;
  }
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-back-btn {
    background-image: url(../img/global/1x/menu-icon-back.png);
    background-position: 0px 0px;
    width: 19px;
    height: 40px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 48em) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 48em) and (min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (min-resolution: 144dppx) {
  #menu-con .menu-back-btn {
    background-image: url(../img/global/2x/menu-icon-back-2x.png);
    -webkit-background-size: 19px 40px;
    -khtml-background-size: 19px 40px;
    -moz-background-size: 19px 40px;
    -ms-background-size: 19px 40px;
    -o-background-size: 19px 40px;
    background-size: 19px 40px;
  }
}

@media (max-width: 47.99em) {
  #menu-con {
    padding-top: 57px;
  }
}
#menu-con #menu-lvl-1 {
  height: 100%;
  background-color: transparent;
}
#menu-con #menu-lvl-1 ul li a {
  text-align: left;
  padding: 22px 34px;
  width: 100%;
  -webkit-transition: background 0.36s ease-in-out;
  -khtml-transition: background 0.36s ease-in-out;
  -moz-transition: background 0.36s ease-in-out;
  -ms-transition: background 0.36s ease-in-out;
  -o-transition: background 0.36s ease-in-out;
  transition: background 0.36s ease-in-out;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-1 ul li a {
    text-align: center;
    padding: 25px;
  }
}
#menu-con #menu-lvl-1 ul li a h2 {
  margin: 0;
  font-weight: normal;
  color: #827d78;
  font-size: 19px;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-1 ul li a h2 {
    font-size: 36px;
  }
}
html.no-touch #menu-con #menu-lvl-1 ul li a:hover, #menu-con #menu-lvl-1 ul li a:active {
  background-color: #ff8444;
  background-color: #ff8444;
}
html.no-touch #menu-con #menu-lvl-1 ul li a:hover h2, #menu-con #menu-lvl-1 ul li a:active h2 {
  color: #FFFFFF;
}
@media (max-height: 700px) and (min-width: 48em) {
  #menu-con #menu-lvl-1 {
    height: 100%;
    background-color: transparent;
  }
  #menu-con #menu-lvl-1 ul li a {
    padding: 10px;
  }
}
#menu-con #menu-lvl-2 {
  padding-left: 50px;
  height: 100%;
  background-color: transparent;
}
@media (max-width: 47.99em) {
  #menu-con #menu-lvl-2 {
    position: absolute;
    right: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
#menu-con #menu-lvl-2 .menu-title {
  position: relative;
}
#menu-con #menu-lvl-2 .menu-title > a {
  color: inherit;
}
#menu-con #menu-lvl-2 .menu-title > a:hover {
  text-decoration: none;
  /*h2 {
      color: $menu-lvl2-item-purple-hex;
      color: $menu-lvl2-item-purple-rgba;
  }*/
}
#menu-con #menu-lvl-2 .menu-title h2 {
  color: #827d78;
  font-size: 22px;
  margin: 0;
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
#menu-con #menu-lvl-2 .menu-title h2:hover {
  color: #ff8444;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-2 .menu-title h2 {
    color: #827d78;
    font-size: 36px;
    font-weight: normal;
  }
}
#menu-con #menu-lvl-2 .menu-title .menu-back-btn {
  display: inline-block;
  position: absolute;
  left: -45px;
  cursor: pointer;
}
@media (max-width: 47.99em) {
  #menu-con #menu-lvl-2 .menu-title {
    font-weight: bold;
    font-size: 22px;
    padding: 28px;
  }
  #menu-con #menu-lvl-2 .menu-title .menu-back-btn {
    left: -10px;
    margin-top: 5px;
  }
}
#menu-con #menu-lvl-2 .menu-subtitle {
  position: relative;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-2 .menu-subtitle {
    min-height: 30px;
  }
}
#menu-con #menu-lvl-2 .menu-subtitle h3 {
  font-size: 18px;
  color: #8a8583;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-2 .menu-subtitle h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    color: #8D8886;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 47.99em) {
  #menu-con #menu-lvl-2 ul {
    display: none;
  }
}
#menu-con #menu-lvl-2 ul li {
  position: relative;
  padding-left: 20px;
  left: -20px;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-2 ul li:before {
    border-left: 1px solid #e3dede;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  #menu-con #menu-lvl-2 ul li:last-child:before {
    height: 50%;
  }
  #menu-con #menu-lvl-2 ul li:last-child a {
    max-height: 35px;
  }
}
#menu-con #menu-lvl-2 ul li a {
  color: #8a8583;
  color: rgba(52, 52, 52, 0.8);
  padding: 10px 0;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-2 ul li a {
    -webkit-transition: margin 0.2s ease-in-out;
    -khtml-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -ms-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
  }
  #menu-con #menu-lvl-2 ul li a .menu-sprite {
    left: -20px;
    top: 12px;
  }
  #menu-con #menu-lvl-2 ul li a .menu-sprite.menu-link {
    -webkit-transition: left 0.2s ease-in-out;
    -khtml-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
  }
  html.no-touch #menu-con #menu-lvl-2 ul li a:hover {
    margin-left: 16px;
  }
  html.no-touch #menu-con #menu-lvl-2 ul li a:hover .menu-sprite {
    left: -36px;
    width: 28px;
    background-position: -20px -341px;
  }
}
@media (max-width: 47.99em) {
  #menu-con #menu-lvl-2 ul li a {
    font-size: 18px;
    padding: 28px 0 28px 14px;
  }
  #menu-con #menu-lvl-2 ul li a .menu-sprite {
    display: none;
  }
}
#menu-con #menu-lvl-2 ul li a:hover, #menu-con #menu-lvl-2 ul li a:active {
  color: #ff8444;
}
#menu-con #menu-lvl-3 {
  display: none;
}
#menu-con #menu-lvl-3 .menu-title {
  position: relative;
  padding: 28px;
  padding-left: 52px;
}
#menu-con #menu-lvl-3 .menu-title h3 {
  font-size: 22px;
  color: #827d78;
  margin: 0;
  margin-top: 3px;
  font-family: 'Dual', sans-serif;
}
#menu-con #menu-lvl-3 .menu-title .menu-sprite {
  top: 30px;
  left: 8px;
}
#menu-con #menu-lvl-3 .menu-title .menu-back-btn {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  left: -25px;
  margin-top: 5px;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-3 .menu-title .menu-back-btn {
    left: -45px;
    margin-top: 0;
  }
}
#menu-con #menu-lvl-3 .options ul li {
  position: relative;
  padding-left: 20px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-3 .options ul li:last-child:before {
    height: 50%;
  }
  #menu-con #menu-lvl-3 .options ul li:last-child a {
    max-height: 35px;
  }
}
#menu-con #menu-lvl-3 .options ul li a {
  color: #8a8583;
  color: rgba(52, 52, 52, 0.8);
  padding: 10px 0;
  text-transform: capitalize;
  position: relative;
  font-family: 'Dual', sans-serif;
}
@media only screen and (min-width: 48em) {
  #menu-con #menu-lvl-3 .options ul li a .menu-sprite {
    left: -20px;
    top: 12px;
  }
  html.no-touch #menu-con #menu-lvl-3 .options ul li a:hover {
    margin-left: 16px;
  }
  html.no-touch #menu-con #menu-lvl-3 .options ul li a:hover .menu-sprite {
    left: -36px;
    width: 28px;
    background-position: -52 0px;
  }
}
@media (max-width: 47.99em) {
  #menu-con #menu-lvl-3 .options ul li a {
    font-size: 18px;
    padding: 20px 0 20px 24px;
  }
  #menu-con #menu-lvl-3 .options ul li a .menu-sprite {
    display: none;
  }
}
@media (max-width: 47.99em) {
  #menu-con .menu-lvl-2-row, #menu-con .menu-lvl-3-row {
    position: relative;
  }
  #menu-con .menu-lvl-3-row > .columns {
    padding-left: 28px;
  }
}
#menu-con .menu-title {
  color: #827d78;
  font-size: 36px;
  text-transform: uppercase;
}
#menu-con .menu-subtitle {
  text-transform: uppercase;
  color: #343434;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 47.99em) {
  #menu-con .menu-subtitle {
    min-height: 0;
    cursor: pointer;
    color: #8a8583;
    padding: 20px 0 20px 46px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
  }
}
#menu-con .menu-lvl-3-item {
  padding: 34px 10px 34px 40px;
  position: relative;
  height: 260px;
}
@media (max-width: 47.99em) {
  #menu-con .menu-lvl-3-item {
    padding: 0;
    min-height: 0;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #menu-con .menu-lvl-3-item:last-child {
    border-bottom: none;
  }
  #menu-con .menu-lvl-3-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}
#menu-con .menu-lvl-3-item .menu-back-btn {
  display: none;
  position: absolute;
  left: 10px;
  top: 23px;
  font-size: 22px;
  cursor: pointer;
}
#menu-con .menu-lvl-3-item.open .menu-back-btn {
  display: inline-block;
}
#menu-con .menu-lvl-3-item.open .menu-subtitle {
  font-size: 22px;
  text-transform: uppercase;
  cursor: auto;
}
#menu-con .menu-lvl-3-item.open ul {
  display: block;
}
#menu-con .menu-item {
  color: #8a8583;
}
#menu-con .menu-sprite {
  display: inline-block;
  background-image: url(../img/global/1x/sprite-menu-m.png);
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  bottom: 0px;
  width: 36px;
  height: 24px;
}
@media (max-width: 47.99em) {
  #menu-con .menu-sprite {
    left: 0;
    top: 15px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #menu-con .menu-sprite {
    background-image: url(../img/global/2x/sprite-menu-m-2x.png);
    -webkit-background-size: 31px 202px;
    -khtml-background-size: 31px 202px;
    -moz-background-size: 31px 202px;
    -ms-background-size: 31px 202px;
    -o-background-size: 31px 202px;
    background-size: 31px 202px;
  }
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-sprite {
    width: 52px;
    height: 37px;
    background-image: url(../img/global/1x/sprite-menu.png);
    -webkit-background-size: 52px 360px;
    -khtml-background-size: 52px 360px;
    -moz-background-size: 52px 360px;
    -ms-background-size: 52px 360px;
    -o-background-size: 52px 360px;
    background-size: 52px 360px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #menu-con .menu-sprite {
    background-image: url(../img/global/2x/sprite-menu-2x.png);
    -webkit-background-size: 52px 360px;
    -khtml-background-size: 52px 360px;
    -moz-background-size: 52px 360px;
    -ms-background-size: 52px 360px;
    -o-background-size: 52px 360px;
    background-size: 52px 360px;
  }
}
#menu-con .menu-icon-app-control {
  background-position: 0px -111px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-app-control {
    background-position: 0px -188px;
  }
}
#menu-con .menu-icon-network-management {
  background-position: 0px -157px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-network-management {
    background-position: 0px -262px;
  }
}
#menu-con .menu-icon-router {
  background-position: 0px -65px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-router {
    background-position: 0px -114px;
  }
}
#menu-con .menu-icon-services {
  background-position: 0px -180px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-services {
    background-position: 0px -299px;
  }
}
#menu-con .menu-icon-software-networking {
  background-position: 0px -88px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-software-networking {
    background-position: 0px -151px;
  }
}
#menu-con .menu-icon-storage-networking {
  background-position: 0px -42px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-storage-networking {
    background-position: 0px -77px;
  }
}
#menu-con .menu-icon-switches {
  background-position: 0px -19px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-switches {
    background-position: 0px -40px;
  }
}
#menu-con .menu-icon-transceivers {
  background-position: 0px -134px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-transceivers {
    background-position: 0px -225px;
  }
}
#menu-con .menu-icon-back {
  width: 9px;
  height: 18px;
  background-position: -33px 0px;
}
@media only screen and (min-width: 48em) {
  #menu-con .menu-icon-back {
    width: 19px;
    height: 40px;
    background-position: -52px -11px;
  }
}
#menu-con .menu-link {
  background-image: url(../img/global/1x/sprite-menu.png);
  width: 15px;
  height: 11px;
  background-position: -20px -341px;
  -webkit-background-size: 52px 360px;
  -khtml-background-size: 52px 360px;
  -moz-background-size: 52px 360px;
  -ms-background-size: 52px 360px;
  -o-background-size: 52px 360px;
  background-size: 52px 360px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #menu-con .menu-link {
    background-image: url(../img/global/2x/sprite-menu-2x.png);
    -webkit-background-size: 52px 360px;
    -khtml-background-size: 52px 360px;
    -moz-background-size: 52px 360px;
    -ms-background-size: 52px 360px;
    -o-background-size: 52px 360px;
    background-size: 52px 360px;
  }
}
#menu-con .slimScrollDiv {
  position: absolute !important;
  width: 100% !important;
  display: none;
  border-top: 1px solid #a1a1a1;
}
@media only screen and (min-width: 48em) {
  #menu-con .slimScrollDiv {
    border-top: none;
  }
}

.menu-lvl-wrapper {
  display: block;
  position: relative;
}

.menu-inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 47.99em) {
  .menu-inner-wrapper {
    vertical-align: top;
  }
}

.menu-lvl {
  display: table !important;
  width: 100% !important;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .menu-lvl {
    display: block;
  }
  .menu-lvl > ul {
    padding-top: 17px;
  }
  .menu-lvl .btn-close {
    display: none;
  }
}
.menu-lvl ul {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media (max-width: 47.99em) {
  .menu-lvl ul {
    display: block;
    vertical-align: baseline;
  }
}
.menu-lvl ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 48em) {
  .menu-lvl ul li {
    border-bottom: none !important;
  }
}
.menu-lvl ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 48em) {
  .menu-lvl ul li:first-child {
    border-top: none !important;
  }
}
.menu-lvl ul li a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.menu-lvl .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media (max-width: 47.99em) {
  .menu-lvl .btn-close {
    top: 20px;
    right: 15px;
  }
}

.theme-dark.fixed.btn-contact {
  color: #FFFFFF;
  font-weight: 600;
  background: black;
  background: rgba(0, 0, 0, 0.1);
}
.theme-dark.fixed.btn-contact:hover {
  background: black;
  background: rgba(0, 0, 0, 0.4);
}

.fixed.btn-contact {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px;
  color: #000000;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 2;
  display: none;
  width: 115px;
  text-align: center;
  -webkit-transition: background 0.36s ease-in-out;
  -khtml-transition: background 0.36s ease-in-out;
  -moz-transition: background 0.36s ease-in-out;
  -ms-transition: background 0.36s ease-in-out;
  -o-transition: background 0.36s ease-in-out;
  transition: background 0.36s ease-in-out;
  background: black;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 48em) {
  .fixed.btn-contact {
    display: block;
  }
}
.fixed.btn-contact:hover {
  color: #FFFFFF;
  background: black;
  background: rgba(0, 0, 0, 0.4);
}
.fixed.btn-contact.hide {
  display: none;
}

/* FORM */
#contact-us-form {
  display: table;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  /*overflow: hidden!important;*/
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f6f4',GradientType=0 );
  /* IE6-8 */
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY2ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.98)), color-stop(100%, #f9f6f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* W3C */
}
html.ie9 #contact-us-form {
  filter: none;
}
@media only screen and (min-width: 48em) {
  #contact-us-form {
    display: block;
  }
}
#contact-us-form .contact-table {
  width: 100%;
  display: table;
}
#contact-us-form .contact-table > .contact-table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  #contact-us-form .contact-table > .contact-table-cell > .contact-table-inner {
    margin-top: 0;
  }
}
#contact-us-form .slimScrollDiv {
  width: 100% !important;
  position: absolute !important;
  border-top: none;
}
#contact-us-form .tooltip.top {
  left: auto !important;
}
#contact-us-form .form-width {
  max-width: 555px;
  margin: 0 auto;
}
#contact-us-form textarea {
  height: 195px;
}
#contact-us-form .fine-print {
  font-size: 11px;
  margin-top: 0;
  padding: 30px 0 50px;
  display: inline-block;
  position: relative;
  line-height: 14px;
  text-align: left;
  color: rgba(77, 77, 77, 0.5);
}
@media only screen and (min-width: 48em) {
  #contact-us-form .fine-print {
    color: #393939;
    margin-bottom: 0;
    text-align: center;
  }
}

.contact-top {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  background: #FFFFFF;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #aaa;
}
@media only screen and (min-width: 48em) {
  .contact-top {
    height: 68px;
  }
}
@media only screen and (min-width: 48em) {
  .contact-top .btn-close {
    top: 10px;
    right: 25px;
  }
}

.contact-form {
  padding: 0 1.2em;
  width: 100%;
  display: block;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .contact-form {
    margin-top: 0px;
    border-top: none;
  }
}
.contact-form input[type=submit] {
  margin-top: 20px;
}
@media only screen and (min-width: 48em) {
  .contact-form input[type=submit] {
    margin-top: 10px;
  }
}
.contact-form .contact-table-inner {
  margin-top: 0 !important;
}

.contact-failure, .contact-success {
  width: 100%;
  display: none;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .contact-failure, .contact-success {
    margin-top: 0px;
    border-top: none;
  }
}
.contact-failure .contact-table-inner, .contact-success .contact-table-inner {
  text-align: center;
}

.contact-header {
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .contact-header {
    margin-top: 0;
  }
}
.contact-header .worldwide-office {
  font-size: 11px;
  text-transform: uppercase;
  color: #ff8444;
  margin: 0;
  font-weight: normal;
}
.contact-header .worldwide-office:hover {
  text-decoration: underline;
  color: #f47837;
}

.contact-brocade-details {
  margin: 0;
}

.all-fields {
  color: #929090;
  font-size: 12px;
}

.contact-response-wrapper {
  text-align: center;
  padding: 70px 0 100px;
}
@media only screen and (min-width: 48em) {
  .contact-response-wrapper {
    padding: 0;
  }
}

/* SUCCESS */
.contact-success {
  padding-top: 0px;
}

.contact-thanks-image {
  display: inline-block;
  width: 66px;
  height: 66px;
  background: url("../img/contact/1x/contact-success-icon-tick.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .contact-thanks-image {
    background-image: url("../img/contact/2x/contact-success-icon-tick-2x.png");
    -webkit-background-size: 66px 66px;
    -khtml-background-size: 66px 66px;
    -moz-background-size: 66px 66px;
    -ms-background-size: 66px 66px;
    -o-background-size: 66px 66px;
    background-size: 66px 66px;
  }
}

.contact-thanks, .contact-thanks-subtitle {
  font-family: 'Dual', sans-serif;
}

.contact-thanks {
  color: #393939;
  font-size: 59px;
}

.contact-thanks-subtitle {
  color: #6D6D6D;
  font-size: 20px;
  margin-bottom: 1em;
}

.contact-upsale-wrapper {
  background: #FFF;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 40px 0 20px;
}
@media only screen and (min-width: 48em) {
  .contact-upsale-wrapper {
    position: absolute;
    padding: 40px 0 70px;
  }
}
.contact-upsale-wrapper p {
  font-size: 12px;
  line-height: 1.2em;
  color: #393939;
}
@media only screen and (min-width: 48em) {
  .contact-upsale-wrapper p {
    text-align: left;
  }
}
.contact-upsale-wrapper .legend {
  margin-top: -55px;
  margin-bottom: 30px;
}
.contact-upsale-wrapper .legend .legend-text {
  font-weight: bold;
  border: 1px solid #D6D5D4;
  padding: 5px 10px;
  color: #6F6F6F;
}
.contact-upsale-wrapper .legend:before {
  background-color: #D6D5D4;
}

.contact-upsale-column {
  padding-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .contact-upsale-column {
    padding-bottom: 0;
  }
  .contact-upsale-column:last-child {
    padding-bottom: 0;
  }
}
.contact-upsale-column .icon {
  float: left;
}
.contact-upsale-column .content {
  padding-left: 110px;
  position: absolute;
}
.contact-upsale-column .button.wide {
  margin-top: 15px;
  font-size: 12px;
  padding: .8em 0;
}
.contact-upsale-column.medium-4 .content {
  width: 90%;
}
.contact-upsale-column.medium-4 .content .button {
  width: 100%;
}
.contact-upsale-column.medium-6 .content {
  width: 90%;
}
.contact-upsale-column.medium-6 .content .button.wide {
  padding: .8em 5em;
}
.contact-upsale-column.medium-12 .content {
  padding-right: 200px;
  padding-left: 130px;
  right: 10px;
  bottom: 0;
}
.contact-upsale-column.medium-12 .content h4 {
  font-size: 20px;
}
.contact-upsale-column.medium-12 .content p {
  font-size: 16px;
}
.contact-upsale-column.medium-12 .content p:last-of-type {
  margin-bottom: 0;
}
.contact-upsale-column.medium-12 .content .button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: .8em 5em;
}

.contact-upsale-item-image {
  text-align: right;
}

.contact-upsale-item-header {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 12px;
  color: #888888;
}
@media only screen and (min-width: 48em) {
  .contact-upsale-item-header {
    text-align: left;
  }
}

/* FAILURE */
.contact-failure .contact-response-wrapper {
  padding: 0;
}

.contact-fail-image {
  display: inline-block;
  width: 93px;
  height: 93px;
  background: url(../img/contact/1x/contact-failure-icon-alert.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .contact-fail-image {
    background: url(../img/contact/2x/contact-failure-icon-alert-2x.png);
    -webkit-background-size: 93px 93px;
    -khtml-background-size: 93px 93px;
    -moz-background-size: 93px 93px;
    -ms-background-size: 93px 93px;
    -o-background-size: 93px 93px;
    background-size: 93px 93px;
  }
}

.contact-fail, .contact-fail-subtitle {
  font-family: 'Dual', sans-serif;
}

.contact-fail {
  color: #393939;
  font-size: 59px;
}

.contact-fail-subtitle {
  color: #6D6D6D;
  font-size: 20px;
}

.notice-wrapper {
  bottom: 0;
  z-index: 1090;
  position: fixed;
  margin: 0 auto;
  left: 50%;
  width: 80%;
  min-width: 300px;
  border: 1px solid #E4E4E4;
  -webkit-border-top-left-radius: 6px !important;
  -webkit-border-top-right-radius: 6px !important;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 6px !important;
  -moz-border-radius-topright: 6px !important;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 48em) {
  .notice-wrapper {
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media only screen and (min-width: 48em) {
  .notice-wrapper {
    width: 80%;
    max-width: 500px;
  }
}

.notice {
  position: relative;
  display: table;
  padding: 1em 1em 1em 0;
  overflow: hidden;
  min-height: 100px;
  background: #EAEAEA;
  background: rgba(234, 234, 234, 0.97);
  width: 100%;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media only screen and (min-width: 48em) {
  .notice {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.notice .notice-icon-wrapper, .notice .notice-content-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.notice .notice-icon-wrapper {
  width: 20%;
  text-align: center;
}
.notice .notice-content-wrapper {
  width: 80%;
  margin-top: 4px;
}
.notice .btn-close {
  position: absolute;
  background: none;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 33px;
}
.notice .btn-close:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -8px;
  background: url(../img/global/1x/sprite-alert.png) no-repeat;
  background-position: -16px 0px;
  width: 16px;
  height: 14px;
}
.notice .btn-close:hover {
  opacity: 0.5;
  transform: none;
  -webkit-transform: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .notice .btn-close:before {
    background-image: url(../img/global/2x/sprite-alert-2x.png);
    -webkit-background-size: 43px 100px;
    -khtml-background-size: 43px 100px;
    -moz-background-size: 43px 100px;
    -ms-background-size: 43px 100px;
    -o-background-size: 43px 100px;
    background-size: 43px 100px;
  }
}
.notice .notice-icon {
  width: 43px;
  height: 43px;
  display: inline-block;
  background: url(../img/global/1x/sprite-alert.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .notice .notice-icon {
    background-image: url(../img/global/2x/sprite-alert-2x.png);
    -webkit-background-size: 43px 100px;
    -khtml-background-size: 43px 100px;
    -moz-background-size: 43px 100px;
    -ms-background-size: 43px 100px;
    -o-background-size: 43px 100px;
    background-size: 43px 100px;
  }
}
.notice .notice-title {
  font-size: 20px;
}
.notice .notice-content {
  font-size: 13px;
}
.notice.high-alert .notice-icon {
  background-position: 0px -14px;
}
.notice.high-alert .btn-close {
  background-position: -16px 0px;
}
.notice.high-alert .notice-title {
  color: #A4273F;
}
.notice.high-alert .notice-content {
  color: #8F5F69;
}
.notice.high-alert .notice-content a {
  font-size: 12px;
  font-weight: 600;
  color: #A61D3B;
}
.notice.announcement .notice-icon {
  background-position: 0px -57px;
}
.notice.announcement .btn-close {
  background-position: 0px 0px;
}
.notice.announcement .notice-title {
  color: #306EAE;
}
.notice.announcement .notice-content {
  color: #67727A;
}
.notice.announcement .notice-content a {
  color: #4c78A6;
}

/* Menu Icon Sprites */
/* Generated from  - http://spritegen.website-performance.org/ */
/* Generator settings */
/* 1x padding - 5px */
/* 2x padding - 10px */
.menu-sprite {
  background-image: url(../img/global/1x/menu-icon-spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .menu-sprite {
    background-image: url(../img/global/2x/menu-icon-spritesheet-2x.png);
    background-size: 343px 442px;
  }
}
.sprite-icon-app-delivery-controllers-group {
  background-position: -5px -5px;
}

.sprite-icon-authorizedtrainingpartner-group {
  background-position: -54px -5px;
}

.sprite-icon-award-group {
  background-position: -103px -5px;
}

.sprite-icon-brocade-alliances-group {
  background-position: -152px -5px;
}

.sprite-icon-career-group {
  background-position: -201px -5px;
}

.sprite-icon-certification-group {
  background-position: -250px -5px;
}

.sprite-icon-corp-resp-group {
  background-position: -5px -51px;
}

.sprite-icon-courseschedule-group {
  background-position: -54px -51px;
}

.sprite-icon-customer-success-group {
  background-position: -103px -51px;
}

.sprite-icon-dov-group {
  background-position: -152px -51px;
}

.sprite-icon-ebc-group {
  background-position: -201px -51px;
}

.sprite-icon-education-faq-group {
  background-position: -250px -51px;
}

.sprite-icon-educationpath-group {
  background-position: -5px -97px;
}

.sprite-icon-eol-1-group {
  background-position: -54px -97px;
}

.sprite-icon-essentialsupport-group {
  background-position: -103px -97px;
}

.sprite-icon-events-group {
  background-position: -152px -97px;
}

.sprite-icon-global-system-integration-group {
  background-position: -201px -97px;
}

.sprite-icon-industry-group {
  background-position: -250px -97px;
}

.sprite-icon-innovation-group {
  background-position: -5px -143px;
}

.sprite-icon-investor-relations-group {
  background-position: -54px -143px;
}

.sprite-icon-leadership-group {
  background-position: -103px -143px;
}

.sprite-icon-monitoringsupport-group {
  background-position: -152px -143px;
}

.sprite-icon-network-management-group {
  background-position: -201px -143px;
}

.sprite-icon-network-visibility-analytics-group {
  background-position: -250px -143px;
}

.sprite-icon-newsroom-group {
  background-position: -5px -189px;
}

.sprite-icon-oem-1-group {
  background-position: -54px -189px;
}

.sprite-icon-premiersupport-group {
  background-position: -103px -189px;
}

.sprite-icon-routers-group {
  background-position: -152px -189px;
}

.sprite-icon-security-advisories-group {
  background-position: -201px -189px;
}

.sprite-icon-server-provider-data-center-wan-group {
  background-position: -250px -189px;
}

.sprite-icon-services-group {
  background-position: -5px -235px;
}

.sprite-icon-software-networking-group {
  background-position: -54px -235px;
}

.sprite-icon-solutions-group {
  background-position: -103px -235px;
}

.sprite-icon-storage-networking-group {
  background-position: -152px -235px;
}

.sprite-icon-support-2-group {
  background-position: -201px -235px;
}

.sprite-icon-support-tools-group {
  background-position: -250px -235px;
}

.sprite-icon-switches-group {
  background-position: -299px -5px;
}

.sprite-icon-technology-1-group {
  background-position: -299px -51px;
}

.sprite-icon-transceivers-2-group {
  background-position: -299px -97px;
}

.sprite-icon-warranties-returns-group {
  background-position: -299px -143px;
}

.sprite-icon-worldwide-office-group {
  background-position: -299px -189px;
}

.sprite-menu-icon-switches {
  background-position: -299px -235px;
}

/** Start of Mega Nav **/
@media only screen and (min-width: 60em) {
  #header {
    display: none;
  }
}

.mega-nav {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  /* PARTIALS */
  /* PRIMARY NAV */
}
.mega-nav.hideUtility + .mega-nav-dim {
  top: 50px;
}
@media only screen and (min-width: 60em) {
  .mega-nav {
    display: block;
  }
}
.mega-nav .mega-nav-primary .header-list > li > a, .mega-nav .mega-nav-flyout--submenu li > a {
  font-size: 12px;
  color: #000;
}
.mega-nav .mega-nav-flyout--content {
  display: none;
  position: absolute;
  top: 0;
  left: 215px;
  width: 743px;
  height: 479px;
  padding: 40px 30px 0 40px;
  background: #FFF;
}
.mega-nav .mega-nav-flyout--content h2 {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #f46a25;
}
.mega-nav .mega-nav-flyout--submenu li.active > a, .mega-nav .mega-nav-flyout--submenu li.mega-nav-submenu-hover-active > a, .mega-nav .mega-nav-flyout--submenu li:hover > a {
  padding: 11px 0 9px 30px;
  color: #f46a25;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background: #FFF;
  /*@include transition(padding-left, 0.25s);*/
}
.mega-nav .mega-nav-flyout--submenu li.active > a:after, .mega-nav .mega-nav-flyout--submenu li.mega-nav-submenu-hover-active > a:after, .mega-nav .mega-nav-flyout--submenu li:hover > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #f46a25;
}
.mega-nav a:hover {
  text-decoration: none;
}
.mega-nav li {
  float: left;
}
.mega-nav .mega-nav--content-container {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
}
.mega-nav .mega-nav--content-container:before, .mega-nav .mega-nav--content-container:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}
.mega-nav .mega-nav--content-container:after {
  clear: both;
}
.mega-nav .mega-nav-primary {
  background: #E6E6E6;
  *zoom: 1;
  z-index: 1;
}
.mega-nav .mega-nav-primary:before, .mega-nav .mega-nav-primary:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}
.mega-nav .mega-nav-primary:after {
  clear: both;
}
.mega-nav .mega-nav-primary .logo {
  display: block;
  float: left;
  margin: 14px 0 0 10px;
  width: 87px;
  height: 18px;
  background-image: url(../img/global/meganav/brocade-logo.png);
  background-color: transparent;
  background-repeat: no-repeat;
}
.mega-nav .mega-nav-primary .header-list {
  *zoom: 1;
  float: right;
}
.mega-nav .mega-nav-primary .header-list:before, .mega-nav .mega-nav-primary .header-list:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}
.mega-nav .mega-nav-primary .header-list:after {
  clear: both;
}
.mega-nav .mega-nav-primary .header-list a.mega-nav--btn-cta {
  font-size: 10px !important;
  color: #f46a25 !important;
}
.mega-nav .mega-nav-primary .header-list a.mega-nav--btn-cta:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 6px;
  background-image: url(../img/global/1x/global-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: -7px;
  -webkit-background-size: 22px 7px;
  -khtml-background-size: 22px 7px;
  -moz-background-size: 22px 7px;
  -ms-background-size: 22px 7px;
  -o-background-size: 22px 7px;
  background-size: 22px 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .mega-nav .mega-nav-primary .header-list a.mega-nav--btn-cta:after {
    background-image: url(../img/global/2x/global-icon-arrow-2x.png);
  }
}
.mega-nav .mega-nav-primary .header-list a.mega-nav--btn-cta:after {
  background-position-y: 3px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .mega-nav .mega-nav-primary .header-list a.mega-nav--btn-cta:after {
    -webkit-background-size: 14px 6px;
    -khtml-background-size: 14px 6px;
    -moz-background-size: 14px 6px;
    -ms-background-size: 14px 6px;
    -o-background-size: 14px 6px;
    background-size: 14px 6px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .mega-nav .mega-nav-primary .header-list ul.list-trailing-arrow a:after {
    -webkit-background-size: 14px 6px;
    -khtml-background-size: 14px 6px;
    -moz-background-size: 14px 6px;
    -ms-background-size: 14px 6px;
    -o-background-size: 14px 6px;
    background-size: 14px 6px;
  }
}
.mega-nav .mega-nav-primary .header-list > li {
  position: static;
  height: 50px;
}
.mega-nav .mega-nav-primary .header-list > li:hover {
  background-color: #FFF;
  /*.mega-nav-flyout {
  	display: block;
  }*/
}
.mega-nav .mega-nav-primary .header-list > li:hover > a {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid white;
}
.mega-nav .mega-nav-primary .header-list > li:hover > a.active {
  overflow: visible;
}
.mega-nav .mega-nav-primary .header-list > li > a {
  display: block;
  overflow: hidden;
  width: inherit;
  height: 51px;
  padding: 20px 42px;
  line-height: 1em;
  text-align: center;
  border-bottom: 0px solid white;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.mega-nav .mega-nav-primary .mega-nav--content-container {
  border-bottom: 1px solid #E6E6E6;
}
.mega-nav .mega-nav-primary .mega-nav--content-container.open {
  border-bottom: 1px solid #d7d7d7;
}
.mega-nav .mega-nav-secondary {
  width: 100%;
  height: 30px;
  margin-top: 0;
  font-size: 10px;
  line-height: 0.9em;
  background: #000;
}
.mega-nav .mega-nav-secondary .language-selector, .mega-nav .mega-nav-secondary .profile[login-state="signed-in"] .portal {
  display: none;
  background: #434343;
  position: absolute;
  left: 0;
  top: 28px;
  width: 187px;
  overflow: hidden;
}
.mega-nav .mega-nav-secondary .language-con, .mega-nav .mega-nav-secondary .profile[login-state="signed-in"] {
  background-image: url(../img/global/meganav/utility-arrow-dropdown.png);
  background-repeat: no-repeat;
  background-position: 95% 13px;
}
.mega-nav .mega-nav-secondary .language-con:hover, .mega-nav .mega-nav-secondary .profile[login-state="signed-in"]:hover {
  background-position-y: -14px;
}
.mega-nav .mega-nav-secondary li {
  width: 100%;
  text-transform: uppercase;
  color: #A6A6A6;
  background: #000;
}
.mega-nav .mega-nav-secondary a {
  font-size: 10px;
  font-weight: 600;
  color: #A6A6A6;
  text-align: left;
}
.mega-nav .mega-nav-secondary .right {
  margin-right: -12px;
}
.mega-nav .mega-nav-secondary .header-list {
  *zoom: 1;
  position: relative;
}
.mega-nav .mega-nav-secondary .header-list:before, .mega-nav .mega-nav-secondary .header-list:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}
.mega-nav .mega-nav-secondary .header-list:after {
  clear: both;
}
.mega-nav .mega-nav-secondary .header-list > li {
  padding: 10px 15px;
  border-left: 1px solid #333;
}
.mega-nav .mega-nav-secondary .header-list > li:first-child:hover .language-selector {
  display: block;
}
.mega-nav .mega-nav-secondary .language-con {
  *zoom: 1;
  width: 186px;
}
.mega-nav .mega-nav-secondary .language-con:before, .mega-nav .mega-nav-secondary .language-con:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}
.mega-nav .mega-nav-secondary .language-con:after {
  clear: both;
}
.mega-nav .mega-nav-secondary .language-display {
  cursor: pointer;
}
.mega-nav .mega-nav-secondary .language-display div {
  padding-left: 5px;
}
.mega-nav .mega-nav-secondary .language-display > li.button.white {
  padding: 0;
  border: none;
}
.mega-nav .mega-nav-secondary .language-display > li.button.white:hover {
  background: inherit;
}
.mega-nav .mega-nav-secondary .language-display > .lang {
  width: auto;
}
.mega-nav .mega-nav-secondary .language-selector {
  border-top: 1px solid #333;
}
.mega-nav .mega-nav-secondary .language-selector a {
  display: block;
}
.mega-nav .mega-nav-secondary .button.white {
  font-size: 10px;
  border: 1px solid #333;
  border-top: none;
}
.mega-nav .mega-nav-secondary .button.white:hover a {
  color: #393939;
}
.mega-nav .mega-nav-secondary .profile {
  width: 175px;
  padding-left: 20px !important;
}
.mega-nav .mega-nav-secondary .profile[login-state="signed-in"] {
  position: relative;
}
.mega-nav .mega-nav-secondary .profile[login-state="signed-in"]:hover .portal {
  display: block;
}
.mega-nav .mega-nav-secondary .profile[login-state="signed-in"] .portal .details {
  position: relative;
  width: 100%;
  padding: 1em 2em;
  font-size: 12px;
  border-bottom: 1px solid #333;
}
.mega-nav .mega-nav-secondary .profile[login-state="signed-in"] .portal .details #signin-fullname {
  font-size: 12px;
  line-height: 2em;
}
.mega-nav .mega-nav-secondary .profile[login-state="signed-in"] .portal .details .sso-signout {
  color: #f46a25;
}
.mega-nav.hideUtility .mega-nav-secondary {
  margin-top: -30px;
}
.mega-nav.hideUtility .mega-nav-flyout {
  top: 50px;
}
.mega-nav .mega-nav-flyout {
  position: absolute;
  left: 50%;
  top: 81px;
  right: auto;
  height: 499px;
  width: 1000px;
  margin-left: -500px;
}
.mega-nav .mega-nav-flyout .mega-nav--content-container {
  height: 479px;
  background: #FFF;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.mega-nav .mega-nav-flyout--submenu {
  float: left;
  width: 215px;
  height: inherit;
  background: #f7f7f7;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.mega-nav .mega-nav-flyout--submenu ul {
  *zoom: 1;
  position: relative;
  height: 100%;
  padding-top: 25px;
  background: #F7F7F7;
}
.mega-nav .mega-nav-flyout--submenu ul:before, .mega-nav .mega-nav-flyout--submenu ul:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}
.mega-nav .mega-nav-flyout--submenu ul:after {
  clear: both;
}
.mega-nav .mega-nav-flyout--submenu li {
  width: 100%;
}
.mega-nav .mega-nav-flyout--submenu li.active .mega-nav-flyout--content, .mega-nav .mega-nav-flyout--submenu li.mega-nav-submenu-hover-active .mega-nav-flyout--content {
  display: block;
}
.mega-nav .mega-nav-flyout--submenu li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0 10px 30px;
  text-align: left;
}
.mega-nav .mega-nav-flyout--content {
  overflow: hidden;
}
.mega-nav .mega-nav-more {
  background-image: url(../img/global/meganav/more-down-arrow.png);
  background-repeat: no-repeat;
  background-position: 85px 50%;
}
.mega-nav .mega-nav-more > a {
  padding-right: 57px !important;
}
.mega-nav .mega-nav-more:hover {
  background-position: 85px 50%;
}
.mega-nav .mega-nav-more .mega-nav--content-container {
  width: 136px;
  margin: 0 auto;
  height: auto;
}
.mega-nav .mega-nav-more .mega-nav-flyout {
  left: auto;
  margin-left: -20px;
  width: 178px;
  height: auto;
  padding-bottom: 20px;
}
.mega-nav .mega-nav-more .mega-nav-flyout ul li {
  border-bottom: 1px solid #efefef;
  font-size: 11px;
  width: 100%;
  height: 40px;
}
.mega-nav .mega-nav-more .mega-nav-flyout ul li:last-child {
  border-bottom: none;
}
.mega-nav .mega-nav-more .mega-nav-flyout ul li a {
  color: #393939;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-top: 1.3em;
}
.mega-nav .mega-nav-more .mega-nav-flyout ul li a:hover {
  color: #f46a25;
}
.mega-nav .mega-nav-search {
  background-image: url(../img/global/meganav/icon-search.png);
  background-repeat: no-repeat;
  background-position: 42px 14px;
}
.mega-nav .mega-nav-search a {
  padding-left: 63px !important;
}
.mega-nav .mega-nav-search:hover {
  background-position: 42px 14px;
}
.mega-nav .mega-nav-flyout--search {
  height: 96px;
}
.mega-nav .mega-nav-flyout--search.mega-nav-flyout--search-sticky {
  z-index: -1;
}
.search-results .mega-nav .mega-nav-flyout--search.mega-nav-flyout--search-sticky {
  display: block;
}
.search-results .mega-nav .mega-nav-flyout--search.mega-nav-flyout--search-sticky .mega-nav--content-container {
  border: none;
}
.mega-nav .mega-nav-flyout--search .mega-nav--content-container {
  height: 76px;
  padding: 20px 10px 20px 10px;
}
.mega-nav .mega-nav-flyout--search form {
  width: 100% !important;
}
.mega-nav .mega-nav-flyout--search form .search-query {
  width: calc(100% - 20px);
  overflow: hidden;
  padding: 8px 0 8px 10px;
  margin: 0;
  outline: none;
  border: 0;
  color: #393939;
  background-color: #EDEDED;
  background-color: rgba(77, 77, 77, 0.1);
  font-size: 11px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 48em) {
  .mega-nav .mega-nav-flyout--search form .search-query {
    font-size: 17px;
    padding: 8px 0 8px 20px;
  }
}
.mega-nav .mega-nav-flyout--search form .mega-nav-search-query-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 33px;
  right: 10px;
  width: 19px;
  height: 11px;
  background-image: url(../img/global/meganav/search-field-arrow.png);
  background-repeat: no-repeat;
}
.mega-nav .mega-nav-flyout--search form .search-close {
  background-image: url(../img/global/1x/icon-search-close.png);
  width: 36px;
  height: 36px;
  top: -4px;
  right: 0px;
  position: absolute;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: transform 0.36s ease-in-out;
  -khtml-transition: transform 0.36s ease-in-out;
  -moz-transition: transform 0.36s ease-in-out;
  -ms-transition: transform 0.36s ease-in-out;
  -o-transition: transform 0.36s ease-in-out;
  transition: transform 0.36s ease-in-out;
}
.mega-nav .mega-nav-flyout--search form .search-close:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*  filter: progid:DXImageTransform.Microsoft.Matrix(
         M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');*/
  zoom: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .mega-nav .mega-nav-flyout--search form .search-close {
    background-image: url(../img/global/2x/icon-search-close-2x.png);
    -webkit-background-size: 36px 36px;
    -khtml-background-size: 36px 36px;
    -moz-background-size: 36px 36px;
    -ms-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
  }
}
@media only screen and (min-width: 48em) {
  .mega-nav .mega-nav-flyout--search form .search-close {
    top: 0px;
    right: 10px;
  }
}
.mega-nav[login-state="signed-in"] [login-state="signed-out"] {
  display: none;
}
.mega-nav[login-state="signed-in"] [login-state="signed-in"] {
  display: block;
}
.mega-nav[login-state="signed-out"] [login-state="signed-out"] {
  display: block;
}
.mega-nav[login-state="signed-out"] [login-state="signed-in"] {
  display: none;
}

/** End of Mega Nav **/

/* BREAKPOINTS */
/* widths/heights/dimension */
/* COLOURS */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* FORMS */
/* The clearfix mixin is necessary for the floats */
/* CSS3 */
/* FONTS */
/*
	GLOBAL
 */
* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  font-size: 15px;
  min-height: 100%;
  font-family: 'Dual', Arial, sans-serif;
  font-weight: 400;
}

div {
  -webkit-overflow-scrolling: touch;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text]::-ms-clear, input[type=email]::-ms-clear {
  display: none;
}

input {
  border-radius: 0;
}

.hidden {
  display: none;
}

#container {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 960px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.slimScrollDiv, .fp-scrollable {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flexible-height {
  height: auto !important;
}

.menu-con, .contact-us-form {
  z-index: 9;
}

.fp-container {
  z-index: 1;
}

.btn-close {
  width: 44px;
  height: 44px;
  z-index: 99;
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 2px;
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.btn-close:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -9px;
  background: url(../img/global/1x/sprite-global-m.png);
  background-repeat: no-repeat;
  background-position: -128px -2px;
  -webkit-background-size: 166px 78px;
  -khtml-background-size: 166px 78px;
  -moz-background-size: 166px 78px;
  -ms-background-size: 166px 78px;
  -o-background-size: 166px 78px;
  background-size: 166px 78px;
}
@media only screen and (min-width: 48em) {
  .btn-close {
    top: 30px;
    right: 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .btn-close .btn-close:before {
    background-image: url(../img/global/2x/sprite-global-m-2x.png);
    -webkit-background-size: 166px 78px;
    -khtml-background-size: 166px 78px;
    -moz-background-size: 166px 78px;
    -ms-background-size: 166px 78px;
    -o-background-size: 166px 78px;
    background-size: 166px 78px;
  }
}
.btn-close:hover {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*  filter: progid:DXImageTransform.Microsoft.Matrix(
         M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');*/
  zoom: 1;
}

.mfp-close {
  right: 0;
  top: 0;
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.mfp-close:hover {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*  filter: progid:DXImageTransform.Microsoft.Matrix(
         M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');*/
  zoom: 1;
}

.ie9 .btn-close {
  transform: none !important;
  -ms-transform: none !important;
  /* IE 9 */
}

.v-align-table {
  display: table;
  height: 100%;
  width: 100%;
}
.v-align-table > .table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.v-align-table > .table-cell > .table-content {
  margin-top: 56px;
}
@media (min-width: 48em) {
  .v-align-table > .table-cell > .table-content {
    margin-top: 68px;
  }
}

.body-text-small {
  font-size: 12px;
  line-height: 17px;
}

.body-text-medium {
  font-size: 17px;
  line-height: 30px;
}
.body-text-medium a {
  text-transform: none;
}

.body-text-large {
  font-size: 20px;
  line-height: 28px;
}

.header-text-xsmall {
  font-size: 15px;
  font-weight: 600;
}

.header-text-smaller {
  font-size: 20px;
}

.header-text-small {
  font-size: 24px;
  margin-bottom: 1em;
}

.header-text-medium {
  font-size: 2.4em;
  line-height: 38px;
}

.header-text-large {
  font-size: 48px;
}

.header-text-xlarge {
  font-size: 60px;
}

.bold {
  font-weight: 600;
}

.divider {
  background-color: #d7d7d7;
  height: 1px;
  width: 100%;
  margin: 25px 0;
}
.divider.large {
  margin: 60px 0;
}

.multi-header {
  margin-bottom: 1em;
}
.multi-header > h2, .multi-header > h3, .multi-header > h4, .multi-header > h5 {
  margin-bottom: 3px;
}

.table-container {
  width: 100%;
  overflow-x: scroll !important;
}
@media only screen and (min-width: 48em) {
  .table-container {
    overflow: hidden !important;
  }
}

/*
	OVERRIDES
 */
.wrapper {
  width: 100%;
}

@media (max-width: 768px) {
  .wrapper:not(.wrapper-explore) {
    height: auto !important;
  }
}
.slide {
  position: relative;
  display: table !important;
}

p {
  /*text-rendering: optimizeLegibility;*/
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #393939;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  line-height: 1.2em;
  /*text-rendering: optimizeLegibility;*/
  margin-top: 0;
  font-weight: normal;
  font-family: 'Dual', sans-serif;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  margin-bottom: 1em;
  font-size: 24px;
  color: #393939;
  word-wrap: break-word;
  /*font-size:36px;*/
}

h4 {
  font-size: 15px;
  /*line-height: 20px;*/
}

h5 {
  font-size: 13px;
  margin-bottom: 20px;
}

h6 {
  font-size: 11px;
  font-weight: 600;
  color: #393939;
  text-transform: uppercase;
}

a {
  color: #f46a25;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
}
a:hover {
  color: #ff7835;
  text-decoration: underline;
}
a.white {
  color: #d6d6d6;
  color: rgba(255, 255, 255, 0.7);
}
a.white:hover {
  color: #FFFFFF;
}

span.orange, p.orange, a.orange {
  color: #f46a25;
}
span.orange:hover, p.orange:hover, a.orange:hover {
  color: #ff7835;
}

.row {
  max-width: 960px;
  clear: both;
}

.fp-controlArrow {
  background: url(../img/sprite-feature.png) no-repeat;
  width: 36px;
  height: 73px;
  margin-top: -36px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.fp-controlArrow:hover {
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  -webkit-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
}

.fp-controlArrow.fp-prev {
  background-position: -36px 0px;
  top: 50%;
  left: 6px;
}
@media only screen and (min-width: 48em) {
  .fp-controlArrow.fp-prev {
    left: 8px;
  }
}

.fp-controlArrow.fp-next {
  background-position: 0px 0px;
  top: 50%;
  right: 6px;
}
@media only screen and (min-width: 48em) {
  .fp-controlArrow.fp-next {
    right: 8px;
  }
}

.fp-controlArrow.fp-down {
  position: absolute;
  width: 72px;
  height: 37px;
  background-position: 0px -73px;
  left: 50%;
  margin-left: -36px;
  bottom: 6px;
}
@media only screen and (min-width: 48em) {
  .fp-controlArrow.fp-down {
    bottom: 8px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .fp-controlArrow {
    border-style: none;
    background: url(../img/sprite-feature-2x.png) no-repeat;
    -webkit-background-size: 72px 110px;
    -khtml-background-size: 72px 110px;
    -moz-background-size: 72px 110px;
    -ms-background-size: 72px 110px;
    -o-background-size: 72px 110px;
    background-size: 72px 110px;
  }
}
.boxed-title-wrapper {
  border-top: 1px solid #d7d7d7;
  position: relative;
}
.boxed-title-wrapper .boxed-title {
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #393939;
  padding: 5px 10px;
  display: block;
  font-weight: 600;
  background-color: #fff;
  position: absolute;
  top: -14px;
  left: 0;
}

/*
	THEME SPECIFIC
 */
/*
	BACKGROUNDS
 */
.bg-alt {
  background-color: #f9f9f9 !important;
}

.bg-test {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1b1e4f), color-stop(100%, #1f3883));
}

.bg-red {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#490017', endColorstr='#ae1530',GradientType=1 );
  /* IE6-9 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhYTA5MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjkwYTBmIiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: #490017;
  /* Old browsers */
  background: -moz-linear-gradient(left, #490017 0%, #ae1530 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #490017), color-stop(100%, #ae1530));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #490017 0%, #ae1530 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #490017 0%, #ae1530 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #490017 0%, #ae1530 100%);
  /* IE10+ */
  background: linear-gradient(to right, #490017 0%, #ae1530 100%);
  /* W3C */
  color: #FFFFFF;
}
html.IE9 .bg-red {
  filter: none;
}
.bg-red .button:hover {
  background: #FFFFFF;
  color: #52131A;
}

.bg-orange {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5d28', endColorstr='#f7320e0e',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDVkMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzIwZTBlIiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #ed5d28 0%, rgba(50, 14, 14, 0.97) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ed5d28), color-stop(100%, rgba(50, 14, 14, 0.97)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ed5d28 0%, rgba(50, 14, 14, 0.97) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ed5d28 0%, rgba(50, 14, 14, 0.97) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ed5d28 0%, rgba(50, 14, 14, 0.97) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ed5d28 0%, rgba(50, 14, 14, 0.97) 100%);
  /* W3C */
  -webkit-background-size: 200% 100%;
  -khtml-background-size: 200% 100%;
  -moz-background-size: 200% 100%;
  -ms-background-size: 200% 100%;
  -o-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: 50% 50%;
  color: #FFFFFF;
}
html.IE9 .bg-orange {
  filter: none;
}
.bg-orange .button:hover {
  background: #FFFFFF;
  color: #59150E;
}

.bg-purple {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b0058', endColorstr='#7f027b',GradientType=1 );
  /* IE6-9 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4MTE3ODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmYwZDI4IiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: #3b0058;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3b0058 0%, #7f027b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3b0058), color-stop(100%, #7f027b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #3b0058 0%, #7f027b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #3b0058 0%, #7f027b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #3b0058 0%, #7f027b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #3b0058 0%, #7f027b 100%);
  /* W3C */
  -webkit-background-size: 200% 100%;
  -khtml-background-size: 200% 100%;
  -moz-background-size: 200% 100%;
  -ms-background-size: 200% 100%;
  -o-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: 50% 50%;
  color: #FFFFFF;
}
html.IE9 .bg-purple {
  filter: none;
}
.bg-purple .button:hover {
  background: #FFFFFF;
  color: #6C126B;
}

.bg-dark-purple {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#530068', endColorstr='#000000',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #530068;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1MzAwNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiM0YjAwNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover, #530068 0%, #4b0068 43%, black 99%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #530068), color-stop(43%, #4b0068), color-stop(99%, black));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #530068 0%, #4b0068 43%, black 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #530068 0%, #4b0068 43%, black 99%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #530068 0%, #4b0068 43%, black 99%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #530068 0%, #4b0068 43%, black 99%);
  /* W3C */
  -webkit-background-size: 200% 100%;
  -khtml-background-size: 200% 100%;
  -moz-background-size: 200% 100%;
  -ms-background-size: 200% 100%;
  -o-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: 50% 50%;
  color: #FFFFFF;
}
html.IE9 .bg-dark-purple {
  filter: none;
}
.bg-dark-purple .button:hover {
  background: #FFFFFF;
  color: #530068;
}

.bg-crimson {
  background: #b6160f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNjE2MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmIwMzA4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #b6160f 0%, #2b0308 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #b6160f), color-stop(100%, #2b0308));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #b6160f 0%, #2b0308 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #b6160f 0%, #2b0308 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #b6160f 0%, #2b0308 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #b6160f 0%, #2b0308 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6160f', endColorstr='#2b0308',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  color: #FFFFFF;
}
.bg-crimson .button:hover {
  background: #FFFFFF;
  color: #6C126B;
}

.bg-blue {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1e4f', endColorstr='#1f3883',GradientType=1 );
  /* IE6-9 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4MTE3ODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmYwZDI4IiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: #1b1e4f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1b1e4f 0%, #1f3883 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1b1e4f), color-stop(100%, #1f3883));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1b1e4f 0%, #1f3883 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1b1e4f 0%, #1f3883 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1b1e4f 0%, #1f3883 100%);
  /* IE10+ */
  background: linear-gradient(to right, #1b1e4f 0%, #1f3883 100%);
  /* W3C */
  color: #FFFFFF;
}
html.IE9 .bg-blue {
  filter: none;
}

.bg-black {
  background: #000000;
}

.bg-img {
  background-size: cover !important;
  background-position: center center !important;
}

/*
	BUTTONS
 */
.button {
  background: transparent;
  padding: 1em 2em;
  border: 1px solid #393939;
  color: #393939;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background 0.36s ease-in-out;
  -khtml-transition: background 0.36s ease-in-out;
  -moz-transition: background 0.36s ease-in-out;
  -ms-transition: background 0.36s ease-in-out;
  -o-transition: background 0.36s ease-in-out;
  transition: background 0.36s ease-in-out;
}
.button:hover {
  text-decoration: none;
  background-color: #393939;
  color: #FFFFFF;
}
.button.expand {
  width: 100%;
}
.button.wide {
  padding: 1em 3em;
}
@media only screen and (min-width: 48em) {
  .button.wide {
    padding: 1em 5em;
  }
}
.button.mobile-expand {
  width: 100%;
  padding: 1em;
}
.button.white {
  border: 1px solid #fff;
  color: #fff;
}
.button.white:hover {
  background-color: #fff;
  color: #888888;
}
.button.orange {
  border-color: #f47837;
  background: #f47837;
  color: white !important;
}
.button.orange:hover {
  border-color: #ff8444;
  background: #ff8444;
}
.button.grey-border {
  border: 1px solid #A6A6A6;
}
.button.fixed {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .button.fixed {
    width: 200px;
  }
}

/* For AEM text editor */
.button-wide {
  background: transparent;
  padding: 1em 3em;
  border: 1px solid #393939;
  color: #393939;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background 0.36s ease-in-out;
  -khtml-transition: background 0.36s ease-in-out;
  -moz-transition: background 0.36s ease-in-out;
  -ms-transition: background 0.36s ease-in-out;
  -o-transition: background 0.36s ease-in-out;
  transition: background 0.36s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .button-wide {
    padding: 1em 5em;
  }
}
.button-wide:hover {
  text-decoration: none;
  background-color: #393939;
  color: #FFFFFF;
}
.button-wide.expand {
  width: 100%;
}
.button-wide.mobile-expand {
  width: 100%;
  padding: 1em;
}
.button-wide.white {
  border: 1px solid #fff;
  color: #fff;
}
.button-wide.white:hover {
  background-color: #fff;
  color: #888888;
}
.button-wide.orange {
  border-color: #f47837;
  background: #f47837;
  color: white !important;
}
.button-wide.orange:hover {
  border-color: #ff8444;
  background: #ff8444;
}
.button-wide.grey-border {
  border: 1px solid #A6A6A6;
}
.button-wide.fixed {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .button-wide.fixed {
    width: 200px;
  }
}

.button-play {
  display: block;
  position: relative;
}
.button-play:hover:before {
  opacity: 1;
}
.button-play:before {
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
  background: url(../img/modules/featured-articles/icon-play.png) no-repeat;
  opacity: 0.7;
}

@media only screen and (min-width: 48em) {
  .button.wide.mobile-expand {
    padding: 1em 5em;
  }
  .button.mobile-expand {
    width: inherit;
  }
}
.button-plus {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  bottom: -15px;
  cursor: pointer;
  background: #ff7835;
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.button-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  background: url(../img/global/icon-expand.png) no-repeat center;
  -webkit-transition: all 0.36s ease-in-out;
  -khtml-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.button-plus:hover {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button-plus:hover:before {
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.button-plus.active {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*&:hover {
  	@include transform(rotate(0deg));
  	&:before {
  		@include transform(rotate(0deg));
  	}
  }*/
}
.button-plus.active:before {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button-choose {
  width: 235px;
  display: none;
}
@media only screen and (min-width: 48em) {
  .button-choose {
    display: inline-block;
  }
}

.inline-image img,
.inline-video img {
  width: 100%;
}
.inline-image p,
.inline-video p {
  margin: 15px 0;
}

.inline-video .video-thumbnail {
  position: relative;
}

/*
	NO BORDER
 */
.no-border {
  border: none !important;
}

/*
	LEGEND
 */
.legend {
  width: 100%;
  text-align: center;
  position: relative;
}
.legend:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #d7d7d7;
  margin-top: 14px;
  left: 0;
  position: absolute;
}
.legend .legend-text {
  padding: 5px 15px;
  border: 1px solid #d7d7d7;
  font-size: 11px;
  background-color: #FFFFFF;
  color: #393939;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.legend.left {
  text-align: left;
}
.legend.right {
  text-align: right;
}

/*
	DROP CAP
 */
.drop-cap {
  font-size: 96px;
  padding: 0px;
  margin-top: 0.34em;
  display: block;
  float: left;
}
.drop-cap::before, .drop-cap::after {
  content: "";
  display: block;
  position: relative;
  border: 1px solid #d7d7d7;
  width: 10px;
  height: 70px;
  margin: -21px 10px 0;
}
.drop-cap::before {
  float: left;
  border-right: none !important;
  margin-left: 0;
}
.drop-cap:after {
  float: right;
  border-left: none !important;
  margin-right: 15px;
}
@media only screen and (max-width: 47.937em) {
  .drop-cap {
    font-size: 85px;
    font-weight: 400;
  }
}

/*
	LIST
 */
ul.column-2 > li {
  width: 50% !important;
  float: left;
}

ul.column-3 > li {
  width: 33% !important;
  float: left;
}

ul.list-arrow {
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
ul.list-arrow > li {
  margin-bottom: 0.75em;
  padding: 0px 0px 0.75em 1em;
  font-size: 15px;
  width: 100%;
  color: #393939;
  position: relative;
}
ul.list-arrow > li a {
  text-transform: none;
  color: #f46a25;
}
ul.list-arrow > li a:hover {
  color: #ff8444;
}
ul.list-arrow > li:before {
  content: '';
  width: 6px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(../img/global/1x/global-icon-arrow.png);
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  ul.list-arrow > li:before {
    background-image: url(../img/global/2x/global-icon-arrow-2x.png);
    -webkit-background-size: 14px 6px;
    -khtml-background-size: 14px 6px;
    -moz-background-size: 14px 6px;
    -ms-background-size: 14px 6px;
    -o-background-size: 14px 6px;
    background-size: 14px 6px;
  }
}
ul.list-arrow > li:last-child {
  padding-bottom: 0;
}
ul.list-arrow.aside {
  color: #393939;
}
ul.list-arrow.aside > li {
  font-size: 14px;
  color: #393939;
  padding: 0px 0px 0.6em 1em;
}
ul.list-arrow.aside > li:before {
  background-position: -9px 0 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  ul.list-arrow.aside > li:before {
    background-image: url(../img/global/2x/global-icon-arrow-2x.png);
    -webkit-background-size: 14px 6px;
    -khtml-background-size: 14px 6px;
    -moz-background-size: 14px 6px;
    -ms-background-size: 14px 6px;
    -o-background-size: 14px 6px;
    background-size: 14px 6px;
  }
}
ul.list-arrow.aside a {
  color: #393939;
  font-size: 14px;
}
ul.list-arrow.aside a:hover {
  color: #393939;
}
ul.list-arrow.orange {
  color: #393939;
}
ul.list-arrow.orange > li {
  color: #393939;
  margin-bottom: 0em;
  /*&:last-child {
  	width:100% !important;
  }*/
}
ul.list-arrow.orange > li:before {
  background-position: -9px 0 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  ul.list-arrow.orange > li:before {
    background-image: url(../img/global/2x/global-icon-arrow-2x.png);
    -webkit-background-size: 14px 6px;
    -khtml-background-size: 14px 6px;
    -moz-background-size: 14px 6px;
    -ms-background-size: 14px 6px;
    -o-background-size: 14px 6px;
    background-size: 14px 6px;
  }
}
ul.list-arrow.list-arrow-group {
  margin-bottom: 0;
}
ul.list-arrow.list-arrow-group.last-child {
  margin-bottom: 60px;
}
@media only screen and (min-width: 48em) {
  ul.list-arrow.list-arrow-group {
    margin-bottom: 60px;
  }
}
ul.list-arrow.list-arrow-small-section {
  margin: 0 0 40px;
}

.leading-arrow {
  margin-bottom: 0.75em;
  padding: 0px 0px 0.75em 1em;
  font-size: 15px;
  width: 100%;
  color: #393939;
  position: relative;
}
.leading-arrow a {
  text-transform: none;
  color: #f46a25;
}
.leading-arrow a:hover {
  color: #ff8444;
}
.leading-arrow:before {
  content: '';
  width: 6px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(../img/global/1x/global-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: -9px 0 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .leading-arrow:before {
    background-image: url(../img/global/2x/global-icon-arrow-2x.png);
    -webkit-background-size: 14px 6px;
    -khtml-background-size: 14px 6px;
    -moz-background-size: 14px 6px;
    -ms-background-size: 14px 6px;
    -o-background-size: 14px 6px;
    background-size: 14px 6px;
  }
}
.leading-arrow:last-child {
  padding-bottom: 0;
}

ul.list-trailing-arrow {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
ul.list-trailing-arrow li {
  display: inline-block;
  float: left;
  clear: both;
  padding-right: 10px;
  margin-bottom: 0.5em;
  font-size: 11px;
  text-decoration: none;
}
ul.list-trailing-arrow a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 6px;
  background-image: url(../img/global/1x/global-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: -7px;
  -webkit-background-size: 14px 7px;
  -khtml-background-size: 14px 7px;
  -moz-background-size: 14px 7px;
  -ms-background-size: 14px 7px;
  -o-background-size: 14px 7px;
  background-size: 14px 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  ul.list-trailing-arrow a:after {
    background-image: url(../img/global/2x/global-icon-arrow-2x.png);
  }
}

.trailing-arrow {
  /* For AEM */
  display: inline-block;
  float: left;
  clear: both;
  padding-right: 10px;
  margin-bottom: 0.5em;
  font-size: 11px;
  text-decoration: none;
}
.trailing-arrow a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 6px;
  background-image: url(../img/global/1x/global-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: -7px;
  -webkit-background-size: 14px 7px;
  -khtml-background-size: 14px 7px;
  -moz-background-size: 14px 7px;
  -ms-background-size: 14px 7px;
  -o-background-size: 14px 7px;
  background-size: 14px 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .trailing-arrow a:after {
    background-image: url(../img/global/2x/global-icon-arrow-2x.png);
  }
}

ul.list-cta {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-cta > li {
  float: left;
  padding-right: 10px;
}
ul.list-cta > li:last-child {
  padding-right: 0;
}

ul.list-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
}
ul.list-tab.orange {
  border: 1px solid #ff8444;
  margin: 15px 0 0;
}
ul.list-tab.orange > li {
  border: none;
}
ul.list-tab.orange > li span {
  border: none;
  padding: 5px 0;
  font-size: 14px;
  background: #ff8444;
}
ul.list-tab.orange > li.active span {
  color: #ff8444;
  border: none;
}
ul.list-tab > li {
  float: left;
  cursor: pointer;
}
ul.list-tab > li span {
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #FFFFFF;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #b0b0b0;
  text-align: center;
  border: 1px solid #c3c3c3;
  display: block;
  font-weight: 600;
  font-family: 'Dual', sans-serif;
}
ul.list-tab > li:last-child span {
  margin-right: 0;
}
ul.list-tab > li.active span {
  color: #393939;
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  z-index: 9;
}
ul.list-tab:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #c3c3c3;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

ul.list-tab-content {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.list-tab-content > li {
  position: absolute;
  top: 0px;
  display: none;
}
ul.list-tab-content > li.active {
  position: relative;
  display: block;
}

/*
	FORMS - RELATED
 */
.form-box {
  border: 1px solid #d7d7d7;
  background: #FFFFFF;
}
.form-box .form-box-inner {
  padding: 60px;
}

/*
	CONTENT
 */
/* CONTENT-RIGHT */
.content-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-right h6 {
  padding-bottom: 11px;
  margin-bottom: 26px;
  border-bottom: 1px solid #888888;
}
.content-right ul.list-arrow {
  margin: 0 12px;
}
.content-right ul.list-arrow > li {
  border-bottom: 1px solid #f1f1f1;
}
.content-right ul.list-arrow > li:last-child {
  border-bottom: 0;
}
.content-right .item {
  margin-bottom: 108px;
}

/* CONTENT-MAIN */
.content-main .item {
  padding-bottom: 55px;
  margin-bottom: 35px;
  border-bottom: 1px solid #c3c3c3;
}
.content-main .item:last-child {
  border-bottom: 0;
}

/*
	SECTIONS
 */
.wrappers {
  padding-top: 56px;
}
@media only screen and (min-width: 48em) {
  .wrappers {
    padding-top: 68px;
  }
}

/* FEATURE */
.wrapper-feature .feature-con {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .feature-con {
    max-width: initial;
  }
}
.wrapper-feature .feature-con ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
}
.wrapper-feature .feature-con ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.wrapper-feature .feature-con ul li:last-child {
  margin-bottom: 0;
}
.wrapper-feature .feature-con .feature-info {
  color: #FFFFFF;
  width: 100%;
  padding-top: 50px;
  bottom: 0;
  position: absolute;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .feature-con .feature-info {
    width: 80%;
  }
}
.wrapper-feature .feature-con .feature-info .feature-content {
  padding: 0 50px 50px;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .feature-con .feature-info .feature-content {
    padding: 0 110px 110px;
  }
}
.wrapper-feature .feature-con .feature-info .feature-content p {
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .feature-con .feature-info .feature-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
.wrapper-feature .feature-con .feature-info .feature-content .feature-title {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 28px;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .feature-con .feature-info .feature-content .feature-title {
    font-size: 65px;
    line-height: 56px;
  }
}
.wrapper-feature .feature-con .feature-media, .wrapper-feature .feature-con .feature-video {
  border: 0;
  outline: 0;
}
.wrapper-feature .feature-con .feature-media {
  padding-top: 56px;
  min-height: 180px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .feature-con .feature-media {
    position: absolute;
    top: 0;
  }
}
.wrapper-feature .feature-con .btn-close {
  display: none;
  position: absolute;
  z-index: 9;
}
.wrapper-feature .slide-video .feature-con {
  background: #000000;
  max-height: 570px;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con ul li {
    padding-right: 40px;
    width: inherit;
  }
  .wrapper-feature .slide-video .feature-con ul li .button {
    width: initial;
  }
  .wrapper-feature .slide-video .feature-con ul li:last-child {
    padding-right: 0px;
    margin-bottom: 0;
  }
}
.wrapper-feature .slide-video .feature-con .btn-watch {
  pointer-events: auto;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .btn-watch {
    pointer-events: auto;
  }
}
.wrapper-feature .slide-video .feature-con .btn-watch-again {
  pointer-events: auto;
}
.wrapper-feature .slide-video .feature-con .feature-info {
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .feature-info {
    position: absolute;
  }
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .feature-media {
    padding-top: 0;
    width: 100%;
    min-height: 430px;
  }
}
.wrapper-feature .slide-video .feature-con .feature-video-overlay {
  background: transparent;
  /*background:rgba(77,71,71,.2);*/
}
.wrapper-feature .slide-video .feature-con .feature-video-splash {
  padding-top: 56px;
  display: none;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .feature-video-splash {
    display: block;
    padding-top: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .wrapper-feature .slide-video .feature-con .feature-video-splash {
    padding-top: 68px;
  }
}
@media screen and (orientation: landscape) {
  .wrapper-feature .slide-video .feature-con .feature-video-splash {
    display: block;
    padding-top: 0;
  }
}
.wrapper-feature .slide-video .feature-con .feature-video-intro, .wrapper-feature .slide-video .feature-con .feature-video-splash, .wrapper-feature .slide-video .feature-con .feature-video-overlay {
  cursor: pointer;
  position: absolute;
  border: 0;
  outline: 0;
  top: 0;
}
.wrapper-feature .slide-video .feature-con .feature-video-intro, .wrapper-feature .slide-video .feature-con .feature-video-overlay {
  top: 56px;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .feature-video-intro, .wrapper-feature .slide-video .feature-con .feature-video-overlay {
    top: -50%;
    left: -50%;
    max-width: initial;
  }
}
.wrapper-feature .slide-video .feature-con .feature-video-complete {
  position: absolute;
  border: 0;
  outline: 0;
  top: 0;
  left: 0;
  background: #000000;
  display: none;
  background: #181818;
  background: rgba(24, 24, 24, 0.93);
}
.wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner {
  display: table;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  padding: 0 10px;
  margin-top: 56px;
  width: 100%;
}
.wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 0 35px;
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner p {
    font-size: 17px;
    line-height: 23px;
    margin: 0 auto;
    width: 60%;
  }
}
.wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner .feature-content {
  display: table-cell;
  width: 100%;
  max-width: 960px;
  vertical-align: middle;
  word-break: break-word;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner .feature-content {
    margin: 0 auto;
    width: 60%;
  }
}
.wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner .feature-title {
  font-size: 27px;
  line-height: 25px;
  font-weight: 600;
  padding: 0 35px;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner .feature-title {
    font-size: 48px;
    line-height: 47px;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 15px;
  }
}
.wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner .divider {
  border-top: 2px solid #FFFFFF;
  padding-top: 20px;
  width: 80%;
  margin: 20px auto 0;
  background: transparent;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner .divider {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 960px) {
  .wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner .divider {
    margin-top: 20px;
  }
}
.wrapper-feature .slide-video .feature-con .feature-video-complete .feature-video-complete-inner .feature-cta {
  padding: 0 35px;
}
.wrapper-feature .slide-video.wide {
  display: block;
}
.wrapper-feature .slide-video.wide .feature-con .feature-info {
  display: table;
  vertical-align: middle;
}
.wrapper-feature .slide-video.wide .feature-con .feature-info .feature-content {
  margin: 0 0 0 110px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 100px;
  position: relative;
}
.wrapper-feature .slide-video.playing .feature-con {
  display: table-cell;
  vertical-align: middle;
}
.wrapper-feature .slide-video.playing .feature-con .feature-media {
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .wrapper-feature .slide-video.playing .feature-con .feature-media {
    left: 0 !important;
    z-index: 0;
  }
}

.touch .wrapper-feature .slide-video .feature-con .feature-video-splash {
  pointer-events: none;
}
.touch .wrapper-feature .slide-video .feature-con .feature-video-intro, .touch .wrapper-feature .slide-video .feature-con .feature-video-overlay {
  pointer-events: none !important;
}
.touch .wrapper-feature .slide-video .feature-con .feature-info .btn-watch {
  pointer-events: none;
}

@media only screen and (min-width: 48em) {
  .touch .wrapper-feature .feature-con {
    max-width: initial;
  }
  .touch .wrapper-feature .feature-con .feature-info {
    width: 100%;
  }
  .touch .slide-video .feature-con .feature-media {
    margin-top: 68px;
  }
  .touch .slide-video.playing .feature-con {
    display: table-cell;
    vertical-align: middle;
  }
  .touch .slide-video.playing .feature-con .feature-media {
    position: relative;
    z-index: 1;
  }
  .touch .slide-video.complete .feature-con {
    display: table-cell;
    vertical-align: middle;
  }
  .touch .slide-video .btn-close {
    top: 30px;
    right: 30px;
  }
}
/* BIG SCREENS */
@media only screen and (min-width: 75em) {
  .wrapper-feature .feature-con .feature-info {
    width: 60%;
  }
}
/* Landscape */
@media screen and (orientation: landscape) {
  .touch .slide-video .feature-con {
    display: table-cell;
    vertical-align: middle;
  }
  .touch .slide-video .feature-con .feature-media {
    padding-top: 0;
    margin-top: 0;
    position: relative;
  }
  .touch .slide-video .feature-con .btn-watch {
    display: inline-block !important;
  }
  .touch .wrapper-feature .feature-con .feature-info {
    position: absolute;
  }
  .touch .wrapper-feature .feature-con .feature-video-complete {
    margin-top: 0;
  }
}
/* IPAD PORTRAIT */
@media only screen and (min-width: 48em) and (max-width: 60em) {
  .wrapper-feature .feature-con .feature-info .feature-content {
    padding: 0 80px 80px;
  }
}
/* MASTHEAD */
.wrapper-masthead .masthead-con {
  padding: 100px 60px 40px;
}
.wrapper-masthead .masthead-content p {
  font-size: 15px;
  line-height: 18px;
  padding-left: 6px;
  margin: 0;
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  .wrapper-masthead .masthead-content p {
    font-size: 18px;
  }
}
.wrapper-masthead .masthead-content h1 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -4px;
  color: #fff;
  font-family: 'Dual', sans-serif;
}
@media only screen and (min-width: 48em) {
  .wrapper-masthead .masthead-content h1 {
    font-size: 75px;
  }
}
.wrapper-masthead .masthead-content .masthead-title {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -4px;
}
@media only screen and (min-width: 48em) {
  .wrapper-masthead .masthead-content .masthead-title {
    font-size: 75px;
  }
}
.wrapper-masthead .masthead-info {
  position: relative;
  z-index: 2;
}

.wrapper-content {
  position: relative;
  padding: 35px 10px;
  background: #fff;
}
.wrapper-content:last-child {
  padding-bottom: 65px;
}
@media only screen and (min-width: 60em) {
  .wrapper-content {
    padding: 45px 0;
  }
}

.wrapper-content-block {
  position: relative;
  z-index: 2;
  padding: 0;
}

/* CONTENT ACCORDION */
.content-accordion {
  display: none;
}
.content-accordion.active {
  display: block;
}

/*
	Utilities
 */
.hide-on-mobile {
  display: none;
}

@media only screen and (max-width: 47.937em) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-mobile {
  display: block;
}
.show-on-mobile.button {
  display: inline-block;
}

.touch .hide-on-touch {
  display: none !important;
}

@media only screen and (min-width: 48em) {
  .hide-on-mobile {
    display: block;
  }
  .hide-on-mobile.button {
    display: inline-block;
  }

  .show-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: none;
  }

  .show-on-desktop {
    display: block;
  }
  .show-on-desktop.button {
    display: inline-block;
  }
}
.disableScroll {
  overflow: hidden !important;
}

.breadcrumbs {
  position: relative;
  width: auto;
  background: #fff;
  padding: 10px 0;
}
@media only screen and (min-width: 60em) {
  .breadcrumbs {
    left: auto;
  }
}
.breadcrumbs a, .breadcrumbs p {
  color: #4d4d4d;
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
}
.breadcrumbs p {
  display: inline-block;
  margin-bottom: 0;
}
.breadcrumbs span {
  color: #d6d6d6;
  margin: 0 0.25em;
}
.breadcrumbs .columns,
.breadcrumbs .column {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 60em) {
  .breadcrumbs .columns,
  .breadcrumbs .column {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrapper-divider {
  border-bottom: 1px solid #F1F1F1;
}
.wrapper-divider:first-child:not(.quick-links-bar) .content-container {
  padding-top: 70px;
}

/* RIGHT SIDE BAR */
.sprite-global {
  margin: 0 0 10px 20px;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 14px;
  color: #393939;
}
.sprite-global:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  background: url(../img/global/1x/global-icon-contact.png);
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .sprite-global:before {
    background: url(../img/global/2x/global-icon-contact-2x.png);
    -webkit-background-size: 31px 16px;
    -khtml-background-size: 31px 16px;
    -moz-background-size: 31px 16px;
    -ms-background-size: 31px 16px;
    -o-background-size: 31px 16px;
    background-size: 31px 16px;
  }
}
.sprite-global.sprite-phone {
  font-weight: 600;
}
.sprite-global.sprite-phone:before {
  background-position: left top;
}
.sprite-global.sprite-phone span {
  display: block;
  color: #7e7e7e;
  font-weight: 400;
}
.sprite-global.sprite-email {
  font-size: 12px;
}
.sprite-global.sprite-email:before {
  top: -5px;
  background-position: -15px top;
}

/* PRODUCT COMPARISON TABLE */
.product-comparison-table {
  font-size: 13px;
  line-height: 15px;
  color: #393939;
}
.product-comparison-table tr td, .product-comparison-table tr th {
  padding: 2em 0.5em;
}
.product-comparison-table tr td {
  border-bottom: 1px solid #f1f1f1;
}
.product-comparison-table tr th {
  border: none;
}
.product-comparison-table thead tr:first-child {
  border-bottom: 1px solid #7e7e7e;
}
.product-comparison-table thead th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}
.product-comparison-table tbody th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #393939;
  background: #fbfbfb;
  border-bottom: 1px solid #f1f1f1;
}
.product-comparison-table tbody tr:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.product-comparison-table tbody tr:last-child td {
  border: none;
}
.product-comparison-table tbody td:first-child {
  text-transform: uppercase;
}

/* JQUERY UI */
.ui-autocomplete {
  max-height: 300px;
}

.ui-helper-hidden-accessible {
  display: none;
}

/* OTHERS */
.takeover {
  visibility: hidden;
  display: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  /*overflow: hidden!important;*/
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f6f4',GradientType=0 );
  /* IE6-8 */
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY2ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.98)), color-stop(100%, #f9f6f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 244, 0.98) 100%);
  /* W3C */
  padding-top: 57px;
}
html.ie9 .takeover {
  filter: none;
}
@media only screen and (min-width: 48em) {
  .takeover {
    padding-top: 68px;
  }
}
.takeover .btn-close:before {
  background-position: -128px -20px;
}

a.read-more {
  text-decoration: none;
  font-size: 11px;
  font-weight: 400;
}
a.read-more:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 6px;
  background-image: url(../img/global/1x/global-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: -7px;
  -webkit-background-size: 14px 7px;
  -khtml-background-size: 14px 7px;
  -moz-background-size: 14px 7px;
  -ms-background-size: 14px 7px;
  -o-background-size: 14px 7px;
  background-size: 14px 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  a.read-more:after {
    background-image: url(../img/global/2x/global-icon-arrow-2x.png);
  }
}

/* oartners overlay used in partners and event */
.takeover.partner-overlay {
  text-align: center;
  color: #393939;
}
.takeover.partner-overlay img {
  margin: 0 0 1em;
}
.takeover.partner-overlay h5 {
  font-size: 36px;
  text-transform: none;
}
.takeover.partner-overlay p {
  font-size: 15px;
  line-height: 24px;
  padding: 0 10%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7e7e7e;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7e7e7e;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7e7e7e;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7e7e7e !important;
}

/* PRINT BUTTON */
.button-print {
  margin: 35px 0;
  padding: 5px 0 0 25px;
  height: 21px;
  float: right;
  color: #393939;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../img/global/1x/global-icon-print.png) no-repeat center left;
}
.button-print:hover {
  text-decoration: none;
}
@media only screen and (max-width: 47.937em) {
  .button-print {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .button-print {
    background-image: url(../img/global/2x/global-icon-print@2x.png.png);
    -webkit-background-size: 21px 21px;
    -khtml-background-size: 21px 21px;
    -moz-background-size: 21px 21px;
    -ms-background-size: 21px 21px;
    -o-background-size: 21px 21px;
    background-size: 21px 21px;
  }
}

/* PRINT */
@media print {
  #header,
  #footer,
  .button-print,
  .breadcrumbs {
    display: none;
  }
}
/* BREAKPOINTS */
/* widths/heights/dimension */
/* COLOURS */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* FORMS */
/* The clearfix mixin is necessary for the floats */
/* CSS3 */
/* FONTS */
.mobile-list ul {
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 48em) {
  .mobile-list ul {
    display: block;
    position: relative;
    background: transparent;
  }
}
.mobile-list ul li {
  width: 100%;
  padding: 15px;
  display: block;
  float: left;
  list-style-type: none;
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
  border-bottom: none;
}
.mobile-list ul li:first-child {
  border-top: none;
  margin-left: 0;
}
.mobile-list ul li:last-child {
  border-bottom: 1px solid #7b7b7b;
}
@media only screen and (min-width: 48em) {
  .mobile-list ul li:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 48em) {
  .mobile-list ul li {
    width: auto;
    padding: 0;
    margin-right: 40px;
    border: none;
  }
}
.mobile-list a {
  position: relative;
  color: #393939;
  text-decoration: none;
}
.mobile-list a:hover, .mobile-list a.active {
  color: #ff7835;
}

.mobile-list-selected {
  font-size: 17px;
  padding: 12px 0 13px 0;
  text-transform: uppercase;
  color: #ff7835;
  border-bottom: 1px solid #7b7b7b;
  cursor: pointer;
}
.mobile-list-selected span {
  color: #393939;
  display: block;
  width: 100%;
  background: url(../img/global/1x/global-dropdown-arrow.png) no-repeat right center;
}
@media only screen and (min-width: 48em) {
  .mobile-list-selected {
    display: none;
  }
}

/* Mobile List Half Sub Module */
.mobile-list--half {
  font-size: 11px;
}
@media only screen and (min-width: 37.5em) {
  .mobile-list--half {
    border-right: none;
  }
}
@media only screen and (min-width: 48em) {
  .mobile-list--half {
    font-size: 12px;
  }
}
.mobile-list--half ul {
  position: absolute;
  z-index: 1;
  background: #f9f9f9;
}
.mobile-list--half ul li:first-child {
  border-top: 1px solid #7b7b7b;
}
@media only screen and (min-width: 48em) {
  .mobile-list--half ul li:first-child {
    border-top: none;
  }
}
@media only screen and (min-width: 48em) {
  .mobile-list--half ul {
    position: relative;
  }
}
.mobile-list--half .columns {
  padding-left: 0;
}
.mobile-list--half .mobile-list-selected {
  border: none;
}
.mobile-list--half .mobile-list-selected span {
  color: #393939;
  display: block;
  width: 100%;
  background: url(../img/global/1x/global-dropdown-arrow.png) no-repeat right 2px;
}
.mobile-list--half + div {
  border-left: 1px solid #f3f3f3;
}

/* BREAKPOINTS */
/* widths/heights/dimension */
/* COLOURS */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* FORMS */
/* The clearfix mixin is necessary for the floats */
/* CSS3 */
/* FONTS */
.takeover {
  height: 100%;
}
.takeover h2 {
  margin-bottom: 25px;
  color: #393939;
  font-size: 24px;
}
@media only screen and (min-width: 48em) {
  .takeover h2 {
    margin-bottom: 60px;
  }
}
.takeover .slimScrollDiv {
  border-top: 1px solid #a1a1a1;
}
@media only screen and (min-width: 48em) {
  .takeover .slimScrollDiv {
    border-top: none;
  }
}
.takeover .resources-list {
  display: none;
}
.takeover .resources-list.list-arrow li {
  border: none;
}
.takeover .resources-list.active {
  display: block;
}
.takeover .menu-lvl {
  height: 100%;
}
.takeover .table-container table {
  width: 100%;
  /*min-width: 767px;*/
}
@media only screen and (min-width: 48em) {
  .takeover .submenu {
    display: block !important;
    padding: 20px 0;
    border-right: 1px solid #393939;
  }
  .takeover .submenu li {
    width: 100%;
  }
  .takeover .submenu a {
    display: block;
    position: relative;
    margin-bottom: 30px;
    content: "";
  }
  .takeover .submenu a:after {
    position: absolute;
    right: 0;
    width: 5px;
    height: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #393939;
  }
  .takeover .submenu a:hover, .takeover .submenu a.active {
    color: #ff7835;
  }
  .takeover .submenu a:hover:after, .takeover .submenu a.active:after {
    content: "";
    position: absolute;
    right: 0;
    width: 5px;
    height: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #393939;
  }
}
.takeover .submenu a {
  color: #393939;
  font-size: 14px;
  text-transform: uppercase;
}
