/* line 80, _settings.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* ======================================================
   CORE: Normalize
   ======================================================*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 34, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 53, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 66, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 76, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 91, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 102, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 114, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 126, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 134, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 149, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
h1, .teaser__title {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 154, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
h2, .form__section__title__text {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 159, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 164, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 169, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 174, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 183, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 191, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
b,
strong {
  font-weight: bold;
}

/* line 196, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 204, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 213, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 223, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 232, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 241, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 254, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 264, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 272, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 282, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 290, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 298, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
sup {
  top: -0.5em;
}

/* line 302, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 314, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 321, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 329, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 339, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 354, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 363, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 375, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 387, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 395, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 407, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 421, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 436, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 448, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 463, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 476, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 488, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
  -moz-appearance: none;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 503, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 515, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 524, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 535, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 548, ../../../../../resources/common/css/core/vendor/_normalize-mod.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 66, ../../../../../resources/common/css/core/_mixins.scss */
::-webkit-input-placeholder {
  position: relative;
}

/* line 3, ../../../../../resources/common/css/core/_base.scss */
html {
  line-height: 1.5;
  height: 100%;
  overflow-y: scroll;
}

/* line 9, ../../../../../resources/common/css/core/_base.scss */
body {
  background: #fff;
  height: 100%;
  font-size: 100%;
}

/* line 17, ../../../../../resources/common/css/core/_base.scss */
*,
:before,
:after,
input[type=search] {
  word-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../../../../../resources/common/css/core/_base.scss */
img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  max-width: 100%;
}

/* line 31, ../../../../../resources/common/css/core/_base.scss */
iframe {
  border: 0;
  position: relative;
  z-index: 0;
}

/* line 38, ../../../../../resources/common/css/core/_base.scss */
nav ul,
nav ol {
  margin: 0;
  padding: 0;
}

/* line 8, ../../../../../resources/common/css/core/_utils.scss */
.content, .form__item, .form__group, .form__section, .footer__header, .footer__actions, .footer__secondary-nav, .social, .top-bar, .menu-triggers, .teaser, .category-teasers__list, .demi-hero, .product-table__nav,
.cf,
.media {
  *zoom: 1;
}
/* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.content:after, .form__item:after, .form__group:after, .form__section:after, .footer__header:after, .footer__actions:after, .footer__secondary-nav:after, .social:after, .top-bar:after, .menu-triggers:after, .teaser:after, .category-teasers__list:after, .demi-hero:after, .product-table__nav:after,
.cf:after,
.media:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Responsive iframes fix
 * http://stackoverflow.com/questions/12676725/responsive-iframe-google-maps-and-weird-resizing
 */
/* Horizontal rules, without <hr />
   (Might be used in conjunction with l.-gutter--top)
*/
/* line 13, ../../../../../resources/common/css/core/_hiding.scss */
.hidden {
  display: none !important;
  visibility: hidden;
  height: 0;
  margin: 0;
}

/* line 19, ../../../../../resources/common/css/core/_hiding.scss */
.product-teaser--has-image .product-teaser__title,
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 31, ../../../../../resources/common/css/core/_hiding.scss */
.product-teaser--has-image .focusable.product-teaser__title:active, .product-teaser--has-image .focusable.product-teaser__title:focus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 42, ../../../../../resources/common/css/core/_hiding.scss */
.ie7 .share__buttons a .visuallyhidden, .ie7 .search-button span, .ie7 .submenu .panel__heading__plus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 52, ../../../../../resources/common/css/core/_hiding.scss */
.invisible {
  visibility: hidden;
}

/* line 58, ../../../../../resources/common/css/core/_hiding.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  line-height: 0;
}

@media screen {
  /* line 76, ../../../../../resources/common/css/core/_hiding.scss */
  .print-only {
    display: none !important;
    visibility: hidden;
    height: 0;
    margin: 0;
  }
}
@media print {
  /* line 87, ../../../../../resources/common/css/core/_hiding.scss */
  .screen-only {
    display: none !important;
    visibility: hidden;
    height: 0;
    margin: 0;
  }
}
@media print {
  /* line 6, ../../../../../resources/common/css/core/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 13, ../../../../../resources/common/css/core/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 18, ../../../../../resources/common/css/core/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 22, ../../../../../resources/common/css/core/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 28, ../../../../../resources/common/css/core/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, ../../../../../resources/common/css/core/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../../../../../resources/common/css/core/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 44, ../../../../../resources/common/css/core/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../../../../../resources/common/css/core/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 57, ../../../../../resources/common/css/core/_print.scss */
  p,
  h2,
  .form__section__title__text,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../../../../../resources/common/css/core/_print.scss */
  h2, .form__section__title__text,
  h3 {
    page-break-after: avoid;
  }
}
/* line 3, ../../../../../resources/common/css/core/_forms.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 12, ../../../../../resources/common/css/core/_forms.scss */
fieldset {
  min-width: 0;
}

@-moz-document url-prefix() {
  /* line 14, ../../../../../resources/common/css/core/_forms.scss */
  fieldset {
    display: table-cell;
  }
}
/* line 20, ../../../../../resources/common/css/core/_forms.scss */
legend {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  clear: both;
}

/* line 28, ../../../../../resources/common/css/core/_forms.scss */
label {
  cursor: pointer;
}

@media screen and (max-width: 766px) {
  /* line 3, ../../../../../resources/common/css/project/_visibility.scss */
  .desktop-only {
    display: none !important;
    visibility: hidden;
    height: 0;
    margin: 0;
  }
}

@media screen and (min-width: 767px) {
  /* line 11, ../../../../../resources/common/css/project/_visibility.scss */
  .tablet-and-down {
    display: none !important;
    visibility: hidden;
    height: 0;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 17, ../../../../../resources/common/css/project/_visibility.scss */
  .tablet-and-up {
    display: none !important;
    visibility: hidden;
    height: 0;
    margin: 0;
  }
}

@media screen and (min-width: 601px) {
  /* line 25, ../../../../../resources/common/css/project/_visibility.scss */
  .mobile-only {
    display: none !important;
    visibility: hidden;
    height: 0;
    margin: 0;
  }
}

/* line 33, ../../../../../resources/common/css/project/_visibility.scss */
.no-js .js-only {
  display: none !important;
  visibility: hidden;
  height: 0;
  margin: 0;
}

/* line 37, ../../../../../resources/common/css/project/_visibility.scss */
.no-js .js-shift {
  display: block !important;
  visibility: visible;
  height: auto;
}

/* line 43, ../../../../../resources/common/css/project/_visibility.scss */
.hide-retain-layout {
  visibility: hidden;
}

/* line 47, ../../../../../resources/common/css/project/_visibility.scss */
.new-inline {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  /* line 1, ../../../../../resources/common/css/project/_visibility_extension.scss */
  .tablet-and-up {
    display: none !important;
    visibility: hidden;
    height: 0;
    margin: 0;
  }
}

/* line 10, ../../../../../resources/common/css/project/_visibility_extension.scss */
.ie7-only {
  display: none !important;
  visibility: hidden;
  height: 0;
  margin: 0;
}
/* line 12, ../../../../../resources/common/css/project/_visibility_extension.scss */
.ie7 .ie7-only {
  display: block !important;
  visibility: visible;
  height: auto;
}

/* line 19, ../../../../../resources/common/css/project/_visibility_extension.scss */
.break-line {
  display: block;
}

@font-face {
  font-family: 'Dodo';
  src: url(/Content/fonts/dodo.eot);
  src: url(/Content/fonts/dodo.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/dodo.woff) format("woff"), url(/Content/fonts/dodo.ttf) format("truetype");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Dodo';
    src: url(/Content/fonts/dodo.svg#dodo) format("svg");
  }
}
@font-face {
  font-family: 'FS-Me-Regular';
  src: url(/Content/fonts/fsme-regular.eot);
  src: url(/Content/fonts/fsme-regular.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/fsme-regular.woff) format("woff"), url(/Content/fonts/fsme-regular.ttf) format("truetype");
}
@font-face {
  font-family: 'FS-Me-Light';
  src: url(/Content/fonts/fsme-light.eot);
  src: url(/Content/fonts/fsme-light.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/fsme-light.woff) format("woff"), url(/Content/fonts/fsme-light.ttf) format("truetype");
}
@font-face {
  font-family: 'FS-Me-Bold';
  src: url(/Content/fonts/fsme-bold.eot);
  src: url(/Content/fonts/fsme-bold.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/fsme-bold.woff) format("woff"), url(/Content/fonts/fsme-bold.ttf) format("truetype");
}
/* line 13, ../../../../../resources/common/css/project/_typography.scss */
.contact__number {
  line-height: 1;
  font-size: 22px ;
  font-size: 1.375rem ;
}

/* line 31, ../../../../../resources/common/css/project/_typography.scss */
.footer__primary-nav a, .submenu__title {
  line-height: 1.2;
  font-size: 17px ;
  font-size: 1.0625rem ;
}

/* line 40, ../../../../../resources/common/css/project/_typography.scss */
.primary-search__field {
  line-height: 1.2;
  font-size: 16px ;
  font-size: 1rem ;
}

/* line 49, ../../../../../resources/common/css/project/_typography.scss */
.footer__header .footer__header__num, .footer__secondary-nav a, .social__item, .awards__title, .contact__title, .phone-details, .submenu__additional__copy {
  line-height: 1;
  font-size: 15px ;
  font-size: 0.9375rem ;
}

/* line 58, ../../../../../resources/common/css/project/_typography.scss */
.footer__address,
.footer__email a {
  line-height: 1.5;
  font-size: 13px ;
  font-size: 0.8125rem ;
}

/* line 72, ../../../../../resources/common/css/project/_typography.scss */
h1, .teaser__title, h2, .form__section__title__text, h3, h4, h5, h6 {
  font-weight: normal;
  color: #3e3d40;
  margin: 0 0 12px;
}

/* line 78, ../../../../../resources/common/css/project/_typography.scss */
h1, .teaser__title {
  font-family: "Dodo", sans-serif;
  font-size: 36px ;
  font-size: 2.25rem ;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -2px;
}

/* line 86, ../../../../../resources/common/css/project/_typography.scss */
h2, .form__section__title__text {
  font-family: "FS-Me-Bold", sans-serif;
  font-size: 30px ;
  font-size: 1.875rem ;
  line-height: 1.2;
}

/* line 93, ../../../../../resources/common/css/project/_typography.scss */
.block-title,
.ui-tabs .tabbed__heading,
.product-table__title {
  font-family: "FS-Me-Regular";
  background-color: #3e3d40;
  color: #fff;
  padding: 20px 40px 18px 40px;
  margin-bottom: 10px;
  font-size: 25px ;
  font-size: 1.5625rem ;
}

/* line 103, ../../../../../resources/common/css/project/_typography.scss */
h3 {
  font-size: 27px ;
  font-size: 1.6875rem ;
  line-height: 1.3;
}

/* line 108, ../../../../../resources/common/css/project/_typography.scss */
h4, h5, h6 {
  font-family: "FS-Me-Bold", sans-serif;
  font-size: 17px ;
  font-size: 1.0625rem ;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 118, ../../../../../resources/common/css/project/_typography.scss */
a {
  color: #00a4c4;
  text-decoration: underline;
}
/* line 122, ../../../../../resources/common/css/project/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 128, ../../../../../resources/common/css/project/_typography.scss */
strong, b {
  font-family: "FS-Me-Bold", sans-serif;
  font-weight: normal;
}

/* line 133, ../../../../../resources/common/css/project/_typography.scss */
p {
  margin: 0 0 25px;
}

/* line 137, ../../../../../resources/common/css/project/_typography.scss */
ul, ol {
  margin: 10px;
  padding: 10px;
}
@media screen and (min-width: 601px) {
  /* line 137, ../../../../../resources/common/css/project/_typography.scss */
  ul, ol {
    margin: 10px 20px;
    padding: 10px 20px;
  }
}

/* line 147, ../../../../../resources/common/css/project/_typography.scss */
li {
  margin: 0 0 12px;
}

/* line 151, ../../../../../resources/common/css/project/_typography.scss */
ol {
  list-style-type: decimal;
}
/* line 154, ../../../../../resources/common/css/project/_typography.scss */
ol ol {
  list-style-type: lower-latin;
}
/* line 157, ../../../../../resources/common/css/project/_typography.scss */
ol ol ol {
  list-style-type: lower-roman;
}

/* line 163, ../../../../../resources/common/css/project/_typography.scss */
dl {
  margin: 0 0 25px;
}

/* line 167, ../../../../../resources/common/css/project/_typography.scss */
dt {
  margin: 12px 0 5px;
  font-family: "FS-Me-Bold", sans-serif;
}
/* line 170, ../../../../../resources/common/css/project/_typography.scss */
dt:first-child {
  margin-top: 0;
}

/* line 173, ../../../../../resources/common/css/project/_typography.scss */
dd {
  margin: 0 0 25px;
}

/* line 177, ../../../../../resources/common/css/project/_typography.scss */
blockquote,
.call-out {
  font-family: "Dodo", sans-serif;
  font-size: 36px ;
  font-size: 2.25rem ;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0;
  padding: 12px 0;
}

/* line 189, ../../../../../resources/common/css/project/_typography.scss */
.brand {
  font-style: normal;
}

/* line 193, ../../../../../resources/common/css/project/_typography.scss */
.brand--xln {
  color: #00a4c4;
}

/* line 197, ../../../../../resources/common/css/project/_typography.scss */
.brand--basix {
  color: #6ea41d;
}

/* line 201, ../../../../../resources/common/css/project/_typography.scss */
.brand--xtra {
  color: #eb6b09;
}

/* line 205, ../../../../../resources/common/css/project/_typography.scss */
.brand--max {
  color: #00a4c4;
}

/* line 1, ../../../../../resources/common/css/project/_typography-extension.scss */
h1.primary-heading, .primary-heading.teaser__title {
  font-family: "FS-Me-Bold", sans-serif;
}

/* line 5, ../../../../../resources/common/css/project/_typography-extension.scss */
h2.secondary-heading, .secondary-heading.form__section__title__text {
  font-family: "FS-Me-Regular", sans-serif;
}

/* line 10, ../../../../../resources/common/css/project/_typography-extension.scss */
h1.primary-heading, .primary-heading.teaser__title {
  text-transform: none;
  letter-spacing: 0;
}

/* line 15, ../../../../../resources/common/css/project/_typography-extension.scss */
dd {
  margin-left: 20px;
}

/* line 19, ../../../../../resources/common/css/project/_typography-extension.scss */
.teaser--cross-sell__heading {
  font-family: "FS-Me-Regular", sans-serif;
}

/* line 23, ../../../../../resources/common/css/project/_typography-extension.scss */
h2.teaser__title, .teaser__title.form__section__title__text {
  line-height: 1;
  padding-top: 10px;
}
@media screen and (min-width: 767px) {
  /* line 23, ../../../../../resources/common/css/project/_typography-extension.scss */
  h2.teaser__title, .teaser__title.form__section__title__text {
    line-height: 1.2;
    padding-top: 0;
  }
}

/* line 33, ../../../../../resources/common/css/project/_typography-extension.scss */
h1, .teaser__title {
  font-size: 25px ;
  font-size: 1.5625rem ;
}
@media screen and (min-width: 601px) {
  /* line 33, ../../../../../resources/common/css/project/_typography-extension.scss */
  h1, .teaser__title {
    font-size: 36px ;
    font-size: 2.25rem ;
  }
}

/* line 41, ../../../../../resources/common/css/project/_typography-extension.scss */
h2, .form__section__title__text {
  font-size: 24px ;
  font-size: 1.5rem ;
}
@media screen and (min-width: 601px) {
  /* line 41, ../../../../../resources/common/css/project/_typography-extension.scss */
  h2, .form__section__title__text {
    font-size: 30px ;
    font-size: 1.875rem ;
  }
}

/* line 49, ../../../../../resources/common/css/project/_typography-extension.scss */
h3 {
  font-size: 23px ;
  font-size: 1.4375rem ;
}
@media screen and (min-width: 601px) {
  /* line 49, ../../../../../resources/common/css/project/_typography-extension.scss */
  h3 {
    font-size: 27px ;
    font-size: 1.6875rem ;
  }
}

/* line 58, ../../../../../resources/common/css/project/_typography-extension.scss */
a.contact-num__no-cursor {
  cursor: default;
}

@font-face {
  font-family: 'icomoon';
  src: url(/Content/fonts/icomoon/icomoon.eot);
  src: url(/Content/fonts/icomoon/icomoon.eot#iefix) format("embedded-opentype"), url(/Content/fonts/icomoon/icomoon.woff) format("woff"), url(/Content/fonts/icomoon/icomoon.ttf) format("truetype"), url(/Content/fonts/icomoon/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url(/Content/fonts/icomoon/icomoon.svg#icomoon) format("svg");
  }
}
/* line 23, ../../../../../resources/common/css/project/_icons.scss */
.selector span:before, .submenu__back:before, .cx-meganav__close:before,
.icon:before,
.btn--icon:before,
.checkmark-list li:before,
.collapsible--enabled .panel__heading:before,
.collapsible--enabled .submenu .panel__heading:before,
.carousel .owl-prev:before,
.carousel .owl-next:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px ;
  font-size: 1.125rem ;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 42, ../../../../../resources/common/css/project/_icons.scss */
.icon-dodoquotemark:before {
  content: "\e614";
}

/* line 45, ../../../../../resources/common/css/project/_icons.scss */
.icon-home:before {
  content: "\e60e";
}

/* line 48, ../../../../../resources/common/css/project/_icons.scss */
.icon-chevron-up:before, .collapsible--enabled .submenu .panel__heading:before, .collapsible--drawer.collapsible--enabled .panel--active .panel__heading:before {
  content: "\e60c";
}

/* line 51, ../../../../../resources/common/css/project/_icons.scss */
.icon-chevron-down:before, .collapsible--drawer.collapsible--enabled .panel__heading:before {
  content: "\e60d";
}

/* line 54, ../../../../../resources/common/css/project/_icons.scss */
.icon-hand-right:before {
  content: "\e612";
}

/* line 57, ../../../../../resources/common/css/project/_icons.scss */
.icon-google-plus:before {
  content: "\e611";
}

/* line 60, ../../../../../resources/common/css/project/_icons.scss */
.icon-caret-down:before, .selector span:before {
  content: "\e613";
}

/* line 63, ../../../../../resources/common/css/project/_icons.scss */
.icon-linkedin:before {
  content: "\e60f";
}

/* line 66, ../../../../../resources/common/css/project/_icons.scss */
.icon-youtube:before {
  content: "\e610";
}

/* line 69, ../../../../../resources/common/css/project/_icons.scss */
.icon-search:before {
  content: "\e602";
}

/* line 72, ../../../../../resources/common/css/project/_icons.scss */
.icon-reorder:before {
  content: "\e603";
}

/* line 75, ../../../../../resources/common/css/project/_icons.scss */
.icon-remove:before, .cx-meganav__close:before {
  content: "\e604";
}

/* line 78, ../../../../../resources/common/css/project/_icons.scss */
.icon-play-circle:before, .btn--icon--play-circle:before {
  content: "\e605";
}

/* line 81, ../../../../../resources/common/css/project/_icons.scss */
.icon-phone:before {
  content: "\e606";
}

/* line 84, ../../../../../resources/common/css/project/_icons.scss */
.icon-twitter:before {
  content: "\e607";
}

/* line 87, ../../../../../resources/common/css/project/_icons.scss */
.icon-facebook:before {
  content: "\e608";
}

/* line 90, ../../../../../resources/common/css/project/_icons.scss */
.icon-angle-right:before, .btn--icon-forward:before, .carousel .owl-next:before {
  content: "\e600";
}

/* line 93, ../../../../../resources/common/css/project/_icons.scss */
.icon-angle-left:before, .submenu__back:before, .carousel .owl-prev:before {
  content: "\e601";
}

/* line 96, ../../../../../resources/common/css/project/_icons.scss */
.icon-plus:before, .collapsible--enabled .panel__heading:before {
  content: "\e609";
}

/* line 99, ../../../../../resources/common/css/project/_icons.scss */
.icon-minus:before, .panel--active > .panel__heading:before, .collapsible--enabled .panel--active .teaser__title:before {
  content: "\e60a";
}

/* line 102, ../../../../../resources/common/css/project/_icons.scss */
.icon-checkmark:before, .checkmark-list li:before {
  content: "\e60b";
}

/* line 1, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-linkedin:before {
  content: "\e60f";
}

/* line 6, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-google-plus:before {
  content: "\e611";
}

/* line 11, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-youtube-play:before {
  content: "\e619";
}

/* line 16, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-question:before {
  content: "\e618";
}

/* line 20, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-warning:before {
  content: "\e615";
}

/* line 24, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-info:before {
  content: "\e616";
}

/* line 28, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-cancel-circle:before {
  content: "\e617";
}

/* line 32, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-checkmark-circle:before {
  content: "\e60B";
}

@font-face {
  font-family: 'icomoon-ext';
  src: url(/Content/fonts/icomoon-extended.eot);
  src: url(/Content/fonts/icomoon-extended.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/icomoon-extended.woff) format("woff"), url(/Content/fonts/icomoon-extended.ttf) format("truetype");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon-ext';
    src: url(/Content/fonts/icomoon-extended.svg#icomoon-ext) format("svg");
  }
}
@font-face {
  font-family: 'icomoon-new';
  src: url(/Content/fonts/icomoon-new.eot);
  src: url(/Content/fonts/icomoon-new.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/icomoon-new.woff) format("woff"), url(/Content/fonts/icomoon-new.ttf) format("truetype");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon-new';
    src: url(/Content/fonts/icomoon-new.svg#icomoon-ext) format("svg");
  }
}
/* line 62, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-ext:before {
  font-family: 'icomoon-ext';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px ;
  font-size: 1.125rem ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 75, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-ext-spinner:before {
  content: "\e984";
}

/* line 79, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new:before {
  font-family: 'icomoon-new';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px ;
  font-size: 1.125rem ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 92, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-user:before {
  content: "\f007";
}

/* line 96, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-map-marker:before {
  content: "\f041";
}

/* line 100, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-bars:before {
  content: "\f0c9";
}

/* line 104, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-navicon:before {
  content: "\f0c9";
}

/* line 108, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-reorder:before {
  content: "\f0c9";
}

/* line 112, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-chevron-circle-up:before {
  content: "\f139";
}

/* line 116, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-chevron-circle-down:before {
  content: "\f13a";
}

/* line 120, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-connection:before {
  content: "\e91b";
}

/* line 124, ../../../../../resources/common/css/project/_icons_extension.scss */
.icon-new-feed2:before {
  content: "\ea94";
}

@font-face {
  font-family: 'upload-download';
  src: url("/Content/fonts/icomoon//upload-download.eot?g5qdst");
  src: url("/Content/fonts/icomoon//upload-download.eot?g5qdst#iefix") format("embedded-opentype"), url("/Content/fonts/icomoon//upload-download.ttf?g5qdst") format("truetype"), url("/Content/fonts/icomoon//upload-download.woff?g5qdst") format("woff"), url("/Content/fonts/icomoon//upload-download.svg?g5qdst#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 136, ../../../../../resources/common/css/project/_icons_extension.scss */
[class^="upload-download-"], [class*=" upload-download-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'upload-download' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 150, ../../../../../resources/common/css/project/_icons_extension.scss */
.upload-download-iconDownload:before {
  content: "\e900";
  color: #00a4c4;
  font-size: 1.5rem;
}

/* line 156, ../../../../../resources/common/css/project/_icons_extension.scss */
.upload-download-iconUpload:before {
  content: "\e901";
  color: #00a4c4;
  font-size: 1.5rem;
}

@font-face {
  font-family: 'xln-new-icon';
  src: url("/content/fonts/xln-new-icon.eot?klazw7");
  src: url("/Content/fonts/xln-new-icon.eot?klazw7#iefix") format("embedded-opentype"), url("/Content/fonts/xln-new-icon.ttf?klazw7") format("truetype"), url("/Content/fonts/xln-new-icon.woff?klazw7") format("woff"), url("/Content/fonts/xln-new-icon.svg?klazw7#xln-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 173, ../../../../../resources/common/css/project/_icons_extension.scss */
[class^="xln-new-icon-"], [class*=" xln-new-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'xln-new-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 188, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-free-wi-fi:before {
  content: "\e901";
}

/* line 191, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-gas-xln:before {
  content: "\e900";
}

/* line 194, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-logo-xln:before {
  content: "\e800";
}

/* line 197, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-secure-xln:before {
  content: "\e801";
}

/* line 200, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-internet-xln:before {
  content: "\e802";
}

/* line 203, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-wifi-xln:before {
  content: "\e803";
}

/* line 206, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-mobile-xln:before {
  content: "\e804";
}

/* line 209, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-energy-xln:before {
  content: "\e805";
}

/* line 212, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-caps-ecom-xln:before {
  content: "\e806";
}

/* line 215, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-caps-mobile-xln:before {
  content: "\e807";
}

/* line 218, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-caps-portable-xln:before {
  content: "\e808";
}

/* line 221, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-caps-counter-xln:before {
  content: "\e809";
}

/* line 224, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-caps-xln:before {
  content: "\e80a";
}

/* line 227, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-fibre-xln:before {
  content: "\e80b";
}

/* line 230, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-broadband-xln:before {
  content: "\e80c";
}

/* line 233, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-phone-xln:before {
  content: "\e80d";
}

/* line 236, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-logo-right-xln:before {
  content: "\e80e";
}

/* line 239, ../../../../../resources/common/css/project/_icons_extension.scss */
.xln-new-icon-logo-left-xln:before {
  content: "\e80f";
}

/* line 2, ../../../../../resources/common/css/project/_layout.scss */
#main {
  outline: none;
}

/* line 10, ../../../../../resources/common/css/project/_layout.scss */
.layout {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

/* line 17, ../../../../../resources/common/css/project/_layout.scss */
.layout--constrained {
  max-width: 1020px;
}

/* line 40, ../../../../../resources/common/css/project/_layout.scss */
.layout--no-gutter {
  padding: 0;
}

@media screen and (max-width: 600px) {
  /* line 44, ../../../../../resources/common/css/project/_layout.scss */
  .layout--no-gutter--mobile {
    padding: 0;
  }
}

/* line 50, ../../../../../resources/common/css/project/_layout.scss */
.layout--widescreen {
  max-width: 1100px;
  padding: 0;
}

/* line 55, ../../../../../resources/common/css/project/_layout.scss */
.layout--full-width {
  max-width: none;
  padding: 0;
}

/* line 60, ../../../../../resources/common/css/project/_layout.scss */
.faux-table-wrap {
  display: table;
}

/* line 64, ../../../../../resources/common/css/project/_layout.scss */
.faux-table-cell {
  display: table-cell;
  vertical-align: top;
}

/* line 69, ../../../../../resources/common/css/project/_layout.scss */
.content {
  padding: 30px 0;
  background: white;
  clear: both;
  overflow: hidden;
}

/* line 77, ../../../../../resources/common/css/project/_layout.scss */
.content--flush-top {
  padding-top: 1px;
  margin-top: -1px;
}

/* line 85, ../../../../../resources/common/css/project/_layout.scss */
.content--flush-bottom {
  padding-bottom: 0;
}

/* line 45, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap {
  margin-left: -28px;
  *zoom: 1;
  clear: both;
}
/* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.all-grid-wrap:after {
  content: "";
  display: table;
  clear: both;
}
/* line 50, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-wrap {
  margin-left: 0;
}
/* line 54, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.large-gutter {
  margin-left: -56px;
}
/* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.large-gutter > .all-grid-col {
  padding-left: 56px;
}
/* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
.ie7 .all-grid-wrap.large-gutter .all-grid-col {
  padding-left: 56px;
}
/* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.large-gutter.multiple-rows > .all-grid-col {
  margin-bottom: 56px;
}
/* line 58, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.half-gutter {
  margin-left: -14px;
}
/* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.half-gutter > .all-grid-col {
  padding-left: 14px;
}
/* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
.ie7 .all-grid-wrap.half-gutter .all-grid-col {
  padding-left: 14px;
}
/* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.half-gutter.multiple-rows > .all-grid-col {
  margin-bottom: 14px;
}
/* line 62, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.third-gutter {
  margin-left: -9.33333px;
}
/* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.third-gutter > .all-grid-col {
  padding-left: 9.33333px;
}
/* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
.ie7 .all-grid-wrap.third-gutter .all-grid-col {
  padding-left: 9.33333px;
}
/* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.third-gutter.multiple-rows > .all-grid-col {
  margin-bottom: 9.33333px;
}
/* line 67, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.quarter-gutter {
  margin-left: -7px;
}
/* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.quarter-gutter > .all-grid-col {
  padding-left: 7px;
}
/* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
.ie7 .all-grid-wrap.quarter-gutter .all-grid-col {
  padding-left: 7px;
}
/* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.quarter-gutter.multiple-rows > .all-grid-col {
  margin-bottom: 7px;
}
/* line 71, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.no-gutter {
  margin-left: 0;
}
/* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.no-gutter > .all-grid-col {
  padding-left: 0;
}
/* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
.ie7 .all-grid-wrap.no-gutter .all-grid-col {
  padding-left: 0;
}
/* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.no-gutter.multiple-rows > .all-grid-col {
  margin-bottom: 0;
}
/* line 75, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.reset-gutter {
  margin-left: -28px;
}
/* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.reset-gutter > .all-grid-col {
  padding-left: 28px;
}
/* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
.ie7 .all-grid-wrap.reset-gutter .all-grid-col {
  padding-left: 28px;
}
/* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-wrap.reset-gutter.multiple-rows > .all-grid-col {
  margin-bottom: 28px;
}

/* line 80, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-col {
  float: left;
  clear: none;
  padding-left: 28px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 88, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-col {
  padding-left: 0;
}

/* line 94, ../../../../../resources/common/css/core/_proportional-grids.scss */
ul.all-grid-wrap,
ol.all-grid-wrap {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 103, ../../../../../resources/common/css/core/_proportional-grids.scss */
li.all-grid-col {
  margin-left: 0;
  margin-bottom: 0;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-full-width,
.all-grid-set-full-width .all-grid-col {
  width: 100%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-full-width, .lt-ie8
.all-grid-set-full-width .all-grid-col {
  width: 99.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-full-width {
  margin-left: 100%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-full-width {
  margin-left: 100%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-full-width {
  left: 100%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-full-width {
  left: 100%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-full-width {
  left: -100%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-full-width {
  left: -100%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-half,
.all-grid-set-one-half .all-grid-col {
  width: 50%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-half, .lt-ie8
.all-grid-set-one-half .all-grid-col {
  width: 49.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-half {
  margin-left: 50%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-half {
  margin-left: 50%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-half {
  left: 50%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-half {
  left: 50%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-half {
  left: -50%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-half {
  left: -50%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-third,
.all-grid-set-one-third .all-grid-col {
  width: 33.33333%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-third, .lt-ie8
.all-grid-set-one-third .all-grid-col {
  width: 32.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-third {
  margin-left: 33.33333%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-third {
  margin-left: 33%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-third {
  left: 33.33333%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-third {
  left: 33%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-third {
  left: -33.33333%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-third {
  left: -33%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-two-thirds,
.all-grid-set-two-thirds .all-grid-col {
  width: 66.66667%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-two-thirds, .lt-ie8
.all-grid-set-two-thirds .all-grid-col {
  width: 65.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-two-thirds {
  margin-left: 66.66667%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-two-thirds {
  margin-left: 66%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-two-thirds {
  left: 66.66667%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-two-thirds {
  left: 66%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-two-thirds {
  left: -66.66667%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-two-thirds {
  left: -66%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-quarter,
.all-grid-set-one-quarter .all-grid-col {
  width: 25%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-quarter, .lt-ie8
.all-grid-set-one-quarter .all-grid-col {
  width: 24.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-quarter {
  margin-left: 25%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-quarter {
  margin-left: 25%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-quarter {
  left: 25%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-quarter {
  left: 25%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-quarter {
  left: -25%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-quarter {
  left: -25%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-two-quarters,
.all-grid-set-two-quarters .all-grid-col {
  width: 50%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-two-quarters, .lt-ie8
.all-grid-set-two-quarters .all-grid-col {
  width: 49.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-two-quarters {
  margin-left: 50%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-two-quarters {
  margin-left: 50%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-two-quarters {
  left: 50%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-two-quarters {
  left: 50%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-two-quarters {
  left: -50%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-two-quarters {
  left: -50%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-three-quarters,
.all-grid-set-three-quarters .all-grid-col {
  width: 75%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-three-quarters, .lt-ie8
.all-grid-set-three-quarters .all-grid-col {
  width: 74.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-three-quarters {
  margin-left: 75%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-three-quarters {
  margin-left: 75%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-three-quarters {
  left: 75%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-three-quarters {
  left: 75%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-three-quarters {
  left: -75%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-three-quarters {
  left: -75%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-fifth,
.all-grid-set-one-fifth .all-grid-col {
  width: 20%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-fifth, .lt-ie8
.all-grid-set-one-fifth .all-grid-col {
  width: 19.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-fifth {
  margin-left: 20%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-fifth {
  margin-left: 20%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-fifth {
  left: 20%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-fifth {
  left: 20%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-fifth {
  left: -20%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-fifth {
  left: -20%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-two-fifths,
.all-grid-set-two-fifths .all-grid-col {
  width: 40%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-two-fifths, .lt-ie8
.all-grid-set-two-fifths .all-grid-col {
  width: 39.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-two-fifths {
  margin-left: 40%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-two-fifths {
  margin-left: 40%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-two-fifths {
  left: 40%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-two-fifths {
  left: 40%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-two-fifths {
  left: -40%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-two-fifths {
  left: -40%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-three-fifths,
.all-grid-set-three-fifths .all-grid-col {
  width: 60%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-three-fifths, .lt-ie8
.all-grid-set-three-fifths .all-grid-col {
  width: 59.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-three-fifths {
  margin-left: 60%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-three-fifths {
  margin-left: 60%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-three-fifths {
  left: 60%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-three-fifths {
  left: 60%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-three-fifths {
  left: -60%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-three-fifths {
  left: -60%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-four-fifths,
.all-grid-set-four-fifths .all-grid-col {
  width: 80%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-four-fifths, .lt-ie8
.all-grid-set-four-fifths .all-grid-col {
  width: 79.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-four-fifths {
  margin-left: 80%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-four-fifths {
  margin-left: 80%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-four-fifths {
  left: 80%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-four-fifths {
  left: 80%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-four-fifths {
  left: -80%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-four-fifths {
  left: -80%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-sixth,
.all-grid-set-one-sixth .all-grid-col {
  width: 16.66667%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-sixth, .lt-ie8
.all-grid-set-one-sixth .all-grid-col {
  width: 15.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-sixth {
  margin-left: 16.66667%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-sixth {
  margin-left: 16%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-sixth {
  left: 16.66667%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-sixth {
  left: 16%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-sixth {
  left: -16.66667%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-sixth {
  left: -16%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-five-sixths,
.all-grid-set-five-sixths .all-grid-col {
  width: 83.33333%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-five-sixths, .lt-ie8
.all-grid-set-five-sixths .all-grid-col {
  width: 82.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-five-sixths {
  margin-left: 83.33333%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-five-sixths {
  margin-left: 83%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-five-sixths {
  left: 83.33333%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-five-sixths {
  left: 83%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-five-sixths {
  left: -83.33333%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-five-sixths {
  left: -83%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-seventh,
.all-grid-set-one-seventh .all-grid-col {
  width: 14.28571%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-seventh, .lt-ie8
.all-grid-set-one-seventh .all-grid-col {
  width: 13.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-seventh {
  margin-left: 14.28571%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-seventh {
  margin-left: 14%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-seventh {
  left: 14.28571%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-seventh {
  left: 14%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-seventh {
  left: -14.28571%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-seventh {
  left: -14%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-two-sevenths,
.all-grid-set-two-sevenths .all-grid-col {
  width: 28.57143%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-two-sevenths, .lt-ie8
.all-grid-set-two-sevenths .all-grid-col {
  width: 27.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-two-sevenths {
  margin-left: 28.57143%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-two-sevenths {
  margin-left: 28%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-two-sevenths {
  left: 28.57143%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-two-sevenths {
  left: 28%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-two-sevenths {
  left: -28.57143%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-two-sevenths {
  left: -28%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-three-sevenths,
.all-grid-set-three-sevenths .all-grid-col {
  width: 42.85714%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-three-sevenths, .lt-ie8
.all-grid-set-three-sevenths .all-grid-col {
  width: 41.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-three-sevenths {
  margin-left: 42.85714%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-three-sevenths {
  margin-left: 42%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-three-sevenths {
  left: 42.85714%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-three-sevenths {
  left: 42%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-three-sevenths {
  left: -42.85714%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-three-sevenths {
  left: -42%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-four-sevenths,
.all-grid-set-four-sevenths .all-grid-col {
  width: 57.14286%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-four-sevenths, .lt-ie8
.all-grid-set-four-sevenths .all-grid-col {
  width: 56.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-four-sevenths {
  margin-left: 57.14286%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-four-sevenths {
  margin-left: 57%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-four-sevenths {
  left: 57.14286%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-four-sevenths {
  left: 57%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-four-sevenths {
  left: -57.14286%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-four-sevenths {
  left: -57%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-five-sevenths,
.all-grid-set-five-sevenths .all-grid-col {
  width: 71.42857%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-five-sevenths, .lt-ie8
.all-grid-set-five-sevenths .all-grid-col {
  width: 70.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-five-sevenths {
  margin-left: 71.42857%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-five-sevenths {
  margin-left: 71%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-five-sevenths {
  left: 71.42857%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-five-sevenths {
  left: 71%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-five-sevenths {
  left: -71.42857%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-five-sevenths {
  left: -71%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-six-sevenths,
.all-grid-set-six-sevenths .all-grid-col {
  width: 85.71429%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-six-sevenths, .lt-ie8
.all-grid-set-six-sevenths .all-grid-col {
  width: 84.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-six-sevenths {
  margin-left: 85.71429%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-six-sevenths {
  margin-left: 85%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-six-sevenths {
  left: 85.71429%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-six-sevenths {
  left: 85%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-six-sevenths {
  left: -85.71429%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-six-sevenths {
  left: -85%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-eighth,
.all-grid-set-one-eighth .all-grid-col {
  width: 12.5%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-eighth, .lt-ie8
.all-grid-set-one-eighth .all-grid-col {
  width: 11.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-eighth {
  margin-left: 12.5%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-eighth {
  margin-left: 12%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-eighth {
  left: 12.5%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-eighth {
  left: 12%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-eighth {
  left: -12.5%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-eighth {
  left: -12%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-two-eighths,
.all-grid-set-two-eighths .all-grid-col {
  width: 25%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-two-eighths, .lt-ie8
.all-grid-set-two-eighths .all-grid-col {
  width: 24.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-two-eighths {
  margin-left: 25%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-two-eighths {
  margin-left: 25%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-two-eighths {
  left: 25%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-two-eighths {
  left: 25%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-two-eighths {
  left: -25%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-two-eighths {
  left: -25%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-three-eighths,
.all-grid-set-three-eighths .all-grid-col {
  width: 37.5%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-three-eighths, .lt-ie8
.all-grid-set-three-eighths .all-grid-col {
  width: 36.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-three-eighths {
  margin-left: 37.5%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-three-eighths {
  margin-left: 37%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-three-eighths {
  left: 37.5%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-three-eighths {
  left: 37%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-three-eighths {
  left: -37.5%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-three-eighths {
  left: -37%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-five-eighths,
.all-grid-set-five-eighths .all-grid-col {
  width: 62.5%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-five-eighths, .lt-ie8
.all-grid-set-five-eighths .all-grid-col {
  width: 61.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-five-eighths {
  margin-left: 62.5%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-five-eighths {
  margin-left: 62%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-five-eighths {
  left: 62.5%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-five-eighths {
  left: 62%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-five-eighths {
  left: -62.5%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-five-eighths {
  left: -62%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-seven-eighths,
.all-grid-set-seven-eighths .all-grid-col {
  width: 87.5%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-seven-eighths, .lt-ie8
.all-grid-set-seven-eighths .all-grid-col {
  width: 86.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-seven-eighths {
  margin-left: 87.5%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-seven-eighths {
  margin-left: 87%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-seven-eighths {
  left: 87.5%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-seven-eighths {
  left: 87%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-seven-eighths {
  left: -87.5%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-seven-eighths {
  left: -87%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-ninth,
.all-grid-set-one-ninth .all-grid-col {
  width: 11.11111%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-ninth, .lt-ie8
.all-grid-set-one-ninth .all-grid-col {
  width: 10.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-ninth {
  margin-left: 11.11111%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-ninth {
  margin-left: 11%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-ninth {
  left: 11.11111%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-ninth {
  left: 11%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-ninth {
  left: -11.11111%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-ninth {
  left: -11%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-two-ninths,
.all-grid-set-two-ninths .all-grid-col {
  width: 22.22222%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-two-ninths, .lt-ie8
.all-grid-set-two-ninths .all-grid-col {
  width: 21.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-two-ninths {
  margin-left: 22.22222%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-two-ninths {
  margin-left: 22%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-two-ninths {
  left: 22.22222%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-two-ninths {
  left: 22%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-two-ninths {
  left: -22.22222%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-two-ninths {
  left: -22%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-three-ninths,
.all-grid-set-three-ninths .all-grid-col {
  width: 33.33333%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-three-ninths, .lt-ie8
.all-grid-set-three-ninths .all-grid-col {
  width: 32.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-three-ninths {
  margin-left: 33.33333%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-three-ninths {
  margin-left: 33%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-three-ninths {
  left: 33.33333%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-three-ninths {
  left: 33%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-three-ninths {
  left: -33.33333%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-three-ninths {
  left: -33%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-four-ninths,
.all-grid-set-four-ninths .all-grid-col {
  width: 44.44444%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-four-ninths, .lt-ie8
.all-grid-set-four-ninths .all-grid-col {
  width: 43.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-four-ninths {
  margin-left: 44.44444%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-four-ninths {
  margin-left: 44%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-four-ninths {
  left: 44.44444%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-four-ninths {
  left: 44%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-four-ninths {
  left: -44.44444%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-four-ninths {
  left: -44%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-five-ninths,
.all-grid-set-five-ninths .all-grid-col {
  width: 55.55556%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-five-ninths, .lt-ie8
.all-grid-set-five-ninths .all-grid-col {
  width: 54.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-five-ninths {
  margin-left: 55.55556%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-five-ninths {
  margin-left: 55%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-five-ninths {
  left: 55.55556%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-five-ninths {
  left: 55%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-five-ninths {
  left: -55.55556%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-five-ninths {
  left: -55%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-seven-ninths,
.all-grid-set-seven-ninths .all-grid-col {
  width: 77.77778%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-seven-ninths, .lt-ie8
.all-grid-set-seven-ninths .all-grid-col {
  width: 76.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-seven-ninths {
  margin-left: 77.77778%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-seven-ninths {
  margin-left: 77%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-seven-ninths {
  left: 77.77778%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-seven-ninths {
  left: 77%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-seven-ninths {
  left: -77.77778%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-seven-ninths {
  left: -77%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-eight-ninths,
.all-grid-set-eight-ninths .all-grid-col {
  width: 88.88889%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-eight-ninths, .lt-ie8
.all-grid-set-eight-ninths .all-grid-col {
  width: 87.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-eight-ninths {
  margin-left: 88.88889%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-eight-ninths {
  margin-left: 88%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-eight-ninths {
  left: 88.88889%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-eight-ninths {
  left: 88%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-eight-ninths {
  left: -88.88889%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-eight-ninths {
  left: -88%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-tenth,
.all-grid-set-one-tenth .all-grid-col {
  width: 10%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-tenth, .lt-ie8
.all-grid-set-one-tenth .all-grid-col {
  width: 9.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-tenth {
  margin-left: 10%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-tenth {
  margin-left: 10%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-tenth {
  left: 10%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-tenth {
  left: 10%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-tenth {
  left: -10%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-tenth {
  left: -10%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-three-tenths,
.all-grid-set-three-tenths .all-grid-col {
  width: 30%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-three-tenths, .lt-ie8
.all-grid-set-three-tenths .all-grid-col {
  width: 29.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-three-tenths {
  margin-left: 30%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-three-tenths {
  margin-left: 30%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-three-tenths {
  left: 30%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-three-tenths {
  left: 30%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-three-tenths {
  left: -30%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-three-tenths {
  left: -30%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-seven-tenths,
.all-grid-set-seven-tenths .all-grid-col {
  width: 70%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-seven-tenths, .lt-ie8
.all-grid-set-seven-tenths .all-grid-col {
  width: 69.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-seven-tenths {
  margin-left: 70%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-seven-tenths {
  margin-left: 70%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-seven-tenths {
  left: 70%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-seven-tenths {
  left: 70%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-seven-tenths {
  left: -70%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-seven-tenths {
  left: -70%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-nine-tenths,
.all-grid-set-nine-tenths .all-grid-col {
  width: 90%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-nine-tenths, .lt-ie8
.all-grid-set-nine-tenths .all-grid-col {
  width: 89.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-nine-tenths {
  margin-left: 90%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-nine-tenths {
  margin-left: 90%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-nine-tenths {
  left: 90%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-nine-tenths {
  left: 90%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-nine-tenths {
  left: -90%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-nine-tenths {
  left: -90%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-one-twelfth,
.all-grid-set-one-twelfth .all-grid-col {
  width: 8.33333%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-one-twelfth, .lt-ie8
.all-grid-set-one-twelfth .all-grid-col {
  width: 7.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-one-twelfth {
  margin-left: 8.33333%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-one-twelfth {
  margin-left: 8%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-one-twelfth {
  left: 8.33333%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-one-twelfth {
  left: 8%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-one-twelfth {
  left: -8.33333%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-one-twelfth {
  left: -8%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-two-twelfth,
.all-grid-set-two-twelfth .all-grid-col {
  width: 16.66667%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-two-twelfth, .lt-ie8
.all-grid-set-two-twelfth .all-grid-col {
  width: 15.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-two-twelfth {
  margin-left: 16.66667%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-two-twelfth {
  margin-left: 16%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-two-twelfth {
  left: 16.66667%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-two-twelfth {
  left: 16%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-two-twelfth {
  left: -16.66667%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-two-twelfth {
  left: -16%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-three-twelfth,
.all-grid-set-three-twelfth .all-grid-col {
  width: 25%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-three-twelfth, .lt-ie8
.all-grid-set-three-twelfth .all-grid-col {
  width: 24.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-three-twelfth {
  margin-left: 25%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-three-twelfth {
  margin-left: 25%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-three-twelfth {
  left: 25%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-three-twelfth {
  left: 25%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-three-twelfth {
  left: -25%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-three-twelfth {
  left: -25%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-fourth-twelfth,
.all-grid-set-fourth-twelfth .all-grid-col {
  width: 33.33333%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-fourth-twelfth, .lt-ie8
.all-grid-set-fourth-twelfth .all-grid-col {
  width: 32.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-fourth-twelfth {
  margin-left: 33.33333%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-fourth-twelfth {
  margin-left: 33%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-fourth-twelfth {
  left: 33.33333%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-fourth-twelfth {
  left: 33%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-fourth-twelfth {
  left: -33.33333%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-fourth-twelfth {
  left: -33%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-fifth-twelfth,
.all-grid-set-fifth-twelfth .all-grid-col {
  width: 41.66667%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-fifth-twelfth, .lt-ie8
.all-grid-set-fifth-twelfth .all-grid-col {
  width: 40.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-fifth-twelfth {
  margin-left: 41.66667%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-fifth-twelfth {
  margin-left: 41%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-fifth-twelfth {
  left: 41.66667%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-fifth-twelfth {
  left: 41%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-fifth-twelfth {
  left: -41.66667%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-fifth-twelfth {
  left: -41%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-sixth-twelfth,
.all-grid-set-sixth-twelfth .all-grid-col {
  width: 50%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-sixth-twelfth, .lt-ie8
.all-grid-set-sixth-twelfth .all-grid-col {
  width: 49.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-sixth-twelfth {
  margin-left: 50%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-sixth-twelfth {
  margin-left: 50%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-sixth-twelfth {
  left: 50%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-sixth-twelfth {
  left: 50%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-sixth-twelfth {
  left: -50%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-sixth-twelfth {
  left: -50%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-seventh-twelfth,
.all-grid-set-seventh-twelfth .all-grid-col {
  width: 58.33333%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-seventh-twelfth, .lt-ie8
.all-grid-set-seventh-twelfth .all-grid-col {
  width: 57.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-seventh-twelfth {
  margin-left: 58.33333%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-seventh-twelfth {
  margin-left: 58%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-seventh-twelfth {
  left: 58.33333%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-seventh-twelfth {
  left: 58%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-seventh-twelfth {
  left: -58.33333%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-seventh-twelfth {
  left: -58%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-eight-twelfth,
.all-grid-set-eight-twelfth .all-grid-col {
  width: 66.66667%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-eight-twelfth, .lt-ie8
.all-grid-set-eight-twelfth .all-grid-col {
  width: 65.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-eight-twelfth {
  margin-left: 66.66667%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-eight-twelfth {
  margin-left: 66%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-eight-twelfth {
  left: 66.66667%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-eight-twelfth {
  left: 66%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-eight-twelfth {
  left: -66.66667%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-eight-twelfth {
  left: -66%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-ninth-twelfth,
.all-grid-set-ninth-twelfth .all-grid-col {
  width: 75%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-ninth-twelfth, .lt-ie8
.all-grid-set-ninth-twelfth .all-grid-col {
  width: 74.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-ninth-twelfth {
  margin-left: 75%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-ninth-twelfth {
  margin-left: 75%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-ninth-twelfth {
  left: 75%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-ninth-twelfth {
  left: 75%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-ninth-twelfth {
  left: -75%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-ninth-twelfth {
  left: -75%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-tenth-twelfth,
.all-grid-set-tenth-twelfth .all-grid-col {
  width: 83.33333%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-tenth-twelfth, .lt-ie8
.all-grid-set-tenth-twelfth .all-grid-col {
  width: 82.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-tenth-twelfth {
  margin-left: 83.33333%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-tenth-twelfth {
  margin-left: 83%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-tenth-twelfth {
  left: 83.33333%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-tenth-twelfth {
  left: 83%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-tenth-twelfth {
  left: -83.33333%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-tenth-twelfth {
  left: -83%;
}

/* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-eleven-twelfth,
.all-grid-set-eleven-twelfth .all-grid-col {
  width: 91.66667%;
}
/* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-eleven-twelfth, .lt-ie8
.all-grid-set-eleven-twelfth .all-grid-col {
  width: 90.75%;
}

/* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-offset-eleven-twelfth {
  margin-left: 91.66667%;
}
/* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-offset-eleven-twelfth {
  margin-left: 91%;
}

/* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-push-eleven-twelfth {
  left: 91.66667%;
}
/* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-push-eleven-twelfth {
  left: 91%;
}

/* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
.all-grid-pull-eleven-twelfth {
  left: -91.66667%;
}
/* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
.lt-ie8 .all-grid-pull-eleven-twelfth {
  left: -91%;
}

@media screen and (max-width: 600px) {
  /* line 45, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap {
    margin-left: -28px;
    *zoom: 1;
    clear: both;
  }
  /* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
  .mobile-grid-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 50, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-wrap {
    margin-left: 0;
  }
  /* line 54, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.large-gutter {
    margin-left: -56px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.large-gutter > .mobile-grid-col {
    padding-left: 56px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .mobile-grid-wrap.large-gutter .mobile-grid-col {
    padding-left: 56px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.large-gutter.multiple-rows > .mobile-grid-col {
    margin-bottom: 56px;
  }
  /* line 58, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.half-gutter {
    margin-left: -14px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.half-gutter > .mobile-grid-col {
    padding-left: 14px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .mobile-grid-wrap.half-gutter .mobile-grid-col {
    padding-left: 14px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.half-gutter.multiple-rows > .mobile-grid-col {
    margin-bottom: 14px;
  }
  /* line 62, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.third-gutter {
    margin-left: -9.33333px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.third-gutter > .mobile-grid-col {
    padding-left: 9.33333px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .mobile-grid-wrap.third-gutter .mobile-grid-col {
    padding-left: 9.33333px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.third-gutter.multiple-rows > .mobile-grid-col {
    margin-bottom: 9.33333px;
  }
  /* line 67, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.quarter-gutter {
    margin-left: -7px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.quarter-gutter > .mobile-grid-col {
    padding-left: 7px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .mobile-grid-wrap.quarter-gutter .mobile-grid-col {
    padding-left: 7px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.quarter-gutter.multiple-rows > .mobile-grid-col {
    margin-bottom: 7px;
  }
  /* line 71, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.no-gutter {
    margin-left: 0;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.no-gutter > .mobile-grid-col {
    padding-left: 0;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .mobile-grid-wrap.no-gutter .mobile-grid-col {
    padding-left: 0;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.no-gutter.multiple-rows > .mobile-grid-col {
    margin-bottom: 0;
  }
  /* line 75, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.reset-gutter {
    margin-left: -28px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.reset-gutter > .mobile-grid-col {
    padding-left: 28px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .mobile-grid-wrap.reset-gutter .mobile-grid-col {
    padding-left: 28px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-wrap.reset-gutter.multiple-rows > .mobile-grid-col {
    margin-bottom: 28px;
  }

  /* line 80, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-col {
    float: left;
    clear: none;
    padding-left: 28px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 88, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-col {
    padding-left: 0;
  }

  /* line 94, ../../../../../resources/common/css/core/_proportional-grids.scss */
  ul.mobile-grid-wrap,
  ol.mobile-grid-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none;
  }

  /* line 103, ../../../../../resources/common/css/core/_proportional-grids.scss */
  li.mobile-grid-col {
    margin-left: 0;
    margin-bottom: 0;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-full-width,
  .mobile-grid-set-full-width .mobile-grid-col {
    width: 100%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-full-width, .lt-ie8
  .mobile-grid-set-full-width .mobile-grid-col {
    width: 99.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-full-width {
    margin-left: 100%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-full-width {
    margin-left: 100%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-full-width {
    left: 100%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-full-width {
    left: 100%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-full-width {
    left: -100%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-full-width {
    left: -100%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-half,
  .mobile-grid-set-one-half .mobile-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-half, .lt-ie8
  .mobile-grid-set-one-half .mobile-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-half {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-half {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-half {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-half {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-half {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-half {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-third,
  .mobile-grid-set-one-third .mobile-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-third, .lt-ie8
  .mobile-grid-set-one-third .mobile-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-third {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-third {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-third {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-third {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-third {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-third {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-two-thirds,
  .mobile-grid-set-two-thirds .mobile-grid-col {
    width: 66.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-two-thirds, .lt-ie8
  .mobile-grid-set-two-thirds .mobile-grid-col {
    width: 65.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-two-thirds {
    margin-left: 66.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-two-thirds {
    margin-left: 66%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-two-thirds {
    left: 66.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-two-thirds {
    left: 66%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-two-thirds {
    left: -66.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-two-thirds {
    left: -66%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-quarter,
  .mobile-grid-set-one-quarter .mobile-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-quarter, .lt-ie8
  .mobile-grid-set-one-quarter .mobile-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-quarter {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-quarter {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-quarter {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-quarter {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-quarter {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-quarter {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-two-quarters,
  .mobile-grid-set-two-quarters .mobile-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-two-quarters, .lt-ie8
  .mobile-grid-set-two-quarters .mobile-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-two-quarters {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-two-quarters {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-two-quarters {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-two-quarters {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-two-quarters {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-two-quarters {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-three-quarters,
  .mobile-grid-set-three-quarters .mobile-grid-col {
    width: 75%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-three-quarters, .lt-ie8
  .mobile-grid-set-three-quarters .mobile-grid-col {
    width: 74.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-three-quarters {
    margin-left: 75%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-three-quarters {
    margin-left: 75%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-three-quarters {
    left: 75%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-three-quarters {
    left: 75%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-three-quarters {
    left: -75%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-three-quarters {
    left: -75%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-fifth,
  .mobile-grid-set-one-fifth .mobile-grid-col {
    width: 20%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-fifth, .lt-ie8
  .mobile-grid-set-one-fifth .mobile-grid-col {
    width: 19.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-fifth {
    margin-left: 20%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-fifth {
    margin-left: 20%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-fifth {
    left: 20%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-fifth {
    left: 20%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-fifth {
    left: -20%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-fifth {
    left: -20%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-two-fifths,
  .mobile-grid-set-two-fifths .mobile-grid-col {
    width: 40%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-two-fifths, .lt-ie8
  .mobile-grid-set-two-fifths .mobile-grid-col {
    width: 39.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-two-fifths {
    margin-left: 40%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-two-fifths {
    margin-left: 40%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-two-fifths {
    left: 40%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-two-fifths {
    left: 40%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-two-fifths {
    left: -40%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-two-fifths {
    left: -40%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-three-fifths,
  .mobile-grid-set-three-fifths .mobile-grid-col {
    width: 60%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-three-fifths, .lt-ie8
  .mobile-grid-set-three-fifths .mobile-grid-col {
    width: 59.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-three-fifths {
    margin-left: 60%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-three-fifths {
    margin-left: 60%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-three-fifths {
    left: 60%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-three-fifths {
    left: 60%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-three-fifths {
    left: -60%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-three-fifths {
    left: -60%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-four-fifths,
  .mobile-grid-set-four-fifths .mobile-grid-col {
    width: 80%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-four-fifths, .lt-ie8
  .mobile-grid-set-four-fifths .mobile-grid-col {
    width: 79.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-four-fifths {
    margin-left: 80%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-four-fifths {
    margin-left: 80%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-four-fifths {
    left: 80%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-four-fifths {
    left: 80%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-four-fifths {
    left: -80%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-four-fifths {
    left: -80%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-sixth,
  .mobile-grid-set-one-sixth .mobile-grid-col {
    width: 16.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-sixth, .lt-ie8
  .mobile-grid-set-one-sixth .mobile-grid-col {
    width: 15.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-sixth {
    margin-left: 16.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-sixth {
    margin-left: 16%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-sixth {
    left: 16.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-sixth {
    left: 16%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-sixth {
    left: -16.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-sixth {
    left: -16%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-five-sixths,
  .mobile-grid-set-five-sixths .mobile-grid-col {
    width: 83.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-five-sixths, .lt-ie8
  .mobile-grid-set-five-sixths .mobile-grid-col {
    width: 82.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-five-sixths {
    margin-left: 83.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-five-sixths {
    margin-left: 83%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-five-sixths {
    left: 83.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-five-sixths {
    left: 83%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-five-sixths {
    left: -83.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-five-sixths {
    left: -83%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-seventh,
  .mobile-grid-set-one-seventh .mobile-grid-col {
    width: 14.28571%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-seventh, .lt-ie8
  .mobile-grid-set-one-seventh .mobile-grid-col {
    width: 13.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-seventh {
    margin-left: 14.28571%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-seventh {
    margin-left: 14%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-seventh {
    left: 14.28571%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-seventh {
    left: 14%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-seventh {
    left: -14.28571%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-seventh {
    left: -14%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-two-sevenths,
  .mobile-grid-set-two-sevenths .mobile-grid-col {
    width: 28.57143%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-two-sevenths, .lt-ie8
  .mobile-grid-set-two-sevenths .mobile-grid-col {
    width: 27.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-two-sevenths {
    margin-left: 28.57143%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-two-sevenths {
    margin-left: 28%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-two-sevenths {
    left: 28.57143%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-two-sevenths {
    left: 28%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-two-sevenths {
    left: -28.57143%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-two-sevenths {
    left: -28%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-three-sevenths,
  .mobile-grid-set-three-sevenths .mobile-grid-col {
    width: 42.85714%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-three-sevenths, .lt-ie8
  .mobile-grid-set-three-sevenths .mobile-grid-col {
    width: 41.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-three-sevenths {
    margin-left: 42.85714%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-three-sevenths {
    margin-left: 42%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-three-sevenths {
    left: 42.85714%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-three-sevenths {
    left: 42%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-three-sevenths {
    left: -42.85714%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-three-sevenths {
    left: -42%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-four-sevenths,
  .mobile-grid-set-four-sevenths .mobile-grid-col {
    width: 57.14286%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-four-sevenths, .lt-ie8
  .mobile-grid-set-four-sevenths .mobile-grid-col {
    width: 56.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-four-sevenths {
    margin-left: 57.14286%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-four-sevenths {
    margin-left: 57%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-four-sevenths {
    left: 57.14286%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-four-sevenths {
    left: 57%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-four-sevenths {
    left: -57.14286%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-four-sevenths {
    left: -57%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-five-sevenths,
  .mobile-grid-set-five-sevenths .mobile-grid-col {
    width: 71.42857%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-five-sevenths, .lt-ie8
  .mobile-grid-set-five-sevenths .mobile-grid-col {
    width: 70.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-five-sevenths {
    margin-left: 71.42857%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-five-sevenths {
    margin-left: 71%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-five-sevenths {
    left: 71.42857%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-five-sevenths {
    left: 71%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-five-sevenths {
    left: -71.42857%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-five-sevenths {
    left: -71%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-six-sevenths,
  .mobile-grid-set-six-sevenths .mobile-grid-col {
    width: 85.71429%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-six-sevenths, .lt-ie8
  .mobile-grid-set-six-sevenths .mobile-grid-col {
    width: 84.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-six-sevenths {
    margin-left: 85.71429%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-six-sevenths {
    margin-left: 85%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-six-sevenths {
    left: 85.71429%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-six-sevenths {
    left: 85%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-six-sevenths {
    left: -85.71429%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-six-sevenths {
    left: -85%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-eighth,
  .mobile-grid-set-one-eighth .mobile-grid-col {
    width: 12.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-eighth, .lt-ie8
  .mobile-grid-set-one-eighth .mobile-grid-col {
    width: 11.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-eighth {
    margin-left: 12.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-eighth {
    margin-left: 12%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-eighth {
    left: 12.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-eighth {
    left: 12%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-eighth {
    left: -12.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-eighth {
    left: -12%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-two-eighths,
  .mobile-grid-set-two-eighths .mobile-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-two-eighths, .lt-ie8
  .mobile-grid-set-two-eighths .mobile-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-two-eighths {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-two-eighths {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-two-eighths {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-two-eighths {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-two-eighths {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-two-eighths {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-three-eighths,
  .mobile-grid-set-three-eighths .mobile-grid-col {
    width: 37.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-three-eighths, .lt-ie8
  .mobile-grid-set-three-eighths .mobile-grid-col {
    width: 36.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-three-eighths {
    margin-left: 37.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-three-eighths {
    margin-left: 37%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-three-eighths {
    left: 37.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-three-eighths {
    left: 37%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-three-eighths {
    left: -37.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-three-eighths {
    left: -37%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-five-eighths,
  .mobile-grid-set-five-eighths .mobile-grid-col {
    width: 62.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-five-eighths, .lt-ie8
  .mobile-grid-set-five-eighths .mobile-grid-col {
    width: 61.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-five-eighths {
    margin-left: 62.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-five-eighths {
    margin-left: 62%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-five-eighths {
    left: 62.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-five-eighths {
    left: 62%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-five-eighths {
    left: -62.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-five-eighths {
    left: -62%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-seven-eighths,
  .mobile-grid-set-seven-eighths .mobile-grid-col {
    width: 87.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-seven-eighths, .lt-ie8
  .mobile-grid-set-seven-eighths .mobile-grid-col {
    width: 86.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-seven-eighths {
    margin-left: 87.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-seven-eighths {
    margin-left: 87%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-seven-eighths {
    left: 87.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-seven-eighths {
    left: 87%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-seven-eighths {
    left: -87.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-seven-eighths {
    left: -87%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-ninth,
  .mobile-grid-set-one-ninth .mobile-grid-col {
    width: 11.11111%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-ninth, .lt-ie8
  .mobile-grid-set-one-ninth .mobile-grid-col {
    width: 10.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-ninth {
    margin-left: 11.11111%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-ninth {
    margin-left: 11%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-ninth {
    left: 11.11111%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-ninth {
    left: 11%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-ninth {
    left: -11.11111%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-ninth {
    left: -11%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-two-ninths,
  .mobile-grid-set-two-ninths .mobile-grid-col {
    width: 22.22222%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-two-ninths, .lt-ie8
  .mobile-grid-set-two-ninths .mobile-grid-col {
    width: 21.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-two-ninths {
    margin-left: 22.22222%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-two-ninths {
    margin-left: 22%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-two-ninths {
    left: 22.22222%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-two-ninths {
    left: 22%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-two-ninths {
    left: -22.22222%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-two-ninths {
    left: -22%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-three-ninths,
  .mobile-grid-set-three-ninths .mobile-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-three-ninths, .lt-ie8
  .mobile-grid-set-three-ninths .mobile-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-three-ninths {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-three-ninths {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-three-ninths {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-three-ninths {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-three-ninths {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-three-ninths {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-four-ninths,
  .mobile-grid-set-four-ninths .mobile-grid-col {
    width: 44.44444%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-four-ninths, .lt-ie8
  .mobile-grid-set-four-ninths .mobile-grid-col {
    width: 43.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-four-ninths {
    margin-left: 44.44444%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-four-ninths {
    margin-left: 44%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-four-ninths {
    left: 44.44444%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-four-ninths {
    left: 44%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-four-ninths {
    left: -44.44444%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-four-ninths {
    left: -44%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-five-ninths,
  .mobile-grid-set-five-ninths .mobile-grid-col {
    width: 55.55556%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-five-ninths, .lt-ie8
  .mobile-grid-set-five-ninths .mobile-grid-col {
    width: 54.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-five-ninths {
    margin-left: 55.55556%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-five-ninths {
    margin-left: 55%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-five-ninths {
    left: 55.55556%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-five-ninths {
    left: 55%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-five-ninths {
    left: -55.55556%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-five-ninths {
    left: -55%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-seven-ninths,
  .mobile-grid-set-seven-ninths .mobile-grid-col {
    width: 77.77778%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-seven-ninths, .lt-ie8
  .mobile-grid-set-seven-ninths .mobile-grid-col {
    width: 76.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-seven-ninths {
    margin-left: 77.77778%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-seven-ninths {
    margin-left: 77%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-seven-ninths {
    left: 77.77778%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-seven-ninths {
    left: 77%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-seven-ninths {
    left: -77.77778%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-seven-ninths {
    left: -77%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-eight-ninths,
  .mobile-grid-set-eight-ninths .mobile-grid-col {
    width: 88.88889%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-eight-ninths, .lt-ie8
  .mobile-grid-set-eight-ninths .mobile-grid-col {
    width: 87.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-eight-ninths {
    margin-left: 88.88889%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-eight-ninths {
    margin-left: 88%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-eight-ninths {
    left: 88.88889%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-eight-ninths {
    left: 88%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-eight-ninths {
    left: -88.88889%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-eight-ninths {
    left: -88%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-tenth,
  .mobile-grid-set-one-tenth .mobile-grid-col {
    width: 10%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-tenth, .lt-ie8
  .mobile-grid-set-one-tenth .mobile-grid-col {
    width: 9.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-tenth {
    margin-left: 10%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-tenth {
    margin-left: 10%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-tenth {
    left: 10%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-tenth {
    left: 10%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-tenth {
    left: -10%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-tenth {
    left: -10%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-three-tenths,
  .mobile-grid-set-three-tenths .mobile-grid-col {
    width: 30%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-three-tenths, .lt-ie8
  .mobile-grid-set-three-tenths .mobile-grid-col {
    width: 29.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-three-tenths {
    margin-left: 30%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-three-tenths {
    margin-left: 30%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-three-tenths {
    left: 30%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-three-tenths {
    left: 30%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-three-tenths {
    left: -30%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-three-tenths {
    left: -30%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-seven-tenths,
  .mobile-grid-set-seven-tenths .mobile-grid-col {
    width: 70%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-seven-tenths, .lt-ie8
  .mobile-grid-set-seven-tenths .mobile-grid-col {
    width: 69.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-seven-tenths {
    margin-left: 70%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-seven-tenths {
    margin-left: 70%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-seven-tenths {
    left: 70%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-seven-tenths {
    left: 70%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-seven-tenths {
    left: -70%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-seven-tenths {
    left: -70%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-nine-tenths,
  .mobile-grid-set-nine-tenths .mobile-grid-col {
    width: 90%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-nine-tenths, .lt-ie8
  .mobile-grid-set-nine-tenths .mobile-grid-col {
    width: 89.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-nine-tenths {
    margin-left: 90%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-nine-tenths {
    margin-left: 90%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-nine-tenths {
    left: 90%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-nine-tenths {
    left: 90%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-nine-tenths {
    left: -90%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-nine-tenths {
    left: -90%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-one-twelfth,
  .mobile-grid-set-one-twelfth .mobile-grid-col {
    width: 8.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-one-twelfth, .lt-ie8
  .mobile-grid-set-one-twelfth .mobile-grid-col {
    width: 7.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-one-twelfth {
    margin-left: 8.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-one-twelfth {
    margin-left: 8%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-one-twelfth {
    left: 8.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-one-twelfth {
    left: 8%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-one-twelfth {
    left: -8.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-one-twelfth {
    left: -8%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-two-twelfth,
  .mobile-grid-set-two-twelfth .mobile-grid-col {
    width: 16.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-two-twelfth, .lt-ie8
  .mobile-grid-set-two-twelfth .mobile-grid-col {
    width: 15.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-two-twelfth {
    margin-left: 16.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-two-twelfth {
    margin-left: 16%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-two-twelfth {
    left: 16.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-two-twelfth {
    left: 16%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-two-twelfth {
    left: -16.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-two-twelfth {
    left: -16%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-three-twelfth,
  .mobile-grid-set-three-twelfth .mobile-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-three-twelfth, .lt-ie8
  .mobile-grid-set-three-twelfth .mobile-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-three-twelfth {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-three-twelfth {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-three-twelfth {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-three-twelfth {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-three-twelfth {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-three-twelfth {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-fourth-twelfth,
  .mobile-grid-set-fourth-twelfth .mobile-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-fourth-twelfth, .lt-ie8
  .mobile-grid-set-fourth-twelfth .mobile-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-fourth-twelfth {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-fourth-twelfth {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-fourth-twelfth {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-fourth-twelfth {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-fourth-twelfth {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-fourth-twelfth {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-fifth-twelfth,
  .mobile-grid-set-fifth-twelfth .mobile-grid-col {
    width: 41.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-fifth-twelfth, .lt-ie8
  .mobile-grid-set-fifth-twelfth .mobile-grid-col {
    width: 40.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-fifth-twelfth {
    margin-left: 41.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-fifth-twelfth {
    margin-left: 41%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-fifth-twelfth {
    left: 41.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-fifth-twelfth {
    left: 41%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-fifth-twelfth {
    left: -41.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-fifth-twelfth {
    left: -41%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-sixth-twelfth,
  .mobile-grid-set-sixth-twelfth .mobile-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-sixth-twelfth, .lt-ie8
  .mobile-grid-set-sixth-twelfth .mobile-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-sixth-twelfth {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-sixth-twelfth {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-sixth-twelfth {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-sixth-twelfth {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-sixth-twelfth {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-sixth-twelfth {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-seventh-twelfth,
  .mobile-grid-set-seventh-twelfth .mobile-grid-col {
    width: 58.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-seventh-twelfth, .lt-ie8
  .mobile-grid-set-seventh-twelfth .mobile-grid-col {
    width: 57.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-seventh-twelfth {
    margin-left: 58.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-seventh-twelfth {
    margin-left: 58%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-seventh-twelfth {
    left: 58.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-seventh-twelfth {
    left: 58%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-seventh-twelfth {
    left: -58.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-seventh-twelfth {
    left: -58%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-eight-twelfth,
  .mobile-grid-set-eight-twelfth .mobile-grid-col {
    width: 66.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-eight-twelfth, .lt-ie8
  .mobile-grid-set-eight-twelfth .mobile-grid-col {
    width: 65.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-eight-twelfth {
    margin-left: 66.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-eight-twelfth {
    margin-left: 66%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-eight-twelfth {
    left: 66.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-eight-twelfth {
    left: 66%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-eight-twelfth {
    left: -66.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-eight-twelfth {
    left: -66%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-ninth-twelfth,
  .mobile-grid-set-ninth-twelfth .mobile-grid-col {
    width: 75%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-ninth-twelfth, .lt-ie8
  .mobile-grid-set-ninth-twelfth .mobile-grid-col {
    width: 74.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-ninth-twelfth {
    margin-left: 75%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-ninth-twelfth {
    margin-left: 75%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-ninth-twelfth {
    left: 75%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-ninth-twelfth {
    left: 75%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-ninth-twelfth {
    left: -75%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-ninth-twelfth {
    left: -75%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-tenth-twelfth,
  .mobile-grid-set-tenth-twelfth .mobile-grid-col {
    width: 83.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-tenth-twelfth, .lt-ie8
  .mobile-grid-set-tenth-twelfth .mobile-grid-col {
    width: 82.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-tenth-twelfth {
    margin-left: 83.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-tenth-twelfth {
    margin-left: 83%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-tenth-twelfth {
    left: 83.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-tenth-twelfth {
    left: 83%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-tenth-twelfth {
    left: -83.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-tenth-twelfth {
    left: -83%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-eleven-twelfth,
  .mobile-grid-set-eleven-twelfth .mobile-grid-col {
    width: 91.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-eleven-twelfth, .lt-ie8
  .mobile-grid-set-eleven-twelfth .mobile-grid-col {
    width: 90.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-offset-eleven-twelfth {
    margin-left: 91.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-offset-eleven-twelfth {
    margin-left: 91%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-push-eleven-twelfth {
    left: 91.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-push-eleven-twelfth {
    left: 91%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .mobile-grid-pull-eleven-twelfth {
    left: -91.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .mobile-grid-pull-eleven-twelfth {
    left: -91%;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  /* line 45, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap {
    margin-left: -28px;
    *zoom: 1;
    clear: both;
  }
  /* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
  .tablet-grid-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 50, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-wrap {
    margin-left: 0;
  }
  /* line 54, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.large-gutter {
    margin-left: -56px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.large-gutter > .tablet-grid-col {
    padding-left: 56px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .tablet-grid-wrap.large-gutter .tablet-grid-col {
    padding-left: 56px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.large-gutter.multiple-rows > .tablet-grid-col {
    margin-bottom: 56px;
  }
  /* line 58, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.half-gutter {
    margin-left: -14px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.half-gutter > .tablet-grid-col {
    padding-left: 14px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .tablet-grid-wrap.half-gutter .tablet-grid-col {
    padding-left: 14px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.half-gutter.multiple-rows > .tablet-grid-col {
    margin-bottom: 14px;
  }
  /* line 62, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.third-gutter {
    margin-left: -9.33333px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.third-gutter > .tablet-grid-col {
    padding-left: 9.33333px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .tablet-grid-wrap.third-gutter .tablet-grid-col {
    padding-left: 9.33333px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.third-gutter.multiple-rows > .tablet-grid-col {
    margin-bottom: 9.33333px;
  }
  /* line 67, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.quarter-gutter {
    margin-left: -7px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.quarter-gutter > .tablet-grid-col {
    padding-left: 7px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .tablet-grid-wrap.quarter-gutter .tablet-grid-col {
    padding-left: 7px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.quarter-gutter.multiple-rows > .tablet-grid-col {
    margin-bottom: 7px;
  }
  /* line 71, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.no-gutter {
    margin-left: 0;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.no-gutter > .tablet-grid-col {
    padding-left: 0;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .tablet-grid-wrap.no-gutter .tablet-grid-col {
    padding-left: 0;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.no-gutter.multiple-rows > .tablet-grid-col {
    margin-bottom: 0;
  }
  /* line 75, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.reset-gutter {
    margin-left: -28px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.reset-gutter > .tablet-grid-col {
    padding-left: 28px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .tablet-grid-wrap.reset-gutter .tablet-grid-col {
    padding-left: 28px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-wrap.reset-gutter.multiple-rows > .tablet-grid-col {
    margin-bottom: 28px;
  }

  /* line 80, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-col {
    float: left;
    clear: none;
    padding-left: 28px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 88, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-col {
    padding-left: 0;
  }

  /* line 94, ../../../../../resources/common/css/core/_proportional-grids.scss */
  ul.tablet-grid-wrap,
  ol.tablet-grid-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none;
  }

  /* line 103, ../../../../../resources/common/css/core/_proportional-grids.scss */
  li.tablet-grid-col {
    margin-left: 0;
    margin-bottom: 0;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-full-width,
  .tablet-grid-set-full-width .tablet-grid-col {
    width: 100%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-full-width, .lt-ie8
  .tablet-grid-set-full-width .tablet-grid-col {
    width: 99.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-full-width {
    margin-left: 100%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-full-width {
    margin-left: 100%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-full-width {
    left: 100%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-full-width {
    left: 100%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-full-width {
    left: -100%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-full-width {
    left: -100%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-half,
  .tablet-grid-set-one-half .tablet-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-half, .lt-ie8
  .tablet-grid-set-one-half .tablet-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-half {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-half {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-half {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-half {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-half {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-half {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-third,
  .tablet-grid-set-one-third .tablet-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-third, .lt-ie8
  .tablet-grid-set-one-third .tablet-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-third {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-third {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-third {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-third {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-third {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-third {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-two-thirds,
  .tablet-grid-set-two-thirds .tablet-grid-col {
    width: 66.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-two-thirds, .lt-ie8
  .tablet-grid-set-two-thirds .tablet-grid-col {
    width: 65.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-two-thirds {
    margin-left: 66.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-two-thirds {
    margin-left: 66%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-two-thirds {
    left: 66.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-two-thirds {
    left: 66%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-two-thirds {
    left: -66.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-two-thirds {
    left: -66%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-quarter,
  .tablet-grid-set-one-quarter .tablet-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-quarter, .lt-ie8
  .tablet-grid-set-one-quarter .tablet-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-quarter {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-quarter {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-quarter {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-quarter {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-quarter {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-quarter {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-two-quarters,
  .tablet-grid-set-two-quarters .tablet-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-two-quarters, .lt-ie8
  .tablet-grid-set-two-quarters .tablet-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-two-quarters {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-two-quarters {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-two-quarters {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-two-quarters {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-two-quarters {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-two-quarters {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-three-quarters,
  .tablet-grid-set-three-quarters .tablet-grid-col {
    width: 75%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-three-quarters, .lt-ie8
  .tablet-grid-set-three-quarters .tablet-grid-col {
    width: 74.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-three-quarters {
    margin-left: 75%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-three-quarters {
    margin-left: 75%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-three-quarters {
    left: 75%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-three-quarters {
    left: 75%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-three-quarters {
    left: -75%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-three-quarters {
    left: -75%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-fifth,
  .tablet-grid-set-one-fifth .tablet-grid-col {
    width: 20%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-fifth, .lt-ie8
  .tablet-grid-set-one-fifth .tablet-grid-col {
    width: 19.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-fifth {
    margin-left: 20%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-fifth {
    margin-left: 20%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-fifth {
    left: 20%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-fifth {
    left: 20%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-fifth {
    left: -20%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-fifth {
    left: -20%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-two-fifths,
  .tablet-grid-set-two-fifths .tablet-grid-col {
    width: 40%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-two-fifths, .lt-ie8
  .tablet-grid-set-two-fifths .tablet-grid-col {
    width: 39.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-two-fifths {
    margin-left: 40%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-two-fifths {
    margin-left: 40%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-two-fifths {
    left: 40%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-two-fifths {
    left: 40%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-two-fifths {
    left: -40%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-two-fifths {
    left: -40%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-three-fifths,
  .tablet-grid-set-three-fifths .tablet-grid-col {
    width: 60%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-three-fifths, .lt-ie8
  .tablet-grid-set-three-fifths .tablet-grid-col {
    width: 59.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-three-fifths {
    margin-left: 60%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-three-fifths {
    margin-left: 60%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-three-fifths {
    left: 60%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-three-fifths {
    left: 60%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-three-fifths {
    left: -60%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-three-fifths {
    left: -60%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-four-fifths,
  .tablet-grid-set-four-fifths .tablet-grid-col {
    width: 80%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-four-fifths, .lt-ie8
  .tablet-grid-set-four-fifths .tablet-grid-col {
    width: 79.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-four-fifths {
    margin-left: 80%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-four-fifths {
    margin-left: 80%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-four-fifths {
    left: 80%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-four-fifths {
    left: 80%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-four-fifths {
    left: -80%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-four-fifths {
    left: -80%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-sixth,
  .tablet-grid-set-one-sixth .tablet-grid-col {
    width: 16.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-sixth, .lt-ie8
  .tablet-grid-set-one-sixth .tablet-grid-col {
    width: 15.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-sixth {
    margin-left: 16.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-sixth {
    margin-left: 16%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-sixth {
    left: 16.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-sixth {
    left: 16%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-sixth {
    left: -16.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-sixth {
    left: -16%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-five-sixths,
  .tablet-grid-set-five-sixths .tablet-grid-col {
    width: 83.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-five-sixths, .lt-ie8
  .tablet-grid-set-five-sixths .tablet-grid-col {
    width: 82.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-five-sixths {
    margin-left: 83.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-five-sixths {
    margin-left: 83%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-five-sixths {
    left: 83.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-five-sixths {
    left: 83%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-five-sixths {
    left: -83.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-five-sixths {
    left: -83%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-seventh,
  .tablet-grid-set-one-seventh .tablet-grid-col {
    width: 14.28571%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-seventh, .lt-ie8
  .tablet-grid-set-one-seventh .tablet-grid-col {
    width: 13.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-seventh {
    margin-left: 14.28571%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-seventh {
    margin-left: 14%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-seventh {
    left: 14.28571%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-seventh {
    left: 14%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-seventh {
    left: -14.28571%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-seventh {
    left: -14%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-two-sevenths,
  .tablet-grid-set-two-sevenths .tablet-grid-col {
    width: 28.57143%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-two-sevenths, .lt-ie8
  .tablet-grid-set-two-sevenths .tablet-grid-col {
    width: 27.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-two-sevenths {
    margin-left: 28.57143%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-two-sevenths {
    margin-left: 28%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-two-sevenths {
    left: 28.57143%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-two-sevenths {
    left: 28%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-two-sevenths {
    left: -28.57143%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-two-sevenths {
    left: -28%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-three-sevenths,
  .tablet-grid-set-three-sevenths .tablet-grid-col {
    width: 42.85714%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-three-sevenths, .lt-ie8
  .tablet-grid-set-three-sevenths .tablet-grid-col {
    width: 41.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-three-sevenths {
    margin-left: 42.85714%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-three-sevenths {
    margin-left: 42%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-three-sevenths {
    left: 42.85714%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-three-sevenths {
    left: 42%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-three-sevenths {
    left: -42.85714%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-three-sevenths {
    left: -42%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-four-sevenths,
  .tablet-grid-set-four-sevenths .tablet-grid-col {
    width: 57.14286%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-four-sevenths, .lt-ie8
  .tablet-grid-set-four-sevenths .tablet-grid-col {
    width: 56.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-four-sevenths {
    margin-left: 57.14286%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-four-sevenths {
    margin-left: 57%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-four-sevenths {
    left: 57.14286%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-four-sevenths {
    left: 57%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-four-sevenths {
    left: -57.14286%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-four-sevenths {
    left: -57%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-five-sevenths,
  .tablet-grid-set-five-sevenths .tablet-grid-col {
    width: 71.42857%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-five-sevenths, .lt-ie8
  .tablet-grid-set-five-sevenths .tablet-grid-col {
    width: 70.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-five-sevenths {
    margin-left: 71.42857%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-five-sevenths {
    margin-left: 71%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-five-sevenths {
    left: 71.42857%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-five-sevenths {
    left: 71%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-five-sevenths {
    left: -71.42857%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-five-sevenths {
    left: -71%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-six-sevenths,
  .tablet-grid-set-six-sevenths .tablet-grid-col {
    width: 85.71429%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-six-sevenths, .lt-ie8
  .tablet-grid-set-six-sevenths .tablet-grid-col {
    width: 84.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-six-sevenths {
    margin-left: 85.71429%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-six-sevenths {
    margin-left: 85%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-six-sevenths {
    left: 85.71429%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-six-sevenths {
    left: 85%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-six-sevenths {
    left: -85.71429%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-six-sevenths {
    left: -85%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-eighth,
  .tablet-grid-set-one-eighth .tablet-grid-col {
    width: 12.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-eighth, .lt-ie8
  .tablet-grid-set-one-eighth .tablet-grid-col {
    width: 11.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-eighth {
    margin-left: 12.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-eighth {
    margin-left: 12%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-eighth {
    left: 12.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-eighth {
    left: 12%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-eighth {
    left: -12.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-eighth {
    left: -12%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-two-eighths,
  .tablet-grid-set-two-eighths .tablet-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-two-eighths, .lt-ie8
  .tablet-grid-set-two-eighths .tablet-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-two-eighths {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-two-eighths {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-two-eighths {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-two-eighths {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-two-eighths {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-two-eighths {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-three-eighths,
  .tablet-grid-set-three-eighths .tablet-grid-col {
    width: 37.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-three-eighths, .lt-ie8
  .tablet-grid-set-three-eighths .tablet-grid-col {
    width: 36.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-three-eighths {
    margin-left: 37.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-three-eighths {
    margin-left: 37%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-three-eighths {
    left: 37.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-three-eighths {
    left: 37%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-three-eighths {
    left: -37.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-three-eighths {
    left: -37%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-five-eighths,
  .tablet-grid-set-five-eighths .tablet-grid-col {
    width: 62.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-five-eighths, .lt-ie8
  .tablet-grid-set-five-eighths .tablet-grid-col {
    width: 61.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-five-eighths {
    margin-left: 62.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-five-eighths {
    margin-left: 62%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-five-eighths {
    left: 62.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-five-eighths {
    left: 62%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-five-eighths {
    left: -62.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-five-eighths {
    left: -62%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-seven-eighths,
  .tablet-grid-set-seven-eighths .tablet-grid-col {
    width: 87.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-seven-eighths, .lt-ie8
  .tablet-grid-set-seven-eighths .tablet-grid-col {
    width: 86.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-seven-eighths {
    margin-left: 87.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-seven-eighths {
    margin-left: 87%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-seven-eighths {
    left: 87.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-seven-eighths {
    left: 87%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-seven-eighths {
    left: -87.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-seven-eighths {
    left: -87%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-ninth,
  .tablet-grid-set-one-ninth .tablet-grid-col {
    width: 11.11111%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-ninth, .lt-ie8
  .tablet-grid-set-one-ninth .tablet-grid-col {
    width: 10.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-ninth {
    margin-left: 11.11111%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-ninth {
    margin-left: 11%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-ninth {
    left: 11.11111%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-ninth {
    left: 11%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-ninth {
    left: -11.11111%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-ninth {
    left: -11%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-two-ninths,
  .tablet-grid-set-two-ninths .tablet-grid-col {
    width: 22.22222%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-two-ninths, .lt-ie8
  .tablet-grid-set-two-ninths .tablet-grid-col {
    width: 21.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-two-ninths {
    margin-left: 22.22222%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-two-ninths {
    margin-left: 22%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-two-ninths {
    left: 22.22222%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-two-ninths {
    left: 22%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-two-ninths {
    left: -22.22222%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-two-ninths {
    left: -22%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-three-ninths,
  .tablet-grid-set-three-ninths .tablet-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-three-ninths, .lt-ie8
  .tablet-grid-set-three-ninths .tablet-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-three-ninths {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-three-ninths {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-three-ninths {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-three-ninths {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-three-ninths {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-three-ninths {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-four-ninths,
  .tablet-grid-set-four-ninths .tablet-grid-col {
    width: 44.44444%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-four-ninths, .lt-ie8
  .tablet-grid-set-four-ninths .tablet-grid-col {
    width: 43.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-four-ninths {
    margin-left: 44.44444%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-four-ninths {
    margin-left: 44%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-four-ninths {
    left: 44.44444%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-four-ninths {
    left: 44%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-four-ninths {
    left: -44.44444%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-four-ninths {
    left: -44%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-five-ninths,
  .tablet-grid-set-five-ninths .tablet-grid-col {
    width: 55.55556%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-five-ninths, .lt-ie8
  .tablet-grid-set-five-ninths .tablet-grid-col {
    width: 54.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-five-ninths {
    margin-left: 55.55556%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-five-ninths {
    margin-left: 55%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-five-ninths {
    left: 55.55556%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-five-ninths {
    left: 55%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-five-ninths {
    left: -55.55556%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-five-ninths {
    left: -55%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-seven-ninths,
  .tablet-grid-set-seven-ninths .tablet-grid-col {
    width: 77.77778%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-seven-ninths, .lt-ie8
  .tablet-grid-set-seven-ninths .tablet-grid-col {
    width: 76.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-seven-ninths {
    margin-left: 77.77778%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-seven-ninths {
    margin-left: 77%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-seven-ninths {
    left: 77.77778%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-seven-ninths {
    left: 77%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-seven-ninths {
    left: -77.77778%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-seven-ninths {
    left: -77%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-eight-ninths,
  .tablet-grid-set-eight-ninths .tablet-grid-col {
    width: 88.88889%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-eight-ninths, .lt-ie8
  .tablet-grid-set-eight-ninths .tablet-grid-col {
    width: 87.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-eight-ninths {
    margin-left: 88.88889%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-eight-ninths {
    margin-left: 88%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-eight-ninths {
    left: 88.88889%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-eight-ninths {
    left: 88%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-eight-ninths {
    left: -88.88889%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-eight-ninths {
    left: -88%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-tenth,
  .tablet-grid-set-one-tenth .tablet-grid-col {
    width: 10%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-tenth, .lt-ie8
  .tablet-grid-set-one-tenth .tablet-grid-col {
    width: 9.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-tenth {
    margin-left: 10%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-tenth {
    margin-left: 10%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-tenth {
    left: 10%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-tenth {
    left: 10%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-tenth {
    left: -10%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-tenth {
    left: -10%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-three-tenths,
  .tablet-grid-set-three-tenths .tablet-grid-col {
    width: 30%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-three-tenths, .lt-ie8
  .tablet-grid-set-three-tenths .tablet-grid-col {
    width: 29.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-three-tenths {
    margin-left: 30%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-three-tenths {
    margin-left: 30%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-three-tenths {
    left: 30%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-three-tenths {
    left: 30%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-three-tenths {
    left: -30%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-three-tenths {
    left: -30%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-seven-tenths,
  .tablet-grid-set-seven-tenths .tablet-grid-col {
    width: 70%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-seven-tenths, .lt-ie8
  .tablet-grid-set-seven-tenths .tablet-grid-col {
    width: 69.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-seven-tenths {
    margin-left: 70%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-seven-tenths {
    margin-left: 70%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-seven-tenths {
    left: 70%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-seven-tenths {
    left: 70%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-seven-tenths {
    left: -70%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-seven-tenths {
    left: -70%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-nine-tenths,
  .tablet-grid-set-nine-tenths .tablet-grid-col {
    width: 90%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-nine-tenths, .lt-ie8
  .tablet-grid-set-nine-tenths .tablet-grid-col {
    width: 89.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-nine-tenths {
    margin-left: 90%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-nine-tenths {
    margin-left: 90%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-nine-tenths {
    left: 90%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-nine-tenths {
    left: 90%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-nine-tenths {
    left: -90%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-nine-tenths {
    left: -90%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-one-twelfth,
  .tablet-grid-set-one-twelfth .tablet-grid-col {
    width: 8.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-one-twelfth, .lt-ie8
  .tablet-grid-set-one-twelfth .tablet-grid-col {
    width: 7.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-one-twelfth {
    margin-left: 8.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-one-twelfth {
    margin-left: 8%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-one-twelfth {
    left: 8.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-one-twelfth {
    left: 8%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-one-twelfth {
    left: -8.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-one-twelfth {
    left: -8%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-two-twelfth,
  .tablet-grid-set-two-twelfth .tablet-grid-col {
    width: 16.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-two-twelfth, .lt-ie8
  .tablet-grid-set-two-twelfth .tablet-grid-col {
    width: 15.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-two-twelfth {
    margin-left: 16.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-two-twelfth {
    margin-left: 16%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-two-twelfth {
    left: 16.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-two-twelfth {
    left: 16%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-two-twelfth {
    left: -16.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-two-twelfth {
    left: -16%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-three-twelfth,
  .tablet-grid-set-three-twelfth .tablet-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-three-twelfth, .lt-ie8
  .tablet-grid-set-three-twelfth .tablet-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-three-twelfth {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-three-twelfth {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-three-twelfth {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-three-twelfth {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-three-twelfth {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-three-twelfth {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-fourth-twelfth,
  .tablet-grid-set-fourth-twelfth .tablet-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-fourth-twelfth, .lt-ie8
  .tablet-grid-set-fourth-twelfth .tablet-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-fourth-twelfth {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-fourth-twelfth {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-fourth-twelfth {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-fourth-twelfth {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-fourth-twelfth {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-fourth-twelfth {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-fifth-twelfth,
  .tablet-grid-set-fifth-twelfth .tablet-grid-col {
    width: 41.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-fifth-twelfth, .lt-ie8
  .tablet-grid-set-fifth-twelfth .tablet-grid-col {
    width: 40.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-fifth-twelfth {
    margin-left: 41.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-fifth-twelfth {
    margin-left: 41%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-fifth-twelfth {
    left: 41.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-fifth-twelfth {
    left: 41%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-fifth-twelfth {
    left: -41.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-fifth-twelfth {
    left: -41%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-sixth-twelfth,
  .tablet-grid-set-sixth-twelfth .tablet-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-sixth-twelfth, .lt-ie8
  .tablet-grid-set-sixth-twelfth .tablet-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-sixth-twelfth {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-sixth-twelfth {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-sixth-twelfth {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-sixth-twelfth {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-sixth-twelfth {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-sixth-twelfth {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-seventh-twelfth,
  .tablet-grid-set-seventh-twelfth .tablet-grid-col {
    width: 58.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-seventh-twelfth, .lt-ie8
  .tablet-grid-set-seventh-twelfth .tablet-grid-col {
    width: 57.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-seventh-twelfth {
    margin-left: 58.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-seventh-twelfth {
    margin-left: 58%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-seventh-twelfth {
    left: 58.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-seventh-twelfth {
    left: 58%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-seventh-twelfth {
    left: -58.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-seventh-twelfth {
    left: -58%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-eight-twelfth,
  .tablet-grid-set-eight-twelfth .tablet-grid-col {
    width: 66.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-eight-twelfth, .lt-ie8
  .tablet-grid-set-eight-twelfth .tablet-grid-col {
    width: 65.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-eight-twelfth {
    margin-left: 66.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-eight-twelfth {
    margin-left: 66%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-eight-twelfth {
    left: 66.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-eight-twelfth {
    left: 66%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-eight-twelfth {
    left: -66.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-eight-twelfth {
    left: -66%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-ninth-twelfth,
  .tablet-grid-set-ninth-twelfth .tablet-grid-col {
    width: 75%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-ninth-twelfth, .lt-ie8
  .tablet-grid-set-ninth-twelfth .tablet-grid-col {
    width: 74.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-ninth-twelfth {
    margin-left: 75%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-ninth-twelfth {
    margin-left: 75%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-ninth-twelfth {
    left: 75%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-ninth-twelfth {
    left: 75%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-ninth-twelfth {
    left: -75%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-ninth-twelfth {
    left: -75%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-tenth-twelfth,
  .tablet-grid-set-tenth-twelfth .tablet-grid-col {
    width: 83.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-tenth-twelfth, .lt-ie8
  .tablet-grid-set-tenth-twelfth .tablet-grid-col {
    width: 82.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-tenth-twelfth {
    margin-left: 83.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-tenth-twelfth {
    margin-left: 83%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-tenth-twelfth {
    left: 83.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-tenth-twelfth {
    left: 83%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-tenth-twelfth {
    left: -83.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-tenth-twelfth {
    left: -83%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-eleven-twelfth,
  .tablet-grid-set-eleven-twelfth .tablet-grid-col {
    width: 91.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-eleven-twelfth, .lt-ie8
  .tablet-grid-set-eleven-twelfth .tablet-grid-col {
    width: 90.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-offset-eleven-twelfth {
    margin-left: 91.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-offset-eleven-twelfth {
    margin-left: 91%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-push-eleven-twelfth {
    left: 91.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-push-eleven-twelfth {
    left: 91%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .tablet-grid-pull-eleven-twelfth {
    left: -91.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .tablet-grid-pull-eleven-twelfth {
    left: -91%;
  }
}
@media screen and (min-width: 767px) {
  /* line 45, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap {
    margin-left: -28px;
    *zoom: 1;
    clear: both;
  }
  /* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
  .desktop-grid-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 50, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-wrap {
    margin-left: 0;
  }
  /* line 54, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.large-gutter {
    margin-left: -56px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.large-gutter > .desktop-grid-col {
    padding-left: 56px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .desktop-grid-wrap.large-gutter .desktop-grid-col {
    padding-left: 56px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.large-gutter.multiple-rows > .desktop-grid-col {
    margin-bottom: 56px;
  }
  /* line 58, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.half-gutter {
    margin-left: -14px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.half-gutter > .desktop-grid-col {
    padding-left: 14px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .desktop-grid-wrap.half-gutter .desktop-grid-col {
    padding-left: 14px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.half-gutter.multiple-rows > .desktop-grid-col {
    margin-bottom: 14px;
  }
  /* line 62, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.third-gutter {
    margin-left: -9.33333px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.third-gutter > .desktop-grid-col {
    padding-left: 9.33333px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .desktop-grid-wrap.third-gutter .desktop-grid-col {
    padding-left: 9.33333px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.third-gutter.multiple-rows > .desktop-grid-col {
    margin-bottom: 9.33333px;
  }
  /* line 67, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.quarter-gutter {
    margin-left: -7px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.quarter-gutter > .desktop-grid-col {
    padding-left: 7px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .desktop-grid-wrap.quarter-gutter .desktop-grid-col {
    padding-left: 7px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.quarter-gutter.multiple-rows > .desktop-grid-col {
    margin-bottom: 7px;
  }
  /* line 71, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.no-gutter {
    margin-left: 0;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.no-gutter > .desktop-grid-col {
    padding-left: 0;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .desktop-grid-wrap.no-gutter .desktop-grid-col {
    padding-left: 0;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.no-gutter.multiple-rows > .desktop-grid-col {
    margin-bottom: 0;
  }
  /* line 75, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.reset-gutter {
    margin-left: -28px;
  }
  /* line 28, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.reset-gutter > .desktop-grid-col {
    padding-left: 28px;
  }
  /* line 33, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .ie7 .desktop-grid-wrap.reset-gutter .desktop-grid-col {
    padding-left: 28px;
  }
  /* line 38, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-wrap.reset-gutter.multiple-rows > .desktop-grid-col {
    margin-bottom: 28px;
  }

  /* line 80, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-col {
    float: left;
    clear: none;
    padding-left: 28px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 88, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-col {
    padding-left: 0;
  }

  /* line 94, ../../../../../resources/common/css/core/_proportional-grids.scss */
  ul.desktop-grid-wrap,
  ol.desktop-grid-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none;
  }

  /* line 103, ../../../../../resources/common/css/core/_proportional-grids.scss */
  li.desktop-grid-col {
    margin-left: 0;
    margin-bottom: 0;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-full-width,
  .desktop-grid-set-full-width .desktop-grid-col {
    width: 100%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-full-width, .lt-ie8
  .desktop-grid-set-full-width .desktop-grid-col {
    width: 99.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-full-width {
    margin-left: 100%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-full-width {
    margin-left: 100%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-full-width {
    left: 100%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-full-width {
    left: 100%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-full-width {
    left: -100%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-full-width {
    left: -100%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-half,
  .desktop-grid-set-one-half .desktop-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-half, .lt-ie8
  .desktop-grid-set-one-half .desktop-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-half {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-half {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-half {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-half {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-half {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-half {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-third,
  .desktop-grid-set-one-third .desktop-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-third, .lt-ie8
  .desktop-grid-set-one-third .desktop-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-third {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-third {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-third {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-third {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-third {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-third {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-two-thirds,
  .desktop-grid-set-two-thirds .desktop-grid-col {
    width: 66.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-two-thirds, .lt-ie8
  .desktop-grid-set-two-thirds .desktop-grid-col {
    width: 65.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-two-thirds {
    margin-left: 66.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-two-thirds {
    margin-left: 66%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-two-thirds {
    left: 66.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-two-thirds {
    left: 66%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-two-thirds {
    left: -66.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-two-thirds {
    left: -66%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-quarter,
  .desktop-grid-set-one-quarter .desktop-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-quarter, .lt-ie8
  .desktop-grid-set-one-quarter .desktop-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-quarter {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-quarter {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-quarter {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-quarter {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-quarter {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-quarter {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-two-quarters,
  .desktop-grid-set-two-quarters .desktop-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-two-quarters, .lt-ie8
  .desktop-grid-set-two-quarters .desktop-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-two-quarters {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-two-quarters {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-two-quarters {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-two-quarters {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-two-quarters {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-two-quarters {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-three-quarters,
  .desktop-grid-set-three-quarters .desktop-grid-col {
    width: 75%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-three-quarters, .lt-ie8
  .desktop-grid-set-three-quarters .desktop-grid-col {
    width: 74.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-three-quarters {
    margin-left: 75%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-three-quarters {
    margin-left: 75%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-three-quarters {
    left: 75%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-three-quarters {
    left: 75%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-three-quarters {
    left: -75%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-three-quarters {
    left: -75%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-fifth,
  .desktop-grid-set-one-fifth .desktop-grid-col {
    width: 20%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-fifth, .lt-ie8
  .desktop-grid-set-one-fifth .desktop-grid-col {
    width: 19.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-fifth {
    margin-left: 20%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-fifth {
    margin-left: 20%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-fifth {
    left: 20%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-fifth {
    left: 20%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-fifth {
    left: -20%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-fifth {
    left: -20%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-two-fifths,
  .desktop-grid-set-two-fifths .desktop-grid-col {
    width: 40%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-two-fifths, .lt-ie8
  .desktop-grid-set-two-fifths .desktop-grid-col {
    width: 39.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-two-fifths {
    margin-left: 40%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-two-fifths {
    margin-left: 40%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-two-fifths {
    left: 40%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-two-fifths {
    left: 40%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-two-fifths {
    left: -40%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-two-fifths {
    left: -40%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-three-fifths,
  .desktop-grid-set-three-fifths .desktop-grid-col {
    width: 60%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-three-fifths, .lt-ie8
  .desktop-grid-set-three-fifths .desktop-grid-col {
    width: 59.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-three-fifths {
    margin-left: 60%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-three-fifths {
    margin-left: 60%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-three-fifths {
    left: 60%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-three-fifths {
    left: 60%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-three-fifths {
    left: -60%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-three-fifths {
    left: -60%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-four-fifths,
  .desktop-grid-set-four-fifths .desktop-grid-col {
    width: 80%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-four-fifths, .lt-ie8
  .desktop-grid-set-four-fifths .desktop-grid-col {
    width: 79.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-four-fifths {
    margin-left: 80%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-four-fifths {
    margin-left: 80%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-four-fifths {
    left: 80%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-four-fifths {
    left: 80%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-four-fifths {
    left: -80%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-four-fifths {
    left: -80%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-sixth,
  .desktop-grid-set-one-sixth .desktop-grid-col {
    width: 16.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-sixth, .lt-ie8
  .desktop-grid-set-one-sixth .desktop-grid-col {
    width: 15.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-sixth {
    margin-left: 16.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-sixth {
    margin-left: 16%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-sixth {
    left: 16.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-sixth {
    left: 16%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-sixth {
    left: -16.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-sixth {
    left: -16%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-five-sixths,
  .desktop-grid-set-five-sixths .desktop-grid-col {
    width: 83.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-five-sixths, .lt-ie8
  .desktop-grid-set-five-sixths .desktop-grid-col {
    width: 82.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-five-sixths {
    margin-left: 83.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-five-sixths {
    margin-left: 83%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-five-sixths {
    left: 83.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-five-sixths {
    left: 83%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-five-sixths {
    left: -83.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-five-sixths {
    left: -83%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-seventh,
  .desktop-grid-set-one-seventh .desktop-grid-col {
    width: 14.28571%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-seventh, .lt-ie8
  .desktop-grid-set-one-seventh .desktop-grid-col {
    width: 13.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-seventh {
    margin-left: 14.28571%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-seventh {
    margin-left: 14%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-seventh {
    left: 14.28571%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-seventh {
    left: 14%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-seventh {
    left: -14.28571%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-seventh {
    left: -14%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-two-sevenths,
  .desktop-grid-set-two-sevenths .desktop-grid-col {
    width: 28.57143%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-two-sevenths, .lt-ie8
  .desktop-grid-set-two-sevenths .desktop-grid-col {
    width: 27.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-two-sevenths {
    margin-left: 28.57143%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-two-sevenths {
    margin-left: 28%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-two-sevenths {
    left: 28.57143%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-two-sevenths {
    left: 28%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-two-sevenths {
    left: -28.57143%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-two-sevenths {
    left: -28%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-three-sevenths,
  .desktop-grid-set-three-sevenths .desktop-grid-col {
    width: 42.85714%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-three-sevenths, .lt-ie8
  .desktop-grid-set-three-sevenths .desktop-grid-col {
    width: 41.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-three-sevenths {
    margin-left: 42.85714%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-three-sevenths {
    margin-left: 42%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-three-sevenths {
    left: 42.85714%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-three-sevenths {
    left: 42%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-three-sevenths {
    left: -42.85714%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-three-sevenths {
    left: -42%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-four-sevenths,
  .desktop-grid-set-four-sevenths .desktop-grid-col {
    width: 57.14286%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-four-sevenths, .lt-ie8
  .desktop-grid-set-four-sevenths .desktop-grid-col {
    width: 56.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-four-sevenths {
    margin-left: 57.14286%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-four-sevenths {
    margin-left: 57%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-four-sevenths {
    left: 57.14286%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-four-sevenths {
    left: 57%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-four-sevenths {
    left: -57.14286%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-four-sevenths {
    left: -57%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-five-sevenths,
  .desktop-grid-set-five-sevenths .desktop-grid-col {
    width: 71.42857%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-five-sevenths, .lt-ie8
  .desktop-grid-set-five-sevenths .desktop-grid-col {
    width: 70.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-five-sevenths {
    margin-left: 71.42857%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-five-sevenths {
    margin-left: 71%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-five-sevenths {
    left: 71.42857%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-five-sevenths {
    left: 71%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-five-sevenths {
    left: -71.42857%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-five-sevenths {
    left: -71%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-six-sevenths,
  .desktop-grid-set-six-sevenths .desktop-grid-col {
    width: 85.71429%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-six-sevenths, .lt-ie8
  .desktop-grid-set-six-sevenths .desktop-grid-col {
    width: 84.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-six-sevenths {
    margin-left: 85.71429%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-six-sevenths {
    margin-left: 85%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-six-sevenths {
    left: 85.71429%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-six-sevenths {
    left: 85%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-six-sevenths {
    left: -85.71429%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-six-sevenths {
    left: -85%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-eighth,
  .desktop-grid-set-one-eighth .desktop-grid-col {
    width: 12.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-eighth, .lt-ie8
  .desktop-grid-set-one-eighth .desktop-grid-col {
    width: 11.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-eighth {
    margin-left: 12.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-eighth {
    margin-left: 12%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-eighth {
    left: 12.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-eighth {
    left: 12%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-eighth {
    left: -12.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-eighth {
    left: -12%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-two-eighths,
  .desktop-grid-set-two-eighths .desktop-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-two-eighths, .lt-ie8
  .desktop-grid-set-two-eighths .desktop-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-two-eighths {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-two-eighths {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-two-eighths {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-two-eighths {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-two-eighths {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-two-eighths {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-three-eighths,
  .desktop-grid-set-three-eighths .desktop-grid-col {
    width: 37.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-three-eighths, .lt-ie8
  .desktop-grid-set-three-eighths .desktop-grid-col {
    width: 36.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-three-eighths {
    margin-left: 37.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-three-eighths {
    margin-left: 37%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-three-eighths {
    left: 37.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-three-eighths {
    left: 37%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-three-eighths {
    left: -37.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-three-eighths {
    left: -37%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-five-eighths,
  .desktop-grid-set-five-eighths .desktop-grid-col {
    width: 62.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-five-eighths, .lt-ie8
  .desktop-grid-set-five-eighths .desktop-grid-col {
    width: 61.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-five-eighths {
    margin-left: 62.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-five-eighths {
    margin-left: 62%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-five-eighths {
    left: 62.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-five-eighths {
    left: 62%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-five-eighths {
    left: -62.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-five-eighths {
    left: -62%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-seven-eighths,
  .desktop-grid-set-seven-eighths .desktop-grid-col {
    width: 87.5%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-seven-eighths, .lt-ie8
  .desktop-grid-set-seven-eighths .desktop-grid-col {
    width: 86.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-seven-eighths {
    margin-left: 87.5%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-seven-eighths {
    margin-left: 87%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-seven-eighths {
    left: 87.5%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-seven-eighths {
    left: 87%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-seven-eighths {
    left: -87.5%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-seven-eighths {
    left: -87%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-ninth,
  .desktop-grid-set-one-ninth .desktop-grid-col {
    width: 11.11111%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-ninth, .lt-ie8
  .desktop-grid-set-one-ninth .desktop-grid-col {
    width: 10.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-ninth {
    margin-left: 11.11111%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-ninth {
    margin-left: 11%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-ninth {
    left: 11.11111%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-ninth {
    left: 11%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-ninth {
    left: -11.11111%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-ninth {
    left: -11%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-two-ninths,
  .desktop-grid-set-two-ninths .desktop-grid-col {
    width: 22.22222%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-two-ninths, .lt-ie8
  .desktop-grid-set-two-ninths .desktop-grid-col {
    width: 21.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-two-ninths {
    margin-left: 22.22222%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-two-ninths {
    margin-left: 22%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-two-ninths {
    left: 22.22222%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-two-ninths {
    left: 22%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-two-ninths {
    left: -22.22222%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-two-ninths {
    left: -22%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-three-ninths,
  .desktop-grid-set-three-ninths .desktop-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-three-ninths, .lt-ie8
  .desktop-grid-set-three-ninths .desktop-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-three-ninths {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-three-ninths {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-three-ninths {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-three-ninths {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-three-ninths {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-three-ninths {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-four-ninths,
  .desktop-grid-set-four-ninths .desktop-grid-col {
    width: 44.44444%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-four-ninths, .lt-ie8
  .desktop-grid-set-four-ninths .desktop-grid-col {
    width: 43.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-four-ninths {
    margin-left: 44.44444%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-four-ninths {
    margin-left: 44%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-four-ninths {
    left: 44.44444%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-four-ninths {
    left: 44%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-four-ninths {
    left: -44.44444%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-four-ninths {
    left: -44%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-five-ninths,
  .desktop-grid-set-five-ninths .desktop-grid-col {
    width: 55.55556%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-five-ninths, .lt-ie8
  .desktop-grid-set-five-ninths .desktop-grid-col {
    width: 54.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-five-ninths {
    margin-left: 55.55556%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-five-ninths {
    margin-left: 55%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-five-ninths {
    left: 55.55556%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-five-ninths {
    left: 55%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-five-ninths {
    left: -55.55556%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-five-ninths {
    left: -55%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-seven-ninths,
  .desktop-grid-set-seven-ninths .desktop-grid-col {
    width: 77.77778%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-seven-ninths, .lt-ie8
  .desktop-grid-set-seven-ninths .desktop-grid-col {
    width: 76.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-seven-ninths {
    margin-left: 77.77778%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-seven-ninths {
    margin-left: 77%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-seven-ninths {
    left: 77.77778%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-seven-ninths {
    left: 77%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-seven-ninths {
    left: -77.77778%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-seven-ninths {
    left: -77%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-eight-ninths,
  .desktop-grid-set-eight-ninths .desktop-grid-col {
    width: 88.88889%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-eight-ninths, .lt-ie8
  .desktop-grid-set-eight-ninths .desktop-grid-col {
    width: 87.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-eight-ninths {
    margin-left: 88.88889%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-eight-ninths {
    margin-left: 88%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-eight-ninths {
    left: 88.88889%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-eight-ninths {
    left: 88%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-eight-ninths {
    left: -88.88889%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-eight-ninths {
    left: -88%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-tenth,
  .desktop-grid-set-one-tenth .desktop-grid-col {
    width: 10%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-tenth, .lt-ie8
  .desktop-grid-set-one-tenth .desktop-grid-col {
    width: 9.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-tenth {
    margin-left: 10%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-tenth {
    margin-left: 10%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-tenth {
    left: 10%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-tenth {
    left: 10%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-tenth {
    left: -10%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-tenth {
    left: -10%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-three-tenths,
  .desktop-grid-set-three-tenths .desktop-grid-col {
    width: 30%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-three-tenths, .lt-ie8
  .desktop-grid-set-three-tenths .desktop-grid-col {
    width: 29.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-three-tenths {
    margin-left: 30%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-three-tenths {
    margin-left: 30%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-three-tenths {
    left: 30%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-three-tenths {
    left: 30%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-three-tenths {
    left: -30%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-three-tenths {
    left: -30%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-seven-tenths,
  .desktop-grid-set-seven-tenths .desktop-grid-col {
    width: 70%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-seven-tenths, .lt-ie8
  .desktop-grid-set-seven-tenths .desktop-grid-col {
    width: 69.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-seven-tenths {
    margin-left: 70%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-seven-tenths {
    margin-left: 70%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-seven-tenths {
    left: 70%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-seven-tenths {
    left: 70%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-seven-tenths {
    left: -70%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-seven-tenths {
    left: -70%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-nine-tenths,
  .desktop-grid-set-nine-tenths .desktop-grid-col {
    width: 90%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-nine-tenths, .lt-ie8
  .desktop-grid-set-nine-tenths .desktop-grid-col {
    width: 89.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-nine-tenths {
    margin-left: 90%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-nine-tenths {
    margin-left: 90%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-nine-tenths {
    left: 90%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-nine-tenths {
    left: 90%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-nine-tenths {
    left: -90%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-nine-tenths {
    left: -90%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-one-twelfth,
  .desktop-grid-set-one-twelfth .desktop-grid-col {
    width: 8.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-one-twelfth, .lt-ie8
  .desktop-grid-set-one-twelfth .desktop-grid-col {
    width: 7.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-one-twelfth {
    margin-left: 8.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-one-twelfth {
    margin-left: 8%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-one-twelfth {
    left: 8.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-one-twelfth {
    left: 8%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-one-twelfth {
    left: -8.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-one-twelfth {
    left: -8%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-two-twelfth,
  .desktop-grid-set-two-twelfth .desktop-grid-col {
    width: 16.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-two-twelfth, .lt-ie8
  .desktop-grid-set-two-twelfth .desktop-grid-col {
    width: 15.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-two-twelfth {
    margin-left: 16.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-two-twelfth {
    margin-left: 16%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-two-twelfth {
    left: 16.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-two-twelfth {
    left: 16%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-two-twelfth {
    left: -16.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-two-twelfth {
    left: -16%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-three-twelfth,
  .desktop-grid-set-three-twelfth .desktop-grid-col {
    width: 25%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-three-twelfth, .lt-ie8
  .desktop-grid-set-three-twelfth .desktop-grid-col {
    width: 24.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-three-twelfth {
    margin-left: 25%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-three-twelfth {
    margin-left: 25%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-three-twelfth {
    left: 25%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-three-twelfth {
    left: 25%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-three-twelfth {
    left: -25%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-three-twelfth {
    left: -25%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-fourth-twelfth,
  .desktop-grid-set-fourth-twelfth .desktop-grid-col {
    width: 33.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-fourth-twelfth, .lt-ie8
  .desktop-grid-set-fourth-twelfth .desktop-grid-col {
    width: 32.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-fourth-twelfth {
    margin-left: 33.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-fourth-twelfth {
    margin-left: 33%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-fourth-twelfth {
    left: 33.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-fourth-twelfth {
    left: 33%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-fourth-twelfth {
    left: -33.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-fourth-twelfth {
    left: -33%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-fifth-twelfth,
  .desktop-grid-set-fifth-twelfth .desktop-grid-col {
    width: 41.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-fifth-twelfth, .lt-ie8
  .desktop-grid-set-fifth-twelfth .desktop-grid-col {
    width: 40.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-fifth-twelfth {
    margin-left: 41.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-fifth-twelfth {
    margin-left: 41%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-fifth-twelfth {
    left: 41.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-fifth-twelfth {
    left: 41%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-fifth-twelfth {
    left: -41.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-fifth-twelfth {
    left: -41%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-sixth-twelfth,
  .desktop-grid-set-sixth-twelfth .desktop-grid-col {
    width: 50%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-sixth-twelfth, .lt-ie8
  .desktop-grid-set-sixth-twelfth .desktop-grid-col {
    width: 49.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-sixth-twelfth {
    margin-left: 50%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-sixth-twelfth {
    margin-left: 50%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-sixth-twelfth {
    left: 50%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-sixth-twelfth {
    left: 50%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-sixth-twelfth {
    left: -50%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-sixth-twelfth {
    left: -50%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-seventh-twelfth,
  .desktop-grid-set-seventh-twelfth .desktop-grid-col {
    width: 58.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-seventh-twelfth, .lt-ie8
  .desktop-grid-set-seventh-twelfth .desktop-grid-col {
    width: 57.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-seventh-twelfth {
    margin-left: 58.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-seventh-twelfth {
    margin-left: 58%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-seventh-twelfth {
    left: 58.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-seventh-twelfth {
    left: 58%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-seventh-twelfth {
    left: -58.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-seventh-twelfth {
    left: -58%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-eight-twelfth,
  .desktop-grid-set-eight-twelfth .desktop-grid-col {
    width: 66.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-eight-twelfth, .lt-ie8
  .desktop-grid-set-eight-twelfth .desktop-grid-col {
    width: 65.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-eight-twelfth {
    margin-left: 66.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-eight-twelfth {
    margin-left: 66%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-eight-twelfth {
    left: 66.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-eight-twelfth {
    left: 66%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-eight-twelfth {
    left: -66.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-eight-twelfth {
    left: -66%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-ninth-twelfth,
  .desktop-grid-set-ninth-twelfth .desktop-grid-col {
    width: 75%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-ninth-twelfth, .lt-ie8
  .desktop-grid-set-ninth-twelfth .desktop-grid-col {
    width: 74.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-ninth-twelfth {
    margin-left: 75%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-ninth-twelfth {
    margin-left: 75%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-ninth-twelfth {
    left: 75%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-ninth-twelfth {
    left: 75%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-ninth-twelfth {
    left: -75%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-ninth-twelfth {
    left: -75%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-tenth-twelfth,
  .desktop-grid-set-tenth-twelfth .desktop-grid-col {
    width: 83.33333%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-tenth-twelfth, .lt-ie8
  .desktop-grid-set-tenth-twelfth .desktop-grid-col {
    width: 82.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-tenth-twelfth {
    margin-left: 83.33333%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-tenth-twelfth {
    margin-left: 83%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-tenth-twelfth {
    left: 83.33333%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-tenth-twelfth {
    left: 83%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-tenth-twelfth {
    left: -83.33333%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-tenth-twelfth {
    left: -83%;
  }

  /* line 115, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-eleven-twelfth,
  .desktop-grid-set-eleven-twelfth .desktop-grid-col {
    width: 91.66667%;
  }
  /* line 119, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-eleven-twelfth, .lt-ie8
  .desktop-grid-set-eleven-twelfth .desktop-grid-col {
    width: 90.75%;
  }

  /* line 125, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-offset-eleven-twelfth {
    margin-left: 91.66667%;
  }
  /* line 128, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-offset-eleven-twelfth {
    margin-left: 91%;
  }

  /* line 134, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-push-eleven-twelfth {
    left: 91.66667%;
  }
  /* line 137, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-push-eleven-twelfth {
    left: 91%;
  }

  /* line 141, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .desktop-grid-pull-eleven-twelfth {
    left: -91.66667%;
  }
  /* line 144, ../../../../../resources/common/css/core/_proportional-grids.scss */
  .lt-ie8 .desktop-grid-pull-eleven-twelfth {
    left: -91%;
  }
}
/* line 105, ../../../../../resources/common/css/project/_layout.scss */
.desktop-grid-col {
  zoom: 1;
}

@media screen and (min-width: 767px) {
  /* line 110, ../../../../../resources/common/css/project/_layout.scss */
  .vertically-centred {
    display: table;
    width: 100%;
    margin-left: 0;
  }
  /* line 115, ../../../../../resources/common/css/project/_layout.scss */
  .vertically-centred .desktop-grid-col,
  .vertically-centred .tablet-grid-col {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  /* line 121, ../../../../../resources/common/css/project/_layout.scss */
  .vertically-centred .desktop-grid-col:first-child,
  .vertically-centred .tablet-grid-col:first-child {
    padding-left: 0;
  }
}
/* line 132, ../../../../../resources/common/css/project/_layout.scss */
.ie7 .helper {
  float: left;
}
/* line 136, ../../../../../resources/common/css/project/_layout.scss */
.teaser__content .helper {
  float: none;
}

/* line 1, ../../../../../resources/common/css/project/_general.scss */
html {
  font-size: 1em;
}

/* line 5, ../../../../../resources/common/css/project/_general.scss */
body {
  background: #00a4c4;
  color: #3e3d40;
  line-height: 1.35;
  font-size: 15px ;
  font-size: 0.9375rem ;
}
/* line 12, ../../../../../resources/common/css/project/_general.scss */
body.xtra {
  background: #f78630;
}
/* line 17, ../../../../../resources/common/css/project/_general.scss */
body.basix {
  background: #7aaf2c;
}

/* line 23, ../../../../../resources/common/css/project/_general.scss */
body,
button,
input,
select,
textarea {
  font-family: FS-Me-Regular;
}

/* line 31, ../../../../../resources/common/css/project/_general.scss */
.shard {
  border-color: #00a4c4;
  border-left-color: #0891ac;
  border-style: solid;
  border-width: 286.13427px 0 286.13427px 193px;
  height: 286.13427px;
  position: absolute;
  top: 50px;
  z-index: -1;
  left: 10%;
  width: 90%;
  margin-top: 0;
  /*body*/
  /*body*/
}
/* line 44, ../../../../../resources/common/css/project/_general.scss */
.xtra .shard {
  border-color: #f78630;
  border-left-color: #eb6b09;
}
/* line 48, ../../../../../resources/common/css/project/_general.scss */
.basix .shard {
  border-color: #7aaf2c;
  border-left-color: #5f8e19;
}
@media screen and (min-width: 601px) {
  /* line 31, ../../../../../resources/common/css/project/_general.scss */
  .shard {
    top: 0;
    left: 50%;
    width: 50%;
  }
}
/* line 59, ../../../../../resources/common/css/project/_general.scss */
.ie7 .shard {
  display: none;
}

/* line 64, ../../../../../resources/common/css/project/_general.scss */
.phone-num {
  text-decoration: none !important;
  color: inherit;
}
/* line 68, ../../../../../resources/common/css/project/_general.scss */
.phone-num:hover {
  cursor: default;
  text-decoration: none !important;
}

/* line 1, ../../../../../resources/common/css/project/_general-extension.scss */
.shard-circle-main {
  z-index: -1;
  width: 1000px;
  height: 506.22px;
  background: #0891ac;
  position: relative;
  opacity: 1;
  border-radius: 0 95.33333px 0 0;
  position: absolute;
  top: 0;
  right: 90%;
}
/* line 41, ../../../../../resources/common/css/project/_helpers.scss */
.shard-circle-main:before {
  border-bottom: 240.24px solid transparent;
  border-top: 240.24px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 45.76px;
  width: 0;
}
/* line 54, ../../../../../resources/common/css/project/_helpers.scss */
.shard-circle-main:before {
  border-left: 156.156px solid #0891ac;
  right: -141.856px;
}
/* line 58, ../../../../../resources/common/css/project/_helpers.scss */
.shard-circle-main:after {
  border-right: 44.044px solid transparent;
}
/* line 73, ../../../../../resources/common/css/project/_helpers.scss */
.shard-circle-main:after {
  border-top: 70.356px solid #0891ac;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 955.384px;
}
/* line 5, ../../../../../resources/common/css/project/_general-extension.scss */
.shard-circle-main:before {
  right: -142px;
  top: 46px;
}
/* line 9, ../../../../../resources/common/css/project/_general-extension.scss */
.shard-circle-main:after {
  width: 999px ;
  width: 62.4375rem ;
}
/* line 12, ../../../../../resources/common/css/project/_general-extension.scss */
.lt-ie9 .shard-circle-main {
  background: #00a4c4;
}
/* line 15, ../../../../../resources/common/css/project/_general-extension.scss */
.ie7 .shard-circle-main {
  display: none;
}
/* line 22, ../../../../../resources/common/css/project/_general-extension.scss */
.xtra .shard-circle-main {
  background: #eb6b09;
}
/* line 23, ../../../../../resources/common/css/project/_general-extension.scss */
.xtra .shard-circle-main:before {
  border-left-color: #eb6b09;
}
/* line 26, ../../../../../resources/common/css/project/_general-extension.scss */
.xtra .shard-circle-main:after {
  border-color: #eb6b09;
}
/* line 32, ../../../../../resources/common/css/project/_general-extension.scss */
.lt-ie9 .xtra .shard-circle-main {
  background: #f78630;
}
/* line 36, ../../../../../resources/common/css/project/_general-extension.scss */
.lt-ie9 .basix .shard-circle-main {
  background: #7aaf2c;
}
/* line 40, ../../../../../resources/common/css/project/_general-extension.scss */
.basix .shard-circle-main {
  background: #5f8e19;
}
/* line 41, ../../../../../resources/common/css/project/_general-extension.scss */
.basix .shard-circle-main:before {
  border-left-color: #5f8e19;
}
/* line 44, ../../../../../resources/common/css/project/_general-extension.scss */
.basix .shard-circle-main:after {
  border-color: #5f8e19;
}
@media screen and (min-width: 601px) {
  /* line 1, ../../../../../resources/common/css/project/_general-extension.scss */
  .shard-circle-main {
    right: 50.44%;
  }
}

/* line 4, ../../../../../resources/common/css/project/_media.scss */
.align-left {
  float: left;
  margin-right: 20px;
}

/* line 9, ../../../../../resources/common/css/project/_media.scss */
.align-right {
  float: right;
  margin-left: 20px;
}

/* line 14, ../../../../../resources/common/css/project/_media.scss */
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, ../../../../../resources/common/css/project/_media.scss */
.image {
  margin-bottom: 24px;
}

/* line 24, ../../../../../resources/common/css/project/_media.scss */
.media {
  display: block;
}

/* line 29, ../../../../../resources/common/css/project/_media.scss */
.media__img {
  float: left;
  margin-right: 28px;
}
/* line 32, ../../../../../resources/common/css/project/_media.scss */
.media__img img {
  display: block;
}

/* line 37, ../../../../../resources/common/css/project/_media.scss */
.media__body {
  overflow: hidden;
}

/* line 41, ../../../../../resources/common/css/project/_media.scss */
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/* line 9, ../../../../../resources/common/css/project/_forms.scss */
.form__item, .form__group {
  margin-bottom: 20px;
  clear: both;
}

/* line 15, ../../../../../resources/common/css/project/_forms.scss */
.form__item--group {
  margin: .6em 0;
}

/* line 19, ../../../../../resources/common/css/project/_forms.scss */
.form__item--marginless {
  margin: 0;
}

/* line 23, ../../../../../resources/common/css/project/_forms.scss */
.form__item--compact {
  margin-bottom: 0;
}

/* line 27, ../../../../../resources/common/css/project/_forms.scss */
.form__item--boolean {
  position: relative;
  padding-left: 20px;
}

/* line 34, ../../../../../resources/common/css/project/_forms.scss */
.form__label, .form__group__title__text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 14px ;
  font-size: 0.875rem ;
  font-family: "FS-Me-Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: .4em;
  letter-spacing: 1px;
  color: #3e3d40;
  vertical-align: top;
  line-height: normal;
}

/* line 46, ../../../../../resources/common/css/project/_forms.scss */
.form__label--boolean {
  margin: 0;
}

/* line 50, ../../../../../resources/common/css/project/_forms.scss */
.form__label--group {
  font-family: "FS-Me-Regular", sans-serif;
}

/* line 54, ../../../../../resources/common/css/project/_forms.scss */
.form__label__optional {
  color: #3e3d40;
}

/* line 58, ../../../../../resources/common/css/project/_forms.scss */
.form__label__white {
  color: #fff;
}

/* line 63, ../../../../../resources/common/css/project/_forms.scss */
.form__note, .has-error {
  display: block;
  padding-top: 2px;
  font-size: 14px ;
  font-size: 0.875rem ;
  color: #3e3d40;
}

/* line 70, ../../../../../resources/common/css/project/_forms.scss */
.has-error {
  color: #d15119;
}

/* line 77, ../../../../../resources/common/css/project/_forms.scss */
.form__field {
  margin-bottom: .2em;
}

/* line 81, ../../../../../resources/common/css/project/_forms.scss */
.form__field--string, .form__field--multiselect {
  display: block;
  padding: .6em;
  width: 100%;
  max-width: 26.5em;
  border: 2px solid #eceded;
  background: #f7f7f7;
  font-size: 14px ;
  font-size: 0.875rem ;
}
/* line 52, ../../../../../resources/common/css/core/_mixins.scss */
.form__field--string.placeholder, .placeholder.form__field--multiselect {
  color: #85938a;
}
/* line 53, ../../../../../resources/common/css/core/_mixins.scss */
.form__field--string:-moz-placeholder, .form__field--multiselect:-moz-placeholder {
  color: #85938a;
}
/* line 54, ../../../../../resources/common/css/core/_mixins.scss */
.form__field--string::-moz-placeholder, .form__field--multiselect::-moz-placeholder {
  color: #85938a;
}
/* line 55, ../../../../../resources/common/css/core/_mixins.scss */
.form__field--string:-ms-input-placeholder, .form__field--multiselect:-ms-input-placeholder {
  color: #85938a;
}
/* line 56, ../../../../../resources/common/css/core/_mixins.scss */
.form__field--string::-webkit-input-placeholder, .form__field--multiselect::-webkit-input-placeholder {
  color: #85938a;
}
/* line 94, ../../../../../resources/common/css/project/_forms.scss */
.form__field--string:focus, .form__field--multiselect:focus {
  border-color: #00a4c4;
  outline: none;
}
/* line 99, ../../../../../resources/common/css/project/_forms.scss */
.form__field--string.has-error, .has-error.form__field--multiselect {
  border-color: #d15119;
}

/* line 105, ../../../../../resources/common/css/project/_forms.scss */
.form__field--boolean {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  padding: 0;
}

/* line 113, ../../../../../resources/common/css/project/_forms.scss */
.form__field--select {
  display: block;
  max-width: 26.5em;
  width: 100%;
  min-width: 60px;
  font-size: 14px ;
  font-size: 0.875rem ;
  border: 2px solid #eceded;
  padding: 0;
}
/* line 122, ../../../../../resources/common/css/project/_forms.scss */
.form__field--select:focus {
  border-color: #00a4c4;
  outline: none;
}

/* line 128, ../../../../../resources/common/css/project/_forms.scss */
.form__field--multiselect {
  padding-right: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 140, ../../../../../resources/common/css/project/_forms.scss */
.form__section__title__text {
  display: block;
  margin-bottom: 1em;
}

/* line 148, ../../../../../resources/common/css/project/_forms.scss */
.form__group {
  margin-bottom: 1.4em;
}

/* line 153, ../../../../../resources/common/css/project/_forms.scss */
.form__group__title__text {
  display: block;
}

/* line 160, ../../../../../resources/common/css/project/_forms.scss */
.form__actions {
  padding-top: .4em;
  margin-bottom: 2em;
}

/**
 * Select boxes
 * (Uniform)
 * This element is pixel based because using REMs for line-height inside pseudo elements does not work in IE10 & 9
 * Note: This element has been built in the first instance for the testimonial selector but could be extended out to all select elements
 */
/* line 171, ../../../../../resources/common/css/project/_forms.scss */
.selector {
  width: 100% !important;
  vertical-align: middle;
  line-height: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #eceded;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  font-size: 17px ;
  font-size: 1.0625rem ;
  font-family: "FS-Me-Bold", sans-serif;
}
/* line 185, ../../../../../resources/common/css/project/_forms.scss */
.selector:focus {
  outline: 0;
}
/* line 189, ../../../../../resources/common/css/project/_forms.scss */
.selector span {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 45px;
  line-height: 45px;
  padding: 0 65px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  display: block;
}
/* line 203, ../../../../../resources/common/css/project/_forms.scss */
.selector span:before {
  height: 100%;
  width: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #3e3d40;
  color: #fff;
}
/* line 216, ../../../../../resources/common/css/project/_forms.scss */
.selector select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border: none;
  background: 0;
  position: absolute;
  font-size: 16px ;
  font-size: 1rem ;
  height: 45px;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  font-family: "Helvetica", "Arial", sans-serif;
  min-width: 110px;
}
/* line 233, ../../../../../resources/common/css/project/_forms.scss */
.lt-ie9 .selector.hover, .lt-ie9 .selector.focus {
  border-color: #85938a;
}
/* line 238, ../../../../../resources/common/css/project/_forms.scss */
.selector.active {
  /*.lt-ie9 & {
    border-color: $brilliant-grey-lighter;
  }*/
}

/* line 1, project/_forms.scss */
.speed__checker__has-error {
  position: absolute;
  bottom: -10px;
}

/* line 2, ../../../../../resources/common/css/project/_buttons.scss */
button {
  width: auto;
  border: 0 none;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
}

/* line 11, ../../../../../resources/common/css/project/_buttons.scss */
.btn {
  text-decoration: none !important;
  border: 0;
  color: #fff;
  font-size: 16px ;
  font-size: 1rem ;
  line-height: 1;
  background-color: #00a4c4;
  padding: 15px 20px 13px 20px ;
  padding: 0.9375rem 1.25rem 0.8125rem 1.25rem ;
  display: block;
  width: 100%;
  max-width: 440px;
  font-family: "FS-Me-Bold", sans-serif;
  text-align: center;
  position: relative;
  margin: 6px 0 12px 0;
  overflow: visible;
}
@media screen and (min-width: 501px) {
  /* line 11, ../../../../../resources/common/css/project/_buttons.scss */
  .btn {
    max-width: 220px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  /* line 32, ../../../../../resources/common/css/project/_buttons.scss */
  .lt-ie9 .btn {
    max-width: 180px;
  }
}
/* line 38, ../../../../../resources/common/css/project/_buttons.scss */
.btn:hover, .btn:focus {
  background-color: #3e3d40;
  color: #fcc000;
  text-decoration: none !important;
}
/* line 45, ../../../../../resources/common/css/project/_buttons.scss */
.btn:active {
  top: 1px;
  -webkit-transition: top 0.1s ease-in-out;
  -moz-transition: top 0.1s ease-in-out;
  -o-transition: top 0.1s ease-in-out;
  transition: top 0.1s ease-in-out;
}
/* line 49, ../../../../../resources/common/css/project/_buttons.scss */
.btn:active:after {
  height: 0;
}
/* line 55, ../../../../../resources/common/css/project/_buttons.scss */
.btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAgMTAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8cGF0aCBmaWxsPSJyZ2JhKDAsMCwwLDAuMikiIGQ9Ik0gMCAxIGwgMCAtMSBsIDMwMCAwIGwgMCAxMCB6IiAvPg0KPC9zdmc+DQo=') no-repeat 0 0;
  background-size: 100% 100%;
  width: 95%;
  height: 6px;
  -webkit-transition: height 0.1s ease-in-out;
  -moz-transition: height 0.1s ease-in-out;
  -o-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
}

/* line 69, ../../../../../resources/common/css/project/_buttons.scss */
.btn--primary {
  background-color: #3e3d40;
  color: #fcc000;
}
/* line 73, ../../../../../resources/common/css/project/_buttons.scss */
.btn--primary:hover, .btn--primary:focus {
  background-color: #fcc000;
  color: #3e3d40;
}

/* line 83, ../../../../../resources/common/css/project/_buttons.scss */
.btn--no-shadow:after {
  display: none;
}

/* line 88, ../../../../../resources/common/css/project/_buttons.scss */
.btn--secondary {
  background-color: #fcc000;
  color: #3e3d40;
}
/* line 92, ../../../../../resources/common/css/project/_buttons.scss */
.btn--secondary:hover, .btn--secondary:focus {
  background-color: #3e3d40;
  color: #fcc000;
}

/* line 100, ../../../../../resources/common/css/project/_buttons.scss */
.btn--large {
  padding-top: 20px ;
  padding-top: 1.25rem ;
  padding-bottom: 18px ;
  padding-bottom: 1.125rem ;
  font-size: 20px ;
  font-size: 1.25rem ;
  margin-bottom: 8px;
}
/* line 107, ../../../../../resources/common/css/project/_buttons.scss */
.btn--large:after {
  height: 8px;
}

/* line 115, ../../../../../resources/common/css/project/_buttons.scss */
.ie7 .btn--icon, .ie7
.btn--large {
  width: auto !important;
}

/* line 121, ../../../../../resources/common/css/project/_buttons.scss */
.btn--icon {
  position: relative;
  text-align: left;
  padding-right: 40px ;
  padding-right: 2.5rem ;
}
/* line 127, ../../../../../resources/common/css/project/_buttons.scss */
.btn--icon:before {
  position: absolute;
  right: 14px ;
  right: 0.875rem ;
  font-size: inherit;
}
/* line 134, ../../../../../resources/common/css/project/_buttons.scss */
.btn--icon.btn--large:before {
  top: 10px ;
  top: 0.625rem ;
  font-size: 32px ;
  font-size: 2rem ;
}

/* line 142, ../../../../../resources/common/css/project/_buttons.scss */
.btn--full-width {
  width: auto;
  display: block;
  max-width: none;
}

/* line 151, ../../../../../resources/common/css/project/_buttons.scss */
.btn--icon-forward:before {
  top: 8px ;
  top: 0.5rem ;
  font-size: 26px ;
  font-size: 1.625rem ;
}

/* line 160, ../../../../../resources/common/css/project/_buttons.scss */
.btn--icon--play-circle:before {
  top: 12px ;
  top: 0.75rem ;
  font-size: 20px ;
  font-size: 1.25rem ;
}

/* line 166, ../../../../../resources/common/css/project/_buttons.scss */
.btn--category {
  text-align: left;
  font-family: "Dodo", sans-serif;
  font-size: 20px ;
  font-size: 1.25rem ;
  background: #0891ac;
  text-transform: uppercase;
  max-width: none;
  line-height: 1;
  position: relative;
  padding: 0;
  letter-spacing: -1px;
}
/* line 178, ../../../../../resources/common/css/project/_buttons.scss */
.lt-ie9 .btn--category {
  max-width: 280px;
  max-height: 150px;
}
/* line 184, ../../../../../resources/common/css/project/_buttons.scss */
.btn--category .btn--category__inner {
  display: block;
  padding: 20px 24px 15px 56px;
  overflow: hidden;
  position: relative;
}
/* line 190, ../../../../../resources/common/css/project/_buttons.scss */
.btn--category .btn--category__inner:before {
  content: "";
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -66.71524px;
  border-width: 66.71524px 0 66.71524px 45px;
  border-color: transparent transparent transparent #00a4c4;
  left: 0;
  right: auto;
}
/* line 197, ../../../../../resources/common/css/project/_buttons.scss */
.lt-ie9 .btn--category .btn--category__inner:before {
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -66.71524px;
  border-width: 66.71524px 0 66.71524px 45px;
  border-color: transparent transparent transparent #00a4c4;
  left: 0;
  right: auto;
  top: 75px;
}
/* line 207, ../../../../../resources/common/css/project/_buttons.scss */
.btn--category .btn--category__inner:hover:before, .btn--category .btn--category__inner:focus:before {
  border-left-color: #fcc000;
}
@media screen and (min-width: 600px) {
  /* line 166, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category {
    font-size: 20px ;
    font-size: 1.25rem ;
  }
  /* line 217, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category .btn--category__inner {
    min-height: 150px;
    padding: 65px 10px 0 65px;
  }
  /* line 221, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category .btn--category__inner:before {
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -81.54085px;
    border-width: 81.54085px 0 81.54085px 55px;
    border-color: transparent transparent transparent #00a4c4;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 800px) {
  /* line 166, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category {
    font-size: 23px ;
    font-size: 1.4375rem ;
  }
  /* line 230, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category .btn--category__inner {
    padding-left: 80px;
    padding-right: 15px;
  }
  /* line 234, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category .btn--category__inner:before {
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -96.36646px;
    border-width: 96.36646px 0 96.36646px 65px;
    border-color: transparent transparent transparent #00a4c4;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1000px) {
  /* line 166, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category {
    font-size: 30px ;
    font-size: 1.875rem ;
  }
  /* line 243, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category .btn--category__inner {
    padding-left: 100px;
    padding-right: 20px;
  }
  /* line 247, ../../../../../resources/common/css/project/_buttons.scss */
  .btn--category .btn--category__inner:before {
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -126.01768px;
    border-width: 126.01768px 0 126.01768px 85px;
    border-color: transparent transparent transparent #00a4c4;
    left: 0;
    right: auto;
  }
}
/* line 254, ../../../../../resources/common/css/project/_buttons.scss */
.lt-ie8 .btn--category .btn--category__inner {
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: center !important;
}

/* line 263, ../../../../../resources/common/css/project/_buttons.scss */
.btn--xln {
  background: #00a4c4;
}

/* line 267, ../../../../../resources/common/css/project/_buttons.scss */
.btn--basix {
  background-color: #6ea41d;
}

/* line 271, ../../../../../resources/common/css/project/_buttons.scss */
.btn--xtra {
  background: #eb6b09;
}

/* line 275, ../../../../../resources/common/css/project/_buttons.scss */
.btn--max {
  background: #00a4c4;
}

/* line 279, ../../../../../resources/common/css/project/_buttons.scss */
.play-sign-overlay {
  position: absolute;
  /*margin: auto; **Remove comment or orverride this to vertically center the button** */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  max-width: 100%;
  max-height: 100%;
  transition: opacity .2s ease-in, transform .2s ease-in;
  -o-transition: opacity .2s ease-in, transform .2s ease-in;
  -moz-transition: opacity .2s ease-in, transform .2s ease-in;
  -webkit-transition: opacity .2s ease-in, transform .2s ease-in;
}

/* line 299, ../../../../../resources/common/css/project/_buttons.scss */
.play-sign-overlay:hover {
  opacity: 1;
  transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

/* line 1, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category {
  padding-left: 30px;
  font-family: "FS-Me-Regular", sans-serif;
  text-transform: none;
  font-size: 20px;
  height: 150px;
  letter-spacing: 0;
  line-height: 1.2;
}
/* line 11, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category .btn--category__inner {
  padding-top: 42px;
  padding-left: 35%;
  padding-bottom: 30px;
}
/* line 16, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category .btn--category__inner .sub-text {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
/* line 24, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category .btn--category__inner:before {
  border-width: 0;
  width: 100px;
  display: none;
}
/* line 32, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category .btn--category__inner .per-month {
  margin-left: 15px;
}
/* line 37, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category .btn--category__inner .pence {
  top: 5px;
}
/* line 45, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category.cps .btn--category__inner {
  background: url("/content/img/product_icons_sprite8b.png") no-repeat 0 27px;
}
/* line 49, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category.energy .btn--category__inner {
  background: url("/content/img/product_icons_sprite8b.png") no-repeat 0 -120px;
}
/* line 54, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category.mobile .btn--category__inner {
  background: url("/content/img/product_icons_sprite8b.png") no-repeat 0 -270px;
}
/* line 59, ../../../../../resources/common/css/project/_buttons_extension.scss */
.btn--category.wi-fi .btn--category__inner {
  background: url("/content/img/product_icons_sprite8b.png") no-repeat 0 -560px;
}

/* line 66, ../../../../../resources/common/css/project/_buttons_extension.scss */
.js-responsive-table .product-table__cta .btn {
  max-width: 100%;
}

/* line 1, ../../../../../resources/common/css/project/_lists.scss */
.checkmark-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 6, ../../../../../resources/common/css/project/_lists.scss */
.checkmark-list li {
  position: relative;
  padding: 0 0 0 25px;
}
/* line 12, ../../../../../resources/common/css/project/_lists.scss */
.ie7 .checkmark-list li {
  padding-left: 0;
}
/* line 16, ../../../../../resources/common/css/project/_lists.scss */
.checkmark-list li:before {
  left: 0;
  position: absolute;
  top: 1px;
  color: #00a4c4;
}
/* line 24, ../../../../../resources/common/css/project/_lists.scss */
.ie7 .checkmark-list {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 32, ../../../../../resources/common/css/project/_lists.scss */
.checkmark-list--basix li:before {
  color: #6ea41d;
}

/* line 37, ../../../../../resources/common/css/project/_lists.scss */
.checkmark-list--white {
  margin-left: 13px;
}
/* line 38, ../../../../../resources/common/css/project/_lists.scss */
.checkmark-list--white li:before {
  color: #fff;
}

/* line 45, ../../../../../resources/common/css/project/_lists.scss */
.checkmark-list--xtra li:before {
  color: #eb6b09;
}

/* line 51, ../../../../../resources/common/css/project/_lists.scss */
.checkmark-list--max li:before {
  color: #00a4c4;
}

/**
 * Offer, as per the definition on http://schema.org/Product
 */
/* line 4, ../../../../../resources/common/css/project/_offer.scss */
.offer {
  *zoom: 1;
  margin: 0 0 10px 0;
  font-size: 13px ;
  font-size: 0.8125rem ;
  line-height: 1.1;
}
/* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.offer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 10, ../../../../../resources/common/css/project/_offer.scss */
.ie7 .offer {
  float: left;
  width: 300px;
}

/* line 16, ../../../../../resources/common/css/project/_offer.scss */
.offer__price {
  margin: 0;
  float: left;
  margin: 0;
  font-family: "FS-Me-Bold", sans-serif;
}

/* line 23, ../../../../../resources/common/css/project/_offer.scss */
.offer__price__value {
  font-size: 36px ;
  font-size: 2.25rem ;
  letter-spacing: -.04em;
}

/* line 28, ../../../../../resources/common/css/project/_offer.scss */
.offer__price__prefix {
  display: block;
  font-size: 15px ;
  font-size: 0.9375rem ;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  /* line 28, ../../../../../resources/common/css/project/_offer.scss */
  .offer__price__prefix {
    margin-bottom: 0;
  }
}

  /*.offer__price__prefix {
    display: none;

    @include respond-min($bp-tablet-min) {
      display: block;
    }
  }*/
/* line 46, ../../../../../resources/common/css/project/_offer.scss */
.offer__price__suffix {
  margin-bottom: 10px;
  display: block;
  clear: left;
  font-size: 15px ;
  font-size: 0.9375rem ;
}
@media screen and (min-width: 601px) {
  /* line 46, ../../../../../resources/common/css/project/_offer.scss */
  .offer__price__suffix {
    display: inline-block;
  }
}

/* line 57, ../../../../../resources/common/css/project/_offer.scss */
.offer__was {
  float: left;
  clear: left;
  color: #85938a;
  white-space: nowrap;
  margin: 0;
}
@media screen and (min-width: 500px) {
  /* line 57, ../../../../../resources/common/css/project/_offer.scss */
  .offer__was {
    float: none;
    display: block;
  }
}
/* line 71, ../../../../../resources/common/css/project/_offer.scss */
.offer__was .offer__was__prefix {
  display: inline;
}

/* line 76, ../../../../../resources/common/css/project/_offer.scss */
.offer__comment {
  background-color: #fcc000;
  font-family: "Dodo", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -1px;
  padding: 5px 5px 2px 5px;
  border-radius: 5px;
  font-size: 13px ;
  font-size: 0.8125rem ;
  float: left;
  clear: left;
  margin-bottom: 5px;
}
/* line 89, ../../../../../resources/common/css/project/_offer.scss */
.offer__comment br {
  display: none;
}
@media screen and (min-width: 767px) {
  /* line 76, ../../../../../resources/common/css/project/_offer.scss */
  .offer__comment {
    font-size: 15px ;
    font-size: 0.9375rem ;
    float: right;
    clear: none;
    padding: 11px 10px 9px 20px;
    position: relative;
    border-radius: 1000px 0 0 1000px;
    line-height: 1;
  }
  /* line 102, ../../../../../resources/common/css/project/_offer.scss */
  .offer__comment br {
    display: block;
  }
}

/* line 2, ../../../../../resources/common/css/project/_offer_extension.scss */
.offer .offer__comment {
  position: relative;
  z-index: 1;
  background: none;
}
/* line 6, ../../../../../resources/common/css/project/_offer_extension.scss */
.offer .offer__comment p {
  text-align: center;
}
@media screen and (min-width: 767px) {
  /* line 12, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .shard-circle {
    width: 70px;
    height: 44.25px;
    background: #fcc000;
    position: relative;
    opacity: 1;
    border-radius: 8.19672px 0 0 0;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 41, ../../../../../resources/common/css/project/_helpers.scss */
  .offer .shard-circle:before {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 4px;
    width: 0;
  }
  /* line 64, ../../../../../resources/common/css/project/_helpers.scss */
  .offer .shard-circle:before {
    border-right: 13.65px solid #fcc000;
    left: -12.4px;
  }
  /* line 68, ../../../../../resources/common/css/project/_helpers.scss */
  .offer .shard-circle:after {
    border-left: 3.85px solid transparent;
  }
  /* line 73, ../../../../../resources/common/css/project/_helpers.scss */
  .offer .shard-circle:after {
    border-top: 6.15px solid #fcc000;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 66.1px;
  }
  /* line 18, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .shard-circle:before {
    left: -12px;
  }
  /* line 21, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .shard-circle:after {
    width: 70px;
    border-left: 4px solid transparent;
  }
}
@media screen and (max-width: 766px) {
  /* line 29, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .offer__comment {
    padding-top: 9px;
    width: 96px;
  }
  /* line 33, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .shard-circle {
    width: 93px;
    height: 26.55px;
    background: #fcc000;
    position: relative;
    opacity: 1;
    border-radius: 0 5px 0 0;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 41, ../../../../../resources/common/css/project/_helpers.scss */
  .offer .shard-circle:before {
    border-bottom: 12.6px solid transparent;
    border-top: 12.6px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 2.4px;
    width: 0;
  }
  /* line 54, ../../../../../resources/common/css/project/_helpers.scss */
  .offer .shard-circle:before {
    border-left: 8.19px solid #fcc000;
    right: -7.44px;
  }
  /* line 58, ../../../../../resources/common/css/project/_helpers.scss */
  .offer .shard-circle:after {
    border-right: 2.31px solid transparent;
  }
  /* line 73, ../../../../../resources/common/css/project/_helpers.scss */
  .offer .shard-circle:after {
    border-top: 3.69px solid #fcc000;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 90.66px;
  }
  /* line 39, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .shard-circle:before {
    right: -8px;
  }
  /* line 42, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .shard-circle:after {
    width: 92px;
  }
}

/* line 51, ../../../../../resources/common/css/project/_offer_extension.scss */
.product-details .offer__was .offer__was__value {
  display: block;
}
@media screen and (min-width: 767px) {
  /* line 51, ../../../../../resources/common/css/project/_offer_extension.scss */
  .product-details .offer__was .offer__was__value {
    display: inline;
  }
}

/* line 61, ../../../../../resources/common/css/project/_offer_extension.scss */
.offer .offer__price__value {
  font-size: 34px ;
  font-size: 2.125rem ;
}
@media screen and (min-width: 767px) {
  /* line 61, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .offer__price__value {
    font-size: 36px ;
    font-size: 2.25rem ;
  }
}
/* line 67, ../../../../../resources/common/css/project/_offer_extension.scss */
.offer .offer__price__value sup {
  font-size: 14px ;
  font-size: 0.875rem ;
  top: 11px ;
  top: 0.6875rem ;
  left: 2px ;
  left: 0.125rem ;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  /* line 67, ../../../../../resources/common/css/project/_offer_extension.scss */
  .offer .offer__price__value sup {
    font-size: 21px ;
    font-size: 1.3125rem ;
    top: 14px ;
    top: 0.875rem ;
  }
  /* line 75, ../../../../../resources/common/css/project/_offer_extension.scss */
  .product-details .offer .offer__price__value sup {
    top: 16px ;
    top: 1rem ;
  }
}
/* line 81, ../../../../../resources/common/css/project/_offer_extension.scss */
.offer .offer__price__trike {
  text-decoration: line-through;
}
/* line 84, ../../../../../resources/common/css/project/_offer_extension.scss */
.offer .asteris {
  color: #c6c7c8;
}
@media screen and (min-width: 601px) {
  /* line 90, ../../../../../resources/common/css/project/_offer_extension.scss */
  .product-teaser--has-roundel .offer .offer__price {
    max-width: 54%;
  }
}

/* line 98, ../../../../../resources/common/css/project/_offer_extension.scss */
.product-teaser--mini__image__wrapper {
  width: 50%;
  float: right;
}

/* line 1, ../../../../../resources/common/css/project/_roundel.scss */
.roundel {
  font-family: "Dodo", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #3e3d40;
  padding: 5px 0px 2px 5px;
  border-radius: 5px;
  font-size: 11px ;
  font-size: 0.6875rem ;
  letter-spacing: -1px;
  text-align: center;
  z-index: 1;
}
/* line 13, ../../../../../resources/common/css/project/_roundel.scss */
.roundel br {
  display: none;
}

/* line 58, ../../../../../resources/common/css/project/_roundel.scss */
.roundel__wrapper {
  position: relative;
  background: #fcc000;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  /* line 64, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .shard-circle {
    width: 80px;
    height: 70.8px;
    background: #fcc000;
    position: relative;
    opacity: 1;
    border-radius: 13.11475px 0 0 0;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 16px;
    border-radius: 11px 0 0 0;
  }
  /* line 41, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .shard-circle:before {
    border-bottom: 33.6px solid transparent;
    border-top: 33.6px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 6.4px;
    width: 0;
  }
  /* line 64, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .shard-circle:before {
    border-right: 21.84px solid #fcc000;
    left: -19.84px;
  }
  /* line 68, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .shard-circle:after {
    border-left: 6.16px solid transparent;
  }
  /* line 73, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .shard-circle:after {
    border-top: 9.84px solid #fcc000;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 73.76px;
  }
  /* line 71, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .shard-circle:after {
    width: 80px;
  }
  /* line 74, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .shard-circle:before {
    left: -20px;
  }
  /* line 78, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle {
    width: 100px;
    height: 70.8px;
    background: #fcc000;
    position: relative;
    opacity: 1;
    border-radius: 13.11475px 0 0 0;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 16px;
    border-radius: 11px 0 0 0;
  }
  /* line 41, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:before {
    border-bottom: 33.6px solid transparent;
    border-top: 33.6px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 6.4px;
    width: 0;
  }
  /* line 64, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:before {
    border-right: 21.84px solid #fcc000;
    left: -19.84px;
  }
  /* line 68, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:after {
    border-left: 6.16px solid transparent;
  }
  /* line 73, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:after {
    border-top: 9.84px solid #fcc000;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 93.76px;
  }
  /* line 85, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:after {
    width: 100px;
  }
  /* line 88, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:before {
    left: -20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 95, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .shard-circle {
    width: 89px;
    height: 26.55px;
    background: #fcc000;
    position: relative;
    opacity: 1;
    border-radius: 0 5px 0 0;
    z-index: -1;
    position: absolute;
    left: 0;
    top: -5px;
  }
  /* line 41, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .shard-circle:before {
    border-bottom: 12.6px solid transparent;
    border-top: 12.6px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 2.4px;
    width: 0;
  }
  /* line 54, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .shard-circle:before {
    border-left: 8.19px solid #fcc000;
    right: -7.44px;
  }
  /* line 58, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .shard-circle:after {
    border-right: 2.31px solid transparent;
  }
  /* line 73, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .shard-circle:after {
    border-top: 3.69px solid #fcc000;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 86.66px;
  }
  /* line 101, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .shard-circle:before {
    right: -8px;
    top: 3px;
  }
  /* line 105, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .shard-circle:after {
    width: 89px;
  }
}
@media screen and (max-width: 600px) {
  /* line 114, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle {
    width: 75px;
    height: 40.71px;
    background: #fcc000;
    position: relative;
    opacity: 1;
    border-radius: 0 7.66667px 0 0;
    z-index: -1;
    position: absolute;
    left: 0;
    top: -5px;
  }
  /* line 41, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:before {
    border-bottom: 19.32px solid transparent;
    border-top: 19.32px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 3.68px;
    width: 0;
  }
  /* line 54, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:before {
    border-left: 12.558px solid #fcc000;
    right: -11.408px;
  }
  /* line 58, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:after {
    border-right: 3.542px solid transparent;
  }
  /* line 73, ../../../../../resources/common/css/project/_helpers.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:after {
    border-top: 5.658px solid #fcc000;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 71.412px;
  }
  /* line 120, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:before {
    top: 3px;
  }
  /* line 124, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .roundel__free__call__colleagues__circle:after {
    width: 74px;
  }
  /* line 128, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .roundel__free__call__colleagues {
    text-align: left;
  }
  /* line 130, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel__wrapper .roundel__free__call__colleagues .break-line {
    display: block;
  }
}

@media screen and (min-width: 601px) {
  /* line 139, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel {
    font-size: 18px ;
    font-size: 1.125rem ;
    line-height: 1.1;
    padding: 0;
    position: absolute;
    top: 29px;
    right: 10px;
    margin-bottom: 0;
    word-wrap: normal;
  }
  /* line 143, ../../../../../resources/common/css/project/_roundel.scss */
  .roundel br {
    display: block;
  }
  /* line 151, ../../../../../resources/common/css/project/_roundel.scss */
  .ie7 .roundel {
    padding-bottom: 20px;
  }
}
/**
 * Sharing links
 */
/* line 4, ../../../../../resources/common/css/project/_share.scss */
.share {
  float: right;
  line-height: 32px;
  text-align: right;
  margin-top: 30px;
}
@media screen and (min-width: 601px) {
  /* line 4, ../../../../../resources/common/css/project/_share.scss */
  .share {
    margin: 0;
  }
}
/* line 14, ../../../../../resources/common/css/project/_share.scss */
.ie7 .share {
  position: absolute;
  top: -50px;
  right: -300px;
}

/* line 22, ../../../../../resources/common/css/project/_share.scss */
.share__title {
  font-size: 15px ;
  font-size: 0.9375rem ;
  margin: 0 10px 0 0;
  line-height: 48px;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  /* line 22, ../../../../../resources/common/css/project/_share.scss */
  .share__title {
    line-height: 32px;
  }
}
/* line 32, ../../../../../resources/common/css/project/_share.scss */
.ie7 .share__title {
  display: none;
}

/* line 37, ../../../../../resources/common/css/project/_share.scss */
.share__buttons {
  display: inline-block;
}
/* line 40, ../../../../../resources/common/css/project/_share.scss */
.share__buttons a {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (min-width: 767px) {
  /* line 40, ../../../../../resources/common/css/project/_share.scss */
  .share__buttons a {
    margin-left: 5px;
  }
}
/* line 48, ../../../../../resources/common/css/project/_share.scss */
.share__buttons a, .share__buttons a:hover, .share__buttons a:focus {
  text-decoration: none;
}
/* line 54, ../../../../../resources/common/css/project/_share.scss */
.ie7 .share__buttons a {
  line-height: 2;
}
/* line 57, ../../../../../resources/common/css/project/_share.scss */
.ie7 .share__buttons a span {
  float: left;
  width: auto;
}
/* line 62, ../../../../../resources/common/css/project/_share.scss */
.ie7 .share__buttons a .icon-twitter {
  background-color: #4099ff;
}
/* line 66, ../../../../../resources/common/css/project/_share.scss */
.ie7 .share__buttons a .icon-facebook {
  background-color: #3b5998;
}

/**
 * Individual icons
 */
/* line 87, ../../../../../resources/common/css/project/_share.scss */
.share .icon, .share .btn--icon, .share .checkmark-list li, .checkmark-list .share li, .share .collapsible--enabled .panel__heading, .collapsible--enabled .share .panel__heading, .share .carousel .owl-prev, .carousel .share .owl-prev,
.share .carousel .owl-next,
.carousel .share .owl-next {
  display: block;
  height: 48px;
  width: 48px;
}
@media screen and (min-width: 767px) {
  /* line 87, ../../../../../resources/common/css/project/_share.scss */
  .share .icon, .share .btn--icon, .share .checkmark-list li, .checkmark-list .share li, .share .collapsible--enabled .panel__heading, .collapsible--enabled .share .panel__heading, .share .carousel .owl-prev, .carousel .share .owl-prev,
  .share .carousel .owl-next,
  .carousel .share .owl-next {
    height: 32px;
    width: 32px;
  }
}
/* line 97, ../../../../../resources/common/css/project/_share.scss */
.share .icon:before, .share .btn--icon:before, .share .checkmark-list li:before, .checkmark-list .share li:before, .share .collapsible--enabled .panel__heading:before, .collapsible--enabled .share .panel__heading:before, .share .carousel .owl-prev:before, .carousel .share .owl-prev:before,
.share .carousel .owl-next:before,
.carousel .share .owl-next:before {
  color: #fff;
  background-color: #3e3d40;
  text-align: center;
  display: block;
  height: 100%;
  font-size: 26px ;
  font-size: 1.625rem ;
  line-height: 48px;
}
@media screen and (min-width: 767px) {
  /* line 97, ../../../../../resources/common/css/project/_share.scss */
  .share .icon:before, .share .btn--icon:before, .share .checkmark-list li:before, .checkmark-list .share li:before, .share .collapsible--enabled .panel__heading:before, .collapsible--enabled .share .panel__heading:before, .share .carousel .owl-prev:before, .carousel .share .owl-prev:before,
  .share .carousel .owl-next:before,
  .carousel .share .owl-next:before {
    font-size: 18px ;
    font-size: 1.125rem ;
    line-height: 32px;
  }
}
/* line 114, ../../../../../resources/common/css/project/_share.scss */
.share .icon-twitter:before {
  background-color: #4099ff;
}
/* line 120, ../../../../../resources/common/css/project/_share.scss */
.share .icon-facebook:before {
  background-color: #3b5998;
}

/* line 2, ../../../../../resources/common/css/project/_share-extension.scss */
.ie7 .share {
  right: -500px;
}

@media screen and (min-width: 601px) {
  /* line 1, ../../../../../resources/common/css/project/_tabs.scss */
  .ui-tabs {
    background-color: #3e3d40;
  }
}
/* line 7, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs .tabbed__heading {
  font-size: 18px ;
  font-size: 1.125rem ;
  margin: 0;
}
@media screen and (min-width: 601px) {
  /* line 7, ../../../../../resources/common/css/project/_tabs.scss */
  .ui-tabs .tabbed__heading {
    float: left;
    padding: 22px 20px 15px 20px ;
    padding: 1.375rem 1.25rem 0.9375rem 1.25rem ;
  }
}
@media screen and (max-width: 601px) {
  /* line 7, ../../../../../resources/common/css/project/_tabs.scss */
  .ui-tabs .tabbed__heading {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: #3e3d40;
  }
}

/* line 28, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
}
/* line 35, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-nav > li {
  display: table-cell;
  list-style-type: none;
  margin: 0;
  padding: 5px 5px 0px 0px ;
  padding: 0.3125rem 0.3125rem 0rem 0rem ;
  background: #3e3d40;
}
/* line 42, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-nav > li:first-child {
  padding-left: 5px ;
  padding-left: 0.3125rem ;
}
/* line 47, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-nav a {
  background-color: #85938a;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
@media screen and (min-width: 601px) {
  /* line 28, ../../../../../resources/common/css/project/_tabs.scss */
  .ui-tabs-nav {
    float: right;
    display: block;
    width: auto;
  }
  /* line 57, ../../../../../resources/common/css/project/_tabs.scss */
  .ui-tabs-nav > li {
    float: left;
  }
}
/* line 63, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-nav .ui-state-hover a {
  color: #3e3d40;
  background-color: #eceded;
}
/* line 71, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-nav .ui-state-active a {
  background-color: #f7f7f7;
}

/* line 77, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-anchor {
  color: #fff;
  display: block;
  padding: 20px ;
  padding: 1.25rem ;
}
/* line 82, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-anchor, .ui-tabs-anchor:hover, .ui-tabs-anchor:focus {
  text-decoration: none;
  outline: none;
}
/* line 89, ../../../../../resources/common/css/project/_tabs.scss */
.ui-state-active .ui-tabs-anchor {
  color: #000;
}

/* line 94, ../../../../../resources/common/css/project/_tabs.scss */
.ui-tabs-panel {
  clear: both;
  background: white;
  border-top: 5px #f7f7f7 solid;
}

/**
 * Messages block as found above forms
 */
/* line 4, ../../../../../resources/common/css/project/_messages.scss */
.messages {
  border: 5px solid #00a4c4;
  padding: 25px 30px 30px 30px ;
  padding: 1.5625rem 1.875rem 1.875rem 1.875rem ;
  margin-bottom: 30px ;
  margin-bottom: 1.875rem ;
}

/* line 10, ../../../../../resources/common/css/project/_messages.scss */
.messages--error {
  border-color: #eb6b09;
}
/* line 13, ../../../../../resources/common/css/project/_messages.scss */
.messages--error .messages__title {
  color: #eb6b09;
}

/* line 18, ../../../../../resources/common/css/project/_messages.scss */
.messages--success {
  border-color: #6ea41d;
}
/* line 21, ../../../../../resources/common/css/project/_messages.scss */
.messages--success .messages__title {
  color: #6ea41d;
}

/* line 26, ../../../../../resources/common/css/project/_messages.scss */
.messages__title {
  color: #00a4c4;
  font-size: 27px ;
  font-size: 1.6875rem ;
}

/* line 32, ../../../../../resources/common/css/project/_messages.scss */
.messages__content ul,
.messages__content ol {
  padding: 0;
}
/* line 36, ../../../../../resources/common/css/project/_messages.scss */
.messages__content ul > :last-child,
.messages__content ol > :last-child {
  margin-bottom: 0;
}
/* line 41, ../../../../../resources/common/css/project/_messages.scss */
.messages__content > :last-child {
  margin-bottom: 0;
}

/* line 1, ../../../../../resources/common/css/project/_quotes.scss */
.quote {
  font-family: "FS-Me-Regular", sans-serif;
  font-size: 38px ;
  font-size: 2.375rem ;
  line-height: 1;
}

/* line 7, ../../../../../resources/common/css/project/_quotes.scss */
.quote__wrapper {
  margin-bottom: 0;
}
/* line 9, ../../../../../resources/common/css/project/_quotes.scss */
.quote__wrapper.quote__left {
  text-align: right;
}

/* line 1, ../../../../../resources/common/css/project/_scroll-nav.scss */
header.header.headerScrolled {
  position: fixed;
  width: 100%;
  background: #00a4c4;
  z-index: 900;
}

/*.header__upper.upperScrolled {
    display: none;
    transition: 1s ease;
}*/
/* line 1, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer {
  background: #3e3d40;
  color: #fff;
  zoom: 1;
}
/* line 6, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer a {
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  /* line 9, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .footer a:hover {
    text-decoration: underline;
  }
}

/* line 17, ../../../../../resources/common/css/project/components/global/_footer.scss */
.ie7 .footer__main {
  position: relative;
}

/* line 22, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__header {
  padding: 20px 10px ;
  padding: 1.25rem 0.625rem ;
}
/* line 26, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__header .footer__header__num {
  position: relative;
  float: right;
  color: #00a4c4;
  top: 2px ;
  top: 0.125rem ;
}

/* line 37, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__header .footer__logo {
  float: left;
  width: 49px;
  height: auto;
  margin: -6px 0px ;
  margin: -0.375rem 0rem ;
}

/* line 46, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__lower .footer__logo {
  margin-top: -14px ;
  margin-top: -0.875rem ;
}

/* line 55, ../../../../../resources/common/css/project/components/global/_footer.scss */
.btn--call-back {
  width: 50%;
  max-width: 50%;
  float: left;
  display: block;
  font-size: 15px ;
  font-size: 0.9375rem ;
  margin: 0;
  font-family: "FS-Me-Regular", sans-serif;
}
@media screen and (min-width: 601px) {
  /* line 55, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .btn--call-back {
    max-width: none;
  }
}
@media screen and (max-width: 766px) {
  /* line 55, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .btn--call-back {
    padding: 12px 0px ;
    padding: 0.75rem 0rem ;
  }
}
@media screen and (min-width: 767px) {
  /* line 55, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .btn--call-back {
    line-height: 1;
    font-size: 20px ;
    font-size: 1.25rem ;
    float: right;
    width: auto;
  }
}
/* line 78, ../../../../../resources/common/css/project/components/global/_footer.scss */
.btn--call-back span {
  margin-right: 12px ;
  margin-right: 0.75rem ;
  font-size: 15px ;
  font-size: 0.9375rem ;
  position: relative;
  top: 3px;
}

/* line 86, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__search {
  position: relative;
  float: left;
  width: 50%;
  background: #363638;
  height: 46px;
  white-space: nowrap;
}
/* line 94, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__search .search-button {
  width: 14%;
}
/* line 97, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__search .search-button span {
  margin-top: 9px;
}

/* line 103, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__search__input {
  background: transparent none;
  border: 0;
  outline: 0;
  padding: 12px 12px ;
  padding: 0.75rem 0.75rem ;
  width: 80%;
  color: white;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

/* line 115, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__upper {
  padding-top: 36px ;
  padding-top: 2.25rem ;
}
@media screen and (min-width: 767px) {
  /* line 115, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .footer__upper {
    padding-top: 60px ;
    padding-top: 3.75rem ;
    padding-bottom: 50px ;
    padding-bottom: 3.125rem ;
    background: #363638;
  }
}

/* line 125, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__lower {
  padding-bottom: 36px ;
  padding-bottom: 2.25rem ;
}
@media screen and (min-width: 767px) {
  /* line 125, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .footer__lower {
    padding-top: 70px ;
    padding-top: 4.375rem ;
    padding-bottom: 50px ;
    padding-bottom: 3.125rem ;
  }
}

/* line 135, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__nav-set {
  margin-bottom: 36px ;
  margin-bottom: 2.25rem ;
}
@media screen and (min-width: 767px) {
  /* line 135, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .footer__nav-set {
    margin-bottom: 0;
  }
}

/* line 144, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__primary-nav li {
  margin-bottom: 10px ;
  margin-bottom: 0.625rem ;
  line-height: 1.6;
}
/* line 148, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__primary-nav a {
  color: white;
}
@media screen and (min-width: 767px) {
  /* line 148, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .footer__primary-nav a {
    line-height: 1.5;
    font-size: 13px ;
    font-size: 0.8125rem ;
  }
}

/* line 158, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__secondary-nav {
  margin-bottom: 40px ;
  margin-bottom: 2.5rem ;
}
/* line 162, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__secondary-nav li {
  margin-bottom: 10px ;
  margin-bottom: 0.625rem ;
}
/* line 166, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__secondary-nav a {
  color: #c6c7c8;
}
@media screen and (min-width: 767px) {
  /* line 158, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .footer__secondary-nav {
    margin: 16px 0px 8px 0px ;
    margin: 1rem 0rem 0.5rem 0rem ;
  }
  /* line 174, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .footer__secondary-nav li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 12px ;
    margin-right: 0.75rem ;
  }
  /* line 179, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .footer__secondary-nav a {
    line-height: 1.5;
    font-size: 11px ;
    font-size: 0.6875rem ;
  }
}

/* line 185, ../../../../../resources/common/css/project/components/global/_footer.scss */
.social {
  margin: 0px 0px 40px 0px ;
  margin: 0rem 0rem 2.5rem 0rem ;
}

/* line 190, ../../../../../resources/common/css/project/components/global/_footer.scss */
.social__item {
  float: left;
  clear: left;
  color: white;
  padding: 9px 0px 0px 42px ;
  padding: 0.5625rem 0rem 0rem 2.625rem ;
  margin-bottom: 12px ;
  margin-bottom: 0.75rem ;
  min-height: 30px ;
  min-height: 1.875rem ;
  position: relative;
}
/* line 200, ../../../../../resources/common/css/project/components/global/_footer.scss */
.social__item, .social__item:hover {
  text-decoration: none !important;
}
/* line 206, ../../../../../resources/common/css/project/components/global/_footer.scss */
.social__item:hover .social__item__inner {
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  /* line 190, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .social__item {
    line-height: 1.5;
    font-size: 13px ;
    font-size: 0.8125rem ;
    padding-top: 6px ;
    padding-top: 0.375rem ;
  }
}
/* line 216, ../../../../../resources/common/css/project/components/global/_footer.scss */
.social__item:before {
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px ;
  width: 1.875rem ;
  height: 30px ;
  height: 1.875rem ;
  line-height: 1.7;
}

/* line 228, ../../../../../resources/common/css/project/components/global/_footer.scss */
.social__twitter:before {
  background: #4099ff;
}

/* line 231, ../../../../../resources/common/css/project/components/global/_footer.scss */
.social__facebook:before {
  background: #3b5998;
}

/* line 235, ../../../../../resources/common/css/project/components/global/_footer.scss */
.awards {
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  /* line 235, ../../../../../resources/common/css/project/components/global/_footer.scss */
  .awards {
    float: right;
  }
}

/* line 243, ../../../../../resources/common/css/project/components/global/_footer.scss */
.awards__title {
  margin: 0 0 20px 0;
}

/* line 248, ../../../../../resources/common/css/project/components/global/_footer.scss */
.awards__link {
  float: left;
  margin: 0 20px 10px 0;
}
/* line 252, ../../../../../resources/common/css/project/components/global/_footer.scss */
.awards__link:last-child {
  margin-right: 0;
}

/* line 257, ../../../../../resources/common/css/project/components/global/_footer.scss */
.contact__number {
  color: #fcc000;
}

/* line 262, ../../../../../resources/common/css/project/components/global/_footer.scss */
.contact__title {
  margin-bottom: 8px ;
  margin-bottom: 0.5rem ;
  font-family: "FS-Me-Bold", sans-serif;
  color: #c6c7c8;
}

/* line 269, ../../../../../resources/common/css/project/components/global/_footer.scss */
.footer__address,
.footer__email a {
  margin-bottom: 4px ;
  margin-bottom: 0.25rem ;
  color: #c6c7c8;
  text-decoration: none;
}

/* line 1, ../../../../../resources/common/css/project/components/global/_footer_extension.scss */
.footer__upper .contact {
  float: right;
  margin: 23px 0px 0px 0px ;
  margin: 1.4375rem 0rem 0rem 0rem ;
}
/* line 5, ../../../../../resources/common/css/project/components/global/_footer_extension.scss */
.footer__upper .contact .contact__wrapper {
  margin-bottom: 8px ;
  margin-bottom: 0.5rem ;
}

/* line 9, ../../../../../resources/common/css/project/components/global/_footer_extension.scss */
.call-back-wrapper {
  float: right;
}

/* line 14, ../../../../../resources/common/css/project/components/global/_footer_extension.scss */
.social__linkedin:before {
  background: #0085AE;
}

/* line 18, ../../../../../resources/common/css/project/components/global/_footer_extension.scss */
.social__google-plus:before {
  background: #DA4735;
}

/* line 22, ../../../../../resources/common/css/project/components/global/_footer_extension.scss */
.social__youtube-play:before {
  background: #CC181E;
}

/* line 26, ../../../../../resources/common/css/project/components/global/_footer_extension.scss */
.social {
  margin: 0px ;
  margin: 0rem ;
}

/**
 * The styles contained herein are the bare minimum require to make the widget function.
 * Presentational styles can then be laid on top for each site that uses the widget
 */
@media screen and (min-width: 767px) {
  /**
   * Root element
   */
  /* line 10, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .cx-meganav {
    position: relative;
  }
  /* line 13, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .cx-meganav.cx-meganav--push-content {
    overflow: hidden;
  }

  /**
   * Main menu wrapper
   */
  /* line 21, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .cx-meganav__menu {
    *zoom: 1;
    margin: 0;
    padding: 0;
  }
  /* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
  .cx-meganav__menu:after {
    content: "";
    display: table;
    clear: both;
  }

  /**
   * Individual top level menu item
   */
  /* line 30, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .cx-meganav__item {
    float: left;
    list-style-type: none;
    position: relative;
  }

  /**
   * Dropdowns
   */
  /* line 39, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .cx-meganav__dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
  }
  /* line 46, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .cx-meganav__dropdown:focus {
    outline: 0;
  }
  /* line 50, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .no-js .cx-meganav__item:hover .cx-meganav__dropdown {
    display: block;
  }
  /* line 54, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .cx-meganav--is-hover .cx-meganav__dropdown {
    left: -10000px;
    display: block !important;
  }
  /* line 59, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
  .cx-meganav__item--animating-open .cx-meganav__dropdown, .cx-meganav__item--open .cx-meganav__dropdown, .cx-meganav__item--animating-closed .cx-meganav__dropdown {
    left: 0;
  }
}
/**
 * Close buttons inside each dropdown
 */
/* line 70, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
.cx-meganav__close {
  display: none;
}
/* line 73, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
.cx-meganav--is-hover .cx-meganav__close {
  display: none;
}
/* line 77, ../../../../../resources/common/css/project/_jquery.cx.meganav.scss */
.cx-meganav--is-touch-enabled .cx-meganav__close {
  display: block;
}

@media screen and (min-width: 767px) {
  /* line 2, ../../../../../resources/common/css/project/_meganav_extension.scss */
  .meganav-nolink {
    cursor: default;
  }
  /* line 5, ../../../../../resources/common/css/project/_meganav_extension.scss */
  .meganav-nolink:hover {
    cursor: default !important;
  }
}

/* line 1, ../../../../../resources/common/css/project/components/global/_header.scss */
.header {
  position: relative;
  background: #2a2a2c;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  /* line 1, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header {
    background: transparent;
    /*height: $header-height;*/
  }
}

/* line 11, ../../../../../resources/common/css/project/components/global/_header.scss */
.header__upper {
  background: white;
  position: relative;
}
@media screen and (min-width: 767px) {
  /* line 11, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header__upper {
    padding: 19px 0px 15px 0px ;
    padding: 1.1875rem 0rem 0.9375rem 0rem ;
    background: rgba(42, 42, 42, 0.3);
  }
  /* line 20, ../../../../../resources/common/css/project/components/global/_header.scss */
  .lt-ie9 .header__upper {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30424244,endColorstr=#30424244);
    zoom: 1;
  }
}

/* line 28, ../../../../../resources/common/css/project/components/global/_header.scss */
.top-bar {
  position: relative;
  padding: 15px 10px 20px 10px ;
  padding: 0.9375rem 0.625rem 1.25rem 0.625rem ;
}
@media screen and (min-width: 767px) {
  /* line 28, ../../../../../resources/common/css/project/components/global/_header.scss */
  .top-bar {
    padding: 0;
  }
}

/* line 38, ../../../../../resources/common/css/project/components/global/_header.scss */
.logo-wrapper {
  display: block;
  float: left;
    /*@include respond-min-max($bp-tablet-min, $bp-desktop-min) {
    width: 80px;
    overflow: hidden;

    img {
      max-width: none;
    }
  }*/
}

/* line 51, ../../../../../resources/common/css/project/components/global/_header.scss */
.header__logo {
  /*width: 49px;
  height: 27px;*/
}
@media screen and (min-width: 767px) {
  /* line 51, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header__logo {
    width: auto;
    height: auto;
  }
}

/* line 61, ../../../../../resources/common/css/project/components/global/_header.scss */
.phone-details {
  display: block;
  float: right;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  /* line 61, ../../../../../resources/common/css/project/components/global/_header.scss */
  .phone-details {
    text-align: right;
    margin-top: 0;
  }
}

/* line 73, ../../../../../resources/common/css/project/components/global/_header.scss */
.phone-details__sales,
.phone-details__hotline {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  /* line 73, ../../../../../resources/common/css/project/components/global/_header.scss */
  .phone-details__sales,
  .phone-details__hotline {
    color: #fff;
  }
  /* line 80, ../../../../../resources/common/css/project/components/global/_header.scss */
  .phone-details__sales a,
  .phone-details__hotline a {
    color: #fcc000;
    margin-left: 5px ;
    margin-left: 0.3125rem ;
  }
}

@media screen and (min-width: 767px) {
  /* line 87, ../../../../../resources/common/css/project/components/global/_header.scss */
  .phone-details__sales {
    line-height: 1;
    font-size: 22px ;
    font-size: 1.375rem ;
  }
}

@media screen and (min-width: 767px) {
  /* line 96, ../../../../../resources/common/css/project/components/global/_header.scss */
  .phone-details__hotline {
    line-height: 1.5;
    font-size: 11px;
    font-size: 0.65rem;
  }
}

/* line 104, ../../../../../resources/common/css/project/components/global/_header.scss */
.menu-triggers {
  margin: 0px -10px ;
  margin: 0rem -0.625rem ;
}
@media screen and (min-width: 767px) {
  /* line 104, ../../../../../resources/common/css/project/components/global/_header.scss */
  .menu-triggers {
    display: none;
  }
}

/* line 113, ../../../../../resources/common/css/project/components/global/_header.scss */
.menu-btn,
.search-btn {
  display: block;
  float: left;
  text-align: center;
  width: 50%;
  padding: 0 2.5%;
  background: #2a2a2c;
  color: #85938a;
  text-decoration: none;
  padding-top: 12px ;
  padding-top: 0.75rem ;
  padding-bottom: 12px ;
  padding-bottom: 0.75rem ;
}
/* line 126, ../../../../../resources/common/css/project/components/global/_header.scss */
.menu-btn:hover,
.search-btn:hover {
  color: white;
  text-decoration: none;
}
/* line 131, ../../../../../resources/common/css/project/components/global/_header.scss */
.menu-btn:before,
.search-btn:before {
  position: relative;
  top: 1px;
  margin-right: 6px ;
  margin-right: 0.375rem ;
}
/* line 137, ../../../../../resources/common/css/project/components/global/_header.scss */
.menu-btn.is-triggered,
.search-btn.is-triggered {
  color: white;
}
/* line 140, ../../../../../resources/common/css/project/components/global/_header.scss */
.menu-btn.is-triggered:before,
.search-btn.is-triggered:before {
  color: #fcc000;
}

/* line 147, ../../../../../resources/common/css/project/components/global/_header.scss */
.menu-btn:before {
  top: 2px;
  margin-right: 10px ;
  margin-right: 0.625rem ;
}

/* line 153, ../../../../../resources/common/css/project/components/global/_header.scss */
.search-btn {
  background: #363638;
}

/* line 157, ../../../../../resources/common/css/project/components/global/_header.scss */
.schema-info {
  display: none;
}

/* line 163, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop {
  width: 400px;
  height: 52px;
  float: right;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2;
  font-family: 'fs-me-bold';
}
/* line 174, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left {
  width: 225px;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
  position: relative;
}
/* line 183, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details__hotline {
  text-align: right;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 10px;
}
/* line 192, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .text {
  color: #fcc000;
  line-height: 1.1;
}
/* line 197, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .number {
  font-size: 0.8rem;
  line-height: 1.1;
}
/* line 201, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .number a {
  color: #fff;
  text-decoration: none;
}
/* line 206, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .number a:hover {
  text-decoration: none;
}
/* line 211, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details-left-top {
  height: 26px;
  margin: 0 0 6px 0;
  padding: 0 3px;
  background: #2A2A2B;
  text-align: center;
  opacity: 0.8;
}
/* line 219, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details-left-top span {
  opacity: 1;
}
/* line 222, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details-left-top span span.seconds {
  opacity: 1;
  font-size: 1.2rem;
}
/* line 229, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details-left-bottom {
  height: 23px;
  margin: 0;
  padding: 0;
}
/* line 234, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details-left-bottom .phone-details-left-bottom-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 239, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details-left-bottom .phone-details-left-bottom-inner .phone-details-left-bottom-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 244, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details-left-bottom .phone-details-left-bottom-inner .phone-details-left-bottom-content .phone-details-left-bottom-left {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
}
/* line 252, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-left .phone-details-left-bottom .phone-details-left-bottom-inner .phone-details-left-bottom-content .phone-details-left-bottom-right {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0 0 10px;
}
/* line 263, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-right {
  width: 175px;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
}
/* line 270, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-right .phone-details-right-inner {
  width: 165px;
  height: 100%;
  position: relative;
}
/* line 275, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-right .phone-details-right-inner .phone-details-right-content {
  position: absolute;
  bottom: -5px;
}
/* line 279, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-right .phone-details-right-inner .phone-details-right-content .text {
  color: #fcc000;
  font-size: 1.2rem;
}
/* line 285, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-right .phone-details-right-inner .phone-details-right-content .number a {
  font-size: 1.45rem;
  text-decoration: none;
  color: #fff;
}
/* line 291, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-desktop .phone-details-right .phone-details-right-inner .phone-details-right-content .number a:hover {
  text-decoration: none;
}
/* line 300, ../../../../../resources/common/css/project/components/global/_header.scss */
.header .phone-details-mob {
  display: none;
}

@media screen and (max-width: 766px) {
  /* line 307, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop {
    color: #fff;
  }
  /* line 310, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-left {
    border-right: 1px solid #3e3d40;
  }
  /* line 313, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-left .text {
    color: #3e3d40;
  }
  /* line 319, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-left .number a {
    color: #3e3d40;
  }
  /* line 327, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-left .phone-details-left-top {
    opacity: 1;
    background: #e2e2e2;
    color: #85938a;
  }
  /* line 332, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-left .phone-details-left-top span {
    opacity: 1;
  }
  /* line 335, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-left .phone-details-left-top span .seconds {
    opacity: 1;
  }
  /* line 347, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-left .phone-details-left-bottom .phone-details-left-bottom-inner .phone-details-left-bottom-content .phone-details-left-bottom-left {
    border-right: 1px solid #3e3d40;
  }
  /* line 364, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-right .phone-details-right-inner .phone-details-right-content .text {
    color: #3e3d40;
  }
  /* line 369, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop .phone-details-right .phone-details-right-inner .phone-details-right-content .number a {
    color: #3e3d40;
  }
}
@media screen and (max-width: 480px) {
  /* line 398, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-desktop {
    display: none;
  }
  /* line 402, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob {
    display: block;
    float: right;
    width: 70%;
    margin: 0;
    padding: 0;
    color: #3e3d40;
    font-size: 0.7rem;
    line-height: 1.2;
    font-family: 'fs-me-regular';
  }
  /* line 417, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .number a {
    text-decoration: none;
    color: #3e3d40;
    font-family: 'fs-me-bold';
  }
  /* line 423, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .number a:hover {
    text-decoration: none;
  }
  /* line 428, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .phone-details-mob-top {
    text-align: right;
    margin: 0;
    padding: 0 0 5px 0;
  }
  /* line 433, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .phone-details-mob-top .text {
    font-size: 1rem;
  }
  /* line 438, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .phone-details-mob-top .number a {
    font-size: 1.3rem;
    text-decoration: none;
    color: #3e3d40;
    font-family: 'fs-me-bold';
    line-height: 1;
  }
  /* line 446, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .phone-details-mob-top .number a:hover {
    text-decoration: none;
  }
  /* line 454, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .phone-details-mob-bottom .phone-details__hotline {
    padding: 0;
    margin: 0;
    float: right;
  }
  /* line 460, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .phone-details-mob-bottom .phone-details-mob-bottom-left {
    float: right;
    text-align: right;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 1px solid #3e3d40;
  }
  /* line 469, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .phone-details-mob .phone-details-mob-bottom .phone-details-mob-bottom-right {
    float: right;
    text-align: right;
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 320px) {
  /* line 493, ../../../../../resources/common/css/project/components/global/_header.scss */
  .header .header__logo {
    width: 80px;
    height: 42px;
  }
}
/* line 2, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
.primary-navigation,
.primary-search {
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
}
/* line 8, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
.primary-navigation li,
.primary-search li {
  margin: 0;
}
@media screen and (min-width: 767px) {
  /* line 8, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .primary-navigation li,
  .primary-search li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
/* line 16, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
.js .primary-navigation, .js
.primary-search {
  display: none;
}
@media screen and (min-width: 767px) {
  /* line 2, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .primary-navigation,
  .primary-search {
    background: rgba(42, 42, 42, 0.6);
  }
  /* line 23, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .lt-ie9 .primary-navigation, .lt-ie9
  .primary-search {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72424244,endColorstr=#72424244);
    zoom: 1;
  }
  /* line 29, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .lt-ie8 .primary-navigation, .lt-ie8
  .primary-search {
    filter: none;
    background: #3e3d40;
  }
  /* line 34, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .no-js .primary-navigation, .js .primary-navigation, .no-js
  .primary-search, .js
  .primary-search {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 41, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .primary-navigation .layout,
  .primary-search .layout {
    padding: 0;
  }
}

/* line 48, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
.primary-navigation__wrapper {
  padding: 10px 0px 8px 0px ;
  padding: 0.625rem 0rem 0.5rem 0rem ;
  position: relative;
  left: 0;
  -webkit-transition: left 250ms;
  -moz-transition: left 250ms;
  -o-transition: left 250ms;
  transition: left 250ms;
}
@media screen and (min-width: 767px) {
  /* line 48, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .primary-navigation__wrapper {
    padding: 0;
  }
}

/* line 59, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
.navigation__item {
  display: block;
  padding: 12px 10px ;
  padding: 0.75rem 0.625rem ;
  position: relative;
  font-size: 17px ;
  font-size: 1.0625rem ;
  line-height: 20px ;
  line-height: 1.25rem ;
  color: #fff;
  text-decoration: none;
}
/* line 68, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
.navigation__item:hover {
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  /* line 59, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .navigation__item {
    padding: 19px 0px 16px 0px ;
    padding: 1.1875rem 0rem 1rem 0rem ;
    margin-right: 24px ;
    margin-right: 1.5rem ;
    font-family: "FS-Me-Bold", sans-serif;
    font-size: 13px ;
    font-size: 0.8125rem ;
  }
  /* line 79, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .navigation__item:hover, .cx-meganav__item--open > .navigation__item {
    color: #fcc000;
  }
}
@media screen and (min-width: 850px) {
  /* line 59, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
  .navigation__item {
    font-size: 15px ;
    font-size: 0.9375rem ;
  }
}
/* line 90, ../../../../../resources/common/css/project/components/global/header/_primary-nav.scss */
.navigation__item .icon-home:before {
  font-size: 25px ;
  font-size: 1.5625rem ;
  line-height: 10px;
  top: 5px;
  position: relative;
}

/* line 1, ../../../../../resources/common/css/project/components/global/header/_primary-nav-extension.scss */
.business-broadband .navigation__item.business-broadband,
.business-phone-broadband .navigation__item.business-broadband,
.business-phone .navigation__item.business-phone,
.business-fibre .navigation__item.business-fibre,
.business-phone-broadband .navigation__item.business-phone-broadband,
.home .navigation__item.home,
.why-xln .navigation__item.why-xln,
.xln-telecom-online-help .navigation__item.xln-telecom-online-help,
.xln-business-hub .navigation__item.xln-business-hub,
.business-mobile .navigation__item.other-products,
.business-energy .navigation__item.other-products,
.card-processing .navigation__item.other-products,
.other-products .navigation__item.other-products,
.my-account .navigation__item.my-account {
  color: #fcc000;
}

@media screen and (min-width: 767px) and (max-width: 850px) {
  /* line 18, ../../../../../resources/common/css/project/components/global/header/_primary-nav-extension.scss */
  .navigation__item {
    padding-bottom: 15px;
  }
}

@media (max-width: 800px) {
  /* line 25, ../../../../../resources/common/css/project/components/global/header/_primary-nav-extension.scss */
  .navigation__item {
    margin-right: 1rem;
  }
}
/* line 1, ../../../../../resources/common/css/project/components/global/header/_alternate-nav.scss */
.alternate-nav {
  /*@include respond-min-max($bp-tablet-min,700px) {
    @include rem(right,240);
  }*/
}
@media screen and (min-width: 767px) {
  /* line 1, ../../../../../resources/common/css/project/components/global/header/_alternate-nav.scss */
  .alternate-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
    right: 330px ;
    right: 20.625rem ;
    bottom: 0;
  }
  /* line 12, ../../../../../resources/common/css/project/components/global/header/_alternate-nav.scss */
  .alternate-nav li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 24px ;
    margin-left: 1.5rem ;
    margin-bottom: 0;
  }
  /* line 17, ../../../../../resources/common/css/project/components/global/header/_alternate-nav.scss */
  .alternate-nav .navigation__item {
    margin-right: 0;
    font-family: "FS-Me-Regular", sans-serif;
    padding: 4px 0px ;
    padding: 0.25rem 0rem ;
    line-height: 1.5;
    font-size: 13px ;
    font-size: 0.8125rem ;
    padding-bottom: 0;
  }
  /* line 24, ../../../../../resources/common/css/project/components/global/header/_alternate-nav.scss */
  .alternate-nav .navigation__item:hover {
    text-decoration: underline;
    color: #fff;
  }
}

/* line 1, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.primary-search {
  background: #3e3d40;
  padding: 8px 12px ;
  padding: 0.5rem 0.75rem ;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  /* line 1, ../../../../../resources/common/css/project/components/global/header/_search.scss */
  .primary-search {
    background: white;
  }
}

/* line 11, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.desktop-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
  width: 138px ;
  width: 8.625rem ;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 78px;
  overflow: hidden;
}
/* line 22, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.ie7 .desktop-search {
  width: 200px;
}

/* line 27, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.primary-search__field {
  -webkit-user-modify: read-write-plaintext-only;
  background: transparent;
  border: none;
  width: 88%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
/* line 37, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.primary-search__field:focus {
  outline: none;
}
@media screen and (min-width: 767px) {
  /* line 27, ../../../../../resources/common/css/project/components/global/header/_search.scss */
  .primary-search__field {
    z-index: 5;
    color: #85938a;
    width: 150px ;
    width: 9.375rem ;
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 30px 14px 12px ;
    padding: 1.0625rem 1.875rem 0.875rem 0.75rem ;
  }
}
/* line 51, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.ie7 .primary-search__field {
  display: block;
  float: left;
}

/* line 57, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.desktop-search__label {
  position: absolute;
  top: 0;
  left: 78px;
  right: 0;
  line-height: 1.6;
  background: white;
  text-align: right;
  height: 100%;
  display: block;
  width: 100%;
  padding: 17px 12px 14px 0px ;
  padding: 1.0625rem 0.75rem 0.875rem 0rem ;
  right: 0px ;
  right: 0rem ;
  z-index: 5;
  color: #85938a;
}
/* line 73, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.desktop-search__label:before {
  position: absolute;
  content: " ";
  left: -78px;
  bottom: 0;
  border-right: 78px solid white;
  border-bottom: 110px solid transparent;
  border-top: 0 solid transparent;
}

/* line 84, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.search-button {
  width: auto;
  z-index: 6;
  color: #c6c7c8;
  display: inline-block;
  width: 10%;
  line-height: 30px;
}
/* line 92, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.search-button, .search-button:hover, .search-button:active, .search-button:focus {
  background: transparent none;
  outline: 0;
}
/* line 100, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.search-button:focus, .search-button:hover {
  color: #fcc000;
}
/* line 105, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.search-button:after {
  display: none;
}
/* line 109, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.search-button span {
  display: inline-block;
}
@media screen and (min-width: 767px) {
  /* line 84, ../../../../../resources/common/css/project/components/global/header/_search.scss */
  .search-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    padding-right: 10px;
    width: auto;
  }
}
/* line 123, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.ie7 .search-button {
  background-color: #00a4c4;
  color: #fff;
  padding: 0 10px;
  display: block;
}
/* line 129, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.ie7 .search-button .icon-search {
  display: none;
}
/* line 133, ../../../../../resources/common/css/project/components/global/header/_search.scss */
.ie7 .search-button span {
  display: block;
}

/* line 2, ../../../../../resources/common/css/project/components/global/header/_search-extension.scss */
.ie7 .search-button {
  background-color: #85938a;
  width: 20%;
}

/* line 2, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu {
  top: 0;
  z-index: 10;
  padding: 20px 0px ;
  padding: 1.25rem 0rem ;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 766px) {
  /* line 2, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu {
    display: none;
    position: absolute;
    left: 100%;
    width: 100%;
    border: 0px solid red;
    background-color: #2a2a2c;
  }
}
@media screen and (min-width: 767px) {
  /* line 2, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu {
    padding: 0;
    left: 0;
    right: 0;
    top: 100%;
    background-color: transparent;
  }
  /* line 28, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .backgroundsize .submenu {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFKiosAAAAYsW4vAAAAAxJREFUeNpiYAAIMAAAAgABT21Z4QAAAABJRU5ErkJggg==");
    background-position: top left;
    background-size: 33.33333% 100%;
    background-repeat: no-repeat;
  }
}
/* line 37, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.ie7 .submenu .panel__heading__plus {
  padding: 10px;
  font-size: 30px ;
  font-size: 1.875rem ;
  color: #fcc000;
}

@media screen and (min-width: 767px) {
  /* line 48, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__left {
    width: 300px;
  }

  /* line 53, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__right {
    width: 0;
    float: left;
    display: none;
  }
}
/* line 60, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu-indicator {
  position: absolute;
  z-index: 3;
  color: #c6c7c8;
  padding: 0px 20px ;
  padding: 0rem 1.25rem ;
  top: 0;
  right: 0;
  bottom: 1px;
}
/* line 69, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu-indicator:before {
  line-height: 40px ;
  line-height: 2.5rem ;
}

/* line 74, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__back {
  color: #fcc000;
  display: block;
  text-decoration: none;
}
/* line 81, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__back:hover {
  text-decoration: none;
}
/* line 85, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__back:before {
  color: #c6c7c8;
  position: absolute;
  right: 20px;
  top: 10px ;
  top: 0.625rem ;
  line-height: 20px ;
  line-height: 1.25rem ;
}

/* line 94, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu.is-visible {
  display: block;
}

/* line 98, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__links {
  background-color: #2a2a2c;
}

/* line 102, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__title {
  clear: left;
  color: #fff;
  margin-bottom: 12px ;
  margin-bottom: 0.75rem ;
}

@media screen and (min-width: 767px) {
  /* line 110, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__list {
    margin: 0;
    zoom: 1;
  }
  /* line 114, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__list > li {
    display: block;
    padding: 10px 20px ;
    padding: 0.625rem 1.25rem ;
    border-bottom: 1px solid #3e3d40;
    margin: 0;
    width: 100%;
  }
  /* line 123, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__list .navigation__item {
    color: #fcc000;
    padding: 0;
    display: inline;
    font-family: "FS-Me-Regular", sans-serif;
    font-size: 14px ;
    font-size: 0.875rem ;
  }
  /* line 130, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__list .navigation__item:hover, .submenu__list .navigation__item:focus {
    text-decoration: underline;
  }
  /* line 136, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__list strong {
    font-size: 15px ;
    font-size: 0.9375rem ;
  }
}
/* line 143, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional {
  padding: 30px ;
  padding: 1.875rem ;
  color: white;
}
/* line 151, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional .offer__price {
  font-family: "FS-Me-Regular", sans-serif;
}
/* line 155, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional .offer__price__value {
  font-family: "Dodo", sans-serif;
  font-size: 32px ;
  font-size: 2rem ;
  letter-spacing: -2px;
  margin-right: 3px;
}
/* line 163, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional .btn:hover {
  background-color: #2a2a2c;
}

/* line 169, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional__copy {
  line-height: 1.5;
}
/* line 173, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional__copy a {
  color: #00a4c4;
}

/* line 178, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional__heading {
  font-family: "Dodo", sans-serif;
  font-size: 40px ;
  font-size: 2.5rem ;
  margin-bottom: 20px ;
  margin-bottom: 1.25rem ;
  text-transform: uppercase;
  color: #fcc000;
}
/* line 185, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional__heading em {
  color: white;
  font-style: normal;
}

/* line 192, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.submenu__additional__subhead {
  color: #fcc000;
  font-family: "FS-Me-Regular", sans-serif;
  font-size: 15px ;
  font-size: 0.9375rem ;
}

@media screen and (min-width: 767px) {
  /* line 200, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu .submenu {
    background-color: transparent;
  }

  /* line 206, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__links .panel__heading {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
    padding-left: 10px;
  }
  /* line 214, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__links .panel__heading:before {
    color: #fcc000;
    top: 10px !important;
  }
  /* line 219, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__links .panel__heading:focus {
    text-decoration: none;
  }
  /* line 225, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__links .panel__heading:hover:before, .submenu__links .panel__heading:focus:before {
    color: white;
  }
  /* line 233, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__links .panel--active .panel__heading:before {
    content: "\e60d";
  }

  /* line 241, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__links__secondary {
    *zoom: 1;
  }
  /* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
  .submenu__links__secondary:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 244, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__links__secondary li {
    float: left;
    width: 40%;
    margin-right: 5%;
    margin-top: 10px ;
    margin-top: 0.625rem ;
  }
  /* line 252, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
  .submenu__links__secondary .navigation__item {
    color: #fff;
    font-size: 13px ;
    font-size: 0.8125rem ;
    line-height: 1.2;
    display: block;
  }
}
/* line 263, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.cx-meganav__close {
  color: #fff;
  padding: 18px 20px ;
  padding: 1.125rem 1.25rem ;
  text-decoration: none;
  background-color: #2a2a2c;
}
/* line 271, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.cx-meganav__close:before {
  margin-right: 10px ;
  margin-right: 0.625rem ;
  vertical-align: text-bottom;
}
/* line 276, ../../../../../resources/common/css/project/components/global/header/_submenu.scss */
.cx-meganav__close:hover, .cx-meganav__close:focus {
  text-decoration: none;
}

/* line 1, ../../../../../resources/common/css/project/components/global/_skiplink.scss */
.skiplink {
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: #3e3d40;
  display: block;
  width: 100% !important;
  text-align: center;
  line-height: 45px ;
  line-height: 2.8125rem ;
  z-index: 1001;
}

/* line 1, ../../../../../resources/common/css/project/components/global/_cookie-policy.scss */
.cookie-policy {
  background: #c6c7c8;
  color: #3e3d40;
  font-family: "Fs-Me-Regular", sans-serif;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  padding-top: 10px;
  margin: 0;
  padding: 10px;
}
/* line 15, ../../../../../resources/common/css/project/components/global/_cookie-policy.scss */
.cookie-policy .right-side {
  text-align: right;
}
/* line 18, ../../../../../resources/common/css/project/components/global/_cookie-policy.scss */
.cookie-policy .right-side a.cookie-buttons {
  font-size: 0.8rem;
  margin: 0;
  padding: 5px;
  width: auto;
}

@media screen and (max-width: 600px) {
  /* line 29, ../../../../../resources/common/css/project/components/global/_cookie-policy.scss */
  .cookie-policy .right-side {
    text-align: left;
  }
  /* line 32, ../../../../../resources/common/css/project/components/global/_cookie-policy.scss */
  .cookie-policy .right-side a.cookie-buttons {
    margin-top: 10px;
  }
}
/* Magnific Popup CSS */
/* line 80, _settings.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 78, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 95, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 107, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 122, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 133, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 140, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 150, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 157, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 161, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 167, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 174, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 179, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 190, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 209, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 220, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 230, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 232, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 240, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 247, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 254, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 268, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 276, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  z-index: 12000;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 296, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
/* line 301, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 306, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 312, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 322, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

/* line 333, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 346, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 349, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 356, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 372, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 380, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 389, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 392, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 397, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 404, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 406, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 411, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 422, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 425, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 430, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 434, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 439, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 459, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 474, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}
/* line 476, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* line 490, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 496, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 500, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 508, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 517, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 524, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 537, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 542, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 548, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 552, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 557, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 567, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 571, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 575, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 595, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 599, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 603, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 607, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 619, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 622, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 629, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 632, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 635, ../../../../../resources/common/css/project/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
/* line 7, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 29, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 34, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 42, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 45, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 49, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 59, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.grabbing {
  cursor: url(/content/img/components/owl.carousel/grabbing.png) 8 8, move;
}

/* fix */
/* line 64, ../../../../../resources/common/css/project/vendor/_owl.carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
/* line 6, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 16, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 22, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 28, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 33, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 39, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 44, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 50, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 56, ../../../../../resources/common/css/project/vendor/_owl.transitions.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* line 3, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible .collapsible {
  margin-left: 40px;
}
/* line 6, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible .collapsible .panel__heading {
  font-size: 15px ;
  font-size: 0.9375rem ;
}
/* line 9, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible .collapsible .panel__heading:before {
  font-size: 15px ;
  font-size: 0.9375rem ;
}

/* line 17, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .panel {
  position: relative;
}

/* line 22, ../../../../../resources/common/css/project/components/_collapsible.scss */
.panel__content,
.panel__heading {
  outline: 0 none;
}
/* line 26, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .panel__content, .collapsible--enabled
.panel__heading {
  zoom: 1;
}

/* line 31, ../../../../../resources/common/css/project/components/_collapsible.scss */
.panel__focus-dummy {
  display: none;
}
/* line 34, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .panel__focus-dummy {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 40, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .panel__focus-dummy:focus {
  outline: 0 none;
}

/* line 46, ../../../../../resources/common/css/project/components/_collapsible.scss */
.panel__heading {
  font-size: 17px ;
  font-size: 1.0625rem ;
  font-weight: normal;
}
/* line 50, ../../../../../resources/common/css/project/components/_collapsible.scss */
.panel__heading:focus {
  text-decoration: underline;
}
/* line 54, ../../../../../resources/common/css/project/components/_collapsible.scss */
.panel__heading:active {
  text-decoration: none;
}
/* line 59, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled.collapsible-meganav .panel__heading:before {
  position: absolute;
  top: 2px;
  right: 10px;
}
/* line 68, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .panel__heading {
  color: #00a4c4;
  cursor: pointer;
}
/* line 74, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .panel__heading:before {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

/* line 92, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .submenu .panel__heading {
  color: #00a4c4;
  cursor: pointer;
}
/* line 98, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .submenu .panel__heading:before {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

/**
 * "Small print" style
 */
/* line 110, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--drawer {
  background-color: #f7f7f7;
  border: 1px solid #dedfdf;
  margin: 25px 0 40px 0;
}
/* line 116, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--drawer.collapsible--enabled .panel__heading {
  color: #3e3d40;
  font-size: 15px ;
  font-size: 0.9375rem ;
  padding: 15px 22px 15px 22px;
  font-family: "FS-Me-Bold", sans-serif;
  margin: 0;
}
/* line 124, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--drawer.collapsible--enabled .panel__heading:before {
  float: right;
  margin-right: 0;
  top: 0;
}
/* line 138, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--drawer .submenu__panel__content {
  margin-left: 0px;
  width: 280px;
}
/* line 145, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--drawer .panel__content {
  font-size: 13px ;
  font-size: 0.8125rem ;
  line-height: 1.45;
  padding: 0 22px 30px 22px;
}
/* line 150, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--drawer .panel__content p:last-child {
  margin-bottom: 0;
}

/**
 * Teasers / Reasons to believe rendered as collapsibles
 * E.g. the micro reasons to believe immediately before the footer
 * Warning: Does not allow for collapsibles to be nested inside this one
 */
/* line 162, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .teaser__title {
  color: #3e3d40;
  padding-right: 40px;
}
/* line 166, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .teaser__title:before {
  letter-spacing: normal;
  background-color: #00a4c4;
  color: #fff;
  border-radius: 3px;
  padding: 2px 3px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 10px ;
  font-size: 0.625rem ;
}
/* line 184, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible--enabled .panel--active .teaser__title:before {
  background-color: #85938a;
}

/* line 191, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible.collapsible-new {
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 197, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible.collapsible-new .panel {
  border-top: 2px solid #fff;
}
/* line 200, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible.collapsible-new .panel .panel__heading {
  background: #eceded;
  font-size: 1.5rem;
  font-family: 'fs-me-regular';
  padding: 15px 10px;
}
/* line 207, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible.collapsible-new .panel .panel__heading:before {
  font-size: 1.3rem;
  top: 5px;
}
/* line 212, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible.collapsible-new .panel .panel__content {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 218, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible.collapsible-new .panel.panel--active {
  border-top: 2px solid #eceded;
}
/* line 221, ../../../../../resources/common/css/project/components/_collapsible.scss */
.collapsible.collapsible-new .panel.panel--active .panel__heading {
  background: #fff;
}

/* line 2, ../../../../../resources/common/css/project/components/_responsive-image.scss */
.js span.responsive-image {
  position: absolute;
  min-height: 1px;
  min-width: 1px;
  z-index: -1;
  display: block;
  top: 0;
}

/* line 13, ../../../../../resources/common/css/project/components/_responsive-image.scss */
.no-js span.responsive-image {
  display: inline-block;
}

/* line 4, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eceded;
  font-size: 17px ;
  font-size: 1.0625rem ;
}
@media screen and (min-width: 601px) {
  /* line 4, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser {
    padding: 40px 0;
  }
}
/* line 17, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser.teaser--video-item__why-xln {
  border-top: none;
  padding-top: 0;
}

/* line 23, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--bottom {
  border-bottom: 1px solid #eceded;
}

/* line 28, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--simple {
  padding: 0;
  border: 0 none;
  margin-bottom: 28px;
}

@media screen and (min-width: 601px) {
  /* line 34, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--gradient {
    border: 0;
    background-color: #eceded;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eceded));
    background-image: -moz-linear-gradient(#ffffff, #eceded);
    background-image: -webkit-linear-gradient(#ffffff, #eceded);
    background-image: linear-gradient(#ffffff, #eceded);
  }
}

@media screen and (min-width: 601px) {
  /* line 42, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--background {
    background: #f7f7f7;
  }
}

@media screen and (min-width: 601px) {
  /* line 48, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser__content {
    overflow: hidden;
  }
}
@media screen and (min-width: 601px) {
  /* line 53, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--drop-content .teaser__content {
    padding-top: 60px;
  }
}
/* line 59, ../../../../../resources/common/css/project/components/_teaser.scss */
.ie7 .teaser__content {
  overflow: initial;
}

/* line 64, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__title {
  font-size: 35px ;
  font-size: 2.1875rem ;
  margin-bottom: 8px;
  line-height: normal;
}
/* line 70, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--plain-title .teaser__title {
  font-family: "FS-Me-Bold", sans-serif;
  font-size: 30px ;
  font-size: 1.875rem ;
  text-transform: none;
  margin-bottom: 16px;
}
/* line 76, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--plain-title .teaser__title em {
  font-family: "FS-Me-Regular", sans-serif;
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  /* line 70, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--plain-title .teaser__title {
    font-size: 22px ;
    font-size: 1.375rem ;
  }
}
@media screen and (min-width: 601px) {
  /* line 86, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--sub-title .teaser__title {
    font-size: 35px ;
    font-size: 2.1875rem ;
  }
}

/* line 93, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__title--large {
  font-size: 35px ;
  font-size: 2.1875rem ;
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  /* line 93, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser__title--large {
    font-size: 53px ;
    font-size: 3.3125rem ;
  }
}

/* line 102, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__title--largest {
  font-size: 42px ;
  font-size: 2.625rem ;
  letter-spacing: -3px;
}
@media screen and (min-width: 850px) {
  /* line 102, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser__title--largest {
    font-size: 55px ;
    font-size: 3.4375rem ;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 102, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser__title--largest {
    font-size: 70px ;
    font-size: 4.375rem ;
    margin-bottom: 20px;
  }
}
/* line 117, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__title--largest ~ .teaser__body .teaser__body__lead {
  font-size: 17px ;
  font-size: 1.0625rem ;
}

/* line 122, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__title__prefix {
  font-size: 17px ;
  font-size: 1.0625rem ;
  color: #85938a;
  font-family: "FS-Me-Regular", sans-serif;
  margin: 0 0 15px 0;
  text-transform: none;
  letter-spacing: normal;
  display: block;
}
@media screen and (min-width: 850px) {
  /* line 122, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser__title__prefix {
    margin: 0 0 15px 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 122, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser__title__prefix {
    margin: 30px 0;
  }
}

/* line 141, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__body {
  font-size: 15px ;
  font-size: 0.9375rem ;
  color: #3e3d40;
}
@media screen and (min-width: 767px) {
  /* line 141, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser__body {
    font-size: 17px ;
    font-size: 1.0625rem ;
  }
}
/* line 150, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__body p:last-child {
  margin-bottom: 0;
}

/* line 156, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__body__lead {
  font-size: 20px ;
  font-size: 1.25rem ;
  color: #3e3d40;
  margin-bottom: 16px;
}

/* line 163, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__action a {
  text-decoration: underline;
}
/* line 166, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__action a:hover, .teaser__action a:focus {
  text-decoration: none;
}
/* line 172, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__action .btn {
  text-decoration: none;
}

/* line 177, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  /* line 177, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser__item {
    display: block;
    float: left;
    margin-right: 8%;
    max-width: 40%;
    margin-bottom: 0;
  }
  /* line 187, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--video-item__right .teaser__item {
    float: right;
    margin-left: 8%;
    margin-right: 0;
  }
  /* line 194, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--align-right .teaser__item {
    float: right;
    margin-left: 8%;
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) {
  /* line 202, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--cut-bottom .teaser__item {
    margin-bottom: -80px;
  }
}
@media screen and (min-width: 601px) {
  /* line 209, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--video-item .teaser__item {
    width: 60%;
    max-width: none;
  }
}
/* line 216, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--video-item .teaser__item iframe {
  width: 100%;
  max-width: 100%;
  min-width: 1px;
  min-height: 1px;
  display: block;
}
/* line 226, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--aside-item .teaser__item {
  max-width: 32%;
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  /* line 226, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--aside-item .teaser__item {
    display: block;
    float: none;
    margin: 0;
    max-width: none;
  }
}
/* line 236, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--aside-item .teaser__item .call-out {
  padding: 0;
  margin-bottom: 8px;
}

/* line 246, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro {
  border-top: 0;
  padding: 0;
  margin: 10px 0 0 0;
  height: 100%;
}
@media screen and (min-width: 601px) {
  /* line 246, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--micro {
    margin: 30px 0 0 0;
    min-height: 175px;
  }
}
@media screen and (min-width: 601px) {
  /* line 258, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--micro.teaser--drop-content .teaser__content {
    padding-top: 35px;
  }
}
/* line 265, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro .teaser__title {
  font-size: 22px ;
  font-size: 1.375rem ;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  /* line 265, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--micro .teaser__title {
    margin-bottom: 8px;
    font-size: 20px ;
    font-size: 1.25rem ;
  }
}
/* line 277, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro .teaser__body,
.teaser--micro .teaser__body__lead {
  font-size: 15px ;
  font-size: 0.9375rem ;
}
@media screen and (min-width: 767px) {
  /* line 277, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--micro .teaser__body,
  .teaser--micro .teaser__body__lead {
    font-size: 13px ;
    font-size: 0.8125rem ;
  }
}
/* line 288, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro .teaser__body__lead, .teaser--micro .teaser__body__lead strong {
  font-family: "FS-Me-Bold", sans-serif;
}
/* line 294, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro .teaser__body p {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  /* line 294, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--micro .teaser__body p {
    margin-bottom: 8px;
  }
}
/* line 302, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro .teaser__item {
  width: 20%;
  margin-left: 4%;
  position: relative;
  display: block;
  min-height: 1px;
}
@media screen and (min-width: 767px) {
  /* line 302, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--micro .teaser__item {
    width: 25%;
  }
}
/* line 313, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro .teaser__item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 767px) {
  /* line 313, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--micro .teaser__item img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* line 326, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro.teaser--item-right .teaser__item {
  margin-left: 0;
  margin-right: 4%;
}
/* line 333, ../../../../../resources/common/css/project/components/_teaser.scss */
.teaser--micro.teaser--cut-bottom .teaser__item {
  margin-top: 19px;
  margin-bottom: -20px;
}

/**
 * Variant with full height image
 */
@media screen and (min-width: 601px) {
  /* line 345, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--full-height-image .teaser__item {
    margin-top: -40px;
    margin-bottom: -40px;
    display: block !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 600px) {
  /* line 345, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--full-height-image .teaser__item {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
    max-width: none;
  }
  /* line 356, ../../../../../resources/common/css/project/components/_teaser.scss */
  .teaser--full-height-image .teaser__item img {
    width: 100%;
    height: auto;
  }
}

/* line 1, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser--simple.teaser--simple__with-margin-top {
  margin-top: 28px;
}
/* line 4, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser--simple.teaser--simple__with-margin-top.teaser--simple--whyxln {
  margin-top: 0;
}

/* line 9, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser--simple__with-margin-bottom {
  margin-bottom: 28px;
}

/* line 13, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser--simple.teaser--simple__with-border {
  padding: 40px 0;
  border-top: 1px solid #eceded;
}

/* line 19, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser--full-height-image .teaser__title {
  padding-top: 10px;
}

/* line 24, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser__title--largest {
  line-height: 1.1;
}
@media screen and (min-width: 1001px) {
  /* line 24, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .teaser__title--largest {
    line-height: .9;
  }
}

@media screen and (min-width: 601px) {
  /* line 33, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .teaser--stick-bottom .teaser__item {
    position: absolute;
    bottom: 0;
    left: 52%;
    float: none;
    max-width: 27%;
  }
  /* line 41, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .teaser--stick-bottom .layout {
    position: static;
  }
  /* line 45, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .teaser--stick-bottom .teaser__content {
    float: left;
    position: static;
    width: 52%;
  }
}

/* line 53, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser__item .lightbox-video {
  position: relative;
  height: auto;
  display: block;
}

/* line 59, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser__item .lightbox-video .overlay {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/Content/img/components/teasers/you-tube-off.png) no-repeat center;
}

/* line 68, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser__item .lightbox-video .overlay:hover {
  background: transparent url(/Content/img/components/teasers/you-tube-on.png) no-repeat center;
}

@media screen and (min-width: 767px) {
  /* line 75, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .teaser--align-left .teaser__item {
    float: left;
    margin-right: 8%;
    margin-left: 0;
  }
}

/* line 84, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser--background.dark-background {
  background: #000000;
}

/* line 91, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser--gradient .teaser__title {
  letter-spacing: normal;
  font-family: "FS-Me-Regular", sans-serif;
  text-transform: none;
}

/* line 98, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.cross-sell-extra-info {
  margin-bottom: 20px;
}

/* line 102, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.product-teaser-no-price {
  font-size: 0.9375rem;
}
/* line 105, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.product-teaser-no-price li {
  font-size: 0.875rem;
}
/* line 108, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.product-teaser-no-price li:before {
  font-size: 0.875rem;
}
/* line 113, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.product-teaser-no-price h3 {
  font-size: 24px ;
  font-size: 1.5rem ;
}

@media screen and (min-width: 1000px) {
  /* line 119, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .teaser__title--largest {
    font-size: 65px ;
    font-size: 4.0625rem ;
  }
}

@media screen and (min-width: 767px) {
  /* line 128, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .teaser--micro .teaser__item {
    width: 24%;
  }
}
/* line 136, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.phone-teaser {
  font-family: "FS-Me-Bold", sans-serif;
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  /* line 136, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .phone-teaser {
    margin-top: 0;
  }
}
/* line 144, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.phone-teaser .contact-num {
  text-decoration: none;
  display: block;
  font-size: 23px ;
  font-size: 1.4375rem ;
}
@media screen and (min-width: 767px) {
  /* line 136, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .phone-teaser {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1001px) {
  /* line 136, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .phone-teaser {
    margin-left: 62px;
  }
}
/* line 161, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.phone-teaser .contact-num-big {
  font-size: 30px ;
  font-size: 1.875rem ;
}

/* line 167, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.ie7 .product-details .vertically-centred .desktop-grid-col,
.ie7 .product-details .vertically-centred .tablet-grid-col {
  float: left;
}

/* line 173, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser_title_big_font {
  font-size: 48px ;
  font-size: 3rem ;
}
@media screen and (max-width: 768px) {
  /* line 173, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
  .teaser_title_big_font {
    font-size: 35px ;
    font-size: 2.1875rem ;
  }
}

/* line 182, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser.teaser-no-margin-top {
  margin-top: 0;
}
/* line 186, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser.teaser-no_margin-bottom {
  margin-bottom: 0;
}
/* line 190, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser.teaser-no-padding-bottom {
  padding-bottom: 0;
}
/* line 194, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser.teaser-no_padding-top {
  padding-top: 0;
}

/* line 200, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.bigger--not-better .align-center {
  text-align: center;
  font-size: 1.2rem;
}

/* line 206, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.tearser__white__letter {
  color: #fff;
}

/* line 211, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser.teaser--simple .teaser-phone {
  font-family: "Fs-me-bold";
  font-size: 1.3rem;
}

/* line 219, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser.teaser-original .teaser__title {
  color: #3e3d40;
}
/* line 222, ../../../../../resources/common/css/project/components/_teaser_extension.scss */
.teaser.teaser-original .teaser__title .brand--xln {
  color: #00a4c4;
}

/* line 3, ../../../../../resources/common/css/project/components/_teaser-video-item-alt.scss */
.teaser--video-item.teaser--video-item-alt .teaser__item {
  margin-right: 2%;
  margin-top: 6px;
  float: left;
}
/* line 9, ../../../../../resources/common/css/project/components/_teaser-video-item-alt.scss */
.teaser--video-item.teaser--video-item-alt .teaser--simple.product-teaser-no-price {
  margin-bottom: 0;
  float: right;
  width: 38%;
}
/* line 14, ../../../../../resources/common/css/project/components/_teaser-video-item-alt.scss */
.teaser--video-item.teaser--video-item-alt .teaser--simple.product-teaser-no-price ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 766px) {
  /* line 24, ../../../../../resources/common/css/project/components/_teaser-video-item-alt.scss */
  .teaser--video-item.teaser--video-item-alt .teaser__item {
    width: 100%;
    float: none;
  }
  /* line 29, ../../../../../resources/common/css/project/components/_teaser-video-item-alt.scss */
  .teaser--video-item.teaser--video-item-alt .teaser--simple.product-teaser-no-price {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 1, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better {
  background: #fff;
}
/* line 4, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better .brand--xln {
  color: #00a4c4;
}
/* line 8, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better p {
  color: #3e3d40 !important;
}
/* line 12, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better .body-content {
  color: #3e3d40 !important;
}
@media all and (max-width: 500px) {
  /* line 12, project/components/_bigger-not-better-extension.scss */
  .teaser.not-always-better .body-content {
    padding-left: 10px;
  }
}
/* line 21, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better h2, .teaser.not-always-better .form__section__title__text {
  color: #00a4c4 !important;
}
/* line 24, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better h2 teaser__title, .teaser.not-always-better .form__section__title__text teaser__title {
  color: #ffffff;
}
/* line 29, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better h3 {
  font-size: 2rem;
}
/* line 33, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better .extra-large-text {
  font-size: 300px ;
  font-size: 18.75rem ;
  line-height: 300px;
  margin-left: -20px;
  letter-spacing: -12px;
}
@media all and (max-width: 900px) {
  /* line 33, project/components/_bigger-not-better-extension.scss */
  .teaser.not-always-better .extra-large-text {
    font-size: 250px ;
    font-size: 15.625rem ;
    line-height: 250px;
  }
}
@media all and (max-width: 768px) {
  /* line 33, project/components/_bigger-not-better-extension.scss */
  .teaser.not-always-better .extra-large-text {
    font-size: 230px ;
    font-size: 14.375rem ;
    line-height: 230px;
  }
}
@media all and (max-width: 601px) {
  /* line 33, project/components/_bigger-not-better-extension.scss */
  .teaser.not-always-better .extra-large-text {
    font-size: 190px ;
    font-size: 11.875rem ;
    line-height: 144px;
    margin-left: -10px;
  }
}
@media all and (max-width: 500px) {
  /* line 33, project/components/_bigger-not-better-extension.scss */
  .teaser.not-always-better .extra-large-text {
    font-size: 150px ;
    font-size: 9.375rem ;
    line-height: 100px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media all and (max-width: 320px) {
  /* line 33, project/components/_bigger-not-better-extension.scss */
  .teaser.not-always-better .extra-large-text {
    font-size: 70px ;
    font-size: 4.375rem ;
  }
}
/* line 72, project/components/_bigger-not-better-extension.scss */
.teaser.not-always-better .bigfont {
  color: #3e3d40  !important;
}
@media all and (max-width: 768px) {
  /* line 72, project/components/_bigger-not-better-extension.scss */
  .teaser.not-always-better .bigfont {
    font-size: 36px ;
    font-size: 2.25rem ;
  }
}
@media all and (max-width: 500px) {
  /* line 72, project/components/_bigger-not-better-extension.scss */
  .teaser.not-always-better .bigfont {
    font-size: 33px ;
    font-size: 2.0625rem ;
  }
}

/* line 1, ../../../../../resources/common/css/project/components/_category-teasers.scss */
.category-teasers {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  /* line 1, ../../../../../resources/common/css/project/components/_category-teasers.scss */
  .category-teasers {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* line 11, ../../../../../resources/common/css/project/components/_category-teasers.scss */
.category-teasers__title {
  font-size: 28px ;
  font-size: 1.75rem ;
}

/* line 15, ../../../../../resources/common/css/project/components/_category-teasers.scss */
.category-teasers__intro {
  font-size: 17px ;
  font-size: 1.0625rem ;
  color: #85938a;
}

/* line 20, ../../../../../resources/common/css/project/components/_category-teasers.scss */
.category-teasers__list {
  margin: 0;
  padding: 0;
}

/* line 26, ../../../../../resources/common/css/project/components/_category-teasers.scss */
.category-teasers__list__item {
  list-style: none;
  margin: 0;
}

@media screen and (min-width: 767px) {
  /* line 33, ../../../../../resources/common/css/project/components/_category-teasers.scss */
  .category-teasers--full-width .category-teasers__list__item {
    margin-bottom: 20px;
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  /* line 41, ../../../../../resources/common/css/project/components/_category-teasers.scss */
  .category-teasers--full-width .category-teasers__list__item:first-child {
    margin-left: 0;
  }
}
/* line 46, ../../../../../resources/common/css/project/components/_category-teasers.scss */
.category-teasers--full-width .category-teasers__list__item:last-child {
  margin-bottom: 0;
}

/* line 1, ../../../../../resources/common/css/project/components/_category-teasers-extension.scss */
.category-teasers__title {
  font-family: "FS-Me-Regular", sans-serif;
}

@media all and (min-width: 601px) and (max-width: 766px) {
  /* line 4, ../../../../../resources/common/css/project/components/_category-teasers-extension.scss */
  .category-teasers {
    padding-bottom: 20px;
  }
}

/**
 * Basic testimonial
 * This is the default display as used on mobiles, as well as in the sidebar on
 * some pages
 */
/* line 6, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial {
  margin-bottom: 20px;
  background: #0891ac;
  color: #fff;
  padding: 18px 22px 22px;
  position: relative;
  overflow: hidden;
}
/* line 14, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial:before {
  content: "";
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -370.64024px;
  border-width: 370.64024px 0 370.64024px 250px;
  border-color: transparent transparent transparent #00a4c4;
  left: 0;
  right: auto;
}
/* line 20, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial.testimonial--right:before {
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -148.2561px;
  border-width: 148.2561px 100px 148.2561px 0;
  border-color: transparent #00a4c4 transparent transparent;
  right: 0;
  left: auto;
}

/* line 26, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial__quote,
.testimonial__action {
  position: relative;
}

/* line 31, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial__quote {
  padding-bottom: 0;
}

/* line 35, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial__quote__text {
  font-size: 30px ;
  font-size: 1.875rem ;
  line-height: 1.1;
}
/* line 39, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial__quote__text p {
  margin-bottom: 18px;
}
/* line 42, ../../../../../resources/common/css/project/components/_testimonial.scss */
.carousel--testimonial .testimonial__quote__text p {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  /* line 35, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial__quote__text {
    font-size: 40px ;
    font-size: 2.5rem ;
  }
}
/* line 52, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial__quote__text span.quote {
  font-size: 50px ;
  font-size: 3.125rem ;
  display: block;
}
/* line 55, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial__quote__text span.quote.quote__left {
  text-align: right;
}
/* line 59, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial__quote__text blockquote {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 66, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial__quote__author {
  font-family: "FS-Me-Regular", sans-serif;
  font-size: 17px ;
  font-size: 1.0625rem ;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 12px;
}

/**
 * "Wide" variant
 * This is used in the testimonials carousel
 * Only applies on desktop, falling back to a vanilla .testimonial on mobiles
 */
@media screen and (min-width: 601px) {
  /* line 82, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial--wide:before {
    content: "";
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -667.15244px;
    border-width: 667.15244px 0 667.15244px 450px;
    border-color: transparent transparent transparent #00a4c4;
    left: 0;
    right: auto;
  }
  /* line 88, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial--wide.testimonial--right:before {
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -259.44817px;
    border-width: 259.44817px 175px 259.44817px 0;
    border-color: transparent #00a4c4 transparent transparent;
    right: 0;
    left: auto;
  }
  /* line 93, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial--wide .testimonial__quote__author__name,
  .testimonial--wide .testimonial__quote__author__business {
    display: inline;
  }
}
@media screen and (min-width: 767px) {
  /* line 101, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial--wide .testimonial__quote__author {
    padding-right: 5%;
  }
  /* line 105, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial--wide .testimonial__quote__author,
  .testimonial--wide .testimonial__action {
    float: left;
    max-width: 50%;
  }
  /* line 111, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial--wide .testimonial__action {
    float: right;
  }
}

/* line 123, ../../../../../resources/common/css/project/components/_testimonial.scss */
.carousel--testimonial .testimonial--wide span.quote {
  font-size: 50px ;
  font-size: 3.125rem ;
  display: block;
}
/* line 126, ../../../../../resources/common/css/project/components/_testimonial.scss */
.carousel--testimonial .testimonial--wide span.quote.quote__left {
  text-align: right;
}
/* line 130, ../../../../../resources/common/css/project/components/_testimonial.scss */
.carousel--testimonial .testimonial--wide blockquote {
  padding-top: 0;
  padding-bottom: 0;
}

/**
 * Testimonials with images
 */
/* line 140, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial-image {
  position: relative;
  overflow: hidden;
}
/* line 144, ../../../../../resources/common/css/project/components/_testimonial.scss */
.ie7 .testimonial-image {
  float: left;
}
@media screen and (min-width: 601px) {
  /* line 140, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial-image {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  /* line 153, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial-image .testimonial-image__quote-column,
  .testimonial-image .testimonial-image__quote-col-orange,
  .testimonial-image .testimonial-image__image-column {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
  }
  /* line 161, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .ie7 .testimonial-image .testimonial-image__quote-column, .ie7
  .testimonial-image .testimonial-image__quote-col-orange, .ie7
  .testimonial-image .testimonial-image__image-column {
    float: left;
    border-right: 0;
  }
}
/* line 169, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial-image .testimonial-image__image-column {
  display: none;
}
@media screen and (min-width: 601px) {
  /* line 169, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial-image .testimonial-image__image-column {
    display: table-cell;
  }
}
/* line 177, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial-image .testimonial {
  position: static;
}
/* line 181, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial-image .testimonial__quote__text {
  font-size: 25px ;
  font-size: 1.5625rem ;
  line-height: .9;
}
@media screen and (min-width: 700px) {
  /* line 181, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial-image .testimonial__quote__text {
    font-size: 30px ;
    font-size: 1.875rem ;
  }
}
@media screen and (min-width: 750px) {
  /* line 181, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial-image .testimonial__quote__text {
    font-size: 35px ;
    font-size: 2.1875rem ;
  }
}
@media screen and (min-width: 900px) {
  /* line 181, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial-image .testimonial__quote__text {
    font-size: 45px ;
    font-size: 2.8125rem ;
  }
}

/* line 203, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial-image__quote-column {
  background-color: #0891ac;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  /* line 203, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial-image__quote-column {
    border-right: 9.33333px solid white;
  }
}

/* line 213, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial-image__quote-col-orange {
  background-color: #eb6b09;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  /* line 213, ../../../../../resources/common/css/project/components/_testimonial.scss */
  .testimonial-image__quote-col-orange {
    border-right: 9.33333px solid white;
  }
}

/* line 223, ../../../../../resources/common/css/project/components/_testimonial.scss */
.testimonial-image__action {
  position: absolute;
  bottom: 28px;
  right: 28px;
}

/* line 1, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial {
  background: none;
}
/* line 2, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial:before {
  display: none;
}
/* line 7, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
aside .testimonial {
  background: #0891ac;
  position: relative;
}

/* line 14, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial--wide:before {
  display: none;
}

/* line 19, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.carousel--testimonial .carousel__item {
  background: #0891ac;
  position: relative;
  overflow: hidden;
}

/* line 25, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.carousel--testimonial .shard-circle {
  width: 230px;
  height: 371.7px;
  background: #00a4c4;
  position: relative;
  opacity: 1;
  border-radius: 0 70px 0 0;
  position: absolute;
  top: 0;
  left: 0px;
}
/* line 41, ../../../../../resources/common/css/project/_helpers.scss */
.carousel--testimonial .shard-circle:before {
  border-bottom: 176.4px solid transparent;
  border-top: 176.4px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 33.6px;
  width: 0;
}
/* line 54, ../../../../../resources/common/css/project/_helpers.scss */
.carousel--testimonial .shard-circle:before {
  border-left: 114.66px solid #00a4c4;
  right: -104.16px;
}
/* line 58, ../../../../../resources/common/css/project/_helpers.scss */
.carousel--testimonial .shard-circle:after {
  border-right: 32.34px solid transparent;
}
/* line 73, ../../../../../resources/common/css/project/_helpers.scss */
.carousel--testimonial .shard-circle:after {
  border-top: 51.66px solid #00a4c4;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 197.24px;
}
/* line 30, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.carousel--testimonial .shard-circle:before {
  right: -104px;
}
/* line 33, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.carousel--testimonial .shard-circle:after {
  width: 230px;
}

/* line 38, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.carousel--testimonial .shard-circle-right {
  width: 130px;
  height: 371.7px;
  background: #00a4c4;
  position: relative;
  opacity: 1;
  border-radius: 68.85246px 0 0 0;
  position: absolute;
  right: 0px;
  top: 0;
}
/* line 41, ../../../../../resources/common/css/project/_helpers.scss */
.carousel--testimonial .shard-circle-right:before {
  border-bottom: 176.4px solid transparent;
  border-top: 176.4px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 33.6px;
  width: 0;
}
/* line 64, ../../../../../resources/common/css/project/_helpers.scss */
.carousel--testimonial .shard-circle-right:before {
  border-right: 114.66px solid #00a4c4;
  left: -104.16px;
}
/* line 68, ../../../../../resources/common/css/project/_helpers.scss */
.carousel--testimonial .shard-circle-right:after {
  border-left: 32.34px solid transparent;
}
/* line 73, ../../../../../resources/common/css/project/_helpers.scss */
.carousel--testimonial .shard-circle-right:after {
  border-top: 51.66px solid #00a4c4;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 97.24px;
}
/* line 41, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.carousel--testimonial .shard-circle-right:after {
  width: 129px;
}
/* line 44, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.carousel--testimonial .shard-circle-right:before {
  left: -104px;
}

/* line 53, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
aside .testimonial .shard-circle {
  width: 130px;
  height: 371.7px;
  background: #00a4c4;
  position: relative;
  opacity: 1;
  border-radius: 0 70px 0 0;
  position: absolute;
  top: 0;
  left: 0px;
}
/* line 41, ../../../../../resources/common/css/project/_helpers.scss */
aside .testimonial .shard-circle:before {
  border-bottom: 176.4px solid transparent;
  border-top: 176.4px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 33.6px;
  width: 0;
}
/* line 54, ../../../../../resources/common/css/project/_helpers.scss */
aside .testimonial .shard-circle:before {
  border-left: 114.66px solid #00a4c4;
  right: -104.16px;
}
/* line 58, ../../../../../resources/common/css/project/_helpers.scss */
aside .testimonial .shard-circle:after {
  border-right: 32.34px solid transparent;
}
/* line 73, ../../../../../resources/common/css/project/_helpers.scss */
aside .testimonial .shard-circle:after {
  border-top: 51.66px solid #00a4c4;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 97.24px;
}
/* line 58, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
aside .testimonial .shard-circle:after {
  width: 130px;
}

@media screen and (min-width: 1000px) {
  /* line 67, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
  .testimonial-image__image-column .testimonial__quote__text {
    font-size: 50px ;
    font-size: 3.125rem ;
  }
}

@media screen and (min-width: 767px) {
  /* line 74, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
  .testimonial__quote__text {
    font-size: 30px ;
    font-size: 1.875rem ;
  }
}
@media screen and (min-width: 1001px) {
  /* line 74, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
  .testimonial__quote__text {
    font-size: 40px ;
    font-size: 2.5rem ;
  }
}

/* line 86, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial.testimonial-blue {
  background-color: #00A4C4;
}

/* line 90, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial.testimonial-orange {
  background-color: #EB6B09;
}

/* line 94, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial.testimonial-green {
  background-color: #6EA41D;
}

/* line 98, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial.testimonial-yellow {
  background-color: #ffcc00;
}

/* line 102, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial.testimonial-blue:before,
.testimonial.testimonial-orange:before,
.testimonial.testimonial-green:before,
.testimonial.testimonial-yellow:before {
  content: '';
}
/* line 107, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial.testimonial-blue:before .shard-circle,
.testimonial.testimonial-orange:before .shard-circle,
.testimonial.testimonial-green:before .shard-circle,
.testimonial.testimonial-yellow:before .shard-circle {
  display: none;
}
/* line 111, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial.testimonial-blue:before .shard-circle:before,
.testimonial.testimonial-orange:before .shard-circle:before,
.testimonial.testimonial-green:before .shard-circle:before,
.testimonial.testimonial-yellow:before .shard-circle:before {
  display: none;
}
/* line 115, ../../../../../resources/common/css/project/components/_testimonial-extension.scss */
.testimonial.testimonial-blue:before .shard-circle:after,
.testimonial.testimonial-orange:before .shard-circle:after,
.testimonial.testimonial-green:before .shard-circle:after,
.testimonial.testimonial-yellow:before .shard-circle:after {
  display: none;
}

/* line 1, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.contact-teaser {
  margin-bottom: 20px;
  background: #f7f7f7 url(/Content/img/components/teasers/contact-teaser__bg-woman.png) no-repeat top right;
  background-size: contain;
  padding: 40px 22px 22px;
  min-height: 226px;
  position: relative;
}
/* line 9, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.backgroundsize .contact-teaser {
  height: 100%;
}

/* line 14, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.contact-teaser__title {
  font-family: "Dodo", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 27px ;
  font-size: 1.6875rem ;
  margin-bottom: 8px;
}
/* line 22, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.contact-teaser__title em {
  font-style: normal;
  color: #00a4c4;
}

/* line 29, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.contact-teaser__body {
  color: #3e3d40;
  font-size: 17px ;
  font-size: 1.0625rem ;
  margin-bottom: 34px;
}

/* line 35, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.contact-teaser__tel {
  text-decoration: none;
  color: #00a4c4;
  font-family: "FS-Me-Bold", sans-serif;
  font-size: 24px ;
  font-size: 1.5rem ;
}

/* line 43, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.backgroundsize .contact-teaser__action {
  position: absolute;
  bottom: 30px;
  left: 22px;
  right: 22px;
}
/* line 50, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.contact-teaser__action .btn {
  margin: 0;
}

/* line 55, ../../../../../resources/common/css/project/components/_contact-teaser.scss */
.contact-teaser__tel__oneline {
  text-decoration: none;
  color: #00a4c4;
  font-family: "FS-Me-Bold", sans-serif;
  font-size: 33px ;
  font-size: 2.0625rem ;
}

/* line 1, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser {
  margin-bottom: 20px;
  background: none;
  background-size: contain;
  padding: 40px 22px 22px;
  min-height: 226px;
  position: relative;
}
@media screen and (min-width: 500px) {
  /* line 1, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
  .contact-teaser {
    background: #f7f7f7 url(/Content/img/components/teasers/contact-teaser__bg-woman.png) no-repeat top right;
  }
}
/* line 14, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.backgroundsize .contact-teaser {
  height: 100%;
}

/* line 19, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser__title {
  font-family: "Dodo", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 27px ;
  font-size: 1.6875rem ;
  margin-bottom: 8px;
}
/* line 27, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser__title em {
  font-style: normal;
  color: #00a4c4;
}

/* line 33, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser__body {
  color: #3e3d40;
  font-size: 17px ;
  font-size: 1.0625rem ;
  margin-bottom: 34px;
}

/* line 39, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser__tel {
  text-decoration: none;
  color: #00a4c4;
  font-family: "FS-Me-Bold", sans-serif;
  font-size: 24px ;
  font-size: 1.5rem ;
}

/* line 47, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.backgroundsize .contact-teaser__action {
  position: absolute;
  bottom: 30px;
  left: 22px;
  right: 22px;
}
/* line 54, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser__action .btn {
  margin: 0;
}

/* line 61, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.collapsible--enabled .teaser__title:before {
  top: 12px;
}

/* line 68, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser__tel__oneline {
  text-decoration: none;
  color: #00a4c4;
  font-family: "FS-Me-Bold", sans-serif;
  font-size: 33px ;
  font-size: 2.0625rem ;
}

/* line 76, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt {
  background: none;
  padding: 15px;
}
/* line 80, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__title {
  color: #fff;
  font-size: 3.4rem;
  margin-bottom: 0;
  line-height: 0.85;
}
/* line 86, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__title span {
  font-size: 7.8rem;
}
/* line 93, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__body .emphasised {
  font-family: "dodo", sans-serif;
  letter-spacing: -1px;
  line-height: 0.85;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
/* line 102, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__body .contact-teaser__body-image {
  text-align: center;
}
/* line 106, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 111, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__body ul li {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.8rem;
  font-family: "fs-me-bold", sans-serif;
}
/* line 117, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__body ul li span {
  color: #fff;
}
/* line 124, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__action {
  left: 15px;
  right: 15px;
  bottom: 15px;
}
/* line 129, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt .contact-teaser__action .btn {
  max-width: 100%;
}

/* line 135, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt.contact-teaser-alt-orange {
  background: #eb6b09;
}

/* line 139, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt.contact-teaser-alt-green {
  background: #6ea41d;
}

/* line 143, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt.contact-teaser-alt-blue {
  background: #00a4c4;
}

/* line 147, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
.contact-teaser.contact-teaser-alt.contact-teaser-alt-gray {
  background: #85938a;
}

@media screen and (min-width: 900px), screen and (max-width: 1020px) {
  /* line 154, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
  .contact-teaser.contact-teaser-alt .contact-teaser__title {
    font-size: 3rem;
  }
  /* line 157, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
  .contact-teaser.contact-teaser-alt .contact-teaser__title span {
    font-size: 6.7rem;
  }
}
@media screen and (min-width: 767px), screen and (max-width: 899px) {
  /* line 167, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
  .contact-teaser.contact-teaser-alt .contact-teaser__title {
    font-size: 2.5rem;
  }
  /* line 170, ../../../../../resources/common/css/project/components/_contact-teaser-extension.scss */
  .contact-teaser.contact-teaser-alt .contact-teaser__title span {
    font-size: 5.5rem;
  }
}
/**
 * Basic testimonial
 * This is the default display as used on mobiles, as well as in the sidebar on
 * some pages
 */
/* line 6, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial {
  margin-bottom: 20px;
  background: #0891ac;
  color: #fff;
  padding: 0 22px 10px 22px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* line 16, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote,
.campaign-testimonial__action {
  position: relative;
}

/* line 21, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote {
  padding-bottom: 0;
}

/* line 25, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote__text {
  font-size: 30px ;
  font-size: 1.875rem ;
  line-height: 0.8;
}
/* line 29, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote__text .campaign-testimonial__quote__text__smaller {
  font-size: 0.79em;
}
/* line 33, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote__text p {
  margin-bottom: 18px;
  font-size: 1.8rem;
  letter-spacing: -1px;
}
/* line 39, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.carousel--testimonial .campaign-testimonial__quote__text p {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  /* line 25, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial__quote__text {
    font-size: 40px ;
    font-size: 2.5rem ;
  }
}
/* line 49, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote__text span.quote {
  font-size: 50px ;
  font-size: 3.125rem ;
  display: block;
  line-height: 1;
  font-size: 1.1em;
}
/* line 52, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote__text span.quote.quote__left {
  text-align: right;
}
/* line 58, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote__text blockquote {
  padding: 0;
}

/* line 64, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial__quote__author {
  font-family: "FS-Me-Regular", sans-serif;
  font-size: 17px ;
  font-size: 1.0625rem ;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: -30px;
}

/**
 * "Wide" variant
 * This is used in the testimonials carousel
 * Only applies on desktop, falling back to a vanilla .testimonial on mobiles
 */
@media screen and (min-width: 601px) {
  /* line 82, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial--wide .campaign-testimonial__quote__author__name,
  .campaign-testimonial--wide .campaign-testimonial__quote__author__business {
    display: inline;
  }
}
@media screen and (min-width: 767px) {
  /* line 90, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial--wide .campaign-testimonial__quote__author {
    padding-right: 5%;
  }
  /* line 94, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial--wide .campaign-testimonial__quote__author,
  .campaign-testimonial--wide .campaign-testimonial__action {
    float: left;
    max-width: 50%;
  }
  /* line 100, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial--wide .campaign-testimonial__action {
    float: right;
  }
}

/* line 112, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.carousel--testimonial .campaign-testimonial--wide span.quote {
  font-size: 50px ;
  font-size: 3.125rem ;
  display: block;
}
/* line 115, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.carousel--testimonial .campaign-testimonial--wide span.quote.quote__left {
  text-align: right;
}
/* line 119, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.carousel--testimonial .campaign-testimonial--wide blockquote {
  padding: 0;
}

/**
 * Testimonials with images
 */
/* line 128, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial-image {
  position: relative;
  overflow: hidden;
}
/* line 132, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.ie7 .campaign-testimonial-image {
  float: left;
}
@media screen and (min-width: 601px) {
  /* line 128, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial-image {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  /* line 141, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial-image .campaign-testimonial-image__quote-column,
  .campaign-testimonial-image .campaign-testimonial-image__image-column {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
  }
  /* line 148, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .ie7 .campaign-testimonial-image .campaign-testimonial-image__quote-column, .ie7
  .campaign-testimonial-image .campaign-testimonial-image__image-column {
    float: left;
    border-right: 0;
  }
}
/* line 156, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial-image .campaign-testimonial-image__image-column {
  display: none;
}
@media screen and (min-width: 601px) {
  /* line 156, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial-image .campaign-testimonial-image__image-column {
    display: table-cell;
  }
}
/* line 164, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial-image .campaign-testimonial {
  position: static;
}
/* line 168, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial-image .campaign-testimonial__quote__text {
  font-size: 25px ;
  font-size: 1.5625rem ;
  line-height: .9;
}
@media screen and (min-width: 700px) {
  /* line 168, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial-image .campaign-testimonial__quote__text {
    font-size: 30px ;
    font-size: 1.875rem ;
  }
}
@media screen and (min-width: 750px) {
  /* line 168, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial-image .campaign-testimonial__quote__text {
    font-size: 35px ;
    font-size: 2.1875rem ;
  }
}
@media screen and (min-width: 900px) {
  /* line 168, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial-image .campaign-testimonial__quote__text {
    font-size: 45px ;
    font-size: 2.8125rem ;
  }
}

/* line 190, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial-image__quote-column {
  background-color: #0891ac;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  /* line 190, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial-image__quote-column {
    border-right: 9.33333px solid white;
  }
}

/* line 200, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial-image__action {
  position: absolute;
  bottom: 28px;
  right: 28px;
}

@media screen and (min-width: 767px) {
  /* line 207, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial__quote__text {
    font-size: 30px ;
    font-size: 1.875rem ;
  }
}
@media screen and (min-width: 1001px) {
  /* line 207, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
  .campaign-testimonial__quote__text {
    font-size: 40px ;
    font-size: 2.5rem ;
  }
}

/* line 219, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial.campaign-testimonial-blue {
  background-color: #00A4C4;
}

/* line 223, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial.campaign-testimonial-orange {
  background-color: #EB6B09;
}

/* line 227, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial.campaign-testimonial-green {
  background-color: #6EA41D;
}

/* line 231, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial.campaign-testimonial-yellow {
  background-color: #fcc000;
}
/* line 235, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial.campaign-testimonial-yellow .campaign-testimonial__quote__text p {
  color: #3e3d40;
}
/* line 240, ../../../../../resources/common/css/project/components/_campaign-testimonial.scss */
.campaign-testimonial.campaign-testimonial-yellow .campaign-testimonial__quote__author {
  color: #3e3d40;
}

/* line 1, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial {
  margin-bottom: 20px;
  color: #fff;
  padding: 0 22px 5px 22px;
  position: relative;
  overflow: hidden;
  position: relative;
  background: #00a4c4;
  height: 100%;
}
/* line 11, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial-image-top {
  padding: 10px 0 0 0;
  margin: 0;
  position: relative;
  z-index: 0;
}
/* line 17, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial-image-top img {
  padding: 0;
  margin: 0;
}
/* line 23, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial-image-bottom {
  padding: 0;
  margin: -15px 0 0 0;
  position: relative;
}
/* line 28, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial-image-bottom img {
  padding: 0;
  margin: 0;
}
/* line 34, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial blockquote.alternative-testimonial__quote {
  position: relative;
  padding: 10px 0 0 0;
  z-index: 1;
}
/* line 41, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial blockquote.alternative-testimonial__quote .alternative-testimonial__quote__text p {
  margin-bottom: 0;
  line-height: 1;
}
/* line 45, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial blockquote.alternative-testimonial__quote .alternative-testimonial__quote__text p span.alternative-testimonial__quote__text__larger {
  font-size: 36px ;
  font-size: 2.25rem ;
  letter-spacing: -1px;
  display: block;
}
/* line 51, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial blockquote.alternative-testimonial__quote .alternative-testimonial__quote__text p span.alternative-testimonial__quote__text__smaller {
  font-size: 26px ;
  font-size: 1.625rem ;
  letter-spacing: -1px;
  display: block;
}
@media screen and (min-width: 500px) {
  /* line 41, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
  .alternative-testimonial blockquote.alternative-testimonial__quote .alternative-testimonial__quote__text p {
    font-size: 40px ;
    font-size: 2.5rem ;
  }
}
/* line 61, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial blockquote.alternative-testimonial__quote .alternative-testimonial__quote__text p span.quote {
  font-size: 35px ;
  font-size: 2.1875rem ;
  display: block;
}
/* line 66, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial blockquote.alternative-testimonial__quote .alternative-testimonial__quote__text p span.quote__left {
  text-align: right;
  font-size: 35px ;
  font-size: 2.1875rem ;
  display: block;
}
/* line 74, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author {
  font-family: "FS-Me-Regular", sans-serif;
  font-size: 17px ;
  font-size: 1.0625rem ;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: -10px;
}
/* line 85, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial-image-top {
  text-align: center;
}
/* line 89, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial-image-bottom {
  text-align: center;
}
/* line 93, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial__promote {
  font-family: "FS-Me-Regular", sans-serif;
  color: #3e3d40;
}
/* line 97, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial__promote h3 {
  font-family: "Dodo", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 36px ;
  font-size: 2.25rem ;
  margin: 0;
  padding: 5px 0 0 0;
}
/* line 107, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial__promote h3 em {
  font-style: normal;
  color: #fff;
}
/* line 113, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial__promote p {
  line-height: 1.1;
}
/* line 118, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial .alternative-testimonial__action {
  position: relative;
  margin-top: -10px;
}

@media screen and (min-width: 767px) and (max-width: 912px) {
  /* line 130, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
  .alternative-testimonial blockquote.alternative-testimonial__quote .alternative-testimonial__quote__text p span.alternative-testimonial__quote__text__larger {
    font-size: 28px ;
    font-size: 1.75rem ;
  }
}
/* line 140, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-1 blockquote.alternative-testimonial__quote {
  margin-top: -30px;
}

/* line 146, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2 blockquote.alternative-testimonial__quote {
  position: relative;
}
/* line 149, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2 blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author {
  padding: 7px 5px 7px 5px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px ;
  font-size: 0.9375rem ;
}
/* line 155, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2 blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author .alternative-testimonial__quote__author__business {
  margin-bottom: 0;
}
/* line 160, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2 blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

/* line 174, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-blue {
  background-color: #00a4c4;
}

/* line 178, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-orange {
  background-color: #EB6B09;
}

/* line 182, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-green {
  background-color: #6EA41D;
}

/* line 186, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-yellow {
  background-color: #fcc000;
}
/* line 190, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-yellow .alternative-testimonial__quote__text p {
  color: #3e3d40;
}
/* line 195, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-yellow .alternative-testimonial__quote__author {
  color: #3e3d40;
}

/* line 202, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-blue blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author {
  background-color: #fcc001;
  color: #3e3d40;
  margin-left: -22px;
  padding-left: 22px;
  width: 80%;
}
/* line 210, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-blue blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author:after {
  border-left: 15px solid #fcc001;
}
/* line 216, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-blue .alternative-testimonial__promote h3 {
  color: #fcc001;
}
/* line 219, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-blue .alternative-testimonial__promote h3 em {
  color: #fff;
}

/* line 228, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-orange blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author {
  background-color: #3e3d40;
  color: #fcc001;
  margin-left: -22px;
  padding-left: 22px;
  width: 80%;
}
/* line 236, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-orange blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author:after {
  border-left: 15px solid #3e3d40;
}
/* line 242, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-orange .alternative-testimonial__promote h3 {
  color: #fcc001;
}
/* line 245, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-orange .alternative-testimonial__promote h3 em {
  color: #fff;
}
/* line 250, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-orange .alternative-testimonial__promote p {
  color: #fff;
}

/* line 258, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-green blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author {
  background-color: #fcc001;
  color: #3e3d40;
  margin-left: -22px;
  padding-left: 22px;
  width: 80%;
}
/* line 266, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-green blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author:after {
  border-left: 15px solid #fcc001;
}
/* line 272, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-green .alternative-testimonial__promote h3 {
  color: #fcc001;
}
/* line 275, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-green .alternative-testimonial__promote h3 em {
  color: #fff;
}
/* line 280, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-green .alternative-testimonial__promote p {
  color: #fff;
}

/* line 288, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-yellow blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author {
  background-color: #00a4c4;
  color: #fff;
  margin-left: -22px;
  padding-left: 22px;
  width: 80%;
}
/* line 296, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-yellow blockquote.alternative-testimonial__quote .alternative-testimonial__quote__author:after {
  border-left: 15px solid #00a4c4;
}
/* line 303, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-yellow .alternative-testimonial__promote h3 em {
  color: #fff;
}
/* line 308, ../../../../../resources/common/css/project/components/_alternative-testimonial.scss */
.alternative-testimonial-variation-2.alternative-testimonial-yellow .alternative-testimonial__promote p {
  color: #3e3d40;
}

/* line 1, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.content--flush-top-alternative-testimonial-banner {
  padding-top: 0;
  margin-top: 0;
}

/* line 6, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner {
  margin: 0;
  padding: 0;
}
/* line 10, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner-left {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  height: 100%;
}
/* line 18, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner-middle {
  margin: 0;
  padding: 0;
  width: 5%;
  float: left;
  height: 100%;
}
/* line 26, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner-right {
  margin: 0;
  padding: 0;
  width: 45%;
  float: left;
  height: 100%;
}
/* line 33, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner-right .alternative-testimonial-image-bottom {
  margin-top: -20px;
}

/* line 40, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-blue {
  background-color: #00a4c4;
}

/* line 44, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-orange {
  background-color: #EB6B09;
}

/* line 48, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-green {
  background-color: #6EA41D;
}

/* line 52, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-yellow {
  background-color: #fcc001;
}

/* line 56, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.carousel-blue {
  background-color: #00a4c4;
}

/* line 60, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.carousel-orange {
  background-color: #EB6B09;
}

/* line 64, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.carousel-green {
  background-color: #6EA41D;
}

/* line 68, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.carousel-yellow {
  background-color: #fcc001;
}

/* line 72, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner {
  color: #fff;
  position: relative;
  overflow: hidden;
  position: relative;
}
/* line 79, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote {
  position: relative;
  padding: 10px 0 25px 0;
}
/* line 85, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p {
  margin-bottom: 0;
  line-height: 1;
}
/* line 89, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.alternative-testimonial-banner__quote__text__larger {
  font-size: 50px ;
  font-size: 3.125rem ;
  letter-spacing: -1px;
  display: block;
}
/* line 94, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.alternative-testimonial-banner__quote__text__larger em {
  color: #fcc001;
  font-style: normal;
}
/* line 100, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.alternative-testimonial-banner__quote__text__smaller {
  font-size: 35px ;
  font-size: 2.1875rem ;
  letter-spacing: -1px;
  display: block;
}
@media screen and (min-width: 500px) {
  /* line 85, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p {
    font-size: 40px ;
    font-size: 2.5rem ;
  }
}
/* line 110, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.quote {
  font-size: 40px ;
  font-size: 2.5rem ;
  display: block;
}
/* line 115, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.quote__left {
  text-align: right;
  font-size: 40px ;
  font-size: 2.5rem ;
  display: block;
  margin-top: -10px;
}
/* line 125, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner__promote {
  font-family: "FS-Me-Regular", sans-serif;
  color: #3e3d40;
}
/* line 129, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner__promote h3 {
  font-family: "Dodo", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 50px ;
  font-size: 3.125rem ;
  margin: 0;
  padding: 5px 0 0 0;
}
/* line 139, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner__promote h3 em {
  font-style: normal;
  color: #fff;
}
/* line 145, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner__promote p {
  line-height: 1.1;
  font-size: 20px ;
  font-size: 1.25rem ;
}
/* line 151, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner__action {
  position: absolute;
  bottom: 10px;
  right: 0;
}
/* line 156, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner .alternative-testimonial-banner__action .btn {
  width: 225px;
}

/* line 163, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-blue {
  background-color: #00a4c4;
}

/* line 167, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-orange {
  background-color: #EB6B09;
}

/* line 171, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-green {
  background-color: #6EA41D;
}

/* line 175, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-yellow {
  background-color: #fcc000;
}
/* line 179, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-yellow .alternative-testimonial-banner__quote__text p {
  color: #3e3d40;
}
/* line 184, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner-yellow .alternative-testimonial-banner__quote__author {
  color: #3e3d40;
}

/* line 191, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-blue blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__author {
  background-color: #fcc001;
  color: #3e3d40;
  margin-left: -22px;
  padding-left: 22px;
  width: 80%;
}
/* line 199, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-blue blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__author:after {
  border-left: 15px solid #fcc001;
}
/* line 205, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-blue .alternative-testimonial-banner__promote h3 {
  color: #fcc001;
}
/* line 208, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-blue .alternative-testimonial-banner__promote h3 em {
  color: #fff;
}

/* line 217, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-orange blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__author {
  background-color: #3e3d40;
  color: #fcc001;
  margin-left: -22px;
  padding-left: 22px;
  width: 80%;
}
/* line 225, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-orange blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__author:after {
  border-left: 15px solid #3e3d40;
}
/* line 231, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-orange .alternative-testimonial-banner__promote h3 {
  color: #fcc001;
}
/* line 234, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-orange .alternative-testimonial-banner__promote h3 em {
  color: #fff;
}
/* line 239, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-orange .alternative-testimonial-banner__promote p {
  color: #fff;
}

/* line 247, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-green blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__author {
  background-color: #fcc001;
  color: #3e3d40;
  margin-left: -22px;
  padding-left: 22px;
  width: 80%;
}
/* line 255, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-green blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__author:after {
  border-left: 15px solid #fcc001;
}
/* line 261, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-green .alternative-testimonial-banner__promote h3 {
  color: #fcc001;
}
/* line 264, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-green .alternative-testimonial-banner__promote h3 em {
  color: #fff;
}
/* line 269, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-green .alternative-testimonial-banner__promote p {
  color: #fff;
}

/* line 277, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-yellow blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__author {
  background-color: #00a4c4;
  color: #fff;
  margin-left: -22px;
  padding-left: 22px;
  width: 80%;
}
/* line 285, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-yellow blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__author:after {
  border-left: 15px solid #00a4c4;
}
/* line 292, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-yellow .alternative-testimonial-banner__promote h3 em {
  color: #fff;
}
/* line 297, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-yellow .alternative-testimonial-banner__promote p {
  color: #3e3d40;
}

@media screen and (min-width: 767px) and (max-width: 910px) {
  /* line 319, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.alternative-testimonial-banner__quote__text__larger {
    font-size: 38px ;
    font-size: 2.375rem ;
  }
  /* line 323, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.alternative-testimonial-banner__quote__text__smaller {
    font-size: 28px ;
    font-size: 1.75rem ;
  }
  /* line 331, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner__promote h3 {
    font-size: 38px ;
    font-size: 2.375rem ;
  }
}
@media screen and (max-width: 600px) {
  /* line 343, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .carousel--testimonial.carousel-yellow,
  .carousel--testimonial.carousel-blue,
  .carousel--testimonial.carousel-green,
  .carousel--testimonial.carousel-orange {
    margin-right: 0.3125rem;
  }
}
@media screen and (min-width: 767px) {
  /* line 357, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner-right .alternative-testimonial-image-bottom {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  /* line 370, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner-right .alternative-testimonial-image-bottom {
    display: block;
  }
}
@media screen and (max-width: 861px) {
  /* line 387, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.alternative-testimonial-banner__quote__text__larger {
    font-size: 40px ;
    font-size: 2.5rem ;
  }
  /* line 391, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.alternative-testimonial-banner__quote__text__smaller {
    font-size: 25px ;
    font-size: 1.5625rem ;
  }
  /* line 395, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.quote {
    font-size: 30px ;
    font-size: 1.875rem ;
  }
  /* line 399, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text p span.quote__left {
    font-size: 30px ;
    font-size: 1.875rem ;
  }
  /* line 407, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner__promote h3 {
    font-size: 40px ;
    font-size: 2.5rem ;
  }
  /* line 411, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner__promote p {
    font-size: 20px ;
    font-size: 1.25rem ;
  }
}
@media screen and (max-width: 766px) {
  /* line 423, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner-right {
    float: none;
    width: 100%;
    height: 100%;
  }
  /* line 428, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner-right .alternative-testimonial-image-bottom {
    text-align: center;
  }
  /* line 433, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner-left {
    float: none;
    display: none;
    height: 100%;
  }
  /* line 439, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner-middle {
    float: none;
    display: none;
    height: 100%;
  }
  /* line 445, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner__action {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  /* line 454, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner .alternative-testimonial-banner__promote p {
    font-size: 20px ;
    font-size: 1.25rem ;
  }
}
/* line 461, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt {
  padding: 20px 0;
}
/* line 464, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-left {
  width: 49%;
  padding-right: 20px;
}
/* line 469, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-middle {
  width: 1%;
}
/* line 473, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-right {
  width: 50%;
}
/* line 476, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-right blockquote.alternative-testimonial-banner__quote {
  padding-top: 0;
}
/* line 480, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-right blockquote.alternative-testimonial-banner__quote .alternative-testimonial-banner__quote__text .quote {
  font-size: 3rem;
}
/* line 487, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-right .alternative-testimonial__quote__author p {
  font-family: "FS-Me-Regular",sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  font-weight: normal;
}
/* line 497, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-right .alternative-testimonial-banner__promote {
  color: #fff;
}
/* line 500, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
.alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-right .alternative-testimonial-banner__promote p {
  font-size: 1.0625rem;
}

@media screen and (max-width: 766px) {
  /* line 510, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-left {
    width: 49%;
    display: block;
    float: left;
  }
  /* line 516, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-middle {
    width: 1%;
    display: block;
    float: left;
  }
  /* line 522, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-right {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 600px) {
  /* line 550, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-left {
    width: 49%;
    display: none;
    float: none;
  }
  /* line 556, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-middle {
    width: 1%;
    display: none;
    float: none;
  }
  /* line 562, ../../../../../resources/common/css/project/components/_alternative-testimonial-banner.scss */
  .alternative-testimonial-banner.alternative-testimonial-banner-alt .alternative-testimonial-banner-right {
    width: 100%;
    float: none;
  }
}
/* line 1, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide {
  margin: 0 0 40px 0;
  padding: 0 22px;
  background: #363638;
  color: #fff;
  position: relative;
}
/* line 8, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner {
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  height: 100%;
}
/* line 15, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  height: 100%;
}
/* line 22, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 {
  color: #fff;
  font-family: "Dodo", sans-serif;
  font-size: 37px ;
  font-size: 2.3125rem ;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.2;
}
/* line 30, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3 .xtra, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 .xtra {
  color: #eb6b09;
}
/* line 34, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3 .max, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 .max {
  color: #00a4c4;
}
/* line 39, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left p {
  font-size: 15px ;
  font-size: 0.9375rem ;
  margin: 0;
}
/* line 45, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  height: 100%;
}
/* line 54, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-image {
  float: left;
  width: 45%;
  margin: 0;
  padding: 0;
}
/* line 61, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action {
  float: left;
  width: 55%;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 68, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer {
  top: 0;
  position: absolute;
  right: 0;
  width: 100%;
  font-size: 1rem;
  max-width: 225px;
}
/* line 78, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__prefix {
  margin-left: -1.6rem;
  font-size: 1rem;
  display: inline;
}
/* line 84, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__suffix {
  margin-left: -1.6rem;
}
/* line 88, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__value {
  font-size: 3rem;
}
/* line 97, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .banner-notice-wide-action-button {
  bottom: 0;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 225px;
}
/* line 106, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .banner-notice-wide-action-button a {
  margin: 0;
}

/* line 115, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-white {
  background: #fff;
  border: 1px solid #eceded;
}
/* line 121, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-white .banner-notice-wide-left h3, .banner-notice-wide.banner-notice-white .banner-notice-wide-left .h3 {
  color: #00a4c4;
  margin-bottom: 0;
}
/* line 126, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-white .banner-notice-wide-left h4 {
  color: #85938a;
  font-size: 32px ;
  font-size: 2rem ;
  font-family: "Dodo",sans-serif;
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
}
/* line 136, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-white .banner-notice-wide-left p {
  color: #3e3d40;
  font-size: 20px ;
  font-size: 1.25rem ;
}
/* line 148, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-white .banner-notice-wide-right .banner-notice-wide-action .offer .blurb {
  color: #3e3d40;
  font-size: 15px ;
  font-size: 0.9375rem ;
  text-align: right;
}

/* line 160, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-thin .banner-notice-wide-left {
  width: 40%;
}
/* line 163, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-thin .banner-notice-wide-left h3, .banner-notice-wide.banner-notice-thin .banner-notice-wide-left .h3 {
  font-family: FS-Me-Regular;
  text-transform: none;
  font-size: 1.75rem;
  padding-bottom: 5px;
}
/* line 170, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-thin .banner-notice-wide-left p {
  font-size: 0.9rem;
  color: #85938a;
  line-height: 1.1rem;
}
/* line 178, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-thin .banner-notice-wide-right {
  width: 60%;
}
/* line 181, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-thin .banner-notice-wide-right .banner-notice-wide-image {
  width: 55%;
  text-align: right;
}
/* line 185, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-thin .banner-notice-wide-right .banner-notice-wide-image img {
  width: 90%;
}
/* line 190, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-thin .banner-notice-wide-right .banner-notice-wide-action {
  width: 45%;
}

/* line 196, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-top {
  margin-bottom: 20px;
}

/* line 200, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image {
  padding-top: 0;
  padding-bottom: 0;
  background: #00a4c4;
}
/* line 205, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 209, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 45%;
  height: 107px;
  max-height: 107px;
}
/* line 216, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 0.9;
}
/* line 221, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3 .xln-new-icon, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 .xln-new-icon {
  font-size: 3.3rem;
  margin-left: -3px;
  margin-right: -3px;
}
/* line 230, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3 em, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 em {
  color: #fcc000;
  font-style: normal;
  font-size: 4.5rem;
}
/* line 241, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right {
  width: 55%;
  height: 127px;
  max-height: 127px;
  position: relative;
}
/* line 247, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 237px;
}
/* line 254, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-image img {
  width: 100%;
}
/* line 259, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action {
  position: relative;
  height: 127px;
  max-height: 127px;
  float: right;
}
/* line 267, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .blurb {
  font-size: 1.3rem;
}
/* line 272, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .banner-notice-wide-action-button {
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (max-width: 1003px) {
  /* line 288, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 {
    font-size: 35px ;
    font-size: 2.1875rem ;
    letter-spacing: -1px;
    line-height: 1;
  }

  /* line 306, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 {
    font-size: 6vw;
    line-height: 0.8;
  }
  /* line 310, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3 em, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 em {
    font-size: 8vw;
  }
}
@media screen and (max-width: 920px) {
  /* line 349, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 {
    font-size: 32px ;
    font-size: 2rem ;
    letter-spacing: -1px;
    line-height: 1;
  }
  /* line 367, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__prefix {
    margin-left: -1.6rem;
    font-size: 1rem;
    display: inline;
  }
  /* line 373, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__value {
    font-size: 2rem;
  }
  /* line 376, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__value sup {
    font-size: 0.8rem;
  }
  /* line 381, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__suffix {
    margin-left: -1rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 874px) {
  /* line 399, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 {
    font-size: 32px ;
    font-size: 2rem ;
    letter-spacing: -1px;
    line-height: 1;
  }
}
@media screen and (max-width: 800px) {
  /* line 418, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 {
    font-size: 30px ;
    font-size: 1.875rem ;
    letter-spacing: -1px;
    line-height: 1;
  }
  /* line 423, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3 em, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 em {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 443, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 {
    font-size: 6vw;
    line-height: 1;
  }
  /* line 447, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3 .xln-new-icon, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 .xln-new-icon {
    font-size: 5.5vw;
  }
  /* line 451, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3 em, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 em {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 766px) {
  /* line 488, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  /* line 493, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left .h3 {
    font-size: 35px ;
    font-size: 2.1875rem ;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
  }
  /* line 500, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-left p {
    font-size: 15px ;
    font-size: 0.9375rem ;
  }
  /* line 505, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right {
    width: 100%;
    float: none;
  }
  /* line 509, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-image {
    text-align: center;
  }
  /* line 513, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 516, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer {
    float: right;
    width: 100%;
    position: relative;
    top: 0;
  }
  /* line 522, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price {
    width: 100%;
  }
  /* line 525, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__prefix {
    margin-left: 0;
    font-size: 1rem;
    display: inline;
  }
  /* line 531, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__suffix {
    margin-left: -1.1rem;
    display: inline;
    font-size: 0.8rem;
  }
  /* line 537, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__value {
    font-size: 3rem;
  }
  /* line 540, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .offer__price .offer__price__value sup {
    font-size: 1.3rem;
  }
  /* line 547, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .banner-notice-wide-action-button {
    float: right;
    width: 100%;
    position: relative;
    top: 0;
  }

  /* line 562, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left {
    max-height: none;
    float: left;
  }
  /* line 576, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right {
    position: static;
    max-height: none;
    float: left;
  }
  /* line 581, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-image {
    display: none;
  }
  /* line 588, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action {
    position: static;
    max-height: none;
    width: 100%;
  }
  /* line 593, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer {
    position: static;
    margin: 0;
  }
  /* line 597, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer .blurb {
    margin: 0;
  }
  /* line 602, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .banner-notice-wide-action-button {
    position: static;
  }
}
@media screen and (max-width: 600px) {
  /* line 616, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left {
    float: none;
    width: auto;
    height: auto;
  }
  /* line 621, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 {
    font-size: 12vw;
    line-height: 0.9;
  }
  /* line 625, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3 .xln-new-icon, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 .xln-new-icon {
    font-size: 12vw;
  }
  /* line 629, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left h3 em, .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-left .h3 em {
    font-size: 15vw;
  }
  /* line 638, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right {
    float: none;
    width: auto;
    clear: both;
  }
  /* line 649, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action {
    float: none;
    clear: both;
  }
  /* line 653, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .offer {
    float: none;
    clear: both;
  }
  /* line 661, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide.banner-notice-wide-full-image .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .banner-notice-wide-action-button {
    float: none;
  }
}
@media screen and (max-width: 439px) {
  /* line 675, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-image {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  /* line 682, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action {
    width: 100%;
    max-width: 100%;
  }
  /* line 688, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-wide .banner-notice-wide-inner .banner-notice-wide-right .banner-notice-wide-action .banner-notice-wide-action-button {
    width: 100%;
    max-width: 100%;
  }
}
/* line 698, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single {
  background: #00a4c4;
  margin: 0;
  padding: 0;
  position: static;
}
/* line 704, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-left {
  padding: 10px 10px 10px 22px;
}
/* line 707, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-left h3 {
  margin: 0;
  color: #fff;
  font-family: "Dodo", sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 2.8rem;
}
/* line 716, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-left h3 em {
  font-style: normal;
  color: #fcc000;
}
/* line 722, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-left p {
  margin: 0;
  color: #3e3d40;
}
/* line 728, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-mid {
  position: relative;
  height: 100%;
  padding: 10px;
}
/* line 733, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-mid img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  left: 25%;
}
/* line 742, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-right {
  padding: 10px 22px 10px 10px;
  text-align: right;
  position: relative;
  height: 100%;
}
/* line 748, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-right .banner-notice-single-actions {
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 100%;
  max-width: 225px;
}
/* line 757, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
.banner-notice-single .banner-notice-single-right .banner-notice-single-actions .btn {
  width: 100%;
  max-width: 225px;
}

@media screen and (max-width: 767px) {
  /* line 766, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single {
    padding: 20px;
  }
  /* line 769, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-left {
    text-align: center;
    padding: 0;
  }
  /* line 775, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-left h3 em {
    font-style: normal;
  }
  /* line 781, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-left p {
    margin: 0;
  }
  /* line 787, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-mid {
    text-align: center;
    padding: 20px 0;
  }
  /* line 791, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-mid img {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 160px;
  }
  /* line 801, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-right {
    text-align: center;
    padding: 0;
  }
  /* line 805, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-right .banner-notice-single-actions {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 822, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single {
    padding: 10px;
  }
  /* line 838, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-mid {
    padding: 10px 0;
  }
  /* line 848, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-right .banner-notice-single-actions {
    width: 100%;
    max-width: none;
  }
  /* line 852, ../../../../../resources/common/css/project/components/_banner-notice-wide.scss */
  .banner-notice-single .banner-notice-single-right .banner-notice-single-actions .btn {
    width: 100%;
    max-width: none;
  }
}
/* line 4, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser {
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  /* line 4, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser {
    margin-bottom: 30px;
  }
}
/* line 14, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.equal-heights--enabled .product-teaser {
  height: 100%;
}
/* line 18, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.equal-heights--enabled-extension .product-teaser {
  height: 80%;
}
/* line 22, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.ie7 .product-teaser {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 27, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser .checkmark-list {
  font-size: 15px ;
  font-size: 0.9375rem ;
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  /* line 27, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser .checkmark-list {
    font-size: 13px ;
    font-size: 0.8125rem ;
  }
}
/* line 35, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser .checkmark-list li {
  margin-bottom: 5px;
}
/* line 38, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser .checkmark-list li:before {
  font-size: 15px ;
  font-size: 0.9375rem ;
}
@media screen and (min-width: 601px) {
  /* line 38, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser .checkmark-list li:before {
    font-size: 13px ;
    font-size: 0.8125rem ;
  }
}
/* line 48, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser .mobile-grid-col {
  position: static;
}
@media screen and (min-width: 601px) {
  /* line 4, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  /* line 57, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser.product-teaser--has-image {
    padding: 75px 0 0 0;
  }
}
/* line 62, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser .offer__comment {
  margin-right: -20px;
  text-align: right;
}
@media screen and (min-width: 601px) {
  /* line 62, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser .offer__comment {
    margin-right: 0;
  }
}
/* line 70, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.ie7 .product-teaser .offer__comment {
  margin-right: 10px;
}

/* line 76, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__inner {
  *zoom: 1;
  padding: 20px 0;
  border-bottom: 1px solid #eceded;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.product-teaser__inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 601px) {
  /* line 76, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser__inner {
    padding: 20px;
    border: 1px solid #eceded;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VkZWQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(25%, #ffffff), color-stop(100%, #eceded));
    background-image: -moz-linear-gradient(#ffffff 25%, #eceded);
    background-image: -webkit-linear-gradient(#ffffff 25%, #eceded);
    background-image: linear-gradient(#ffffff 25%, #eceded);
  }
}
@media screen and (min-width: 1000px) {
  /* line 76, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser__inner {
    padding-bottom: 75px;
  }
}
/* line 93, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.ie7 .product-teaser__inner {
  padding-bottom: 0;
}

/* line 98, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__title {
  font-size: 30px ;
  font-size: 1.875rem ;
  font-family: "FS-Me-Bold", sans-serif;
}
/* line 106, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--basix .product-teaser__title {
  color: #6ea41d;
}
/* line 110, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--max .product-teaser__title {
  color: #00a4c4;
}
/* line 114, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--xtra .product-teaser__title {
  color: #eb6b09;
}

/* line 119, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__title__line1,
.product-teaser__title__line2 {
  display: block;
}

/* line 124, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__inner__image {
  max-width: 150px;
  margin: 0;
}
/* line 128, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__inner__image img {
  display: block;
  margin: 0 auto 20px 0;
}
@media screen and (min-width: 601px) {
  /* line 124, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser__inner__image {
    max-width: none;
  }
  /* line 136, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser__inner__image img {
    margin: -25% auto 20px auto;
    max-width: 90%;
  }
}
@media screen and (min-width: 767px) {
  /* line 143, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser__inner__image img {
    margin-top: -33%;
  }
}

/* line 149, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__inner__title {
  font-family: "FS-Me-Bold", sans-serif;
  font-size: 17px ;
  font-size: 1.0625rem ;
  margin: 0;
}
/* line 154, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--basix .product-teaser__inner__title {
  color: #6ea41d;
}
/* line 158, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--max .product-teaser__inner__title {
  color: #00a4c4;
}
/* line 162, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--xtra .product-teaser__inner__title {
  color: #eb6b09;
}

/* line 167, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image {
  padding: 65px 0 0 0;
}
@media screen and (min-width: 767px) {
  /* line 167, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--has-image {
    padding: 65px 0 0 0;
  }
}
/* line 174, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image .product-teaser__inner__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 601px) {
  /* line 174, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--has-image .product-teaser__inner__title {
    position: static;
  }
}
/* line 187, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image .product-teaser__inner__title__inner {
  position: relative;
  display: block;
  height: 65px;
  line-height: 65px;
  width: 80%;
  padding: 0 0 0 20px;
}
/* line 195, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image .product-teaser__inner__title__inner:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  position: absolute;
  right: -16px;
  top: 0px;
}
@media screen and (min-width: 601px) {
  /* line 187, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--has-image .product-teaser__inner__title__inner {
    padding: 0;
    height: auto;
    width: auto;
    line-height: 1.35;
    background: none !important;
  }
  /* line 213, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--has-image .product-teaser__inner__title__inner:before {
    border: none !important;
  }
}
/* line 220, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--basix .product-teaser__inner__title {
  background: #5f8e19;
}
@media screen and (min-width: 601px) {
  /* line 220, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--has-image.product-teaser--basix .product-teaser__inner__title {
    color: #6ea41d;
    background: none;
  }
}
/* line 229, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--basix .product-teaser__inner__title__inner {
  background: #6ea41d;
}
/* line 232, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--basix .product-teaser__inner__title__inner:before {
  border-left: 16px solid #6ea41d;
}
/* line 239, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--xtra .product-teaser__inner__title {
  background: #eb6b09;
}
@media screen and (min-width: 601px) {
  /* line 239, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--has-image.product-teaser--xtra .product-teaser__inner__title {
    color: #eb6b09;
    background: none;
  }
}
/* line 248, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--xtra .product-teaser__inner__title__inner {
  background: #f78630;
}
/* line 251, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--xtra .product-teaser__inner__title__inner:before {
  border-left: 16px solid #f78630;
}
/* line 258, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--max .product-teaser__inner__title {
  background: #0891ac;
}
@media screen and (min-width: 601px) {
  /* line 258, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--has-image.product-teaser--max .product-teaser__inner__title {
    color: #00a4c4;
    background: none;
  }
}
/* line 267, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--max .product-teaser__inner__title__inner {
  background: #00a4c4;
}
/* line 270, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--has-image.product-teaser--max .product-teaser__inner__title__inner:before {
  border-left: 16px solid #00a4c4;
}

/* line 277, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__inner__blurb {
  font-size: 15px ;
  font-size: 0.9375rem ;
  color: #85938a;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 601px) {
  /* line 277, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser__inner__blurb {
    font-size: 13px ;
    font-size: 0.8125rem ;
  }
}
/* line 286, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__inner__blurb em {
  color: #3e3d40;
  font-family: "FS-Me-Bold", sans-serif;
}

/* line 292, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser__inner__cta {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  /* line 292, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser__inner__cta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
/* line 302, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.ie7 .product-teaser__inner__cta {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}
@media screen and (min-width: 767px) {
  /* line 309, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser__inner__cta .btn {
    max-width: 100%;
  }
}

/**
 * "Mini" product teaser as found on the homepage. Does not have an image
 */
@media screen and (min-width: 601px) {
  /* line 319, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--mini {
    padding-top: 0;
  }
  /* line 324, ../../../../../resources/common/css/project/components/_product-teaser.scss */
  .product-teaser--mini .product-teaser__inner {
    padding-top: 20px;
  }
}
/* line 329, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--mini .product-teaser__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Dodo", sans-serif;
  letter-spacing: -2px;
  font-size: 30px ;
  font-size: 1.875rem ;
  line-height: 1;
  color: #3e3d40;
}
/* line 339, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--mini .offer__was {
  float: none;
  clear: left;
}
/* line 345, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--mini.product-teaser--basix .product-teaser__title__line1 {
  color: #6ea41d;
}
/* line 351, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--mini.product-teaser--xtra .product-teaser__title__line1 {
  color: #eb6b09;
}
/* line 357, ../../../../../resources/common/css/project/components/_product-teaser.scss */
.product-teaser--mini.product-teaser--max .product-teaser__title__line1 {
  color: #00a4c4;
}

/* line 2, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
.product-teaser__inner .product-teaser__title {
  font-family: "FS-Me-Regular", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.6rem;
}
/* line 9, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
.product-teaser__inner .product-teaser__title__line1 {
  font-family: "FS-Me-Bold", sans-serif;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  /* line 1, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser__inner {
    padding-bottom: 75px;
  }
  /* line 16, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser__inner .product-teaser__inner__cta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  /* line 22, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser__inner .product-teaser__inner__cta .btn--large {
    font-size: 18px ;
    font-size: 1.125rem ;
  }
}
@media screen and (min-width: 767px) {
  /* line 28, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser__inner .product-teaser__inner__cta.btn-medium {
    max-width: 100%;
    width: 370px;
  }
}

@media screen and (min-width: 1001px) {
  /* line 38, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser-cross-sell--has-image .desktop-grid-seven-twelfths, .product-teaser-cross-sell--has-image .desktop-grid-five-twelfths {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  /* line 47, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser--cps.product-teaser--max .product-teaser__inner {
    border-bottom: none;
  }
}

@media screen and (min-width: 767px) {
  /* line 57, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser.product-teaser--has-image {
    padding: 60px 0 0 0;
  }
}

/* line 64, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
.product-teaser .responsive_image_link img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8 !important;
}

@media screen and (min-width: 767px) {
  /* line 70, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser--has-image .product-teaser__inner__title__inner:hover,
  .product-teaser--mini__image__clickable .product-teaser__inner__title__inner:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}

@media screen and (max-width: 360px) {
  /* line 84, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser .product-teaser__inner .product-teaser__inner__title {
    height: auto;
    padding: 5px;
    min-height: 50px;
  }
  /* line 89, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser .product-teaser__inner .product-teaser__inner__title .product-teaser__inner__title__inner {
    background: none;
    border: none;
    line-height: normal;
    padding: 0;
    height: auto;
  }
  /* line 97, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser .product-teaser__inner .product-teaser__inner__title .product-teaser__inner__title__inner::before {
    content: '';
    background: none;
    border: none;
  }
}
@media screen and (min-width: 767px) {
  /* line 115, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser.product-teaser-halves .product-teaser__inner .product-teaser__inner__image img {
    margin: -20% auto 0;
    max-width: 50%;
  }

  /* line 123, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser__inner__cta.btn {
    right: 160px;
  }

  /* line 127, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser__inner__cta.btn-medium {
    font-size: 18px ;
    font-size: 1.125rem ;
  }
}
/* line 136, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
.product-teaser .product-teaser__inner .offer {
  position: relative;
}
/* line 139, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
.product-teaser .product-teaser__inner .offer .wifi-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}
/* line 146, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
.product-teaser .product-teaser__inner .offer .wifi-icon .wifi-icon-copy {
  font-size: 0.4rem;
  position: absolute;
  top: 38px;
  left: -63px;
  display: inline-block;
  width: auto;
}
/* line 154, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
.product-teaser .product-teaser__inner .offer .wifi-icon .wifi-icon-copy em {
  color: #00a4c4;
  font-size: 1rem;
  font-style: normal;
}
/* line 161, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
.product-teaser .product-teaser__inner .offer .wifi-icon .xln-new-icon-free-wi-fi {
  color: #00a4c4;
  font-size: 5rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 480px) {
  /* line 180, ../../../../../resources/common/css/project/components/_product-teaser-extention.scss */
  .product-teaser .product-teaser__inner .offer .wifi-icon {
    display: none;
  }
}
/* line 2, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
.product-teaser .product-teaser__inner--alt-v2 {
  padding-bottom: 95px;
}
/* line 6, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
.product-teaser .btn--alt-v2 {
  margin-bottom: 15px;
}
/* line 10, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
.product-teaser .btn-alt-v2-large {
  font-family: "FS-Me-Bold",sans-serif;
  font-size: 1.25rem;
  margin-left: 20px;
  display: block;
}

@media screen and (min-width: 767px) {
  /* line 23, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
  .product-teaser .product-description-alt-v3 {
    margin-top: 150px;
  }
  /* line 27, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
  .product-teaser .product-description-alt-fibre-v2 {
    margin-top: 170px;
  }
  /* line 31, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
  .product-teaser .product-teaser__inner__cta-alt-v3 {
    top: 260px;
    bottom: auto;
  }
  /* line 36, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
  .product-teaser .product-teaser__inner__cta--fibre-v2 {
    top: 255px;
    bottom: auto;
  }
  /* line 41, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
  .product-teaser .product-teaser__inner--alt-v3 {
    padding-bottom: 0;
  }
  /* line 45, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
  .product-teaser .btn--alt-v3 {
    margin-bottom: 15px;
  }
  /* line 49, ../../../../../resources/common/css/project/components/_product-teaser-alt-extention.scss */
  .product-teaser .btn-alt-v3-large {
    font-family: "FS-Me-Bold",sans-serif;
    font-size: 1.25rem;
    margin-left: 20px;
    display: block;
  }
}
/* line 1, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero {
  padding: 40px 0 35px;
  position: relative;
  z-index: 1;
}
/* line 7, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero .demi-hero__copy {
  overflow: visible;
}
@media screen and (min-width: 601px) {
  /* line 7, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero .demi-hero__copy {
    float: left;
    width: 70%;
  }
}
/* line 15, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero .demi-hero__copy p {
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  /* line 20, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero .demi-hero__cta {
    float: right;
    width: 25%;
    text-align: right;
  }
}
/* line 27, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero .demi-hero__cta .cta-link {
  color: #3e3d40;
  font-family: "FS-Me-Bold", sans-serif;
  border-bottom: 1px solid #3e3d40;
  text-decoration: none;
}
/* line 33, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero .demi-hero__cta .cta-link:hover {
  border-bottom: 0;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  /* line 27, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero .demi-hero__cta .cta-link {
    font-size: 20px ;
    font-size: 1.25rem ;
  }
}
/* line 44, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero .demi-hero__copy__title {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 40px ;
  font-size: 2.5rem ;
}
@media screen and (min-width: 501px) {
  /* line 44, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero .demi-hero__copy__title {
    font-size: 50px ;
    font-size: 3.125rem ;
  }
}
@media screen and (min-width: 1000px) {
  /* line 44, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero .demi-hero__copy__title {
    font-size: 56px ;
    font-size: 3.5rem ;
  }
}
@media screen and (min-width: 601px) {
  /* line 44, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero .demi-hero__copy__title {
    margin: 0;
  }
}
/* line 62, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero .demi-hero__copy__subtitle {
  margin: 0 0 20px 0;
  font-size: 13px ;
  font-size: 0.8125rem ;
  color: #fff;
}
@media screen and (min-width: 501px) {
  /* line 62, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero .demi-hero__copy__subtitle {
    font-size: 20px ;
    font-size: 1.25rem ;
  }
}
@media screen and (min-width: 601px) {
  /* line 62, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero .demi-hero__copy__subtitle {
    margin: 0;
  }
}
/* line 76, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero .demi-hero__copy__title__fourColumn__vPage {
  font-size: 53px ;
  font-size: 3.3125rem ;
}

/* line 81, ../../../../../resources/common/css/project/components/_demi-hero.scss */
.demi-hero__image {
  max-width: 28%;
  margin-left: 2%;
  float: right;
}
@media screen and (min-width: 601px) {
  /* line 81, ../../../../../resources/common/css/project/components/_demi-hero.scss */
  .demi-hero__image {
    margin-bottom: -100px;
  }
}

/* line 1, ../../../../../resources/common/css/project/components/_demi-hero-extension.scss */
.demi-hero {
  padding-top: 25px;
}

/* line 5, ../../../../../resources/common/css/project/components/_demi-hero-extension.scss */
.demi-hero__copy__title {
  line-height: .9;
  padding-top: 13px;
}

/* line 13, ../../../../../resources/common/css/project/components/_demi-hero-extension.scss */
.demi-hero__cta .demi-hero__chat a {
  margin-top: -4px;
  color: #fff;
  background-color: transparent;
}
/* line 16, ../../../../../resources/common/css/project/components/_demi-hero-extension.scss */
.demi-hero__cta .demi-hero__chat a:after, .demi-hero__cta .demi-hero__chat a:before {
  display: none;
}

/* line 23, ../../../../../resources/common/css/project/components/_demi-hero-extension.scss */
.demi-hero .demi-hero__copy__title em {
  color: #fcc000;
  font-style: normal;
}

@media screen and (max-width: 360px) {
  /* line 30, ../../../../../resources/common/css/project/components/_demi-hero-extension.scss */
  .demi-hero {
    padding: 10px 0;
  }
  /* line 32, ../../../../../resources/common/css/project/components/_demi-hero-extension.scss */
  .demi-hero .demi-hero__copy__title {
    font-size: 1.8rem;
  }
}
/* line 1, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-max,
.demi-hero.demi-hero-alt-xtra,
.demi-hero.demi-hero-alt-basix {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 50px;
  position: relative;
}
/* line 9, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-max .demi-hero__image,
.demi-hero.demi-hero-alt-xtra .demi-hero__image,
.demi-hero.demi-hero-alt-basix .demi-hero__image {
  margin-top: -30px;
}
/* line 13, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-max .demi-hero__cta .demi-hero__chat a,
.demi-hero.demi-hero-alt-xtra .demi-hero__cta .demi-hero__chat a,
.demi-hero.demi-hero-alt-basix .demi-hero__cta .demi-hero__chat a {
  color: #00a4c4;
}
/* line 17, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-max .demi-hero__cta .demi-hero__chat a:hover,
.demi-hero.demi-hero-alt-xtra .demi-hero__cta .demi-hero__chat a:hover,
.demi-hero.demi-hero-alt-basix .demi-hero__cta .demi-hero__chat a:hover {
  text-decoration: underline;
}
/* line 21, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-max .demi-hero__copy,
.demi-hero.demi-hero-alt-xtra .demi-hero__copy,
.demi-hero.demi-hero-alt-basix .demi-hero__copy {
  overflow: visible;
  padding-top: 0;
}
/* line 25, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-max .demi-hero__copy h1.demi-hero__copy__title, .demi-hero.demi-hero-alt-max .demi-hero__copy .demi-hero__copy__title.teaser__title,
.demi-hero.demi-hero-alt-xtra .demi-hero__copy h1.demi-hero__copy__title,
.demi-hero.demi-hero-alt-xtra .demi-hero__copy .demi-hero__copy__title.teaser__title,
.demi-hero.demi-hero-alt-basix .demi-hero__copy h1.demi-hero__copy__title,
.demi-hero.demi-hero-alt-basix .demi-hero__copy .demi-hero__copy__title.teaser__title {
  color: #00a4c4;
  font-size: 4.2rem;
  padding-top: 0px;
}
/* line 31, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-max .demi-hero__copy .demi-hero__copy__subtitle,
.demi-hero.demi-hero-alt-xtra .demi-hero__copy .demi-hero__copy__subtitle,
.demi-hero.demi-hero-alt-basix .demi-hero__copy .demi-hero__copy__subtitle {
  color: #3e3d40;
}

/* line 40, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-max .demi-hero__copy h1.demi-hero__copy__title, .demi-hero.demi-hero-alt-max .demi-hero__copy .demi-hero__copy__title.teaser__title {
  color: #00a4c4;
}

/* line 53, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-xtra .demi-hero__copy h1.demi-hero__copy__title, .demi-hero.demi-hero-alt-xtra .demi-hero__copy .demi-hero__copy__title.teaser__title {
  color: #eb6b09;
}

/* line 66, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
.demi-hero.demi-hero-alt-basix .demi-hero__copy h1.demi-hero__copy__title, .demi-hero.demi-hero-alt-basix .demi-hero__copy .demi-hero__copy__title.teaser__title {
  color: #6ea41d;
}

@media screen and (max-width: 1110px) {
  /* line 81, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
  .demi-hero.demi-hero-alt-max .demi-hero__image,
  .demi-hero.demi-hero-alt-xtra .demi-hero__image,
  .demi-hero.demi-hero-alt-basix .demi-hero__image {
    margin-top: -20px;
  }
}
@media screen and (max-width: 980px) {
  /* line 109, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
  .demi-hero.demi-hero-alt-max .demi-hero__copy h1.demi-hero__copy__title, .demi-hero.demi-hero-alt-max .demi-hero__copy .demi-hero__copy__title.teaser__title,
  .demi-hero.demi-hero-alt-xtra .demi-hero__copy h1.demi-hero__copy__title,
  .demi-hero.demi-hero-alt-xtra .demi-hero__copy .demi-hero__copy__title.teaser__title,
  .demi-hero.demi-hero-alt-basix .demi-hero__copy h1.demi-hero__copy__title,
  .demi-hero.demi-hero-alt-basix .demi-hero__copy .demi-hero__copy__title.teaser__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 980px) {
  /* line 136, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
  .demi-hero.demi-hero-alt-max .demi-hero__copy .demi-hero__copy__subtitle,
  .demi-hero.demi-hero-alt-xtra .demi-hero__copy .demi-hero__copy__subtitle,
  .demi-hero.demi-hero-alt-basix .demi-hero__copy .demi-hero__copy__subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 766px) {
  /* line 152, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
  .demi-hero.demi-hero-alt-max .demi-hero__copy,
  .demi-hero.demi-hero-alt-xtra .demi-hero__copy,
  .demi-hero.demi-hero-alt-basix .demi-hero__copy {
    margin-top: -20px;
  }
  /* line 155, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
  .demi-hero.demi-hero-alt-max .demi-hero__copy h1.demi-hero__copy__title, .demi-hero.demi-hero-alt-max .demi-hero__copy .demi-hero__copy__title.teaser__title,
  .demi-hero.demi-hero-alt-xtra .demi-hero__copy h1.demi-hero__copy__title,
  .demi-hero.demi-hero-alt-xtra .demi-hero__copy .demi-hero__copy__title.teaser__title,
  .demi-hero.demi-hero-alt-basix .demi-hero__copy h1.demi-hero__copy__title,
  .demi-hero.demi-hero-alt-basix .demi-hero__copy .demi-hero__copy__title.teaser__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 360px) {
  /* line 174, ../../../../../resources/common/css/project/components/_demi-hero-extension-alt.scss */
  .demi-hero.demi-hero-alt-max .demi-hero__copy h1.demi-hero__copy__title, .demi-hero.demi-hero-alt-max .demi-hero__copy .demi-hero__copy__title.teaser__title,
  .demi-hero.demi-hero-alt-xtra .demi-hero__copy h1.demi-hero__copy__title,
  .demi-hero.demi-hero-alt-xtra .demi-hero__copy .demi-hero__copy__title.teaser__title,
  .demi-hero.demi-hero-alt-basix .demi-hero__copy h1.demi-hero__copy__title,
  .demi-hero.demi-hero-alt-basix .demi-hero__copy .demi-hero__copy__title.teaser__title {
    font-size: 1.8rem;
  }
}
/* line 1, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper {
  position: relative;
}
/* line 4, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper ::-webkit-scrollbar {
  background-color: transparent;
  height: 10px;
  -webkit-appearance: none;
}
/* line 10, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper ::-webkit-scrollbar-track {
  background-color: transparent;
}
/* line 14, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper ::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
/* line 18, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper ::-webkit-scrollbar-thumb {
  background-color: #c6c7c8;
  border-radius: 5px;
  border: 1px solid #ededed;
}

/* line 26, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper__fixed {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 34, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper__scrollable {
  overflow: hidden;
}
/* line 37, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper__scrollable.shadow {
  -moz-box-shadow: inset 4px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 4px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 4px 10px 10px rgba(0, 0, 0, 0.2);
}
/* line 41, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper__scrollable td {
  border-left: 1px dotted #eceded;
}
/* line 45, ../../../../../resources/common/css/project/components/_responsive-table.scss */
.responsive-table-wrapper__scrollable td:first-child {
  border: 0;
}
@media screen and (min-width: 767px) {
  /* line 34, ../../../../../resources/common/css/project/components/_responsive-table.scss */
  .responsive-table-wrapper__scrollable {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 3, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table__vat-toggle {
  text-decoration: none;
}
/* line 6, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table__vat-toggle:hover, .product-table__vat-toggle:focus {
  text-decoration: underline;
}

/* line 14, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table__title {
  padding: 20px;
  font-size: 18px ;
  font-size: 1.125rem ;
  margin: 0;
}

/* line 23, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table {
  margin-bottom: 40px;
  clear: both;
}
/* line 27, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  vertical-align: middle;
}
/* line 36, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tr td, .product-table tr th {
  padding: 6px 12px;
}
/* line 39, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tr td span, .product-table tr th span {
  display: block;
}
/* line 43, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tr th {
  font-family: "FS-Me-Bold", sans-serif;
  font-weight: normal;
  padding: 6px 2px;
}
@media screen and (min-width: 400px) {
  /* line 43, ../../../../../resources/common/css/project/components/_product-table.scss */
  .product-table tr th {
    padding: 6px 12px;
  }
}
/* line 52, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tr th:first-child {
  text-align: left;
}
/* line 59, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table thead th {
  padding: 12px 2px;
}
@media screen and (min-width: 400px) {
  /* line 59, ../../../../../resources/common/css/project/components/_product-table.scss */
  .product-table thead th {
    padding: 12px;
  }
}
/* line 69, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tbody td:first-child,
.product-table tbody th:first-child {
  border-left: 1px solid #eceded;
}
/* line 74, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tbody td:last-child {
  border-right: 1px solid #eceded;
}
/* line 78, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tbody th {
  font-size: 12px ;
  font-size: 0.75rem ;
}
@media screen and (min-width: 400px) {
  /* line 78, ../../../../../resources/common/css/project/components/_product-table.scss */
  .product-table tbody th {
    font-size: inherit;
  }
}
/* line 86, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tbody td, .product-table tbody th {
  border-top: 1px solid #eceded;
}
/* line 91, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table tbody tr:first-child td, .product-table tbody tr:first-child th {
  border-top: 0 none;
}
/* line 98, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .product-table__cta td, .product-table .product-table__cta th {
  padding-top: 20px;
  padding-bottom: 30px;
  vertical-align: top;
}
/* line 104, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .product-table__cta__button {
  padding: 0 0 30px 0;
}
/* line 107, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .product-table__cta__button .btn {
  margin: 0;
  display: block;
}
/* line 114, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table thead th, .product-table thead td {
  background: #f7f7f7;
}
/* line 118, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table thead th:last-child, .product-table thead td:last-child {
  border-right: 1px solid #f7f7f7;
}
/* line 124, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .product-table__xln {
  color: #fff;
}
/* line 129, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table th.product-table__xln span {
  color: #3e3d40;
  font-size: 17px ;
  font-size: 1.0625rem ;
  line-height: 20px;
}
/* line 134, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table th.product-table__xln span:first-child {
  color: #fff;
  font-size: 30px ;
  font-size: 1.875rem ;
}
/* line 140, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .product-table__totals {
  font-family: "FS-Me-Bold", sans-serif;
}
/* line 143, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table em {
  font-style: normal;
}
/* line 151, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .responsive-table-wrapper th, .product-table .responsive-table-wrapper td {
  white-space: nowrap;
  position: relative;
}
/* line 156, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .responsive-table-wrapper .product-table__cta td, .product-table .responsive-table-wrapper .product-table__cta th {
  padding-top: 12px;
  padding-bottom: 16px;
}
/* line 161, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .responsive-table-wrapper .product-table__cta .product-table__cta__button {
  padding-top: 0;
  padding-bottom: 12px;
  white-space: normal;
}

/* line 171, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table__saving {
  white-space: nowrap;
  font-family: "Dodo", sans-serif;
  font-size: 20px ;
  font-size: 1.25rem ;
  text-transform: uppercase;
  line-height: 1;
}

/* line 179, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table__vat {
  display: none;
}

/* line 184, ../../../../../resources/common/css/project/components/_product-table.scss */
.js-product-table--vat .product-table__no-vat {
  display: none;
}
/* line 187, ../../../../../resources/common/css/project/components/_product-table.scss */
.js-product-table--vat .product-table__vat {
  display: block;
}

/* line 194, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table--basix .product-table__xln {
  background: #6ea41d;
  border-top-color: #6ea41d;
}
/* line 199, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table--basix th.product-table__xln {
  background: #7aaf2c;
}

/* line 205, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table--xtra .product-table__xln {
  background: #eb6b09;
  border-top-color: #eb6b09;
}
/* line 210, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table--xtra th.product-table__xln {
  background: #f78630;
}

/* line 216, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table--max .product-table__xln {
  background: #00a4c4;
  border-top-color: #00a4c4;
}
/* line 221, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table--max th.product-table__xln {
  background: #8adeee;
}

/* line 228, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table__xln--alt {
  border-bottom: 1px solid #eceded !important;
}

/* line 234, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table__nav {
  padding: 15px 12px;
  border: 1px solid #eceded;
  border-top: 0;
}

/* line 242, ../../../../../resources/common/css/project/components/_product-table.scss */
.product-table .offer-after-value {
  font-size: 0.8rem;
  font-family: fs-me-regular, sans-serif;
  font-weight: normal;
}

/* line 1, ../../../../../resources/common/css/project/components/_product-table_extension.scss */
.product-table__no-vat .product-table__nav {
  padding: 0;
}

/* line 7, ../../../../../resources/common/css/project/components/_product-table_extension.scss */
.product-table tbody th, .product-table tbody td {
  font-size: 12px ;
  font-size: 0.75rem ;
}
@media screen and (min-width: 400px) {
  /* line 7, ../../../../../resources/common/css/project/components/_product-table_extension.scss */
  .product-table tbody th, .product-table tbody td {
    font-size: inherit;
  }
}
@media screen and (min-width: 400px) {
  /* line 14, ../../../../../resources/common/css/project/components/_product-table_extension.scss */
  .product-table tbody th .product-table__mobile-spacing {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  /* line 23, ../../../../../resources/common/css/project/components/_product-table_extension.scss */
  .product-table .tabbed table.js-responsive-table thead tr th:first-child {
    width: 30%;
  }
}
/* line 1, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table.product-table-alt .tabbed table.js-responsive-table thead tr th,
.product-table.product-table-alt .tabbed thead tr th {
  width: 28%;
}

/* line 6, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table.product-table-alt .tabbed table.js-responsive-table thead tr th:first-child {
  width: 16%;
}

/* line 24, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt .ui-tabs-nav {
  display: none;
}
/* line 28, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt th, .product-table-alt td {
  color: #fff;
  vertical-align: top;
}
/* line 33, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt th.field {
  color: #3e3d40;
}
/* line 37, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt th.product-field-basix {
  font-size: 2rem;
  background: #7aaf2c;
}
/* line 42, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt th.product-field-xtra {
  font-size: 2rem;
  background: #f78630;
  border-left: 2px solid #fff;
}
/* line 48, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt th.product-field-max {
  font-size: 2rem;
  background: #8adeee;
  border-left: 2px solid #fff;
}
/* line 55, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt th span {
  color: #3e3d40;
  font-size: 1rem;
}
/* line 61, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt .tabbed thead tr th {
  width: 25%;
}
/* line 65, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-field-basix {
  background: #6ea41d;
  border-top: 1px solid #7aaf2c !important;
}
/* line 70, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-field-xtra {
  background: #eb6b09;
  border-left: 2px solid #fff;
  border-top: 1px solid #f78630 !important;
}
/* line 76, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-field-max {
  background: #00a4c4;
  border-left: 2px solid #fff;
  border-top: 1px solid #8adeee !important;
}
/* line 82, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button {
  color: #3e3d40;
}
/* line 85, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button .mobile-only {
  display: none;
}
/* line 89, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button span {
  text-transform: uppercase;
  font-family: "Dodo", sans-serif;
  font-size: 1.3rem;
}
/* line 94, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button span .basix {
  color: #6ea41d;
  display: inline;
}
/* line 99, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button span .xtra {
  color: #eb6b09;
  display: inline;
}
/* line 104, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button span .max {
  color: #00a4c4;
  display: inline;
}
/* line 111, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button .btn-basix {
  color: #6ea41d;
}
/* line 115, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button .btn-xtra {
  color: #eb6b09;
}
/* line 119, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button .btn-max {
  color: #00a4c4;
}
/* line 124, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button a.btn-basix:hover,
.product-table-alt td.product-table__cta__button a.btn-xtra:hover,
.product-table-alt td.product-table__cta__button a.btn-max:hover {
  color: #3e3d40;
}
/* line 130, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button a.btn--white {
  background: #eceded;
}
/* line 134, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button a.btn--white:hover {
  background: #3e3d40;
}
/* line 139, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
.product-table-alt td.product-table__cta__button-border {
  border-left: 2px solid #fff;
}

@media screen and (max-width: 600px) {
  /* line 146, ../../../../../resources/common/css/project/components/_product-table-alt.scss */
  .product-table.product-table-alt .tabbed table.js-responsive-table thead tr th:first-child {
    height: 91px;
  }
}
/* line 2, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table h2.all, .product-details.product-details-responsive-table .all.form__section__title__text {
  display: none;
}
/* line 6, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .ctas {
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 10, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .ctas .price {
  padding-left: 0;
}
/* line 14, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .ctas .cta {
  padding-left: 0;
}
/* line 18, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .ctas .phone {
  padding-left: 0;
}
/* line 21, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .ctas .phone .phone-teaser {
  margin-top: 10px;
}
/* line 27, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .bullets {
  padding-left: 0;
}
/* line 30, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .bullets .checkmark-list {
  margin-bottom: 0;
}
/* line 36, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .table .checkmark-list {
  margin-bottom: 0;
}
/* line 40, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .table .product-table thead {
  background-color: #f7f7f7;
}
/* line 43, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .table .product-table thead th:first-child {
  border-left: 1px solid #eceded;
}
/* line 47, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .table .product-table thead th:last-child {
  border-right: 1px solid #eceded;
}
/* line 52, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
.product-details.product-details-responsive-table .table .product-table tbody {
  background-color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 780px) {
  /* line 62, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .cta .btn--large {
    font-size: 1.1rem;
  }
  /* line 70, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .phone .phone-teaser .contact-num {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 601px) {
  /* line 80, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .tablet-grid-one-quarter,
  .product-details.product-details-responsive-table .tablet-grid-set-one-quarter .tablet-grid-col {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 766px) {
  /* line 90, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table h2.all, .product-details.product-details-responsive-table .all.form__section__title__text {
    display: none;
  }
  /* line 94, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
  }
  /* line 100, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .desktop-grid-col {
    width: 100%;
  }
  /* line 104, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price {
    padding-left: 28px;
    margin-bottom: 10px;
  }
  /* line 108, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer {
    font-size: 0.9375rem;
    padding-left: 0;
  }
  /* line 112, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price {
    font-size: 0.9375rem;
  }
  /* line 115, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price .offer__price__prefix {
    font-size: 0.9375rem;
  }
  /* line 119, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price .offer__price__value {
    font-size: 3.125rem;
    padding-left: 0;
  }
  /* line 124, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price .offer__price__suffix {
    font-size: 0.9375rem;
  }
  /* line 130, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__was {
    font-size: 0.9375rem;
  }
  /* line 133, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__was .offer__was__value {
    display: inline;
  }
  /* line 141, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .cta {
    margin-bottom: 20px;
  }
  /* line 144, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .cta .btn {
    width: 100%;
    max-width: 100%;
    font-size: 1.3rem;
  }
  /* line 155, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .phone .phone-teaser .contact-num {
    font-size: 1.475rem;
  }
  /* line 163, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .bullets {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }
  /* line 170, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .table {
    clear: both;
    float: none;
    width: 100%;
    padding-left: 0;
    margin: 0;
    padding-top: 40px;
  }
  /* line 178, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .table .product-table__no-vat {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 190, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table h2.all, .product-details.product-details-responsive-table .all.form__section__title__text {
    display: block;
  }
  /* line 194, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    float: none;
  }
  /* line 200, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .desktop-grid-col {
    width: 100%;
  }
  /* line 205, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .mobile-grid-col {
    padding-left: 0;
    width: 100%;
  }
  /* line 210, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price {
    padding-left: 0;
    margin-bottom: 10px;
  }
  /* line 214, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .mobile-grid-col {
    padding-left: 0;
  }
  /* line 218, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer {
    font-size: 0.9375rem;
    padding-left: 0;
  }
  /* line 222, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price {
    font-size: 0.9375rem;
  }
  /* line 225, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price .offer__price__prefix {
    font-size: 0.9375rem;
  }
  /* line 229, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price .offer__price__value {
    font-size: 3.125rem;
    padding-left: 0;
  }
  /* line 234, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price .offer__price__suffix {
    font-size: 0.9375rem;
    display: inline;
  }
  /* line 241, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__was {
    font-size: 0.9375rem;
    margin: -24px 0 0 160px;
    float: left;
  }
  /* line 246, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__was .offer__was__value {
    display: inline;
  }
  /* line 254, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .cta {
    margin-bottom: 20px;
    padding-left: 0;
  }
  /* line 258, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .cta .btn {
    width: 100%;
    max-width: 100%;
    font-size: 1.3rem;
  }
  /* line 265, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .phone {
    padding-left: 0;
  }
  /* line 270, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .phone .phone-teaser .contact-num {
    font-size: 1.475rem;
  }
  /* line 278, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .bullets {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 285, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .table {
    clear: both;
    float: none;
    width: 100%;
    padding-left: 0;
    margin: 0;
    padding-top: 40px;
  }
  /* line 293, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .table .product-table__no-vat {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 485px) {
  /* line 303, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table h2.all, .product-details.product-details-responsive-table .all.form__section__title__text {
    display: block;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 445px) {
  /* line 313, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table h2.all, .product-details.product-details-responsive-table .all.form__section__title__text {
    display: block;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 405px) {
  /* line 323, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table h2.all, .product-details.product-details-responsive-table .all.form__section__title__text {
    display: block;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 365px) {
  /* line 333, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table h2.all, .product-details.product-details-responsive-table .all.form__section__title__text {
    display: block;
    font-size: 1.3rem;
  }
  /* line 346, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__price .offer__price__value {
    font-size: 2rem;
  }
  /* line 351, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table .ctas .price .offer .offer__was {
    margin: -0;
    float: none;
  }
}
@media screen and (max-width: 345px) {
  /* line 365, ../../../../../resources/common/css/project/components/_product-details-responsive-table.scss */
  .product-details.product-details-responsive-table h2.all, .product-details.product-details-responsive-table .all.form__section__title__text {
    display: block;
    font-size: 1.1rem;
  }
}
/* line 2, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers .btn {
  margin-bottom: 20px;
}

/* line 9, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__container {
  padding: 10px;
}
@media screen and (min-width: 601px) {
  /* line 9, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__container {
    height: 100%;
  }
}
@media screen and (min-width: 1000px) {
  /* line 9, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__container {
    padding: 30px 50px 20px;
  }
}

@media screen and (min-width: 601px) {
  /* line 21, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__container--primary {
    background-color: #eceded;
    padding-right: 20px;
  }
}

/* line 29, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__container--secondary {
  padding-left: 20px;
}

/* line 33, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__header {
  background-color: #3e3d40;
  padding: 15px 20px;
  margin: 0 -20px 30px -20px;
  color: #fff;
}
@media screen and (min-width: 601px) {
  /* line 33, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__header {
    margin-top: -30px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 33, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__header {
    padding: 15px 50px;
    margin: -30px -50px 30px -50px;
  }
}
@media screen and (min-width: 601px) {
  /* line 48, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__container--primary .article-teasers__header {
    margin-right: -20px;
  }
}
@media screen and (min-width: 601px) {
  /* line 54, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__container--secondary .article-teasers__header {
    margin-left: -20px;
    padding-left: 20px;
  }
}

/* line 62, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__header__item {
  line-height: 25px;
  display: block;
  color: #fff;
  margin: 0;
  font-family: "FS-Me-Regular", sans-serif;
  font-size: 15px ;
  font-size: 0.9375rem ;
}
@media screen and (min-width: 767px) {
  /* line 62, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__header__item {
    font-size: 22px ;
    font-size: 1.375rem ;
  }
}

/* line 75, ../../../../../resources/common/css/project/components/_article-teasers.scss */
a.article-teasers__header__item {
  color: #00a4c4;
  font-size: 17px ;
  font-size: 1.0625rem ;
  position: relative;
}
/* line 80, ../../../../../resources/common/css/project/components/_article-teasers.scss */
a.article-teasers__header__item span {
  position: absolute;
  left: 100%;
  margin-left: 5px;
}

/* line 87, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__header__item--right {
  text-align: right;
}

/**
 * Individual item styles
 */
/* line 94, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__item {
  clear: left;
  *zoom: 1;
}
/* line 38, C:/Users/antony rapa/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.article-teasers__item:after {
  content: "";
  display: table;
  clear: both;
}

/* line 99, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__item__title {
  font-size: 15px ;
  font-size: 0.9375rem ;
  font-family: "FS-Me-Bold", sans-serif;
}
@media screen and (min-width: 767px) {
  /* line 99, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__item__title {
    font-size: 20px ;
    font-size: 1.25rem ;
  }
}

/* line 108, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__item__meta {
  color: #85938a;
  font-size: 13px ;
  font-size: 0.8125rem ;
  margin-bottom: 10px;
}

/* line 114, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__item__image {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  display: block;
}
/* line 120, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.ie7 .article-teasers__item__image {
  padding-right: 5%;
  width: 95%;
}

/**
 * Article variant with floated image
 */
/* line 130, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__container--secondary .article-teasers__item__image,
.article-teasers__container--secondary .article-teasers__item__meta {
  clear: left;
  float: none;
  margin: 0;
  display: none;
}
@media screen and (min-width: 767px) {
  /* line 130, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__container--secondary .article-teasers__item__image,
  .article-teasers__container--secondary .article-teasers__item__meta {
    display: block;
    max-width: 37%;
    float: left;
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 601px) {
  /* line 145, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__container--secondary .article-teasers__item__meta {
    display: block;
    margin-bottom: 10px;
  }
}
/* line 152, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__container--secondary .article-teasers__item__content {
  overflow: hidden;
}
/* line 156, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers__container--secondary .article-teasers__item__title {
  font-size: 15px ;
  font-size: 0.9375rem ;
}

@media screen and (max-width: 600px) {
  /* line 162, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__item__image img,
  .article-teasers__item__meta {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 37%;
    clear: left;
  }

  /* line 170, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__item__title {
    font-size: 15px ;
    font-size: 0.9375rem ;
  }

  /* line 174, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers__item__content {
    overflow: hidden;
  }
}
/**
 * Press variant
 */
/* line 183, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers--press .article-teasers__header {
  background-color: #2a2a2c;
}
/* line 188, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers--press .article-teasers__container--secondary .article-teasers__header {
  background-color: #3e3d40;
}
/* line 192, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.article-teasers--press .article-teasers__container--secondary .article-teasers__header__item {
  font-size: 13px ;
  font-size: 0.8125rem ;
}
@media screen and (min-width: 650px) {
  /* line 192, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers--press .article-teasers__container--secondary .article-teasers__header__item {
    font-size: 14px ;
    font-size: 0.875rem ;
  }
}
@media screen and (min-width: 767px) {
  /* line 192, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers--press .article-teasers__container--secondary .article-teasers__header__item {
    font-size: 15px ;
    font-size: 0.9375rem ;
  }
}
@media screen and (min-width: 850px) {
  /* line 192, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers--press .article-teasers__container--secondary .article-teasers__header__item {
    font-size: 16px ;
    font-size: 1rem ;
  }
}
@media screen and (min-width: 900px) {
  /* line 192, ../../../../../resources/common/css/project/components/_article-teasers.scss */
  .article-teasers--press .article-teasers__container--secondary .article-teasers__header__item {
    font-size: 17px ;
    font-size: 1.0625rem ;
  }
}

/* line 215, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.articles-teasers__action {
  font-size: 17px ;
  font-size: 1.0625rem ;
  position: relative;
}
/* line 219, ../../../../../resources/common/css/project/components/_article-teasers.scss */
.articles-teasers__action span {
  position: absolute;
  left: 100%;
  margin-left: 5px;
}

/* line 1, ../../../../../resources/common/css/project/components/_article-teasers_extension.scss */
.article-teasers__item__image.blog__image a img {
  width: 315px;
  height: 140px;
}

@media screen and (min-width: 767px) {
  /* line 8, ../../../../../resources/common/css/project/components/_article-teasers_extension.scss */
  .article-teasers__container--secondary .article-teasers__item__meta {
    max-width: 100%;
  }
}
/* line 14, ../../../../../resources/common/css/project/components/_article-teasers_extension.scss */
.article-teasers__container--secondary .article-teasers__item__excerpt {
  margin-bottom: 10px;
}
/* line 17, ../../../../../resources/common/css/project/components/_article-teasers_extension.scss */
.article-teasers__container--secondary .article-teasers__item {
  margin-bottom: 15px;
}

/* line 22, ../../../../../resources/common/css/project/components/_article-teasers_extension.scss */
.article-teasers__header {
  padding: 15px 40px;
}

/* line 3, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel {
  overflow: hidden;
}
/* line 6, ../../../../../resources/common/css/project/components/_carousel.scss */
.no-js .carousel {
  white-space: nowrap;
  overflow-x: scroll;
}
/* line 10, ../../../../../resources/common/css/project/components/_carousel.scss */
.no-js .carousel.carousel--mobile {
  overflow: auto;
}
/* line 15, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel .owl-wrapper-outer {
  overflow: visible !important;
}
/* line 19, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel .owl-prev,
.carousel .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 100;
  font-size: 0px ;
  font-size: 0rem ;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
/* line 30, ../../../../../resources/common/css/project/components/_carousel.scss */
.no-rgba .carousel .owl-prev, .no-rgba
.carousel .owl-next {
  background: transparent url('/Content/img/transparency/white-80.png?1450702920') repeat 0 0;
}
/* line 34, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel .owl-prev:before,
.carousel .owl-next:before {
  font-size: 55px ;
  font-size: 3.4375rem ;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
/* line 42, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel .owl-prev {
  right: 100%;
}
/* line 46, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel .owl-prev:before {
  right: 10px;
}
@media screen and (min-width: 601px) {
  /* line 46, ../../../../../resources/common/css/project/components/_carousel.scss */
  .carousel .owl-prev:before {
    right: 20px;
  }
}
/* line 54, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel .owl-next {
  left: 100%;
}
/* line 58, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel .owl-next:before {
  left: 10px;
}
@media screen and (min-width: 601px) {
  /* line 58, ../../../../../resources/common/css/project/components/_carousel.scss */
  .carousel .owl-next:before {
    left: 20px;
  }
}
/* line 68, ../../../../../resources/common/css/project/components/_carousel.scss */
.no-js .carousel .carousel__item {
  display: inline-block;
  white-space: normal;
  width: 50%;
}
/* line 77, ../../../../../resources/common/css/project/components/_carousel.scss */
.no-js .carousel.carousel--mobile .carousel__item {
  display: block;
  width: auto;
}
/* line 84, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel .owl-item .testimonial {
  margin-bottom: 0;
}

/* line 89, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel--testimonial {
  margin-left: 5px ;
  margin-left: 0.3125rem ;
}
@media screen and (min-width: 601px) {
  /* line 89, ../../../../../resources/common/css/project/components/_carousel.scss */
  .carousel--testimonial {
    margin-left: 0;
  }
}

/* line 96, ../../../../../resources/common/css/project/components/_carousel.scss */
.carousel__inner.owl-carousel {
  max-width: 90%;
}
@media screen and (min-width: 601px) {
  /* line 96, ../../../../../resources/common/css/project/components/_carousel.scss */
  .carousel__inner.owl-carousel {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  /* line 96, ../../../../../resources/common/css/project/components/_carousel.scss */
  .carousel__inner.owl-carousel {
    max-width: 92%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 96, ../../../../../resources/common/css/project/components/_carousel.scss */
  .carousel__inner.owl-carousel {
    max-width: 1110px;
  }
}
/* line 117, ../../../../../resources/common/css/project/components/_carousel.scss */
.ie7 .carousel__inner.owl-carousel {
  overflow: hidden;
}

/* line 122, ../../../../../resources/common/css/project/components/_carousel.scss */
.owl-carousel .carousel__item {
  margin: 0 5px;
}

/* line 1, ../../../../../resources/common/css/project/components/_carousel-extension.scss */
.carousel--testimonial.broadband-carousel {
  margin-bottom: 28px;
}

/**
 * Chooser teaser as found on homepage
 */
/* line 4, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser {
  margin-bottom: 20px;
  background: #0891ac;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  /* &:before {
     content:"";
     //@include shard(250px);
    
   } */
}
@media screen and (min-width: 601px) {
  /* line 4, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
  .chooser {
    padding-bottom: 90px;
  }
}
/* line 16, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.ie7 .chooser {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 28, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser-no-padding {
  margin-bottom: 20px;
  background: #0891ac;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
/* line 36, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.ie7 .chooser-no-padding {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 43, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser-shard-circle-wrap {
  position: absolute;
  top: 96px;
  z-index: 0;
}
/* line 45, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser-shard-circle-wrap .chooser-shard_circle {
  width: 190px;
  height: 309.75px;
  background: #00A4C4;
  position: relative;
  opacity: 1;
  border-radius: 0 58.33333px 0 0;
}
/* line 41, ../../../../../resources/common/css/project/_helpers.scss */
.chooser-shard-circle-wrap .chooser-shard_circle:before {
  border-bottom: 147px solid transparent;
  border-top: 147px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
}
/* line 54, ../../../../../resources/common/css/project/_helpers.scss */
.chooser-shard-circle-wrap .chooser-shard_circle:before {
  border-left: 95.55px solid #00A4C4;
  right: -86.8px;
}
/* line 58, ../../../../../resources/common/css/project/_helpers.scss */
.chooser-shard-circle-wrap .chooser-shard_circle:after {
  border-right: 26.95px solid transparent;
}
/* line 73, ../../../../../resources/common/css/project/_helpers.scss */
.chooser-shard-circle-wrap .chooser-shard_circle:after {
  border-top: 43.05px solid #00A4C4;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 162.7px;
}
/* line 49, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser-shard-circle-wrap .chooser-shard_circle:after {
  width: 189px;
}

/* line 67, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser__title {
  color: #fff;
  background-color: #3e3d40;
  font-size: 26px ;
  font-size: 1.625rem ;
  letter-spacing: -2px;
  line-height: 1;
  padding: 22px 30px;
}

/* line 76, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser__title__line1,
.chooser__title__line2 {
  display: block;
}

/* line 81, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser__title__line2 {
  color: #fcc000;
}

/* line 85, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser__title {
  font-family: "Dodo", sans-serif;
  text-transform: uppercase;
  z-index: 1;
}

/* line 91, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser__content {
  font-size: 25px ;
  font-size: 1.5625rem ;
  line-height: 1.3;
  padding: 22px 30px;
  font-family: "FS-Me-Regular", sans-serif;
  z-index: 1;
}
/* line 99, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser__content p {
  margin: 18px 0;
}

/* line 104, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser__title,
.chooser__content,
.chooser__action {
  position: relative;
}

/* line 110, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
.chooser__action {
  padding: 0 22px 20px 22px;
}
@media screen and (min-width: 601px) {
  /* line 110, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
  .chooser__action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media all and (min-width: 766px) and (max-width: 768px) {
  /* line 122, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
  .chooser__content {
    font-size: 22px ;
    font-size: 1.375rem ;
  }

  /* line 125, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
  .chooser__title {
    font-size: 22px ;
    font-size: 1.375rem ;
  }

  /* line 131, ../../../../../resources/common/css/project/components/_chooser-teaser.scss */
  .chooser__action .btn--large {
    font-size: 16px ;
    font-size: 1rem ;
  }
}
