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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  margin: 0; }

img {
  border-style: none; }

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

@media \0screen {
  img, object, embed, video {
    width: auto;
    /* for ie 8 */ } }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  @media (max-width: 979px) {
    .video {
      margin-bottom: 20px; } }

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

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

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

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

.invisible {
  display: none !important; }

.no-margin {
  margin: 0 !important; }

.right-float {
  float: right; }

.vertical-align-sub {
  vertical-align: sub; }

.vertical-align-top {
  vertical-align: top; }

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

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

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

/* Magnific Popup CSS */
.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); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.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; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .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; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.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
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .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;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .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) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

html {
  height: 100%; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  height: 100%;
  color: #6e6259; }
  @media screen and (max-width: 860px) {
    body {
      height: auto; } }

.page {
  min-height: 100%;
  padding-bottom: 60px; }

h1 {
  color: #df002d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal; }

a {
  color: #0085ad; }

.no-display {
  display: none; }

.block-layered-nav {
  display: none; }

p.required {
  color: #df002d;
  text-align: right; }

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 3px; }
  label.required {
    position: relative;
    padding-right: 10px; }
    label.required em {
      position: absolute;
      right: 0;
      top: 0;
      color: #df002d; }

.buttons-set button {
  float: right;
  background: url("../Icons/triangle_blue_right.png") no-repeat right center;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0 15px 0 0;
  width: auto;
  color: #0085ad;
  font-weight: bold; }

.form-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 1em 0; }
  .form-list li,
  .form-list .field {
    margin-bottom: 8px; }

.input-box input {
  border: 1px solid #c0c0c0;
  width: 100%;
  padding: 3px 4px; }

.messages {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #df002d; }
  .messages .error-msg ul {
    list-style: disc; }

.page > header {
  position: relative; }

.header-inner {
  margin: auto;
  max-width: 1050px;
  height: 150px;
  background: url(../Images/bg_header.png) no-repeat left bottom;
  position: relative; }
  .header-inner .logo {
    float: left;
    margin: 15px 0 0 -30px;
    height: 85px; }
  .header-inner .nav-bar {
    clear: both;
    *zoom: 1;
    position: relative; }
    .header-inner .nav-bar:before, .header-inner .nav-bar:after {
      display: table;
      content: "";
      line-height: 0; }
    .header-inner .nav-bar:after {
      clear: both; }
  @media screen and (max-width: 1080px) {
    .header-inner {
      padding: 0 15px; }
      .header-inner .logo {
        margin-left: 0; } }

.header-background {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  overflow: hidden; }
  .header-background .left {
    float: left;
    width: 50%; }
  .header-background .right {
    float: left;
    width: 50%; }
  .header-background .dark-blue-bar {
    height: 50px;
    margin-top: 50px;
    background: #0085ad; }
  .header-background .light-blue-bar {
    height: 50px;
    background: #59b0ca; }
  .header-background .red-bar {
    height: 50px;
    background: #df002d; }

.burger-icon {
  float: left;
  width: 40px;
  margin: 5px 0 0 0;
  cursor: pointer;
  display: none;
  border: none;
  padding: 0;
  background: none; }
  .burger-icon div {
    background: #FFFFFF;
    height: 6px;
    margin: 6px 0;
    border-radius: 1px; }
  @media screen and (max-width: 700px) {
    .burger-icon {
      display: block; } }

.nav-mobile {
  position: absolute;
  top: 50px;
  left: -15px;
  background: #FFFFFF;
  z-index: 9;
  width: 318px;
  border-right: 1px solid #59b0ca;
  display: none;
  -moz-box-shaddow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shaddow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5); }
  .nav-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-mobile ul li a {
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      color: #0085ad; }
      .nav-mobile ul li a:hover, .nav-mobile ul li a.active {
        color: #59b0ca; }
    .nav-mobile ul li ul {
      display: none;
      background: #FFFFFF;
      padding: 5px 20px 20px 20px; }
      .nav-mobile ul li ul li a {
        padding: 5px 0;
        font-size: 16px;
        font-size: 1rem; }
        .nav-mobile ul li ul li a:hover, .nav-mobile ul li ul li a.active {
          color: #59b0ca; }
  .nav-mobile > ul {
    *zoom: 1; }
    .nav-mobile > ul:before, .nav-mobile > ul:after {
      display: table;
      content: "";
      line-height: 0; }
    .nav-mobile > ul:after {
      clear: both; }
    .nav-mobile > ul > li {
      border-bottom: 1px solid #0085ad; }
      .nav-mobile > ul > li span {
        display: block;
        cursor: pointer;
        float: right;
        margin-right: 5px;
        width: 44px;
        height: 44px;
        background: url("../Svgs/arrow_right_grey.svg") no-repeat center center;
        background-size: 34px; }
      .nav-mobile > ul > li > a {
        padding: 0 20px;
        line-height: 44px;
        font-size: 22px;
        font-size: 1.375rem;
        color: #0085ad; }
        .nav-mobile > ul > li > a:hover, .nav-mobile > ul > li > a.active {
          color: #59b0ca; }
      .nav-mobile > ul > li.active span {
        background-image: url("../Svgs/arrow_right_red.svg");
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -moz-transform: rotate(90deg);
        /* Firefox */
        -webkit-transform: rotate(90deg);
        /* Safari and Chrome */
        -o-transform: rotate(90deg);
        /* Opera */ }
  @media screen and (min-width: 700px) {
    .nav-mobile {
      display: none !important; } }

.mobile-category-menu {
  position: absolute;
  left: -315px;
  top: 0;
  width: 310px;
  background: #FFFFFF;
  border-right: 1px solid #0085ad;
  -moz-box-shaddow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shaddow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5); }
  .mobile-category-menu .inactive .vertnav-cat {
    background: none; }
  .mobile-category-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-category-menu li ul {
    display: none; }
  .mobile-category-menu li.open > ul,
  .mobile-category-menu li.active > ul {
    display: block; }
  .mobile-category-menu li {
    position: relative; }
    .mobile-category-menu li button {
      position: absolute;
      top: 9px;
      right: 15px;
      border: none;
      background: url(../Svgs/arrow_right_grey.svg) 0 0 no-repeat;
      background-size: 35px;
      height: 35px;
      width: 35px;
      z-index: 5; }
  .mobile-category-menu > ul > li {
    padding: 0 15px; }
    .mobile-category-menu > ul > li > span a {
      position: relative; }
    .mobile-category-menu > ul > li button.active {
      background-image: url("../Svgs/arrow_right_red.svg");
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -moz-transform: rotate(90deg);
      /* Firefox */
      -webkit-transform: rotate(90deg);
      /* Safari and Chrome */
      -o-transform: rotate(90deg);
      /* Opera */ }
  .mobile-category-menu li {
    border-bottom: 1px solid #0085ad;
    /* level 2 */ }
    .mobile-category-menu li .level1 .vertnav-cat {
      padding: 0; }
    .mobile-category-menu li a {
      display: block;
      color: #df002d;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 50px;
      padding: 0 0 0 0;
      text-decoration: none;
      text-transform: uppercase; }
    .mobile-category-menu li li {
      border: none;
      margin-bottom: 7px; }
    .mobile-category-menu li ul {
      margin-bottom: 15px; }
    .mobile-category-menu li li a:hover,
    .mobile-category-menu li li.open li a:hover,
    .mobile-category-menu li li.open a,
    .mobile-category-menu li li.active a {
      color: #df002d; }
    .mobile-category-menu li li {
      /* level 3 */ }
      .mobile-category-menu li li.active li a,
      .mobile-category-menu li li.open li a {
        color: #6e6259; }
      .mobile-category-menu li li ul {
        margin-top: 5px;
        margin-bottom: 7px;
        padding-left: 15px;
        list-style: none; }
      .mobile-category-menu li li li {
        border: none;
        margin-bottom: 4px; }
      .mobile-category-menu li li.open li.active a {
        color: #df002d; }
      .mobile-category-menu li li li a span:before {
        display: inline-block;
        content: "-";
        width: 1em;
        margin-left: -1em; }
  .mobile-category-menu ul > li > ul > li {
    border: 1px solid #ececed; }
    .mobile-category-menu ul > li > ul > li button {
      top: 0;
      right: 3px;
      width: 28px;
      height: 28px;
      background-size: 28px; }
    .mobile-category-menu ul > li > ul > li a {
      background: none;
      padding: 5px 0;
      line-height: 1.2;
      font-size: 16px;
      color: #6e6259; }

.nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-main > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .nav-main > ul > li {
    position: relative;
    height: 50px; }
    .nav-main > ul > li > a {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 50px;
      text-decoration: none;
      color: #FFF; }

.nav-main li ul {
  display: none;
  background: #59b0ca;
  position: absolute;
  left: -30px;
  top: 50px;
  width: 210px;
  margin: 0;
  padding: 15px 30px;
  z-index: 3; }
  .nav-main li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1; }
    .nav-main li ul li a {
      color: #FFFFFF;
      text-decoration: none; }

.nav-main li:hover ul {
  display: block; }

@media screen and (max-width: 700px) {
  .nav-main {
    display: none; } }

.nav-main-icons {
  float: right;
  display: none; }
  .nav-main-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    list-style: none;
    padding-top: 10px; }
  .nav-main-icons li {
    float: left;
    margin-left: 12px; }
    .nav-main-icons li:first-child {
      margin-left: 0; }
    .nav-main-icons li img {
      width: 50px; }
  .nav-main-icons a {
    display: block;
    width: 30px;
    height: 30px; }
  @media screen and (max-width: 700px) {
    .nav-main-icons {
      display: block; } }

.nav-icons {
  float: right; }
  .nav-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    list-style: none;
    padding-top: 5px;
    margin-right: 0; }
  .nav-icons li {
    float: left;
    margin-left: 15px; }
    .nav-icons li:first-child {
      margin-left: 0; }
  .nav-icons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../Icons/nav_icons_sprite.png) no-repeat;
    background-position: 0 0; }
  .nav-icons li.item115 a {
    background-position: -45px 0; }
  .nav-icons li.item169 a {
    background-position: -90px 0; }

.nav-top {
  float: right;
  overflow: hidden;
  height: 50px; }
  .nav-top ul {
    line-height: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
  .nav-top li {
    float: left; }
    .nav-top li a {
      text-decoration: none;
      color: #0085AD; }
  .nav-top .separator {
    padding: 0 8px; }
  .nav-top ul.home-link {
    float: left; }
    .nav-top ul.home-link li {
      float: left; }
      .nav-top ul.home-link li a {
        text-decoration: none;
        color: #0085AD; }
  .nav-top ul.nav-additional {
    float: left; }
  @media screen and (max-width: 700px) {
    .nav-top {
      height: 42px; }
      .nav-top .home-link,
      .nav-top .nav-language {
        display: none; }
      .nav-top .nav-additional {
        line-height: 1;
        padding: 20px 1px 0 0; }
        .nav-top .nav-additional li {
          display: none; }
          .nav-top .nav-additional li a {
            font-size: 18px;
            font-size: 1.125rem;
            text-transform: uppercase; }
          .nav-top .nav-additional li:last-child {
            display: block; }
          .nav-top .nav-additional li .separator {
            display: none; } }

.search-box {
  clear: right;
  float: right;
  overflow: hidden;
  padding-top: 9px; }
  .search-box label {
    display: none; }
  .search-box form {
    background: transparent url("../Images/bg_searchbox.png") no-repeat scroll 0 0;
    height: 30px;
    overflow: hidden;
    width: 120px; }
    .search-box form fieldset {
      border: none;
      margin: 0;
      padding: 0; }
  .search-box .searchbox-sword {
    width: 80px;
    border: none;
    background: #f3a5b5;
    float: left;
    margin: 7px 0 0 8px;
    color: #6E6259;
    font-size: 11px;
    font-size: 0.6875rem; }
  .search-box .searchbox-submit-btn {
    background: none;
    float: left;
    height: 30px;
    width: 30px;
    border: none;
    text-indent: -1000px;
    cursor: pointer;
    margin-left: 1px; }
  .search-box #search {
    width: 80px;
    border: none;
    background: #f3a5b5;
    float: left;
    margin: 7px 0 0 8px;
    color: #6E6259;
    font-size: 11px;
    font-size: 0.6875rem; }
  .search-box .form-search button {
    background: none;
    float: left;
    height: 30px;
    width: 30px;
    border: none;
    text-indent: -1000px;
    cursor: pointer;
    margin-left: 1px; }

.search-autocomplete {
  width: 100px !important;
  z-index: 99; }
  .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .search-autocomplete ul li {
      background: #ececed;
      white-space: nowrap;
      padding: 2px 5px; }
      .search-autocomplete ul li .amount {
        display: none; }
      .search-autocomplete ul li.even {
        background-color: #dddddd; }

.mobile-search-box {
  display: none;
  text-align: center;
  background: #df002d; }
  .mobile-search-box .search-box {
    float: none;
    display: inline-block;
    padding: 6px 0 3px 0; }
    @media screen and (max-width: 500px) {
      .mobile-search-box .search-box {
        margin-top: 0; } }
  @media screen and (min-width: 700px) {
    .mobile-search-box {
      display: none !important; } }

.nav-language {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  list-style: none;
  padding-top: 0; }
  .nav-language li {
    float: left;
    margin-left: 6px; }
    .nav-language li:first-child {
      margin-left: 0; }
    .nav-language li a {
      display: block;
      width: 16px;
      text-indent: -9999px;
      background: url("../Svgs/ebro_icon_german.svg") no-repeat;
      background-size: 16px;
      margin-top: 16px; }
  .nav-language li.lang-en a {
    background-image: url("../Svgs/ebro_icon_british-american.svg"); }
  .nav-language li.lang-fr a {
    background-image: url("../Svgs/ebro_icon_french.svg"); }
  .nav-language li.lang-es a {
    background-image: url("../Svgs/ebro_icon_spanish.svg"); }
  .nav-language li.lang-cz a {
    background-image: url("../Svgs/ebro_icon_czech.svg"); }
  .nav-language li.lang-jp a,
  .nav-language li.lang-ja a {
    background-image: url("../Svgs/ebro_icon_japanese.svg"); }
  .nav-language .text-muted {
    display: none; }

.mobile-language-menu {
  display: none;
  background: #59b0ca;
  text-align: center; }
  .mobile-language-menu .nav-language {
    float: none;
    display: inline-block;
    padding: 10px 0; }
    .mobile-language-menu .nav-language ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .mobile-language-menu .nav-language ul li {
        margin-left: 10px; }
        .mobile-language-menu .nav-language ul li:first-child {
          margin-left: 0; }
        .mobile-language-menu .nav-language ul li a {
          width: 28px;
          height: 28px;
          background-size: 28px;
          margin-top: 3px; }
  @media screen and (min-width: 700px) {
    .mobile-language-menu {
      display: none !important; } }

body > footer {
  margin-top: -80px;
  height: 80px;
  background: #59b0ca;
  color: #FFFFFF;
  overflow: hidden; }
  body > footer .trademarks {
    display: block;
    line-height: 1.1; }
  @media screen and (max-width: 1000px) {
    body > footer {
      margin-top: 0;
      height: auto;
      padding-bottom: 10px; }
      body > footer .copyright {
        display: block;
        line-height: 1.1;
        margin-top: 3px; } }

.footer-inner {
  max-width: 1050px;
  margin: auto;
  padding-top: 18px;
  text-align: center;
  font-size: 9px;
  font-size: 0.5625rem; }
  .footer-inner a {
    color: #FFFFFF;
    font-weight: bold; }
  .footer-inner .separator {
    padding: 0 3px; }
  .footer-inner .footer-bottom {
    margin-right: 240px; }
    .footer-inner .footer-bottom .logo-xylem {
      float: left;
      margin-right: 20px; }
      .footer-inner .footer-bottom .logo-xylem img {
        width: 130px; }
    .footer-inner .footer-bottom .footer-text {
      text-align: left; }
  @media screen and (max-width: 1080px) {
    .footer-inner {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 760px) {
    .footer-inner .footer-bottom {
      margin-right: 0;
      text-align: left; }
      .footer-inner .footer-bottom .logo-xylem {
        float: none;
        margin: 0; } }
  @media screen and (max-width: 400px) {
    .footer-inner .nav-icons {
      float: none;
      display: inline-block;
      padding-bottom: 10px; }
    .footer-inner .footer-links {
      float: none;
      display: inline-block;
      padding-right: 15px; }
    .footer-inner .footer-bottom {
      text-align: center; }
      .footer-inner .footer-bottom .footer-text {
        text-align: center; } }

.footer-links {
  float: right; }
  .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    padding-top: 6px;
    margin-left: 15px; }
    .footer-links ul li {
      float: left;
      margin-left: 10px;
      width: 28px; }

/* Custom Modual Dialog Box */
.pv-modal-box-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  /*pointer-events: none;*/ }

/*
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
*/
.pv-modal-box {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  background: -o-linear-gradient(#fff, #999); }

.pv-modal-box a {
  display: block; }

.pv-modal-box p {
  margin: 0;
  padding: 0; }

.pv-modal-box div.ce-image .ce-gallery,
.pv-modal-box div.ce-image .ce-row {
  margin-bottom: 0; }

.pv-modal-box div.ce-image img {
  display: block; }

.pv-modal-box .close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  cursor: pointer;
  z-index: 999; }

.cookie-consent {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 12px 20px;
  color: #FFFFFF;
  background: rgba(120, 120, 120, 0.7);
  overflow: hidden;
  z-index: 999;
  text-align: center; }
  .cookie-consent p {
    margin: 0;
    padding: 5px 0;
    display: inline-block;
    line-height: 1.2; }
  .cookie-consent a {
    color: #FFFFFF;
    font-weight: bold; }
  .cookie-consent button {
    display: inline-block;
    margin-left: 10px;
    border: 0;
    padding: 5px 20px;
    background: #FFFFFF;
    color: #000000; }

body.cookie-consent-note-on {
  padding-top: 50px; }
  @media screen and (max-width: 800px) {
    body.cookie-consent-note-on {
      padding-top: 90px; } }

main {
  padding: 25px 0 75px 0; }
  main .main-inner {
    max-width: 1050px;
    margin: auto;
    *zoom: 1; }
    main .main-inner:before, main .main-inner:after {
      display: table;
      content: "";
      line-height: 0; }
    main .main-inner:after {
      clear: both; }

.col-main,
.col-left,
.col-right {
  float: left; }

.one-col .col-main {
  float: none; }

.three-cols .col-left,
.three-cols .col-right {
  width: 23%; }

.three-cols .col-main {
  width: 54%;
  padding: 0 25px; }

.two-cols .sidebar {
  float: left;
  width: 23%; }

.two-cols .col-main {
  width: 77%;
  padding: 0 0 0 25px; }

.two-cols.sidebar-right .col-main {
  padding: 0 25px 0 0; }

main {
  position: relative; }
  @media screen and (max-width: 1080px) {
    main {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 950px) {
    main.three-cols .col-left {
      width: 30%; }
    main.three-cols .col-right {
      display: none; }
    main.three-cols .col-main {
      width: 70%;
      padding: 0 0 0 25px; } }
  @media screen and (max-width: 860px) {
    main.two-cols .sidebar {
      display: none; }
    main.two-cols .col-main {
      float: none;
      width: 100%;
      padding: 0; }
    main.two-cols.sidebar-right .col-main {
      width: 100%;
      padding: 0; } }
  @media screen and (max-width: 760px) {
    main.three-cols .col-left {
      display: none; }
    main.three-cols .col-main {
      width: 100%;
      padding: 0; } }

.vertnav-container {
  border-top: 1px dotted #6e6259; }
  .vertnav-container .inactive .vertnav-cat {
    background: none; }
  .vertnav-container ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .vertnav-container li ul {
    display: none; }
  .vertnav-container li.open > ul,
  .vertnav-container li.active > ul {
    display: block; }
  .vertnav-container > ul > li > span a {
    position: relative; }
    .vertnav-container > ul > li > span a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      background: url(../Svgs/arrow_right_grey.svg) 0 0 no-repeat;
      background-size: 35px;
      height: 35px;
      width: 35px; }
  .vertnav-container > ul > li.active > span a::before, .vertnav-container > ul > li.open > span a::before {
    background-image: url("../Svgs/arrow_right_red.svg");
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -o-transform: rotate(90deg);
    /* Opera */ }
  .vertnav-container li {
    border-bottom: 1px dotted #6e6259;
    /* level 2 */ }
    .vertnav-container li .level1 .vertnav-cat {
      padding: 0; }
    .vertnav-container li a {
      display: block;
      color: #df002d;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 50px;
      padding: 0 0 0 50px;
      text-decoration: none; }
    .vertnav-container li li {
      border: none;
      margin-bottom: 7px; }
    .vertnav-container li li a,
    .vertnav-container li.open li a {
      background: none;
      padding: 0 0 0 50px;
      line-height: 1.2;
      font-size: 12px;
      color: #6e6259; }
    .vertnav-container li ul {
      margin-bottom: 15px; }
    .vertnav-container li li a:hover,
    .vertnav-container li li.open li a:hover,
    .vertnav-container li li.open a,
    .vertnav-container li li.active a {
      color: #df002d; }
    .vertnav-container li li {
      /* level 3 */ }
      .vertnav-container li li.active li a,
      .vertnav-container li li.open li a {
        color: #6e6259; }
      .vertnav-container li li ul {
        margin-top: 5px;
        margin-bottom: 7px;
        padding-left: 15px;
        list-style: none; }
      .vertnav-container li li li {
        border: none;
        margin-bottom: 4px; }
      .vertnav-container li li.open li.active a {
        color: #df002d; }
      .vertnav-container li li li a span:before {
        display: inline-block;
        content: "-";
        width: 1em;
        margin-left: -1em; }

.block-login {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #6e6259; }
  .block-login .block-title {
    padding: 5px 0; }
  .block-login label {
    font-weight: bold; }
  .block-login input.input-text {
    display: block;
    margin: 3px 0;
    width: 100%; }
  .block-login input.input-text, .block-login textarea {
    padding: 2px; }
  .block-login input.input-text,
  .block-login select,
  .block-login textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd; }
  .block-login input,
  .block-login select,
  .block-login textarea,
  .block-login button {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: middle; }
  .block-login .actions {
    text-align: right; }
  .block-login button {
    background: none;
    border: none;
    color: #0085ad;
    font-weight: bold; }

.registration-note {
  padding: 10px 0; }

.battery-return {
  border-bottom: none;
  border-top: 1px dotted #6e6259;
  margin-bottom: 0; }
  .battery-return .block-content {
    overflow: hidden;
    padding: 10px 0; }
    .battery-return .block-content img {
      display: block;
      float: left; }
  .battery-return a {
    display: block;
    text-decoration: none;
    color: #6e6259; }

.battery-return-title {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 70px;
  padding-top: 9px; }

.category-products .toolbar {
  border-top: 1px dotted #6e6259;
  background: #ececed; }
  .category-products .toolbar .toolbar-top {
    overflow: hidden;
    border-bottom: 1px dotted #6e6259;
    padding: 5px 10px; }
    .category-products .toolbar .toolbar-top .sort-by {
      float: right; }
      .category-products .toolbar .toolbar-top .sort-by img {
        display: inline-block;
        margin-bottom: -2px; }
    .category-products .toolbar .toolbar-top .amount {
      float: left;
      margin: 0;
      padding-top: 3px; }
  .category-products .toolbar .toolbar-bottom {
    overflow: hidden;
    padding: 5px 10px;
    border-bottom: 1px dotted #6e6259; }
    .category-products .toolbar .toolbar-bottom .pages {
      float: right; }
      .category-products .toolbar .toolbar-bottom .pages ol {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline; }
        .category-products .toolbar .toolbar-bottom .pages ol li {
          display: inline; }
          .category-products .toolbar .toolbar-bottom .pages ol li a {
            padding: 0 2px; }
          .category-products .toolbar .toolbar-bottom .pages ol li.current {
            padding: 0 2px; }

.category-description {
  padding-bottom: 10px; }

.legal-notes {
  padding-top: 10px; }

.special-price {
  color: #df002d;
  font-weight: bold; }

.product-usp {
  color: #0085ad;
  font-style: italic; }

.old-price .price {
  font-weight: bold;
  text-decoration: line-through; }

.catalog-category-view p.category-image {
  text-align: center; }
  .catalog-category-view p.category-image img {
    max-width: 320px; }

.products-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 5px 0; }
  .products-grid p {
    margin: 0; }
  .products-grid li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 15px 10px; }
    .products-grid li:nth-child(3n+1) {
      clear: left; }
  .products-grid .product-name a {
    text-decoration: none;
    color: #df002d;
    font-size: 13px;
    font-size: 0.8125rem; }
  @media screen and (max-width: 550px) {
    .products-grid li {
      width: 50%; }
      .products-grid li:nth-child(3n+1) {
        clear: none; }
      .products-grid li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 380px) {
    .products-grid li {
      width: auto;
      float: none; }
      .products-grid li:nth-child(2n+1) {
        clear: none; } }

.product-view h1 {
  color: #6e6259; }
  .product-view h1 .red {
    color: #df002d; }

.product-view .product-view-top {
  overflow: hidden; }

.product-view .product-img-box {
  float: left;
  width: 50%;
  padding-right: 30px; }
  .product-view .product-img-box .product-image {
    border: 1px solid #555;
    padding: 10px;
    text-align: center; }
  .product-view .product-img-box .more-views {
    margin: 10px 0; }
    .product-view .product-img-box .more-views ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .product-view .product-img-box .more-views ul li {
        width: 25%; }

.product-view .product-view-top-right {
  float: left;
  width: 50%; }
  .product-view .product-view-top-right h2 {
    color: #0085ad;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 12px 0; }
  .product-view .product-view-top-right h3 {
    margin-bottom: 5px; }

.product-view .product-video {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 15px auto auto auto; }
  .product-view .product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.product-view .product-shop {
  background: #ececed none repeat scroll 0 0;
  border-bottom: 1px dotted #6e6259;
  border-top: 1px dotted #6e6259;
  margin: 15px 0 0 0;
  overflow: hidden;
  padding: 15px 10px; }
  .product-view .product-shop .product-sku {
    float: left; }
  .product-view .product-shop .price-box {
    float: left;
    padding-left: 20px; }
    .product-view .product-shop .price-box p {
      margin: 0; }
    .product-view .product-shop .price-box .special-price {
      padding-top: 5px; }
  .product-view .product-shop .add-to-box {
    clear: left;
    padding-top: 5px; }
    .product-view .product-shop .add-to-box .registration-note {
      font-style: italic; }
    .product-view .product-shop .add-to-box .or {
      display: none; }
    .product-view .product-shop .add-to-box .add-to-cart {
      float: right;
      overflow: hidden; }
      .product-view .product-shop .add-to-box .add-to-cart .btn-cart {
        float: right;
        border: none;
        background: transparent url("../Svgs/arrow_right_grey.svg") no-repeat scroll right center/30px auto;
        color: #0085ad;
        font-weight: 700;
        margin-left: 20px;
        padding-right: 50px;
        height: 30px; }
      .product-view .product-shop .add-to-box .add-to-cart label {
        float: left;
        margin-top: 7px; }
      .product-view .product-shop .add-to-box .add-to-cart input {
        float: left;
        width: 30px;
        border: 1px solid #c0c0c0;
        margin-left: 5px;
        margin-top: 5px; }

.product-view .legal-notes {
  padding-top: 5px;
  text-align: right; }

@media screen and (max-width: 430px) {
  .product-view .product-img-box {
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 15px; }
  .product-view .product-view-top-right {
    float: none;
    width: auto; } }

@media screen and (max-width: 400px) {
  .product-view .product-shop .product-sku {
    float: none; }
  .product-view .product-shop .price-box {
    float: none;
    margin-top: 5px;
    padding-left: 0; } }

.product-collateral {
  margin-top: 15px; }
  .product-collateral .accordion {
    border-top: 1px dotted #6e6259; }
    .product-collateral .accordion .block-content {
      display: none; }
    .product-collateral .accordion h2 {
      position: relative;
      cursor: pointer;
      font-weight: normal;
      color: #df002d;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 40px;
      margin: 0;
      padding: 0 0 0 40px;
      text-decoration: none;
      background: #eaf1f7; }
      .product-collateral .accordion h2::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 5px;
        background: url(../Svgs/arrow_right_grey.svg) 0 0 no-repeat;
        background-size: 30px;
        height: 30px;
        width: 30px; }
      .product-collateral .accordion h2.open {
        background-color: transparent;
        border-bottom: 1px dotted #6e6259; }
        .product-collateral .accordion h2.open::before {
          background-image: url("../Svgs/arrow_right_red.svg");
          -ms-transform: rotate(90deg);
          /* IE 9 */
          -moz-transform: rotate(90deg);
          /* Firefox */
          -webkit-transform: rotate(90deg);
          /* Safari and Chrome */
          -o-transform: rotate(90deg);
          /* Opera */ }
  .product-collateral #product-manuals .block-content {
    padding: 10px; }
  .product-collateral #additional {
    padding: 10px 0; }
  .product-collateral .data-table th {
    background-color: #f6f6f6; }
  .product-collateral .data-table th,
  .product-collateral .data-table td {
    text-align: left;
    border: 1px solid #ddd;
    padding: 5px; }
  .product-collateral .block-related,
  .product-collateral .block-crosssell,
  .product-collateral .block-upsell {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-collateral .block-related li,
    .product-collateral .block-crosssell li,
    .product-collateral .block-upsell li {
      overflow: hidden;
      border-top: 1px dotted #6e6259;
      padding: 10px 0; }
      .product-collateral .block-related li:first-child,
      .product-collateral .block-crosssell li:first-child,
      .product-collateral .block-upsell li:first-child {
        border: none; }
    .product-collateral .block-related h3,
    .product-collateral .block-crosssell h3,
    .product-collateral .block-upsell h3 {
      margin: 0 0 3px 0;
      font-weight: normal; }
    .product-collateral .block-related .product-image,
    .product-collateral .block-crosssell .product-image,
    .product-collateral .block-upsell .product-image {
      border: 1px solid #0085ad;
      float: left;
      margin-right: 15px;
      padding: 5px 20px; }
    .product-collateral .block-related .product-price,
    .product-collateral .block-crosssell .product-price,
    .product-collateral .block-upsell .product-price {
      font-weight: bold; }
    .product-collateral .block-related button,
    .product-collateral .block-crosssell button,
    .product-collateral .block-upsell button {
      display: none; }
  .product-collateral .product-manuals a {
    background: url("../Icons/pdf.jpg") no-repeat scroll 0 0;
    display: block;
    line-height: 35px;
    margin-top: 10px;
    padding-left: 40px; }

.messages {
  width: 100%;
  overflow: hidden; }
  .messages ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .messages li {
    margin: 0 0 10px; }
    .messages li li {
      margin: 0 0 3px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important; }

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../Icons/i_msg-error.gif);
  color: #df280a; }

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../Icons/i_msg-success.gif);
  color: #3d6611; }

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../Icons/i_msg-note.gif);
  color: #3d6611; }

.category-overview h1 {
  color: #6e6259; }

.category-overview .category-products {
  margin-top: 25px; }

.category-overview .products-grid .product-name a {
  color: #6e6259; }

.category-overview section.category {
  padding-top: 15px; }
  .category-overview section.category::after {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df002d+0,df002d+45,df002d+55,df002d+100&0+10,1+45,1+45,1+55,0+90 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjAwMmQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(223, 0, 45, 0)), color-stop(10%, rgba(223, 0, 45, 0)), color-stop(45%, #df002d), color-stop(55%, #df002d), color-stop(90%, rgba(223, 0, 45, 0)), to(rgba(223, 0, 45, 0)));
    background: linear-gradient(to right, rgba(223, 0, 45, 0) 0%, rgba(223, 0, 45, 0) 10%, #df002d 45%, #df002d 55%, rgba(223, 0, 45, 0) 90%, rgba(223, 0, 45, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
    height: 4px; }
  .category-overview section.category:first-child::before {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df002d+0,df002d+45,df002d+55,df002d+100&0+10,1+45,1+45,1+55,0+90 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RmMDAyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjAwMmQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(223, 0, 45, 0)), color-stop(10%, rgba(223, 0, 45, 0)), color-stop(45%, #df002d), color-stop(55%, #df002d), color-stop(90%, rgba(223, 0, 45, 0)), to(rgba(223, 0, 45, 0)));
    background: linear-gradient(to right, rgba(223, 0, 45, 0) 0%, rgba(223, 0, 45, 0) 10%, #df002d 45%, #df002d 55%, rgba(223, 0, 45, 0) 90%, rgba(223, 0, 45, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
    height: 4px;
    margin-bottom: 15px; }
  .category-overview section.category .category-grid {
    padding-bottom: 10px; }
  .category-overview section.category .header {
    overflow: hidden; }
    .category-overview section.category .header h2 {
      color: #df002d;
      float: left;
      margin: 0; }
      .category-overview section.category .header h2 a {
        color: #df002d;
        text-decoration: none; }
    .category-overview section.category .header .more {
      float: right;
      padding-top: 4px; }
  .category-overview section.category h3 a {
    color: #6e6259;
    text-decoration: none; }

.category-overview .category-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 5px 0; }
  .category-overview .category-grid p {
    margin: 0; }
  .category-overview .category-grid li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 15px 10px; }
    .category-overview .category-grid li:nth-child(4n+1) {
      clear: left; }

.category-overview .category-datalogger .category-grid {
  padding-left: 5%;
  padding-right: 5%; }
  .category-overview .category-datalogger .category-grid li {
    margin: 0 3%; }

@media screen and (max-width: 700px) {
  .category-overview .category .category-grid,
  .category-overview .category-datalogger .category-grid {
    padding-left: 0;
    padding-right: 0; }
    .category-overview .category .category-grid li,
    .category-overview .category-datalogger .category-grid li {
      width: 50%;
      margin: 0;
      padding-left: 15px;
      padding-right: 15px; }
      .category-overview .category .category-grid li:nth-child(4n+1),
      .category-overview .category-datalogger .category-grid li:nth-child(4n+1) {
        clear: none; }
      .category-overview .category .category-grid li:nth-child(2n+1),
      .category-overview .category-datalogger .category-grid li:nth-child(2n+1) {
        clear: left; } }

@media screen and (max-width: 380px) {
  .category-overview .category .category-grid li,
  .category-overview .category-datalogger .category-grid li {
    width: auto;
    float: none; }
    .category-overview .category .category-grid li:nth-child(2n+1),
    .category-overview .category-datalogger .category-grid li:nth-child(2n+1) {
      clear: none; } }

.account-login .col2-set {
  overflow: hidden; }
  .account-login .col2-set .col-1 {
    float: left;
    width: 50%;
    padding-right: 40px; }
  .account-login .col2-set .col-2 {
    float: left;
    width: 50%;
    padding-left: 40px; }
  @media screen and (max-width: 600px) {
    .account-login .col2-set .col-1 {
      float: none;
      width: 100%;
      padding: 0;
      overflow: hidden;
      margin-bottom: 20px; }
    .account-login .col2-set .col-2 {
      float: none;
      width: 100%;
      padding: 0; } }

.account-create .fieldset {
  float: left;
  width: 50%;
  padding-left: 40px; }
  .account-create .fieldset:first-of-type {
    padding: 0 40px 0 0; }

.account-create .buttons-set {
  clear: both; }

.account-create .back-link {
  float: left;
  margin: 0; }

@media screen and (max-width: 860px) {
  .account-create .fieldset {
    padding-left: 20px; }
    .account-create .fieldset:first-of-type {
      padding: 0 20px 0 0; } }

@media screen and (max-width: 500px) {
  .account-create .fieldset {
    float: none;
    width: auto;
    padding: 0; }
    .account-create .fieldset:first-of-type {
      padding: 0;
      margin-bottom: 15px; } }

.mini-products-list li {
  overflow: hidden;
  margin-bottom: 10px; }
  .mini-products-list li .product-image {
    display: block;
    float: left;
    padding: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #ececed; }
  .mini-products-list li .product-details {
    margin-left: 70px; }

.btn-remove {
  float: right;
  overflow: hidden;
  text-indent: -99999px;
  width: 15px;
  height: 15px;
  background: url("../Icons/btn_remove.gif") no-repeat center center; }

.btn-edit {
  float: right;
  overflow: hidden;
  text-indent: -99999px;
  width: 15px;
  height: 15px;
  background: url("../Icons/btn_edit.gif") no-repeat center center; }

.block-reorder li {
  overflow: hidden;
  margin-bottom: 10px; }
  .block-reorder li input {
    float: left; }
  .block-reorder li .product-name {
    margin: 0 0 0 25px; }

.block-viewed {
  border-bottom: none; }

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -53px; }

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #d2d8db; }

tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info {
  display: block; }

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
  cursor: pointer; }

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important; }

.cart-tax-total-expanded {
  background-position: 100% -53px; }

.cart fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.cart .cart-table {
  width: 100%; }
  .cart .cart-table td,
  .cart .cart-table th {
    padding: 5px; }
  .cart .cart-table th:nth-child(2) {
    text-align: left; }
  .cart .cart-table h2.product-name {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal; }
  .cart .cart-table tbody {
    border: 1px solid #c0c0c0; }
    .cart .cart-table tbody tr {
      border-top: 1px solid #c0c0c0; }
      .cart .cart-table tbody tr:first-child {
        border: none; }
      .cart .cart-table tbody tr:hover {
        background: #ececed; }
  .cart .cart-table tbody tr td input {
    border: 1px solid #c0c0c0;
    width: 30px; }
  .cart .cart-table tbody tr td:first-child {
    width: 60px;
    height: 60px; }
    .cart .cart-table tbody tr td:first-child a {
      display: block;
      padding: 5px;
      border: 1px solid #ececed; }
  .cart .cart-table tbody tr td:nth-child(3) a {
    display: inline-block;
    overflow: hidden;
    text-indent: -99999px;
    width: 15px;
    height: 15px;
    background: url("../Icons/btn_edit.gif") no-repeat center center; }
  .cart .cart-table tfoot td {
    text-align: right; }
    .cart .cart-table tfoot td button {
      float: right;
      background: url("../Icons/triangle_blue_right.png") no-repeat right center;
      border: none;
      cursor: pointer;
      margin: 10px 0 0 15px;
      padding: 0 15px 0 0;
      width: auto;
      color: #0085ad;
      font-weight: bold; }
  @media screen and (max-width: 450px) {
    .cart .cart-table td:nth-child(6),
    .cart .cart-table th:nth-child(6) {
      display: none; }
    .cart .cart-table tbody tr td:first-child a {
      padding: 2px; } }
  @media screen and (max-width: 380px) {
    .cart .cart-table td:nth-child(1),
    .cart .cart-table th:nth-child(1) {
      display: none; } }

.cart .checkout-types {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none; }
  .cart .checkout-types button {
    float: right;
    background: url("../Icons/triangle_blue_right.png") no-repeat right center;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0 15px 0 0;
    width: auto;
    color: #0085ad;
    font-weight: bold; }
  .cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3; }

.cart .title-buttons {
  overflow: hidden;
  margin-bottom: 10px; }
  .cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px; }

.cart .totals .checkout-types {
  margin-top: 15px; }
  .cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 3px 55px 8px 0;
    line-height: 1.0;
    font-size: 11px; }

.cart .cart-collaterals {
  padding: 25px 0 0; }
  .cart .cart-collaterals .col2-set {
    float: left;
    width: 700px; }

.cart .crosssell h2 {
  font-size: 13px;
  font-weight: bold; }

.cart .crosssell .product-image {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid #ececed; }

.cart .crosssell .product-details {
  margin-left: 90px; }

.cart .crosssell li.item {
  margin: 12px 0; }

.cart .totals {
  float: right; }
  .cart .totals table {
    width: 100%; }
    .cart .totals table th,
    .cart .totals table td {
      padding: 5px;
      text-align: right; }
    .cart .totals table th {
      font-weight: bold; }

.cart .coupon-area {
  text-align: right;
  margin-bottom: 30px; }
  .cart .coupon-area form {
    display: inline-block;
    max-width: 500px; }
    .cart .coupon-area form h2 {
      margin: 0;
      font-weight: normal; }
    .cart .coupon-area form label {
      font-weight: normal; }
    .cart .coupon-area form .input-box {
      max-width: 240px;
      display: inline-block;
      margin-bottom: 5px; }

.sidebar .block {
  border-bottom: 1px dotted #6e6259; }
  .sidebar .block:last-of-type {
    border-bottom: none; }

.sidebar .block-title {
  padding: 5px 0;
  font-size: 16px;
  font-size: 1rem; }
  .sidebar .block-title strong {
    font-weight: normal; }

.sidebar .block-subtitle {
  font-weight: bold; }

.sidebar .block-content ol,
.sidebar .block-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar .actions {
  overflow: hidden; }

.sidebar button {
  float: right;
  background: url("../Icons/triangle_blue_right.png") no-repeat right center;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0 15px 0 0;
  width: auto;
  color: #0085ad;
  font-weight: bold; }

.sidebar-left .block-cart {
  border-top: 1px dotted #6e6259;
  margin-top: 15px;
  padding-top: 15px; }

.sidebar .technical-support {
  margin-top: 20px;
  border-bottom: none; }
  .sidebar .technical-support .block-content {
    padding: 0 0 0 50px;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem; }
    .sidebar .technical-support .block-content h3 {
      margin: 5px 0; }

.checkout-onepage-index main fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.checkout-onepage-index main ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  .checkout-onepage-index main ol li.section {
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0; }
    .checkout-onepage-index main ol li.section:first-child {
      border-top: 1px solid #c0c0c0; }
    .checkout-onepage-index main ol li.section select {
      width: 100%;
      max-width: 500px; }
    .checkout-onepage-index main ol li.section .step-title {
      overflow: hidden;
      position: relative;
      cursor: pointer;
      line-height: 40px;
      padding: 0 0 0 45px;
      background: #eaf1f7; }
      .checkout-onepage-index main ol li.section .step-title::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 5px;
        background: url(../Svgs/arrow_right_grey.svg) 0 0 no-repeat;
        background-size: 30px;
        height: 35px;
        width: 35px; }
      .checkout-onepage-index main ol li.section .step-title span {
        display: block;
        float: left;
        color: #df002d;
        font-size: 18px;
        font-size: 1.125rem; }
      .checkout-onepage-index main ol li.section .step-title h2 {
        float: left;
        color: #df002d;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: normal;
        margin: 0 0 0 10px; }
      .checkout-onepage-index main ol li.section .step-title a {
        display: block;
        float: right;
        margin: 10px;
        overflow: hidden;
        text-indent: -99999px;
        width: 15px;
        height: 15px;
        background: url("../Icons/btn_edit.gif") no-repeat center center; }
    .checkout-onepage-index main ol li.section.active .step-title::before {
      background-image: url(../Svgs/arrow_right_red.svg);
      left: 0;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -moz-transform: rotate(90deg);
      /* Firefox */
      -webkit-transform: rotate(90deg);
      /* Safari and Chrome */
      -o-transform: rotate(90deg);
      /* Opera */ }
    .checkout-onepage-index main ol li.section .step {
      padding: 15px 15px; }
      .checkout-onepage-index main ol li.section .step .buttons-set {
        overflow: hidden; }
        .checkout-onepage-index main ol li.section .step .buttons-set .back-link {
          float: left;
          margin: 0; }
    .checkout-onepage-index main ol li.section.active .step-title {
      border-bottom: 1px solid #c0c0c0; }
    .checkout-onepage-index main ol li.section li.control {
      overflow: hidden; }
      .checkout-onepage-index main ol li.section li.control input {
        float: left;
        margin-right: 5px; }
    .checkout-onepage-index main ol li.section .sp-methods {
      margin-bottom: 10px; }
      .checkout-onepage-index main ol li.section .sp-methods dt {
        font-weight: bold; }
      .checkout-onepage-index main ol li.section .sp-methods dd {
        margin: 5px 0 0 0; }
      .checkout-onepage-index main ol li.section .sp-methods ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .checkout-onepage-index main ol li.section .sp-methods ul label {
          font-weight: normal; }

.checkout-onepage-index main .checkout-agreements {
  margin-top: 15px; }
  .checkout-onepage-index main .checkout-agreements li {
    margin-top: 20px; }
  .checkout-onepage-index main .checkout-agreements .agree {
    overflow: hidden; }
    .checkout-onepage-index main .checkout-agreements .agree input {
      float: left;
      margin-right: 5px; }
  .checkout-onepage-index main .checkout-agreements .agreement-content {
    height: 120px;
    overflow-y: scroll;
    border: 1px solid #c0c0c0;
    background: #ececed;
    padding: 10px; }

.checkout-onepage-index main .order-review table {
  width: 100%;
  border-collapse: collapse; }
  .checkout-onepage-index main .order-review table .a-right {
    text-align: right; }
  .checkout-onepage-index main .order-review table .a-center {
    text-align: center; }
  .checkout-onepage-index main .order-review table h3 {
    margin: 0;
    font-weight: normal; }
  .checkout-onepage-index main .order-review table th {
    background: #ececed; }
  .checkout-onepage-index main .order-review table td,
  .checkout-onepage-index main .order-review table th {
    border: 1px solid #c0c0c0;
    padding: 5px; }

.checkout-onepage-index main .order-review .buttons-set button {
  background-image: url(../Svgs/arrow_right_grey.svg);
  background-size: 35px;
  padding-right: 45px;
  height: 40px; }

@media screen and (max-width: 600px) {
  .checkout-onepage-index main .order-review table th:nth-child(3) {
    font-size: 0; }
  .checkout-onepage-index main .order-review table td:nth-child(3) {
    min-width: 30px; }
    .checkout-onepage-index main .order-review table td:nth-child(3)::after {
      content: " x"; } }

@media screen and (max-width: 450px) {
  .checkout-onepage-index main ol li.section .step {
    padding: 15px 7px; }
  .checkout-onepage-index main .order-review table th:nth-child(4) {
    font-size: 0; } }

.checkout-onepage-index .block-progress {
  margin-top: 5px; }
  .checkout-onepage-index .block-progress dl > div {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #c0c0c0; }
  .checkout-onepage-index .block-progress dt {
    font-weight: bold; }
  .checkout-onepage-index .block-progress dd {
    margin: 5px 0 0 0; }

.block-account {
  padding-bottom: 10px; }
  .block-account .block-title {
    color: #df002d; }
  .block-account li {
    color: #df002d;
    font-size: 16px;
    font-size: 1rem;
    margin: 5px 0 5px 15px; }
    .block-account li strong {
      font-weight: normal; }
    .block-account li a {
      color: #6e6259;
      text-decoration: none; }

.my-account .box-account .box-head {
  padding-bottom: 5px; }

.my-account .box-account table {
  width: 100%;
  border-collapse: collapse; }
  .my-account .box-account table thead {
    background: #ececed; }
    .my-account .box-account table thead th:first-child {
      white-space: nowrap; }
  .my-account .box-account table td,
  .my-account .box-account table th {
    padding: 5px;
    border: 1px solid #c0c0c0; }
  @media screen and (max-width: 550px) {
    .my-account .box-account table th:nth-child(3), .my-account .box-account table th:nth-child(5),
    .my-account .box-account table td:nth-child(3),
    .my-account .box-account table td:nth-child(5) {
      display: none; } }

.my-account .box-account .col2-set:last-child {
  overflow: hidden; }
  .my-account .box-account .col2-set:last-child .col-1 {
    float: left;
    width: 50%;
    padding-right: 30px; }
  .my-account .box-account .col2-set:last-child .col-2 {
    float: left;
    width: 50%;
    padding-left: 30px; }
  @media screen and (max-width: 450px) {
    .my-account .box-account .col2-set:last-child .col-1,
    .my-account .box-account .col2-set:last-child .col-2 {
      float: none;
      padding: 0; }
    .my-account .box-account .col2-set:last-child .col-1 {
      padding-bottom: 10px; } }

.my-account .box-account.box-info {
  margin-top: 30px; }
  .my-account .box-account.box-info h2 {
    margin-bottom: 0; }

.my-account .box-account h3 {
  color: #df002d; }

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