﻿/* Content/scss/site.scss */
.punchout .hidden-for-punchout,
.hidden-for-js,
.hidden-for-js-inline {
  display: none; }

.border-left-radius-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.border-radius-none {
  border-radius: 0 !important; }

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

.margin-top-none {
  margin-top: 0 !important; }

.margin-bottom-none {
  margin-bottom: 0 !important; }

.margin-left-none {
  margin-left: 0 !important; }

.margin-right-none {
  margin-right: 0 !important; }

.margin-top, .margin-topbottom, .margin-all {
  margin-top: 13px !important; }

.margin-bottom, .margin-topbottom, .margin-all {
  margin-bottom: 13px !important; }

.margin-left, .margin-leftright, .margin-all {
  margin-left: 13px !important; }

.margin-right, .margin-leftright, .margin-all {
  margin-right: 13px !important; }

.margin-top-2x, .margin-topbottom-2x, .margin-all-2x {
  margin-top: 26px !important; }

.margin-bottom-2x, .margin-topbottom-2x, .margin-all-2x {
  margin-bottom: 26px !important; }

.margin-left-2x, .margin-leftright-2x, .margin-all-2x {
  margin-left: 26px !important; }

.margin-right-2x, .margin-leftright-2x, .margin-all-2x {
  margin-right: 26px !important; }

.padding-none {
  padding: 0 !important; }

.padding-top-none {
  padding-top: 0 !important; }

.padding-bottom-none {
  padding-bottom: 0 !important; }

.padding-left-none {
  padding-left: 0 !important; }

.padding-right-none {
  padding-right: 0 !important; }

.padding-top, .padding-topbottom, .padding-all {
  padding-top: 13px !important; }

.padding-bottom, .padding-topbottom, .padding-all {
  padding-bottom: 13px !important; }

.padding-left, .padding-leftright, .padding-all {
  padding-left: 13px !important; }

.padding-right, .padding-leftright, .padding-all {
  padding-right: 13px !important; }

.padding-top-2x, .padding-topbottom-2x, .padding-all-2x {
  padding-top: 26px !important; }

.padding-bottom-2x, .padding-topbottom-2x, .padding-all-2x {
  padding-bottom: 26px !important; }

.padding-left-2x, .padding-leftright-2x, .padding-all-2x {
  padding-left: 26px !important; }

.padding-right-2x, .padding-leftright-2x, .padding-all-2x {
  padding-right: 26px !important; }

.input-validation-error {
  background-color: #f2dede; }

.field-validation-error {
  font-weight: bold;
  color: #990000; }

.input-validation-warning {
  background: #f4dccf; }

.field-validation-warning {
  font-weight: bold;
  color: #dc730a; }

.validation-summary-valid, field-validation-valid {
  display: none; }

#popupHeader, .popupHeader {
  width: 960px;
  background-color: #E0E4E9;
  padding: 10px 10px 0 10px;
  height: 40px;
  font-size: 14px;
  font-weight: bold; }

.no-title-bar .ui-dialog-titlebar {
  display: none; }

.no-title-bar .ui-dialog-content {
  padding: 0; }

/* scss/components/_navigation-bar.scss */
.navigation-bar {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #e0e4e9;
  padding: 10px;
  margin-bottom: 20px; }

/* MEDIA QUERIES */
@media (min-width: 400px) {
  .navigation-bar {
    padding-left: 0;
    padding-right: 0; }
    .navigation-bar .fa-chevron-left {
      padding-right: 5px;
      font-size: 17px;
      vertical-align: middle; }
    .navigation-bar .fa-chevron-right {
      padding-left: 5px;
      font-size: 17px;
      vertical-align: middle; } }

/* Content/scss/elements/_buttons.scss */
.btn-primary {
  color: #f5f5f5;
  background: #0099FF;
  background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 100%);
  background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 100%);
  background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #f5f5f5;
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0); }

/* Secondary Button */
.btn-secondary {
  color: #f5f5f5;
  background: #7f7f7f;
  background-image: -webkit-linear-gradient(top, #7f7f7f 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #7f7f7f 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F7F7F', endColorstr='#FF585D62', GradientType=0); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
    color: #f5f5f5;
    background: #7f7f7f;
    background-image: -webkit-linear-gradient(top, #7f7f7f 0%, #585d62 10%);
    background-image: -o-linear-gradient(top, #7f7f7f 0%, #585d62 10%);
    background-image: linear-gradient(to bottom, #7f7f7f 0%, #585d62 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F7F7F', endColorstr='#FF585D62', GradientType=0); }

.btn-buy {
  color: #f5f5f5;
  background: #87B53D;
  background-image: -webkit-linear-gradient(top, #87B53D 0%, #588a10 100%);
  background-image: -o-linear-gradient(top, #87B53D 0%, #588a10 100%);
  background-image: linear-gradient(to bottom, #87B53D 0%, #588a10 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF87B53D', endColorstr='#FF588A10', GradientType=0); }
  .btn-buy:hover, .btn-buy:focus, .btn-buy.focus {
    color: #f5f5f5;
    background: #87B53D;
    background-image: -webkit-linear-gradient(top, #87B53D 0%, #588a10 10%);
    background-image: -o-linear-gradient(top, #87B53D 0%, #588a10 10%);
    background-image: linear-gradient(to bottom, #87B53D 0%, #588a10 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF87B53D', endColorstr='#FF588A10', GradientType=0); }

.btn-special {
  color: #f5f5f5;
  background: #f5a960;
  background-image: -webkit-linear-gradient(top, #f5a960 0%, #dc730a 100%);
  background-image: -o-linear-gradient(top, #f5a960 0%, #dc730a 100%);
  background-image: linear-gradient(to bottom, #f5a960 0%, #dc730a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5A960', endColorstr='#FFDC730A', GradientType=0); }
  .btn-special:hover, .btn-special:focus, .btn-special.focus {
    color: #f5f5f5;
    background: #f5a960;
    background-image: -webkit-linear-gradient(top, #f5a960 0%, #dc730a 10%);
    background-image: -o-linear-gradient(top, #f5a960 0%, #dc730a 10%);
    background-image: linear-gradient(to bottom, #f5a960 0%, #dc730a 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5A960', endColorstr='#FFDC730A', GradientType=0); }

.dropDownList-sm {
  display: initial;
  width: 200px; }

.input-validation-error {
  background-color: #f2dede; }

/* Content/scss/elements/_icon.scss */
.icon-primary {
  color: #0070BB; }

/* Secondary Icon */
.icon-secondary {
  color: #7f7f7f; }

.icon-success {
  color: #87B53D; }

.icon-special {
  color: #f5a960; }

.txtBox-xs {
  display: initial;
  width: 60px; }

a.link-primary {
  color: #0070BB; }
  a.link-primary:hover, a.link-primary:focus, a.link-primary.focus {
    color: #0099FF; }

.navigation-links .fa-chevron-left {
  padding-right: 3px; }

.navigation-links .fa-chevron-right {
  padding-left: 3px; }

a.white {
  color: #ffffff; }

table {
  background-color: transparent; }

thead {
  background: #e0e4e9;
  color: #7f7f7f; }

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

a.m-btn.disabled,
fieldset[disabled] a.m-btn {
  pointer-events: none; }

.m-btn-default {
  color: #f5f5f5;
  background-color: #7f7f7f;
  border-color: transparent; }
  .m-btn-default:focus, .m-btn-default.focus {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
  .m-btn-default:hover {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
  .m-btn-default:active, .m-btn-default.active,
  .open > .m-btn-default.dropdown-toggle {
    color: #f5f5f5;
    background-color: #666666;
    border-color: transparent; }
    .m-btn-default:active:hover, .m-btn-default:active:focus, .m-btn-default:active.focus, .m-btn-default.active:hover, .m-btn-default.active:focus, .m-btn-default.active.focus,
    .open > .m-btn-default.dropdown-toggle:hover,
    .open > .m-btn-default.dropdown-toggle:focus,
    .open > .m-btn-default.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #545454;
      border-color: transparent; }
  .m-btn-default:active, .m-btn-default.active,
  .open > .m-btn-default.dropdown-toggle {
    background-image: none; }
  .m-btn-default.disabled:hover, .m-btn-default.disabled:focus, .m-btn-default.disabled.focus, .m-btn-default[disabled]:hover, .m-btn-default[disabled]:focus, .m-btn-default[disabled].focus,
  fieldset[disabled] .m-btn-default:hover,
  fieldset[disabled] .m-btn-default:focus,
  fieldset[disabled] .m-btn-default.focus {
    background-color: #7f7f7f;
    border-color: transparent; }
  .m-btn-default .badge {
    color: #7f7f7f;
    background-color: #f5f5f5; }

.m-btn-primary {
  color: #f5f5f5;
  background-color: #0099FF;
  border-color: transparent; }
  .m-btn-primary:focus, .m-btn-primary.focus {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
  .m-btn-primary:hover {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
  .m-btn-primary:active, .m-btn-primary.active,
  .open > .m-btn-primary.dropdown-toggle {
    color: #f5f5f5;
    background-color: #007acc;
    border-color: transparent; }
    .m-btn-primary:active:hover, .m-btn-primary:active:focus, .m-btn-primary:active.focus, .m-btn-primary.active:hover, .m-btn-primary.active:focus, .m-btn-primary.active.focus,
    .open > .m-btn-primary.dropdown-toggle:hover,
    .open > .m-btn-primary.dropdown-toggle:focus,
    .open > .m-btn-primary.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #0065a8;
      border-color: transparent; }
  .m-btn-primary:active, .m-btn-primary.active,
  .open > .m-btn-primary.dropdown-toggle {
    background-image: none; }
  .m-btn-primary.disabled:hover, .m-btn-primary.disabled:focus, .m-btn-primary.disabled.focus, .m-btn-primary[disabled]:hover, .m-btn-primary[disabled]:focus, .m-btn-primary[disabled].focus,
  fieldset[disabled] .m-btn-primary:hover,
  fieldset[disabled] .m-btn-primary:focus,
  fieldset[disabled] .m-btn-primary.focus {
    background-color: #0099FF;
    border-color: transparent; }
  .m-btn-primary .badge {
    color: #0099FF;
    background-color: #f5f5f5; }

.m-btn-success {
  color: #f5f5f5;
  background-color: #87B53D;
  border-color: transparent; }
  .m-btn-success:focus, .m-btn-success.focus {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
  .m-btn-success:hover {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
  .m-btn-success:active, .m-btn-success.active,
  .open > .m-btn-success.dropdown-toggle {
    color: #f5f5f5;
    background-color: #6b8f30;
    border-color: transparent; }
    .m-btn-success:active:hover, .m-btn-success:active:focus, .m-btn-success:active.focus, .m-btn-success.active:hover, .m-btn-success.active:focus, .m-btn-success.active.focus,
    .open > .m-btn-success.dropdown-toggle:hover,
    .open > .m-btn-success.dropdown-toggle:focus,
    .open > .m-btn-success.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #577427;
      border-color: transparent; }
  .m-btn-success:active, .m-btn-success.active,
  .open > .m-btn-success.dropdown-toggle {
    background-image: none; }
  .m-btn-success.disabled:hover, .m-btn-success.disabled:focus, .m-btn-success.disabled.focus, .m-btn-success[disabled]:hover, .m-btn-success[disabled]:focus, .m-btn-success[disabled].focus,
  fieldset[disabled] .m-btn-success:hover,
  fieldset[disabled] .m-btn-success:focus,
  fieldset[disabled] .m-btn-success.focus {
    background-color: #87B53D;
    border-color: transparent; }
  .m-btn-success .badge {
    color: #87B53D;
    background-color: #f5f5f5; }

.m-btn-info {
  color: #f5f5f5;
  background-color: #0070BB;
  border-color: transparent; }
  .m-btn-info:focus, .m-btn-info.focus {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
  .m-btn-info:hover {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
  .m-btn-info:active, .m-btn-info.active,
  .open > .m-btn-info.dropdown-toggle {
    color: #f5f5f5;
    background-color: #005188;
    border-color: transparent; }
    .m-btn-info:active:hover, .m-btn-info:active:focus, .m-btn-info:active.focus, .m-btn-info.active:hover, .m-btn-info.active:focus, .m-btn-info.active.focus,
    .open > .m-btn-info.dropdown-toggle:hover,
    .open > .m-btn-info.dropdown-toggle:focus,
    .open > .m-btn-info.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #003c64;
      border-color: transparent; }
  .m-btn-info:active, .m-btn-info.active,
  .open > .m-btn-info.dropdown-toggle {
    background-image: none; }
  .m-btn-info.disabled:hover, .m-btn-info.disabled:focus, .m-btn-info.disabled.focus, .m-btn-info[disabled]:hover, .m-btn-info[disabled]:focus, .m-btn-info[disabled].focus,
  fieldset[disabled] .m-btn-info:hover,
  fieldset[disabled] .m-btn-info:focus,
  fieldset[disabled] .m-btn-info.focus {
    background-color: #0070BB;
    border-color: transparent; }
  .m-btn-info .badge {
    color: #0070BB;
    background-color: #f5f5f5; }

.m-btn-warning {
  color: #f5f5f5;
  background-color: #f5a960;
  border-color: transparent; }
  .m-btn-warning:focus, .m-btn-warning.focus {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
  .m-btn-warning:hover {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
  .m-btn-warning:active, .m-btn-warning.active,
  .open > .m-btn-warning.dropdown-toggle {
    color: #f5f5f5;
    background-color: #f28f30;
    border-color: transparent; }
    .m-btn-warning:active:hover, .m-btn-warning:active:focus, .m-btn-warning:active.focus, .m-btn-warning.active:hover, .m-btn-warning.active:focus, .m-btn-warning.active.focus,
    .open > .m-btn-warning.dropdown-toggle:hover,
    .open > .m-btn-warning.dropdown-toggle:focus,
    .open > .m-btn-warning.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #ef7d0f;
      border-color: transparent; }
  .m-btn-warning:active, .m-btn-warning.active,
  .open > .m-btn-warning.dropdown-toggle {
    background-image: none; }
  .m-btn-warning.disabled:hover, .m-btn-warning.disabled:focus, .m-btn-warning.disabled.focus, .m-btn-warning[disabled]:hover, .m-btn-warning[disabled]:focus, .m-btn-warning[disabled].focus,
  fieldset[disabled] .m-btn-warning:hover,
  fieldset[disabled] .m-btn-warning:focus,
  fieldset[disabled] .m-btn-warning.focus {
    background-color: #f5a960;
    border-color: transparent; }
  .m-btn-warning .badge {
    color: #f5a960;
    background-color: #f5f5f5; }

.m-btn-danger {
  color: #f5f5f5;
  background-color: #990000;
  border-color: transparent; }
  .m-btn-danger:focus, .m-btn-danger.focus {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
  .m-btn-danger:hover {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
  .m-btn-danger:active, .m-btn-danger.active,
  .open > .m-btn-danger.dropdown-toggle {
    color: #f5f5f5;
    background-color: #660000;
    border-color: transparent; }
    .m-btn-danger:active:hover, .m-btn-danger:active:focus, .m-btn-danger:active.focus, .m-btn-danger.active:hover, .m-btn-danger.active:focus, .m-btn-danger.active.focus,
    .open > .m-btn-danger.dropdown-toggle:hover,
    .open > .m-btn-danger.dropdown-toggle:focus,
    .open > .m-btn-danger.dropdown-toggle.focus {
      color: #f5f5f5;
      background-color: #420000;
      border-color: transparent; }
  .m-btn-danger:active, .m-btn-danger.active,
  .open > .m-btn-danger.dropdown-toggle {
    background-image: none; }
  .m-btn-danger.disabled:hover, .m-btn-danger.disabled:focus, .m-btn-danger.disabled.focus, .m-btn-danger[disabled]:hover, .m-btn-danger[disabled]:focus, .m-btn-danger[disabled].focus,
  fieldset[disabled] .m-btn-danger:hover,
  fieldset[disabled] .m-btn-danger:focus,
  fieldset[disabled] .m-btn-danger.focus {
    background-color: #990000;
    border-color: transparent; }
  .m-btn-danger .badge {
    color: #990000;
    background-color: #f5f5f5; }

.m-btn-link {
  color: #0070BB;
  font-weight: normal;
  border-radius: 0; }
  .m-btn-link, .m-btn-link:active, .m-btn-link.active, .m-btn-link[disabled],
  fieldset[disabled] .m-btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .m-btn-link, .m-btn-link:hover, .m-btn-link:focus, .m-btn-link:active {
    border-color: transparent; }
  .m-btn-link:hover, .m-btn-link:focus {
    color: #0099FF;
    text-decoration: underline;
    background-color: transparent; }
  .m-btn-link[disabled]:hover, .m-btn-link[disabled]:focus,
  fieldset[disabled] .m-btn-link:hover,
  fieldset[disabled] .m-btn-link:focus {
    color: #e0e4e9;
    text-decoration: none; }

.m-btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px; }

.m-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.m-btn-xs {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

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

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

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

.m-btn-primary {
  color: #f5f5f5;
  background: #0099FF;
  background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 100%);
  background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 100%);
  background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0); }
  .m-btn-primary:hover, .m-btn-primary:focus, .m-btn-primary.focus {
    color: #f5f5f5;
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0); }

/* Secondary Button */
.m-btn-secondary {
  color: #f5f5f5;
  background: #7f7f7f;
  background-image: -webkit-linear-gradient(top, #7f7f7f 0%, #585d62 100%);
  background-image: -o-linear-gradient(top, #7f7f7f 0%, #585d62 100%);
  background-image: linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F7F7F', endColorstr='#FF585D62', GradientType=0); }
  .m-btn-secondary:hover, .m-btn-secondary:focus, .m-btn-secondary.focus {
    color: #f5f5f5;
    background: #7f7f7f;
    background-image: -webkit-linear-gradient(top, #7f7f7f 0%, #585d62 10%);
    background-image: -o-linear-gradient(top, #7f7f7f 0%, #585d62 10%);
    background-image: linear-gradient(to bottom, #7f7f7f 0%, #585d62 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F7F7F', endColorstr='#FF585D62', GradientType=0); }

.m-btn-buy {
  color: #f5f5f5;
  background: #87B53D;
  background-image: -webkit-linear-gradient(top, #87B53D 0%, #588a10 100%);
  background-image: -o-linear-gradient(top, #87B53D 0%, #588a10 100%);
  background-image: linear-gradient(to bottom, #87B53D 0%, #588a10 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF87B53D', endColorstr='#FF588A10', GradientType=0); }
  .m-btn-buy:hover, .m-btn-buy:focus, .m-btn-buy.focus {
    color: #f5f5f5;
    background: #87B53D;
    background-image: -webkit-linear-gradient(top, #87B53D 0%, #588a10 10%);
    background-image: -o-linear-gradient(top, #87B53D 0%, #588a10 10%);
    background-image: linear-gradient(to bottom, #87B53D 0%, #588a10 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF87B53D', endColorstr='#FF588A10', GradientType=0); }

.m-btn-special {
  color: #f5f5f5;
  background: #f5a960;
  background-image: -webkit-linear-gradient(top, #f5a960 0%, #dc730a 100%);
  background-image: -o-linear-gradient(top, #f5a960 0%, #dc730a 100%);
  background-image: linear-gradient(to bottom, #f5a960 0%, #dc730a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5A960', endColorstr='#FFDC730A', GradientType=0); }
  .m-btn-special:hover, .m-btn-special:focus, .m-btn-special.focus {
    color: #f5f5f5;
    background: #f5a960;
    background-image: -webkit-linear-gradient(top, #f5a960 0%, #dc730a 10%);
    background-image: -o-linear-gradient(top, #f5a960 0%, #dc730a 10%);
    background-image: linear-gradient(to bottom, #f5a960 0%, #dc730a 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5A960', endColorstr='#FFDC730A', GradientType=0); }

.m-btn-ghost {
  color: #004A85;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  color: #004A85;
  background-color: #ffffff;
  border-color: #004A85;
  border-radius: 0px; }
  .m-btn-ghost:hover, .m-btn-ghost:focus, .m-btn-ghost.focus {
    color: #004A85;
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0); }
  .m-btn-ghost:focus, .m-btn-ghost.focus {
    color: #004A85;
    background-color: #e6e6e6;
    border-color: #000306; }
  .m-btn-ghost:hover {
    color: #004A85;
    background-color: #e6e6e6;
    border-color: #002848; }
  .m-btn-ghost:active, .m-btn-ghost.active,
  .open > .m-btn-ghost.dropdown-toggle {
    color: #004A85;
    background-color: #e6e6e6;
    border-color: #002848; }
    .m-btn-ghost:active:hover, .m-btn-ghost:active:focus, .m-btn-ghost:active.focus, .m-btn-ghost.active:hover, .m-btn-ghost.active:focus, .m-btn-ghost.active.focus,
    .open > .m-btn-ghost.dropdown-toggle:hover,
    .open > .m-btn-ghost.dropdown-toggle:focus,
    .open > .m-btn-ghost.dropdown-toggle.focus {
      color: #004A85;
      background-color: #d4d4d4;
      border-color: #000306; }
  .m-btn-ghost:active, .m-btn-ghost.active,
  .open > .m-btn-ghost.dropdown-toggle {
    background-image: none; }
  .m-btn-ghost.disabled:hover, .m-btn-ghost.disabled:focus, .m-btn-ghost.disabled.focus, .m-btn-ghost[disabled]:hover, .m-btn-ghost[disabled]:focus, .m-btn-ghost[disabled].focus,
  fieldset[disabled] .m-btn-ghost:hover,
  fieldset[disabled] .m-btn-ghost:focus,
  fieldset[disabled] .m-btn-ghost.focus {
    background-color: #ffffff;
    border-color: #004A85; }
  .m-btn-ghost .badge {
    color: #ffffff;
    background-color: #004A85; }

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #7f7f7f;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #a9afb7;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.m-btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.m-btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

/* Content/css/modules/_header.scss */
/* Content/css/elements/_search.scss */
.search {
  margin-bottom: 10px;
  height: 45px;
  padding-top: 7px;
  background: #e0e4e9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative; }
  .search .search-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .search .dropdown-search-button {
    color: #333333 !important;
    text-shadow: none !important;
    background: #f5f5f5;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    border-radius: 4px 0 0 4px; }
    .search .dropdown-search-button:hover {
      background: #d9d9d9; }
  .search span.caret {
    position: absolute !important;
    top: 45%;
    right: 6px; }
  .search input.form-control.search-input {
    height: 30px;
    padding: 4px 12px;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    position: relative; }
  .search .selected {
    background: #f5f5f5;
    color: #0070BB; }
    .search .selected:hover {
      color: #ffffff; }
  .search ul.dropdown-menu {
    height: auto;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    border-radius: 0; }
    .search ul.dropdown-menu li {
      background: #ffffff;
      margin: 0;
      border-bottom: 1px solid #d9d9d9;
      padding-left: 0; }
    .search ul.dropdown-menu a {
      padding: 2px 10px;
      color: #0070BB; }
      .search ul.dropdown-menu a:hover {
        background: #0070BB;
        color: #ffffff; }
  .search .search-button {
    color: #ffffff;
    font-size: 14px;
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 100%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 100%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0);
    padding: 4px 12px;
    text-shadow: none;
    border: none;
    border-radius: 4px;
    height: 30px; }
    .search .search-button .fa.fa-search {
      padding-top: 0; }
  .search .search-button:hover {
    background: #0099FF;
    background-image: -webkit-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: -o-linear-gradient(top, #0099FF 0%, #0070BB 10%);
    background-image: linear-gradient(to bottom, #0099FF 0%, #0070BB 10%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0099FF', endColorstr='#FF0070BB', GradientType=0);
    color: #ffffff; }
  .search .headerSearchBox:focus {
    background-color: #ffffff; }
  .search .headerSearchBox::-ms-clear {
    display: none; }
  .search .search-container .checkboxes label {
    display: inline-block; }
  .search .checkbox-spacing {
    padding: 5px; }
  .search input[type="radio"], .search input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0; }
  .search label.stocked {
    margin-right: 10px; }
  .search label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px; }
  .search .clear-input {
    right: 30px;
    border-right: 1px solid #d9d9d9; }
  .search ::-ms-clear {
    display: none; }
  .search .form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    color: #7f7f7f;
    padding-top: 8px; }

.macnica-search .macnica-external-button {
  background: #76067b none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 45px;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: -7px;
  width: 100%; }

.macnica-search .macnica-external-button:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .responsive .macnica-search,
  .responsive-desktop .macnica-search {
    padding-left: 25px; } }

/* Content/css/components/_mini-cart.scss */
.MiniCartSummary {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 0px;
  width: 100%;
  font-weight: bold;
  background-color: #cccccc; }

.miniCartColumn {
  border-color: #ffffff;
  width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartExtendedPrice {
  float: right;
  background-color: #ffffff;
  width: 85px; }

.MiniCartRow {
  width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartQtyRow {
  width: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MiniCartExtRow {
  text-align: right;
  width: 85px; }

.MiniCartTable {
  padding: 0; }

.miniCartFreeShipMsg {
  font-size: 10px;
  color: #6B6B6B;
  display: block; }

.divMsgLnkTotal {
  width: 100%;
  padding-top: 5px; }
  .divMsgLnkTotal hr {
    margin-bottom: 5px; }

.MiniCartRowError a, .MiniCartRowError td {
  color: #dc730a;
  background-color: #f9efe4;
  font-weight: bold; }

#tblSingeItem #divAll .miniCartError {
  float: none;
  font-weight: normal; }

#tblSingeItem #divAll .label {
  font-weight: bold; }

.miniCartError {
  font-size: 12px;
  color: #dc730a;
  float: right;
  font-weight: bold; }

.MiniCartMxImg {
  max-height: 80px;
  max-width: 80px; }

.MiniCartSubTotal {
  float: right;
  font-weight: bold; }

/*.MiniCartTitleBarHeight .ui-widget-content .ui-icon, .MiniCartTitleBarHeight .ui-icon, .MiniCartTitleBarHeight .ui-state-default .ui-icon
{
    background-image: none!important;
}*/
.m-buy-btn {
  background: transparent linear-gradient(to bottom, #87b53d 0%, #588a10 100%) repeat scroll 0 0;
  color: whitesmoke !important;
  text-decoration: none !important; }

.MiniCartPaging > .ui-state-disabled,
.MiniCartPaging > .ui-widget-content .ui-state-disabled,
.MiniCartPaging > .ui-state-default,
.MiniCartPaging > .ui-widget-content .ui-state-default,
.MiniCartPaging > .ui-state-default,
.MiniCartPaging > .ui-widget-content .ui-state-default {
  background: transparent !important;
  border: none !important; }

#tblMiniCart_wrapper .ui-toolbar {
  padding: 0 !important;
  height: 0 !important;
  border: none !important; }

#tblMiniCart th {
  color: #333 !important;
  border: 0 !important; }

#tblMiniCart {
  font-size: 12px !important; }

#tblMiniCart_wrapper .ui-toolbar {
  padding: 0;
  height: 0; }

.dataTables_paginate a.last, .dataTables_paginate a.first {
  border: 1px solid #a9afb7 !important;
  height: 29px; }

.dataTables_paginate a.first {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important; }

.dataTables_paginate a.last {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.dataTables_paginate a.last span, .dataTables_paginate a.first span {
  display: block; }

.dataTables_paginate a.last span:after {
  content: "\00BB"; }

.dataTables_paginate a.first span:after {
  content: "\00AB"; }

.dataTables_paginate .previous, .dataTables_paginate .next {
  display: none; }

/*    Modified exiting CSS    */
.MiniCartTitleBar {
  background: none repeat scroll 0 0 #ffffff !important;
  font-size: 13px;
  padding: 0.4em 1em;
  position: relative; }

.MiniCartUiDialog {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); }

.MiniCartUiButtonset {
  margin-right: 0px; }

/*.MiniCartTitleBarHeight
{
    height: 18px !important;
    background: #ffffff !important;
}*/
.MiniCartUiDialog .MiniCartContent {
  padding: 0.5em;
  position: relative; }

.tblMiniCartSub {
  width: 260px;
  height: 142px;
  background-color: #E0E4E9;
  padding: 10px;
  border-collapse: separate; }

.tblMiniCartSub .label {
  padding-right: 4px; }

.tblMiniCartSub span {
  padding-right: 4px; }

.tblMiniCartSub hr {
  width: 98%; }

.MiniCartDescription {
  display: block; }

.minicart-content-wrap {
  border: 1px solid #e0e4e9 !important; }

.ui-widget-content .m-btn-buy {
  color: #f5f5f5;
  text-decoration: none; }

.ui-widget-content .m-btn-buy:focus, .ui-widget-content .m-btn-buy:active:focus,
.ui-widget-content .m-btn-buy.focus, .ui-widget-content .m-btn-buy.active:focus,
.ui-widget-content .m-btn-buy.focus:active, .ui-widget-content .m-btn-buy.active.focus {
  outline: none !important; }

/*"Added to Cart" Modal*/
.MiniCartTitleBar div#wrapper, .MiniCartTitleBar div#divRest {
  float: left;
  position: relative;
  clear: both; }

.MiniCartTitleBar div#divLbl, .MiniCartTitleBar div#divHyp {
  float: left; }

.MiniCartTitleBar .label {
  padding: 0 10px 0 0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #222222; }

.MiniCartTitleBar td {
  vertical-align: top;
  border-width: 0px;
  padding: 0; }

.MiniCartTitleBar .OnlyForPDPnSearch {
  width: 385px;
  padding-right: 12px; }

.MiniCartTitleBar .summaryTxt {
  font-weight: bold;
  padding-left: 5px; }

.MiniCartTitleBar .CartDialog {
  padding: 5px; }

.MiniCartTitleBar .cssChkhideModal label {
  color: #666666;
  font-size: 11px;
  font-weight: normal; }

.MiniCartTitleBar a.blue-button {
  background: url(../../images/sprite_btn.png) repeat-x scroll 0 0 transparent;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding: 2px 10px 19px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  background-position: 0 0;
  border: 1px solid #004B85;
  height: 24px;
  margin: 0 2px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  vertical-align: middle; }
  .MiniCartTitleBar a.blue-button:hover {
    background-position: 0 -23px;
    text-decoration: none; }

.MiniCartTitleBar a.continue {
  background: url(../../images/sprite_btn.png) repeat-x scroll 0 0 #588A10;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding: 2px 10px 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  background-position: 0 -46px;
  border: 1px solid #588A10;
  height: 24px;
  cursor: pointer;
  height: 25px;
  padding: 3px 10px 0;
  text-decoration: none !important; }
  .MiniCartTitleBar a.continue:hover {
    background-position: 0 -69px;
    text-decoration: none; }

.MiniCartTitleBar hr {
  margin: 3px 0;
  background: #CCC;
  width: 100%;
  height: 1px;
  color: #CCC;
  border: none; }

.MiniCartTitleBar .showHorizontalMargin {
  display: block !important;
  margin-bottom: 10px !important; }

.MiniCartTitleBar .showHorizontal {
  display: block !important; }

#miniCartOnly .dark-med-orange, #miniCartOnly .dark-med-orange a, #miniCartOnly .dark-med-orange a:active, #miniCartOnly .dark-med-orange a :visited .dark-med-orange a:link {
  color: #dc730a; }

#miniCartOnly .floatright {
  float: right; }

/* Content/css/modules/_global-action-bar.scss */
.global-action-bar {
  background: #0070BB;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 11px !important;
  z-index: 2; }
  .global-action-bar .global-action-bar-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .global-action-bar .location-language-currency select {
    color: #333333; }
  .global-action-bar .location-language-currency {
    text-align: right;
    color: #ffffff; }
  .global-action-bar .divider, .global-action-bar .copyright {
    color: #ffffff; }
  .global-action-bar .location-flag {
    border: 1px solid #ffffff; }
  .global-action-bar .fa, .global-action-bar .tdFlagLabel, .global-action-bar .tdFlag {
    padding-right: 5px; }
  .global-action-bar .truncate {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff; }
  .global-action-bar select:focus {
    background-color: none;
    border: none !important; }

.macnica .global-action-bar {
  background: #76067b none repeat scroll 0 0; }

/* Content/css/modules/_header-navigation.scss */
.header-component {
  background: #fff;
  position: relative;
  z-index: 100;
  height: 45px;
  /* Not part of Styleguide. Can be removed? */ }
  .header-component .header-navigation-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px; }
    .header-component .header-navigation-container .dropdown-menu {
      border-radius: 0; }
  .header-component .header-navigation-logo {
    height: 45px; }
    .header-component .header-navigation-logo a {
      text-decoration: none; }
      .header-component .header-navigation-logo a span {
        display: inline-block;
        text-indent: -2000px; }
      .header-component .header-navigation-logo a img {
        height: 45px;
        padding: 5px 0; }
      .header-component .header-navigation-logo a h1 {
        font-size: 12px; }
  .header-component .header-mobile-icons {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    height: 45px; }
  .header-component .header-mobile-icons .fa.fa-user-circle {
    border-left: 1px solid #E0E4E9;
    border-right: 1px solid #E0E4E9; }
    .header-component .header-mobile-icons .fa.fa-user-circle .logout {
      color: #a9afb7; }
  .header-component .header-mobile-icons .fa.fa-shopping-cart {
    border-right: 1px solid #E0E4E9; }
  .header-component .header-mobile-icons a {
    color: #0070BB;
    font-size: 1.5em;
    min-height: 40px;
    padding: 13px 15px 17px;
    text-align: center; }
    .header-component .header-mobile-icons a:hover {
      text-decoration: none;
      opacity: 0.7; }
  .header-component .uid-m-primary-btn {
    background: transparent linear-gradient(to bottom, #0099FF 0%, #0070BB 100%) repeat scroll 0 0 !important;
    color: whitesmoke !important;
    border-radius: 3px !important;
    padding: 3px 10px 5px !important;
    font-size: 13px !important; }
  .header-component .uid-m-secondary-btn {
    background: transparent linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%) repeat scroll 0 0 !important;
    color: whitesmoke !important;
    border-radius: 3px !important;
    padding: 3px 10px 5px !important;
    font-size: 13px !important; }
  .header-component .header-mobile-icons .green-shopping-cart:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #588a10;
    position: absolute;
    float: right;
    top: 10px;
    right: 61px;
    border: 1px solid #ffffff;
    border-radius: 50%; }
  .header-component .header-mobile-icons .fa.fa-times {
    position: absolute;
    top: 16px;
    right: 20px;
    padding: 0;
    text-decoration: none; }
    .header-component .header-mobile-icons .fa.fa-times:hover {
      opacity: 1; }
  .header-component .header-mobile-icons .logout {
    color: #a9afb7; }
  .header-component .desktop-nav ul {
    margin: 0px;
    padding: 0px; }
  .header-component .desktop-nav .history-account-login-nav {
    border-left: 1px solid #e0e4e9;
    font-weight: bold;
    margin: -2px; }
    .header-component .desktop-nav .history-account-login-nav a i {
      padding-right: 0; }
  .header-component .desktop-nav ul li {
    display: inline-block;
    color: #e0e4e9;
    line-height: 50px;
    vertical-align: middle;
    padding: 0; }
    .header-component .desktop-nav ul li.hover-none:hover {
      background: none;
      color: #e0e4e9; }
    .header-component .desktop-nav ul li:hover {
      background: #0099FF;
      color: #fff; }
      .header-component .desktop-nav ul li:hover a, .header-component .desktop-nav ul li:hover form input {
        color: #fff;
        text-decoration: none; }
      .header-component .desktop-nav ul li:hover .badge-cart {
        background: #ffffff;
        color: #0099FF; }
    .header-component .desktop-nav ul li a {
      color: #0070BB;
      padding: 18px 13px;
      text-decoration: none; }
    .header-component .desktop-nav ul li ul.dropdown-menu li a {
      color: #0070BB;
      padding: 4px 10px; }
  .header-component .desktop-nav ul li.dropdown a {
    padding: 18px 0 18px 13px; }
    .header-component .desktop-nav ul li.dropdown a i {
      padding-right: 13px; }
  .header-component .logout-register {
    font-weight: bold;
    margin: -2px; }
  .header-component .badge-cart {
    background-color: #588a10;
    margin-left: 3px; }
  .header-component .badge-cart-grey {
    background-color: #a9afb7; }
  .header-component .history-account-login-nav form {
    padding: 0;
    margin: 0;
    display: inline-block; }
  .header-component .desktop-nav .dropdown-menu {
    line-height: 1.42857; }
  .header-component .desktop-nav ul.dropdown-menu li {
    line-height: 1.42857;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9; }
  .header-component .desktop-nav ul.dropdown-menu li a:hover {
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 0px;
    background-color: #0099FF; }
  .header-component .desktop-nav .dropdown-menu > li > a {
    padding: 3px 20px;
    color: #0070BB; }
  .header-component .TransparentBtn {
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    color: #0070BB;
    font-weight: bold;
    padding: 17px 13px;
    line-height: normal; }
  .header-component .desktop-nav .TransparentBtn:hover {
    color: #fff;
    text-decoration: none; }

@media (min-width: 768px) {
  .responsive .header-component {
    height: 50px; }
    .responsive .header-component .header-navigation-logo {
      height: 50px; }
      .responsive .header-component .header-navigation-logo img {
        height: 50px; }
    .responsive .header-component .desktop-nav .fa.fa-shopping-cart {
      position: relative;
      top: 3px; } }

.responsive-desktop .header-component {
  height: 50px; }
  .responsive-desktop .header-component .header-navigation-logo {
    height: 50px; }
    .responsive-desktop .header-component .header-navigation-logo img {
      height: 50px; }
  .responsive-desktop .header-component .desktop-nav .fa.fa-shopping-cart {
    position: relative;
    top: 3px; }

/* Content/css/modules/_mobile-menu.scss */
.mobile-menu {
  background: #004A85;
  background: -moz-linear-gradient(-45deg, #004A85 0%, #0099FF 100%);
  background: -webkit-linear-gradient(-45deg, #004A85 0%, #0099FF 100%);
  background: linear-gradient(135deg, #004A85 0%, #0099FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A85', endColorstr='#0099FF', GradientType=1 );
  z-index: 101;
  position: fixed;
  top: 75px;
  color: #ffffff;
  bottom: 0;
  will-change: auto; }
  .mobile-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px; }
  .mobile-menu ul {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: scroll; }
  .mobile-menu li {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff; }
  .mobile-menu li.products {
    width: 100%;
    padding: 0; }
    .mobile-menu li.products a {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu li.login {
    position: fixed;
    background: #004A85;
    bottom: 0;
    width: 100%;
    padding: 0; }
    .mobile-menu li.login a, .mobile-menu li.login p {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu li:nth-last-child(2) {
    margin-bottom: 58px; }
  .mobile-menu li.mainmenu {
    background-color: #004A85;
    width: 100%;
    padding: 0; }
    .mobile-menu li.mainmenu a {
      padding: 20px 10px;
      display: inline-block;
      width: 100%; }
  .mobile-menu .subhead {
    color: #0070BB;
    font-weight: bold;
    font-size: 14px; }
  .mobile-menu .fa-angle-right {
    padding-left: 10px; }
  .mobile-menu .mobile-menu-title {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-menu .mobile-menu-welcome-user {
    color: #ffffff;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-menu .mobile-menu-welcome-logout {
    position: fixed;
    bottom: 0;
    margin-top: 60px; }
  .mobile-menu .mobile-menu-log-out {
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .mobile-menu .mobile-menu-log-out .TransparentBtn {
      color: #ffffff;
      font-weight: normal; }

.mobile-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #0070BB transparent;
  position: absolute;
  top: -10px;
  right: 12px;
  opacity: 1; }

.scrollable_div {
  overflow: auto;
  height: 100%; }

.isOpen {
  -webkit-animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-in-top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.isClose {
  -webkit-animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-top 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.gdpr-bar {
  margin-bottom: 10px; }
  .gdpr-bar .gdpr-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px; }
  .gdpr-bar .gdpr-title {
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 2em;
    font-weight: 700; }
  .gdpr-bar .gdpr-link {
    font-size: 1.1em;
    font-weight: bold; }

.BG_overlay {
  background-color: #000;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.BG_overlayMacFFBGHack {
  /*background: url(css/macFFBgHack.png) repeat;*/
  background: rgba(0, 0, 0, 0.25); }

.currency-popup {
  display: none;
  /*padding: 40px 20px 0 20px;*/ }

.currency-close a {
  background: url(../../Images/sprite_icon.png) no-repeat scroll 0 -104px transparent;
  border: medium none;
  display: inline-block;
  float: right;
  height: 14px;
  margin: 10px 10px 0 20px;
  width: 14px;
  text-decoration: none; }

.currency-close a:hover {
  text-decoration: none; }

.m-btn-ghost.gdpr {
  padding: 6px 24px;
  font-size: 16.9px;
  line-height: 1.42857;
  font-weight: 700; }

/* Content/css/modules/_footer.scss */
.footer {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFFFFFFF', GradientType=0);
  overflow: hidden;
  position: relative;
  font-size: 13px;
  clear: both;
  line-height: 1.42857; }
  .footer .subscribe-container,
  .footer .mid-section-container,
  .footer .legal-copyright-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .footer .form-control {
    height: 34px; }
  .footer .legal-copyright-container {
    padding: 0 13px; }
  .footer .legal-title, .footer .legal-content {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: bold; }
  .footer .legal-content {
    font-weight: normal; }
  .footer .legal-links a, .footer .legal-links a:hover {
    color: #0070BB; }
  .footer .certifications {
    text-align: right;
    margin-bottom: 13px; }
    .footer .certifications ul li {
      display: inline-block;
      margin: 0 5px 5px 0; }
  .footer .subscribe {
    background-color: #0070BB;
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 1em 2em 1em; }
    .footer .subscribe .subscribe-title {
      font-size: 18px;
      font-weight: bold;
      color: #ffffff;
      padding: 0 0 2px; }
    .footer .subscribe .subscribe-btn {
      font-size: 14px; }
    .footer .subscribe input {
      border-radius: 4px 0 0 4px !important;
      z-index: 1 !important; }
    .footer .subscribe .m-btn {
      z-index: 1 !important; }
  .footer .connect-with-us {
    color: #0070BB; }
    .footer .connect-with-us .connect-with-us-title {
      color: #a9afb7;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      padding-top: 20px; }
    .footer .connect-with-us a {
      color: #0070BB !important; }
  .footer .navigational-links li a {
    color: #0070BB; }
  .footer .contact-us-mobile {
    padding: 20px;
    border-bottom: 1px solid #e0e4e9; }
  .footer .contact-us-buttons > a {
    margin-right: 13px; }
  .footer .contact-us-buttons > a:first-child {
    margin-bottom: 20px; }
  .footer .link-list-title {
    text-transform: uppercase;
    color: #a9afb7;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    word-break: break-all; }
    .footer .link-list-title .link-list-icons {
      font-size: 14px; }
  .footer .link-list li {
    list-style-type: none;
    margin-bottom: 10px; }
    .footer .link-list li a {
      color: #0070BB !important; }

.macnica .footer .subscribe {
  background-color: #76067b;
  color: #fff;
  margin: 0 auto;
  padding: 19px 13px 26px;
  width: 100%; }

.macnica .footer .macnica-external-logo {
  font-size: 50px;
  margin-right: 13px; }

.macnica .footer .macnica-align {
  margin-bottom: 13px; }

.macnica .footer .m-btn-visit {
  background: transparent linear-gradient(to bottom, #7f7f7f 0%, #585d62 100%) repeat scroll 0 0;
  color: #f5f5f5; }

.macnica .footer .legal-mobile, .macnica .footer .legal, .macnica .footer .certifications {
  margin-top: 20px; }

/* Need to fix this section to be mobile-first */
@media (max-width: 767px) {
  .footer .connect-with-us {
    text-align: center;
    border-bottom: 1px solid #e0e4e9;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .footer .legal-mobile {
    border-bottom: 1px solid #e0e4e9;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .footer .legal-mobile ul {
      list-style-type: none;
      margin: 5px; }
  .footer .secure-certification-mobile, .footer .legal {
    text-align: center; } }

.responsive-mobile .footer .connect-with-us {
  text-align: center;
  border-bottom: 1px solid #e0e4e9;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.responsive-mobile .footer .legal-mobile {
  border-bottom: 1px solid #e0e4e9;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .responsive-mobile .footer .legal-mobile ul {
    list-style-type: none;
    margin: 5px; }

.responsive-mobile .footer .secure-certification-mobile, .responsive-mobile .footer .legal {
  text-align: center; }

@media (min-width: 768px) {
  .responsive .footer .connect-with-us {
    text-align: left;
    border-bottom: none; }
  .responsive .footer .secure-certification-mobile {
    text-align: right; }
  .responsive .footer .mid-section-container {
    border-bottom: 1px solid #e0e4e9;
    margin-bottom: 30px;
    padding-bottom: 20px;
    max-width: 1200px; }
  .responsive .footer .subscribe-container, .responsive .footer .legal-copyright-container {
    max-width: 1200px; } }

@media (min-width: 992px) {
  .responsive .footer .connect-with-us {
    text-align: right; } }

/* Responsive-desktop version of above sm and md classes*/
.responsive-desktop .footer .secure-certification-mobile {
  text-align: right; }

.responsive-desktop .footer .mid-section-container {
  border-bottom: 1px solid #e0e4e9;
  margin-bottom: 30px;
  padding-bottom: 20px;
  max-width: 1200px; }

.responsive-desktop .footer .connect-with-us {
  text-align: right;
  border-bottom: none; }

.responsive-desktop .footer .subscribe-container, .responsive-desktop .footer .legal-copyright-container {
  max-width: 1200px; }

@media (min-width: 1200px) {
  .responsive .footer .mid-section-container,
  .responsive-desktop .footer .mid-section-container {
    border-bottom: 1px solid #e0e4e9;
    margin-bottom: 30px;
    padding-bottom: 20px;
    max-width: 1200px; }
  .responsive .footer .subscribe-container, .responsive .footer .legal-copyright-container,
  .responsive-desktop .footer .subscribe-container,
  .responsive-desktop .footer .legal-copyright-container {
    max-width: 1200px; } }

body {
  min-width: 320px;
  font-size: 13px; }
  body .zh-CHS,
  body .zh-CHT,
  body .zh-CN {
    font-size: 14px; }

@media (min-width: 992px) {
  body.responsive {
    min-width: 992px; } }

body.responsive-desktop {
  min-width: 992px; }

.content-wrapper {
  max-width: 1200px;
  padding-top: 13px; }

body.widePage .content-wrapper {
  max-width: none; }

body.pop-up {
  min-width: 0; }

.content {
  min-height: 610px; }

.page-header-hr {
  margin-top: 0px;
  margin-bottom: 20px;
  border-top: 1px solid #d9d9d9; }

.underline-15 {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  padding: 15px; }

@media print {
  a[href]:after {
    content: none; } }

