/* Image Path */
/* Font Path */
/* Bootstrap (custom) */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #6cbb3f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4b822c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #6cbb3f;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #333333;
}
.text-bold {
  font-weight: bold;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 757px) {
  .text-right-mobile {
    text-align: right;
  }
  .text-center-mobile {
    text-align: center;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.428571429;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline:not(:last-child) {
  margin-bottom: 15px;
}
.list-inline.list-staff {
  margin: 25px 0;
}
.list-inline.list-staff:before,
.list-inline.list-staff:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-inline.list-staff:after {
  clear: both;
}
.list-inline.list-staff:before,
.list-inline.list-staff:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-inline.list-staff:after {
  clear: both;
}
.list-inline.list-staff li {
  margin-bottom: 15px;
}
.list-inline.list-staff li:before,
.list-inline.list-staff li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-inline.list-staff li:after {
  clear: both;
}
.list-inline.list-staff li:before,
.list-inline.list-staff li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-inline.list-staff li:after {
  clear: both;
}
@media screen and (max-width: 757px) {
  .list-inline.list-staff li {
    width: 100%;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .list-inline.list-staff li {
    float: left;
    width: 50%;
  }
}
.list-inline.list-staff li img.staff-photo {
  padding-right: 20px;
  vertical-align: top;
}
.list-inline.list-staff li dl {
  display: inline-block;
  margin: 0;
}
.list-inline.list-staff li dl dt {
  display: block;
  margin-bottom: 2px;
}
.list-inline.list-staff li dl dt.staff-name {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  font-weight: normal;
}
.list-inline.list-staff li dl dd {
  display: block;
  margin-bottom: 2px;
}
.list-inline.list-staff li dl dd.email {
  padding-top: 2px;
}
.list-inline.list-events li {
  padding: 5px;
}
.list-inline.list-events li:nth-child(even) {
  background-color: #f5f5f5;
}
.list-inline.list-events li span {
  display: inline-block;
  width: 70px;
  color: #333333;
}
.list-inline.list-events li a {
  font-family: 'Source Sans Pro Bold';
}
.list-inline.list-icon {
  margin: 0;
}
.list-inline.list-icon:not(:last-child) {
  margin-bottom: 20px;
}
.list-inline.list-icon li {
  margin-bottom: 5px;
  padding: 4px 0 2px 36px;
  position: relative;
}
.list-inline.list-icon li:before {
  background-image: url('../assets/images/ico-stock-delivery.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 30px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-icon li:before {
    background-size: 27px 25px;
    background-image: url('../assets/images/ico-stock-delivery@2x.png');
  }
}
.list-inline.list-icon li.order:before {
  background-position: 0 -140px;
}
.list-inline.list-icon li.phone {
  padding-top: 10px;
}
.list-inline.list-icon li.phone:before {
  background-position: 4px -110px;
}
.list-inline.list-icon li:last-of-type {
  margin-bottom: 0;
}
.list-inline.list-stores {
  margin: 0;
  padding: 0;
}
.list-inline.list-stores > li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.list-inline.list-stores > li .list-inline:before,
.list-inline.list-stores > li .list-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-inline.list-stores > li .list-inline:after {
  clear: both;
}
.list-inline.list-stores > li .list-inline:before,
.list-inline.list-stores > li .list-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-inline.list-stores > li .list-inline:after {
  clear: both;
}
.list-inline.list-stores > li .list-inline > li {
  padding: 0;
}
.list-inline.list-stores > li .list-inline > li.pin {
  vertical-align: top;
  margin: 5px 18px 0 1px;
  width: 22px;
  height: 32px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.list-inline.list-stores > li .list-inline > li.pin.pin-1 {
  background-image: url('../assets/images/ico-pin-1.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-stores > li .list-inline > li.pin.pin-1 {
    background-size: 22px 32px;
    background-image: url('../assets/images/ico-pin-1@2x.png');
  }
}
.list-inline.list-stores > li .list-inline > li.pin.pin-2 {
  background-image: url('../assets/images/ico-pin-2.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-stores > li .list-inline > li.pin.pin-2 {
    background-size: 22px 32px;
    background-image: url('../assets/images/ico-pin-2@2x.png');
  }
}
.list-inline.list-stores > li .list-inline > li.pin.pin-3 {
  background-image: url('../assets/images/ico-pin-3.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-stores > li .list-inline > li.pin.pin-3 {
    background-size: 22px 32px;
    background-image: url('../assets/images/ico-pin-3@2x.png');
  }
}
.list-inline.list-stores > li .list-inline > li.pin.pin-4 {
  background-image: url('../assets/images/ico-pin-4.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-stores > li .list-inline > li.pin.pin-4 {
    background-size: 22px 32px;
    background-image: url('../assets/images/ico-pin-4@2x.png');
  }
}
@media screen and (max-width: 757px) {
  .list-inline.list-stores > li .list-inline > li.main {
    width: 80%;
  }
}
.list-inline.list-stores > li .list-inline > li.main strong {
  display: block;
  margin-bottom: 2px;
}
.list-inline.list-stores > li .list-inline > li.main p {
  margin: 0;
}
.list-inline.list-stores > li .list-inline > li.features {
  padding-top: 9px;
}
.list-inline.list-stores > li .list-inline > li.features span {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 12px;
  width: auto;
  height: 25px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.list-inline.list-stores > li .list-inline > li.features span.trolley {
  width: 27px;
  background-image: url('../assets/images/ico-feature-trolley.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-stores > li .list-inline > li.features span.trolley {
    background-size: 27px 24px;
    background-image: url('../assets/images/ico-feature-trolley@2x.png');
  }
}
.list-inline.list-stores > li .list-inline > li.features span.delivery {
  width: 38px;
  background-image: url('../assets/images/ico-feature-delivery.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-stores > li .list-inline > li.features span.delivery {
    background-size: 38px 25px;
    background-image: url('../assets/images/ico-feature-delivery@2x.png');
  }
}
.list-inline.list-stores > li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.list-inline.list-stores.type-last-line-no > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list-inline.list-custom-buttons {
  margin: 0;
  padding: 0;
}
.list-inline.list-custom-buttons > li {
  margin: 0;
  padding: 0;
}
.list-inline.list-custom-buttons > li.button > a {
  display: block;
  text-align: center;
  background-image: url('../assets/images/btn-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: background-image 200ms;
  transition: background-image 200ms;
  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-custom-buttons > li.button > a {
    background-size: 636px 112px;
    background-image: url('../assets/images/btn-sprite@2x.png');
  }
}
.list-inline.list-custom-buttons > li.type-button-size-small > a {
  font-size: 12px;
  padding-top: 17px;
  width: 123px;
  height: 52px;
  background-position: -390px 0;
}
.list-inline.list-custom-buttons > li.type-button-size-small > a:hover {
  background-position: -390px -60px;
}
.list-inline.list-custom-buttons > li.type-button-size-medium > a {
  padding-top: 17px;
  width: 180px;
  height: 52px;
  background-position: -200px 0;
}
.list-inline.list-custom-buttons > li.type-button-size-medium > a:hover {
  background-position: -200px -60px;
}
.list-inline.list-custom-buttons > li.type-button-size-large > a {
  padding-top: 17px;
  width: 190px;
  height: 52px;
  background-position: 0 0;
}
.list-inline.list-custom-buttons > li.type-button-size-large > a:hover {
  background-position: 0 -60px;
}
.list-inline.list-custom-buttons > li.type-button-icon-zoom > a {
  width: 84px;
  height: 36px;
  background-image: url('../assets/images/btn-zoom.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-custom-buttons > li.type-button-icon-zoom > a {
    background-size: 84px 36px;
    background-image: url('../assets/images/btn-zoom@2x.png');
  }
}
.list-inline.list-custom-buttons > li.type-button-icon-zoom > a:hover {
  background-position: 0 -40px;
}
@media screen and (max-width: 757px) {
  .list-inline.list-hours {
    margin-top: 40px;
  }
}
.list-inline.list-hours li {
  margin-bottom: 5px;
}
.list-inline.list-hours dl.dl-horizontal {
  margin: 0;
}
.list-inline.list-hours dl.dl-horizontal dt {
  padding-right: 5px;
  width: auto;
}
.list-inline.list-hours dl.dl-horizontal dd {
  margin: 0;
}
@media screen and (max-width: 757px) {
  .list-inline.list-contacts {
    margin-top: 20px;
  }
}
.list-inline.list-contacts dl.dl-horizontal {
  margin: 0;
}
.list-inline.list-contacts dl.dl-horizontal dt {
  padding-right: 5px;
  width: 70px;
  text-align: left;
}
.list-inline.list-contacts dl.dl-horizontal dd {
  margin: 0;
}
.list-inline.list-dl-inline {
  display: block;
  margin-bottom: 0;
}
.list-inline.list-dl-inline.list-dl-inline-break {
  margin-bottom: 10px;
}
.list-inline.list-dl-inline:before,
.list-inline.list-dl-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-inline.list-dl-inline:after {
  clear: both;
}
.list-inline.list-dl-inline:before,
.list-inline.list-dl-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-inline.list-dl-inline:after {
  clear: both;
}
.list-inline.list-dl-inline li {
  display: inline-block;
}
.list-inline.list-dl-inline li dl {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}
.list-inline.list-dl-inline li dl dt {
  display: inline-block;
}
.list-inline.list-dl-inline li dl dt:after {
  content: ":";
}
.list-inline.list-dl-inline li dl dd {
  display: inline-block;
}
.list-inline.list-dl-inline li:not(:first-of-type):before {
  padding: 0 4px 0 2px;
  content: "|";
}
.list-inline.list-dl-inline li:not(:first-of-type) dl {
  margin: 0 0 0 -3px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 0px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (max-width: 757px) {
  .col-xs-pull-0 {
    padding-right: 0;
    position: static;
  }
}
@media (min-width: 758px) {
  /*.container {
    max-width: 748px;
    border: 12px soid cyan;
  }*/
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 3px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fcfcfc;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fcfcfc;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #fcfcfc;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 0px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 757px) {
  .radio,
  .checkbox {
    margin: 0;
    padding-left: 30px;
  }
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 9px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 0) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 0) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #303030;
  border-color: #252525;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #444444;
  border-color: #444444;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #6cbb3f;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #4b822c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #444444;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #6cbb3f;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #6cbb3f;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #444444;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 0px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #ffffff;
}
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #ffffff;
}
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
@media screen and (max-width: 757px) {
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group {
    width: 100%;
  }
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
@media screen and (max-width: 757px) {
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group,
  .btn-toolbar > .btn-group + .btn-group {
    margin: 20px 0 0;
  }
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #6cbb3f;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 757px) {
  .nav-tabs {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    cursor: pointer;
    padding: 10px 10px 0;
    position: relative;
    width: 100%;
  }
  .nav-tabs:after {
    height: 11px;
    position: absolute;
    right: 10px;
    top: 13.333333333333334px;
    width: 16px;
    background-image: url('../assets/images/ico-arrows.png');
    background-repeat: no-repeat;
    background-position: -40px -14px;
  }
}
@media screen and (max-width: 757px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .nav-tabs:after {
    background-size: 16px 11px;
    background-image: url('../assets/images/ico-arrows@2x.png');
  }
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
@media screen and (max-width: 757px) {
  .nav-tabs > li {
    cursor: pointer;
    display: none;
    float: none;
    margin-right: 0;
  }
  .nav-tabs > li.active {
    display: block;
  }
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
@media screen and (max-width: 757px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    cursor: pointer;
  }
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 0px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #6cbb3f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 0px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #6cbb3f;
  border-bottom-color: #6cbb3f;
}
.nav a:hover .caret {
  border-top-color: #4b822c;
  border-bottom-color: #4b822c;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 0px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 0px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 0px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 0px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 0px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 0px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 0px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 0px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: -1px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 0px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 0) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: -1px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 0px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 0px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: -1px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: -1px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.widget-breadcrumb {
  margin: 0 0 -5px;
  padding: 0 20px;
}
.widget-breadcrumb > li {
  display: inline-block;
  margin-bottom: 5px;
  color: #777777;
}
.widget-breadcrumb > li + li:before {
  content: "\a0";
  margin: 0 11px 0 0;
  display: inline-block;
  width: 10px;
  background-image: url('../assets/images/arrow-breadcrumb.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-breadcrumb > li + li:before {
    background-size: 10px 18px;
    background-image: url('../assets/images/arrow-breadcrumb@2x.png');
  }
}
.widget-breadcrumb > li > a {
  font-family: 'Source Sans Pro Light';
  color: #777777;
  margin-right: 5px;
}
.widget-breadcrumb > li > a:hover {
  color: #6cbb3f;
}
.widget-breadcrumb.breadcrumb-type-progress {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
@media screen and (max-width: 757px) {
  .widget-breadcrumb.breadcrumb-type-progress {
    text-align: left;
  }
}
.widget-breadcrumb.breadcrumb-type-progress > li {
  margin-bottom: 0;
  padding: 0 15px;
  color: #333333;
}
@media screen and (max-width: 757px) {
  .widget-breadcrumb.breadcrumb-type-progress > li {
    padding: 0;
  }
}
.widget-breadcrumb.breadcrumb-type-progress > li + li:before {
  width: 41px;
}
@media screen and (max-width: 757px) {
  .widget-breadcrumb.breadcrumb-type-progress > li + li:before {
    width: 10px;
  }
}
.widget-breadcrumb.breadcrumb-type-progress > li.active {
  font-weight: bold;
}
.widget-breadcrumb.breadcrumb-type-progress > li a {
  color: #008640;
}
.widget-breadcrumb.breadcrumb-type-progress > li a:hover {
  color: #6cbb3f;
}
.widget-breadcrumb:not(.streamlined) > li:last-child > a {
  font-family: 'Source Sans Pro Regular';
  color: #008640;
}
.widget-breadcrumb.streamlined {
  display: block;
  padding: 8px 20px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 757px) {
  .widget-breadcrumb.streamlined {
    text-align: left;
  }
}
.widget-breadcrumb.streamlined > li {
  margin-bottom: 0;
}
.widget-breadcrumb.streamlined > li.active > a {
  font-family: 'Source Sans Pro Regular';
  color: #008640;
}
.widget-breadcrumb:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .widget-breadcrumb:not(:last-child) {
    margin-bottom: 10px !important;
  }
  #farm-source-header a.mobile .header-ic-profile img {
    margin-top: 0;
    right: 18px;
    position: relative;
    display: block;
  }
  #farm-source-header .header-dropdown-icon{
    height:32px;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  position: relative;
  padding: 8px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #6cbb3f;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #6cbb3f;
  border-color: #6cbb3f;
  color: #333333;
  cursor: default;
  z-index: 2;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #ffffff;
  border-color: #e5e5e5;
  cursor: not-allowed;
  color: #999999;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #6cbb3f;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #6cbb3f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #569532;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6cbb3f;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
  padding-top: 48px;
  padding-bottom: 48px;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0;
}
.container .jumbotron {
  padding-left: 60px;
  padding-right: 60px;
}
.jumbotron h1 {
  font-size: 63px;
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #6cbb3f;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 30px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #333333;
}
.alert-info hr {
  border-top-color: #d8d8d8;
}
.alert-info .alert-link {
  color: #1a1a1a;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #6cbb3f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #6cbb3f;
  border-color: #6cbb3f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dff1d5;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #6cbb3f;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #6cbb3f;
  border-color: #6cbb3f;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #6cbb3f;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #6cbb3f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #e5e5e5;
}
.panel-info > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #e5e5e5;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e5e5e5;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e5e5e5;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  left: 50%;
  right: auto;
  width: 600px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #e5e5e5;
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #e5e5e5;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #e5e5e5;
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #e5e5e5;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  max-height: 100%;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
}
.carousel-caption {
  left: 20%;
  right: 20%;
  padding-bottom: 30px;
}
.carousel-indicators {
  bottom: 20px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@media screen and (max-width: 757px) {
  .immobile {
    display: none !important;
  }
  .pull-none-mobile {
    float: none !important;
  }
  .reset-mobile {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 758px) {
  .mobile-only {
    display: none !important;
  }
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: -1px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 0px) and (max-width: 999px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: -1px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 0px) and (max-width: 999px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: -1px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 0px) and (max-width: 999px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: -1px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 0px) and (max-width: 999px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: -1px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 999px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: -1px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 999px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: -1px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 999px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: -1px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 999px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Bootstrap Variables Overwrites */
/* Mixins */
.m0 {
  margin: 0!important;
}
.mt0 {
  margin-top: 0!important;
}
.mr0 {
  margin-right: 0!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.ml0 {
  margin-left: 0!important;
}
.p0 {
  padding: 0!important;
}
.pt0 {
  padding-top: 0!important;
}
.pr0 {
  padding-right: 0!important;
}
.pb0 {
  padding-bottom: 0!important;
}
.pl0 {
  padding-left: 0!important;
}
/* Datepicker */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  margin-top: 10px;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333333;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #e5e5e5;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #cccccc;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #cccccc;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #88b9ff;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  /*background-color: darken(@endColor, 10%) e("\9");*/
  background-color: #6cbb3f;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #73a3ea;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  /*background-color: darken(@endColor, 10%) e("\9");*/
  background-color: #6cbb3f;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #b3b3b3;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  /*background-color: darken(@endColor, 10%) e("\9");*/
  background-color: #6cbb3f;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #43bb3f;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  /*background-color: darken(@endColor, 10%) e("\9");*/
  background-color: #6cbb3f;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td span:hover {
  background: #e5e5e5;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #cccccc;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #43bb3f;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  /*background-color: darken(@endColor, 10%) e("\9");*/
  background-color: #6cbb3f;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #cccccc;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #e5e5e5;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/* Search autocomplete */
.tt-dropdown-menu {
  padding-top: 15px;
  min-width: 160px;
  width: 374px;
  border: 1px solid #dddddd;
  border-top: none;
  background-color: #ffffff;
}
.tt-dropdown-menu h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.tt-dropdown-menu .tt-dataset-search {
  margin-bottom: 10px;
}
.tt-dropdown-menu .tt-dataset-search h3.autocomplete-header {
  padding: 0 15px;
}
.tt-dropdown-menu .tt-dataset-search span.tt-suggestions .tt-suggestion strong {
  display: block;
  padding: 3px 0 3px 18px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  color: #6cbb3f;
  font-weight: normal;
}
.tt-dropdown-menu .tt-dataset-search span.tt-suggestions .tt-suggestion.tt-is-under-cursor strong {
  color: #6cbb3f;
  background-color: #f5f5f5;
}
.tt-dropdown-menu .tt-dataset-enrich h3.autocomplete-header,
.tt-dropdown-menu .tt-dataset-products h3.autocomplete-header {
  margin-bottom: 20px;
  padding: 0 15px;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .autocomplete-product,
.tt-dropdown-menu .tt-dataset-products span.tt-suggestions .autocomplete-product {
  padding: 10px 25px 15px 15px;
  border-top: 1px solid #e5e5e5;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .autocomplete-product.autocomplete-product-recommended,
.tt-dropdown-menu .tt-dataset-products span.tt-suggestions .autocomplete-product.autocomplete-product-recommended {
  background-color: #f5f5f5;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .autocomplete-product img,
.tt-dropdown-menu .tt-dataset-products span.tt-suggestions .autocomplete-product img {
  display: inline-block;
  margin-right: 15px;
  max-width: 70px;
  max-height: 70px;
  vertical-align: top;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .autocomplete-product p,
.tt-dropdown-menu .tt-dataset-products span.tt-suggestions .autocomplete-product p {
  display: inline-block;
  margin: 0;
  padding-top: 5px;
  max-width: 190px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  color: #333333;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .autocomplete-product span.autocomplete-price.pull-right,
.tt-dropdown-menu .tt-dataset-products span.tt-suggestions .autocomplete-product span.autocomplete-price.pull-right {
  padding-top: 5px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  color: #444444;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .tt-is-under-cursor .autocomplete-product,
.tt-dropdown-menu .tt-dataset-products span.tt-suggestions .tt-is-under-cursor .autocomplete-product {
  background-color: #f5f5f5;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .tt-is-under-cursor .autocomplete-product.autocomplete-product-recommended p,
.tt-dropdown-menu .tt-dataset-products span.tt-suggestions .tt-is-under-cursor .autocomplete-product.autocomplete-product-recommended p,
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .tt-is-under-cursor .autocomplete-product.autocomplete-product-recommended span.autocomplete-price.pull-right,
.tt-dropdown-menu .tt-dataset-products span.tt-suggestions .tt-is-under-cursor .autocomplete-product.autocomplete-product-recommended span.autocomplete-price.pull-right {
  color: #6cbb3f;
}
.tt-dropdown-menu .tt-dataset-enrich h3.autocomplete-header {
  border-top: 1px solid #dddddd;
  margin-bottom: 0;
  padding: 15px 15px 5px;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .tt-suggestion:first-of-type .autocomplete-enrich {
  border: 0;
}
.tt-dropdown-menu .tt-dataset-enrich span.tt-suggestions .autocomplete-product p {
  color: #2e8237;
}
.tt-hint {
  border: 1px solid transparent;
  color: #dddddd;
  padding-left: 12px;
}
/* Variables */
.gap-top {
  margin-top: 20px;
}
.gap-top-half {
  margin-top: 10px;
}
.gap-top-negative {
  margin-top: -20px;
}
.gap-bottom {
  margin-bottom: 20px;
}
.gap-bottom-half {
  margin-bottom: 10px;
}
.gap-none {
  margin-bottom: 0!important;
}
.gap-right {
  margin-right: 20px;
}
@media screen and (max-width: 757px) {
  .gap-bottom-mobile {
    margin-bottom: 20px;
  }
  .gap-top-mobile {
    margin-top: 20px;
  }
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: underline;
}
@media screen and (max-width: 757px) {
  .text-left-mobile {
    text-align: left;
  }
}
hr {
  border-color: #e5e5e5;
}
.ff-default {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-light {
  font-family: 'Source Sans Pro Light';
}
.ff-regular {
  font-family: 'Source Sans Pro Regular';
}
.ff-bold {
  font-family: 'Source Sans Pro Bold';
}
.ff-small {
  font-size: 12px;
}
.ff-normal {
  font-size: 14px;
}
.ff-large {
  font-size: 16px;
}
.ff-larger {
  font-size: 18px;
}
.ff-largest {
  font-size: 22px;
}
.ff-big {
  font-size: 24px;
}
.ff-huge {
  font-size: 28px;
}
.ff-giant {
  font-size: 34px;
}
.upp {
  text-transform: uppercase;
}
.link-upp {
  text-transform: uppercase;
}
.link-clear-style {
  color: #333333;
  cursor: text;
}
.link-clear-style:hover {
  color: #333333;
}
.alert .link-clear-style {
  color: #ffffff;
}
.alert .link-clear-style:hover {
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}
.heading.heading-h1,
h1 {
  font-size: 28px;
}
.heading.heading-h2,
h2 {
  font-size: 22px;
}
.heading.heading-h3,
h3 {
  font-size: 18px;
  margin-bottom: 18px;
}
.heading.heading-h4,
h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.heading.heading-h5,
h5 {
  font-size: 14px;
  margin-bottom: 7.5px;
}
.heading.heading-h6,
h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.heading {
  font-family: 'Source Sans Pro Bold';
  font-weight: normal;
}
.heading.heading-regular {
  font-family: 'Source Sans Pro Regular';
}
.heading.heading-light {
  font-family: 'Source Sans Pro Light';
}
.heading.heading-white {
  color: #ffffff;
}
.heading.heading-upp {
  text-transform: uppercase;
}
.heading.heading-hr {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.panel-type-paddingless .heading.heading-hr {
  padding: 15px 0 10px;
  margin: 0 20px;
}
.heading.heading-marginsmall {
  margin-bottom: 5px;
}
.heading.heading-marginless {
  margin-bottom: 0;
}
.heading.heading-plain {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* Default Styles */
@media (max-width: 999px) {
  html.touch body {
    cursor: pointer;
  }
}
html {
  position: relative;
  min-height: 100%;
  background: transparent url('../assets/images/bkg-noise-grey.png') 0 0 repeat;
}
body {
  position: relative;
  padding-bottom: 0;
  min-height: 100%;
}
header {
  background: #ffffff;
}
@media screen and (max-width: 757px) {
  header {
    position: relative;
    z-index: 999;
  }
}
.container {
  min-width: 320px;
}
@media (min-width: 758px) {
  .container {
    min-width: 748px;
    width: 748px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 970px;
  }
}
a {
  text-decoration: none;
  color: #008640;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
a:hover,
a:focus {
  color: #6cbb3f;
  text-decoration: none;
  outline: none;
}
a:active {
  background: none;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
img.image-full-width {
  width: 100%;
}
img.image {
  max-width: 100%;
  margin-bottom: 20px;
}
img.image-left {
  float: left;
  margin: 0 15px 5px 0;
}
img.image-right {
  float: right;
  margin: 0 0 5px 15px;
}
@media screen and (max-width: 757px) {
  img.image-center-mobile {
    float: none;
    margin: 0 auto 15px;
  }
}
input[type="radio"] {
  margin: 3px 5px 0;
  vertical-align: top;
}
/* Font Face */
@font-face {
  font-family: 'Source Sans Pro Light';
  src: url('../assets/fonts/ssp-light.eot');
  src: url('../assets/fonts/ssp-light.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/ssp-light.woff') format('woff'), url('../assets/fonts/ssp-light.ttf') format('truetype'), url('../assets/fonts/ssp-light.svg#source_sans_prolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('../assets/fonts/ssp-regular.eot');
  src: url('../assets/fonts/ssp-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/ssp-regular.woff') format('woff'), url('../assets/fonts/ssp-regular.ttf') format('truetype'), url('../assets/fonts/ssp-regular.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('../assets/fonts/ssp-bold.eot');
  src: url('../assets/fonts/ssp-bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/ssp-bold.woff') format('woff'), url('../assets/fonts/ssp-bold.ttf') format('truetype'), url('../assets/fonts/ssp-bold.svg#source_sans_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Default Styles */
.row:not(:last-child),
form:not(:last-child),
.form:not(:last-child),
[class^="widget-"]:not(:last-child),
[class^="panel-"]:not(:last-child) {
  margin-bottom: 20px;
}
.panel-default {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.panel-default.panel-type-sticky {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: none;
}
.panel-default.panel-type-marginless {
  margin-bottom: 0;
}
.panel-default.panel-type-paddingless {
  padding: 0;
}
.panel-default > .pull-right > a.btn {
  margin-top: -9px;
}
.panel-default .hr-bottom {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.panel-default .hr-large-gap-bottom {
  margin-bottom: 60px;
}
.panel-default > .widget-panel-content-stretchable:last-child {
  margin-bottom: -20px;
}
@media screen and (max-width: 757px) {
  .panel-default .row-fixed-height-5 {
    margin-bottom: 0;
  }
  .panel-default .pull-none-mobile + h2 {
    margin-top: 15px;
  }
}
.panel-primary {
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  background-color: #fcfcfc;
}
@media screen and (max-width: 757px) {
  .panel-primary {
    margin-bottom: 10px;
    padding: 10px;
  }
}
.panel-primary .btn-corner:after {
  border-right-color: #fcfcfc !important;
}
@media screen and (max-width: 757px) {
  .panel-primary .image-right {
    max-width: 25%;
  }
}
.panel-secondary {
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  background-color: #fcfcfc;
}
.panel-secondary:not(:last-child) {
  margin-bottom: 10px;
}
.panel-secondary .btn-default .btn-corner:after {
  border-right-color: #fcfcfc;
}
.panel-invisible {
  padding: 15px 20px;
}
.panel-invisible.panel-border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.panel-actionable {
  position: relative;
  margin-bottom: 38px;
}
@media screen and (max-width: 757px) {
  .panel-actionable {
    margin-bottom: 60px;
  }
}
.panel-actionable .panel-actionable-button {
  position: absolute;
  width: 100%;
  height: 38px;
  left: 0;
  right: 0;
  top: 100%;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}
.panel-actionable .panel-actionable-button:before {
  content: attr(data-text-content);
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  line-height: 38px;
  text-align: center;
  background: #6cbb3f;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #ffffff;
}
.panel-actionable .panel-actionable-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -90px;
  border: 50px solid transparent;
  border-top-color: #6cbb3f;
  border-left-color: #6cbb3f;
}
.panel-actionable .panel-actionable-button:hover:before {
  background: #2e8237;
  color: #ffffff;
}
.panel-actionable .panel-actionable-button:hover:after {
  border-top-color: #2e8237;
  border-left-color: #2e8237;
}
.panel-actionable p {
  margin: 0 20px 10px;
}
.panel-type-tall {
  min-height: 400px;
}
.widget-panel-content-stretchable {
  margin: 0 -20px 20px;
}
.widget-panel-content-stretchable > .row {
  margin-bottom: 20px;
  padding: 0 20px;
}
/* Default Styles */
table.table > thead > tr > th,
table.table > tbody > tr > th {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  font-weight: normal;
  border-bottom-width: 1px;
}
table.table > thead > tr > th {
  background-color: #fcfcfc;
}
table.table tr > th,
table.table tr > td {
  background-color: #ffffff;
}
table.table tr > th.type-column-stretch,
table.table tr > td.type-column-stretch {
  width: 100%;
}
table.table tr > th.text-no-wrap,
table.table tr > td.text-no-wrap {
  white-space: nowrap;
}
table.table tr > th.no-bottom-padding,
table.table tr > td.no-bottom-padding {
  padding-bottom: 0;
}
table.table tr > th.gutter-top,
table.table tr > td.gutter-top {
  padding-top: 20px;
}
table.table tr > th.text-lg,
table.table tr > td.text-lg {
  font-size: 18px;
}
@media screen and (max-width: 757px) {
  table.table.table-non-responsive th {
    text-align: left !important;
  }
  table.table:not(.table-non-responsive) {
    margin-bottom: 0;
  }
  table.table:not(.table-non-responsive) table,
  table.table:not(.table-non-responsive) thead,
  table.table:not(.table-non-responsive) tbody,
  table.table:not(.table-non-responsive) th,
  table.table:not(.table-non-responsive) tr {
    display: block;
  }
  table.table:not(.table-non-responsive) thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table:not(.table-non-responsive) tbody tr:first-child td.table-heading-mobile {
    padding-top: 0 !important;
  }
  table.table:not(.table-non-responsive) th {
    text-align: left !important;
  }
  table.table:not(.table-non-responsive) td {
    border: 0 !important;
    border-bottom: 1px solid #dddddd !important;
    display: block;
    min-height: 40px;
    padding-left: 140px !important;
    padding-right: 10px !important;
    position: relative;
    text-align: right !important;
    vertical-align: top;
    white-space: normal;
    width: 100% !important;
  }
  table.table:not(.table-non-responsive) td:empty {
    display: none;
  }
  table.table:not(.table-non-responsive) td.borderless-mobile {
    border: 0 !important;
  }
  table.table:not(.table-non-responsive) td.table-heading-mobile {
    font-family: 'Source Sans Pro Bold';
    font-size: 18px;
    text-align: left !important;
    padding: 10px 0 5px 20px !important;
  }
  table.table:not(.table-non-responsive) td.text-center-mobile {
    text-align: center !important;
  }
  table.table:not(.table-non-responsive) td.no-bottom-padding,
  table.table:not(.table-non-responsive) td[colspan="6"] {
    padding-left: 20px !important;
  }
  table.table:not(.table-non-responsive) td:before {
    /* Now like a table header */
    bottom: 0;
    content: attr(data-title);
    font-weight: bold;
    height: 20px;
    left: 20px;
    margin: auto 0;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: nowrap;
    width: 39%;
  }
  table.table:not(.table-non-responsive) td[data-title=Status],
  table.table:not(.table-non-responsive) td[data-title=Amount],
  table.table:not(.table-non-responsive) td[data-title=Details],
  table.table:not(.table-non-responsive) td[data-title=Total],
  table.table:not(.table-non-responsive) td[data-title=Balance],
  table.table:not(.table-non-responsive) td[data-title="Contact Details"],
  table.table:not(.table-non-responsive) td.cell-controls {
    border-bottom-width: 2px !important;
  }
  table.table:not(.table-non-responsive) td[data-title="Contact Details"] {
    padding-left: 20px !important;
    padding-top: 40px !important;
  }
  table.table:not(.table-non-responsive) td[data-title="Contact Details"]:before {
    margin: 0;
    top: 13px;
  }
  table.table:not(.table-non-responsive) td div {
    max-width: 100% !important;
  }
  table.table:not(.table-non-responsive) td input {
    display: inline-block;
  }
  table.table:not(.table-non-responsive) td dl {
    margin-bottom: 0;
  }
  table.table.table-borderless-mobile {
    border: 0 !important;
  }
  table.table.table-borderless-mobile td {
    border: 0 !important;
    padding: 0 20px !important;
    min-height: 1px;
  }
  table.table.table-borderless-mobile td:before {
    left: 20px;
  }
  table.table.table-payments-mobile {
    border: 0 !important;
  }
  table.table.table-payments-mobile tr:nth-child(n+2) {
    padding-top: 10px;
  }
  table.table.table-payments-mobile td {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  table.table.table-payments-mobile td:before {
    left: 20px;
  }
  table.table.table-payments-mobile td[data-title="Amount"] {
    font-family: 'Source Sans Pro Bold';
    padding-bottom: 20px !important;
    padding-right: 30px !important;
  }
  table.table.table-payments-mobile td[data-title="Account Number"],
  table.table.table-payments-mobile td[data-title="Split %"] {
    border: 0 !important;
  }
  table.table.table-payments-mobile td[data-title="Account Number"]:before,
  table.table.table-payments-mobile td[data-title="Split %"]:before {
    margin: 8px 0;
  }
  table.table.table-payments-mobile td .form-select-accessory {
    padding-bottom: 0;
  }
  table.table.table-payments-mobile td .row,
  table.table.table-payments-mobile td .input-group {
    padding-top: 20px;
  }
  table.table.table-mobile-special thead {
    position: relative;
    top: 0;
    left: 0;
  }
  table.table.table-mobile-special thead th {
    padding: 10px;
  }
  table.table.table-mobile-special td:nth-child(n+3) {
    border-bottom-width: 2px !important;
    display: table-cell;
    padding-left: 20px !important;
    width: auto !important;
  }
  table.table.table-mobile-special td:nth-child(n+3):before {
    display: none;
  }
  table.table.table-mobile-special td:nth-child(3) {
    text-align: left;
    width: 100% !important;
  }
  table.table.table-type-cart-fastcarts {
    margin-bottom: 20px;
  }
  table.table.table-type-cart-fastcarts .cell-controls {
    padding-left: 0 !important;
  }
}
table.table tr.no-line > td {
  border-top: none;
}
table.table.table-border {
  border: 1px solid #e5e5e5;
}
table.table.table-border-top {
  border-top: 1px solid #e5e5e5;
}
table.table.table-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
table.table.table-border-sides {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
table.table.table-transparent > thead > tr > th,
table.table.table-transparent > tbody > tr > th,
table.table.table-transparent > tbody > tr > td {
  border: none;
  background: none;
}
table.table.table-no-background > thead > tr > th,
table.table.table-no-background > tbody > tr > th,
table.table.table-no-background > tbody > tr > td {
  background: none;
}
table.table.table-column-equal-two th,
table.table.table-column-equal-two td {
  width: 50%;
}
table.table.table-column-last-wide td:last-of-type {
  width: 68.3%;
}
table.table.table-column-first-quater th:first-child,
table.table.table-column-first-quater td:first-child {
  width: 25%;
}
table.table.table-paddingless > thead > tr > th:first-of-type,
table.table.table-paddingless > tbody > tr > td:first-of-type {
  padding-left: 0;
}
table.table.table-paddingless > thead > tr > th:last-of-type,
table.table.table-paddingless > tbody > tr > td:last-of-type {
  padding-right: 0;
}
table.table.table-padding > thead > tr > th,
table.table.table-padding > tbody > tr > th,
table.table.table-padding > thead > tr > td,
table.table.table-padding > tbody > tr > td {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: none;
}
table.table.table-padding > thead > tr > th:first-of-type,
table.table.table-padding > tbody > tr > th:first-of-type,
table.table.table-padding > thead > tr > td:first-of-type,
table.table.table-padding > tbody > tr > td:first-of-type {
  padding-left: 20px;
}
table.table.table-padding > thead > tr > th:last-of-type,
table.table.table-padding > tbody > tr > th:last-of-type,
table.table.table-padding > thead > tr > td:last-of-type,
table.table.table-padding > tbody > tr > td:last-of-type {
  padding-right: 20px;
}
table.table:last-child {
  margin-bottom: 0;
}
table.table .text-top {
  vertical-align: top;
}
table.table .text-break {
  word-wrap: break-word;
}
table.table.table-type-cart {
  border-top: 1px solid #e5e5e5;
}
table.table.table-type-cart > thead > tr > th {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
table.table.table-type-cart > thead > tr > th span.custom-checkbox {
  float: right;
}
table.table.table-type-cart > thead > tr > th:first-of-type {
  border-left: none;
}
table.table.table-type-cart > thead > tr > th:last-of-type {
  border-right: none;
}
table.table.table-type-cart > thead.table-header-narrow > tr > th {
  padding-top: 9px;
  padding-bottom: 9px;
}
table.table.table-type-cart > tbody > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #e5e5e5;
}
table.table.table-type-cart > tbody > tr > td:first-of-type {
  border-left: none;
  border-right: none;
}
table.table.table-type-cart > tbody > tr > td:last-of-type {
  border-right: none;
}
table.table.table-type-cart > tbody > tr > td.cell-image {
  width: 10%;
  padding-right: 0;
}
table.table.table-type-cart > tbody > tr > td.cell-product {
  padding-top: 14px;
  font-size: 14px;
  border-left: none;
}
table.table.table-type-cart > tbody > tr > td.cell-product strong {
  margin-bottom: 5px;
  display: block;
}
table.table.table-type-cart > tbody > tr > td.cell-product p {
  font-size: 12px;
}
table.table.table-type-cart > tbody > tr > td.cell-stock {
  width: 10%;
  padding-top: 12px;
  white-space: nowrap;
}
table.table.table-type-cart > tbody > tr > td.cell-stock .widget-stock-level.type-cart {
  max-width: 100px;
}
table.table.table-type-cart > tbody > tr > td.cell-qty {
  text-align: center;
}
table.table.table-type-cart > tbody > tr > td.cell-qty .form-group-qty {
  display: inline-block;
  margin-bottom: 0;
}
table.table.table-type-cart > tbody > tr > td.cell-qty .form-group-qty input {
  width: 70px;
}
table.table.table-type-cart > tbody > tr > td.cell-price {
  width: 13%;
  padding-top: 14px;
}
table.table.table-type-cart > tbody > tr > td.cell-checkbox {
  width: 13%;
}
table.table.table-type-cart > tbody > tr > td.cell-checkbox span {
  float: right;
  margin-bottom: 0;
}
@media screen and (max-width: 757px) {
  table.table.table-type-cart:not(.table-type-cart-fastcarts) td:nth-child(-n+2) {
    display: table-cell;
    padding-left: 10px !important;
    width: auto !important;
  }
  table.table.table-type-cart:not(.table-type-cart-fastcarts) td:nth-child(-n+2):before {
    display: none;
  }
  table.table.table-type-cart:not(.table-type-cart-fastcarts) td:nth-child(n+3) {
    padding-left: 110px !important;
    padding-right: 0 !important;
  }
  table.table.table-type-cart:not(.table-type-cart-fastcarts) td h4 {
    line-height: 18px;
    text-align: left;
  }
  table.table.table-type-cart:not(.table-type-cart-fastcarts) td h4:before {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
  }
}
table.table.table-type-cart-confirm > tbody > tr > td {
  padding: 19px 10px 10px;
}
table.table.table-type-cart-confirm > tbody > tr > td.cell-image {
  width: 10%;
}
table.table.table-type-cart-confirm > tbody > tr > td.cell-product {
  width: 39%;
}
table.table.table-type-cart-confirm > tbody > tr > td.cell-qty {
  width: 14%;
  text-align: right;
  padding-right: 20px;
}
table.table.table-type-cart-confirm > tbody > tr > td.cell-price {
  width: 14%;
}
table.table.table-type-cart-price-summary {
  border-bottom: 1px solid #e5e5e5;
}
table.table.table-type-cart-price-summary > tbody > tr > th,
table.table.table-type-cart-price-summary > tbody > tr > td {
  font-family: 'Source Sans Pro Bold';
  font-weight: normal;
  font-size: 16px;
}
table.table.table-type-cart-price-summary > tbody > tr > th.text-lg,
table.table.table-type-cart-price-summary > tbody > tr > td.text-lg {
  font-size: 24px;
  line-height: 24px;
}
table.table.table-type-cart-price-summary > tbody > tr > th.text-regular,
table.table.table-type-cart-price-summary > tbody > tr > td.text-regular {
  font-family: 'Source Sans Pro Regular';
}
table.table.table-type-agent-listing tbody td,
table.table.table-type-agent-listing tbody th {
  padding: 20px 0 10px 0;
}
table.table.table-type-cart-fastcarts > tbody > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-name,
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-date,
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-ord-num {
  font-family: 'Source Sans Pro Bold';
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-qty {
  font-family: 'Source Sans Pro Regular';
  width: 100px;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls {
  width: 175px;
  height: 70px;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul {
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li {
  display: inline-block;
  width: 50px;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li:not(:last-child) {
  margin-right: 2px;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li a:before {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 9px;
  background-color: #2e8237;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-image: url('../assets/images/ico-fastcart-action-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  content: "";
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li a:before {
    background-size: 150px 32px;
    background-image: url('../assets/images/ico-fastcart-action-sprite@2x.png');
  }
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li:hover a:before {
  background-color: #6cbb3f;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li.icon-view a:before {
  background-position: 0px 50%;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li.icon-load a:before {
  background-position: -50px 50%;
}
table.table.table-type-cart-fastcarts > tbody > tr > td.cell-controls ul > li.icon-delete a:before {
  background-position: -100px 50%;
}
.header-link-padded {
  padding: 5px 0;
}
/* Default Styles */
.alert {
  position: relative;
  margin: 0;
  border: none;
  border-radius: 0;
}
.alert:not(:last-child) {
  margin-bottom: 20px;
}
.alert.alert-info {
  background: #00b1ee;
  color: #ffffff;
}
.alert.alert-info.alert-arrow:before {
  border-right-color: #00b1ee;
}
.alert.alert-info a {
  color: #ffffff;
  border-bottom: 1px dotted white;
}
.alert.alert-info a:hover {
  border-bottom: 1px solid white;
}
.alert.alert-info-2 {
  background: #00b1ee;
  color: #ffffff;
}
.alert.alert-info-2.alert-arrow:before {
  border-right-color: #00b1ee;
}
.alert.alert-info-3 {
  background: #ffb405;
  color: #ffffff;
  list-style: none;
}
.alert.alert-info-3.alert-arrow:before {
  border-right-color: #ffb405;
}
.alert.alert-arrow {
  margin-top: -5px;
}
.alert.alert-arrow:before {
  position: absolute;
  top: -15px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
}
.alert.alert-arrow-position-login:before {
  right: 66px;
}
.alert.alert-arrow-position-myrd1:before {
  right: 220px;
}
.alert.alert-arrow-position-cart:before {
  right: 30px;
}
.alert.alert-arrow-position-cart-quantity:before {
  right: auto;
  left: 105px;
}
@media screen and (max-width: 757px) {
  .alert.alert-arrow-position-cart-quantity:before {
    left: 5px;
  }
}
.alert.alert-arrow-position-cart-summary-quantity:before {
  right: auto;
  left: 25px;
}
.alert.alert-not-rounded {
  border-radius: 0;
}
.alert.message-login {
  margin-bottom: 20px;
}
/* Popovers */
.popover {
  width: 300px;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.popover.popover-product-help-content {
  margin-left: 0;
  margin-top: 15px;
  left: -325px !important;
  width: 400px;
}
@media screen and (max-width: 757px) {
  .popover.popover-product-help-content {
    left: auto !important;
    right: 0;
    width: 280px;
  }
}
.popover.popover-product-help-content.bottom .arrow {
  left: auto;
  right: 4px;
}
.popover.popover-product-help-content .popover-content {
  padding: 20px;
}
.popover.popover-product-help-content .popover-content h3 {
  font-size: 14px;
  border-bottom: none;
  background: transparent;
}
.popover.popover-product-help-content .popover-content h3:last-child {
  margin: 0;
}
.popover.popover-product-help-content .popover-content .section-store {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.popover.popover-product-help-content .popover-content .section-store dl {
  margin: 0;
  padding: 0 0 0 85px;
  background-image: url('../assets/images/illustration-rd1-shop.png');
  background-repeat: no-repeat;
  background-position: 14px 1px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .popover.popover-product-help-content .popover-content .section-store dl {
    background-size: 66px 41px;
    background-image: url('../assets/images/illustration-rd1-shop@2x.png');
  }
}
.popover.popover-support-content {
  margin-left: 0;
  margin-top: 15px;
  left: -225px !important;
  width: 300px;
}
.popover.popover-support-content.bottom .arrow {
  left: auto;
  right: 4px;
}
.popover.popover-support-content .popover-content {
  padding: 20px;
}
.popover.popover-support-content .popover-content h3 {
  font-size: 14px;
  border-bottom: none;
  background: transparent;
}
.popover.popover-customer-support-content .popover-content {
  padding: 20px;
}
.popover.popover-customer-support-content .popover-content h3 {
  font-size: 14px;
  border-bottom: none;
  background: transparent;
}
/* Default Styles */
.list-inline.list-arrow {
  margin: 0;
  padding: 0;
}
.list-inline.list-arrow li {
  padding: 0;
  font-family: 'Source Sans Pro Bold';
  font-size: 14px;
  text-transform: uppercase;
}
.list-inline.list-arrow li:before {
  display: inline-block;
  margin-right: 6px;
  width: 6px;
  height: 8px;
  content: "";
  background-image: url('../assets/images/arrow-solid-right.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-inline.list-arrow li:before {
    background-size: 6px 8px;
    background-image: url('../assets/images/arrow-solid-right@2x.png');
  }
}
.list-inline.list-arrow li:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 757px) {
  .list-block-mobile li {
    display: block;
  }
  .list-block-mobile .btn {
    width: 100%;
  }
}
.list-tick {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
}
.list-tick:not(:last-child) {
  margin-bottom: 20px;
}
.list-tick > li {
  margin-bottom: 3px;
  font-family: 'Source Sans Pro Regular';
  font-size: 22px;
  color: #333333;
}
.list-tick > li:before {
  display: inline-block;
  margin-right: 15px;
  width: 18px;
  height: 15px;
  content: "";
  background-image: url('../assets/images/ico-tick-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-tick > li:before {
    background-size: 18px 117px;
    background-image: url('../assets/images/ico-tick-sprite@2x.png');
  }
}
.list-tick > li:last-child {
  margin-bottom: 0;
}
.list-bullet {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
  margin-left: 3px;
  padding-left: 1em;
}
.list-bullet:not(:last-child) {
  margin-bottom: 20px;
}
.list-bullet > li {
  margin-bottom: 5px;
}
.list-bullet > li:last-child {
  margin-bottom: 0;
}
.list-bullet > li > h4:first-of-type,
.list-bullet > li > h5:first-of-type,
.list-bullet > li > h6:first-of-type {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
}
.list-bullet > li:before {
  position: absolute;
  display: block;
  margin: 7px 0 0 -16px;
  width: 7px;
  height: 7px;
  content: "";
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #333333;
}
.list-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
  list-style: decimal;
  padding-left: 2em;
}
.list-numbers:not(:last-child) {
  margin-bottom: 20px;
}
.list-numbers.list-small {
  font-size: 12px;
}
.list-numbers > li {
  margin-bottom: 5px;
}
.list-numbers > li:last-child {
  margin-bottom: 0;
}
.list-dash {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
}
.list-dash:not(:last-child) {
  margin-bottom: 20px;
}
.list-dash > li {
  margin-bottom: 0;
}
.list-dash > li:before {
  margin-right: 5px;
  content: "-";
}
.list-bold li {
  font-weight: bold;
}
.list-filters {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.list-filters > li {
  margin: 8px 0 4px;
  list-style: none;
}
.list-filters > li > a {
  padding-right: 5px;
  color: #333333;
}
.list-filters > li > a.active {
  border-bottom: 1px;
  font-weight: bold;
  color: #008640;
}
.list-filters > li > label {
  cursor: pointer;
  font-weight: normal;
}
@media screen and (max-width: 757px) {
  .list-filters > li > label {
    white-space: nowrap;
  }
}
.list-filters > li > label.checked {
  color: #008640;
}
.list-filters > li:hover > a {
  color: #6cbb3f !important;
}
.list-filters > li:hover > label {
  color: #6cbb3f !important;
}
.list-filters > li:hover .custom-checkbox {
  background-position: center -20px;
}
.list-filters > li:hover .custom-checkbox.checked {
  background-position: center -60px;
}
.list-unstyled:not(:last-child) {
  margin-bottom: 15px;
}
.list-unstyled.list-staff {
  margin: 25px 0;
}
.list-unstyled.list-staff:before,
.list-unstyled.list-staff:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-unstyled.list-staff:after {
  clear: both;
}
.list-unstyled.list-staff:before,
.list-unstyled.list-staff:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-unstyled.list-staff:after {
  clear: both;
}
.list-unstyled.list-staff li {
  margin-bottom: 15px;
}
.list-unstyled.list-staff li:before,
.list-unstyled.list-staff li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-unstyled.list-staff li:after {
  clear: both;
}
.list-unstyled.list-staff li:before,
.list-unstyled.list-staff li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-unstyled.list-staff li:after {
  clear: both;
}
@media screen and (max-width: 757px) {
  .list-unstyled.list-staff li {
    width: 100%;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .list-unstyled.list-staff li {
    float: left;
    width: 50%;
  }
}
.list-unstyled.list-staff li img.staff-photo {
  padding-right: 20px;
  vertical-align: top;
}
.list-unstyled.list-staff li dl {
  display: inline-block;
  margin: 0;
}
.list-unstyled.list-staff li dl dt {
  display: block;
  margin-bottom: 2px;
}
.list-unstyled.list-staff li dl dt.staff-name {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  font-weight: normal;
}
.list-unstyled.list-staff li dl dd {
  display: block;
  margin-bottom: 2px;
}
.list-unstyled.list-staff li dl dd.email {
  padding-top: 2px;
}
.list-unstyled.list-events li {
  padding: 5px;
}
.list-unstyled.list-events li:nth-child(even) {
  background-color: #f5f5f5;
}
.list-unstyled.list-events li span {
  display: inline-block;
  width: 70px;
  color: #333333;
}
.list-unstyled.list-events li a {
  font-family: 'Source Sans Pro Bold';
}
.list-unstyled.list-icon {
  margin: 0;
}
.list-unstyled.list-icon:not(:last-child) {
  margin-bottom: 20px;
}
.list-unstyled.list-icon li {
  margin-bottom: 5px;
  padding: 4px 0 2px 36px;
  position: relative;
}
.list-unstyled.list-icon li:before {
  background-image: url('../assets/images/ico-stock-delivery.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 30px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-icon li:before {
    background-size: 27px 25px;
    background-image: url('../assets/images/ico-stock-delivery@2x.png');
  }
}
.list-unstyled.list-icon li.order:before {
  background-position: 0 -140px;
}
.list-unstyled.list-icon li.phone {
  padding-top: 10px;
}
.list-unstyled.list-icon li.phone:before {
  background-position: 4px -110px;
}
.list-unstyled.list-icon li:last-of-type {
  margin-bottom: 0;
}
.list-unstyled.list-stores {
  margin: 0;
  padding: 0;
}
.list-unstyled.list-stores > li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.list-unstyled.list-stores > li .list-inline:before,
.list-unstyled.list-stores > li .list-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-unstyled.list-stores > li .list-inline:after {
  clear: both;
}
.list-unstyled.list-stores > li .list-inline:before,
.list-unstyled.list-stores > li .list-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-unstyled.list-stores > li .list-inline:after {
  clear: both;
}
.list-unstyled.list-stores > li .list-inline > li {
  padding: 0;
}
.list-unstyled.list-stores > li .list-inline > li.pin {
  vertical-align: top;
  margin: 5px 18px 0 1px;
  width: 22px;
  height: 32px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.list-unstyled.list-stores > li .list-inline > li.pin.pin-1 {
  background-image: url('../assets/images/ico-pin-1.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-stores > li .list-inline > li.pin.pin-1 {
    background-size: 22px 32px;
    background-image: url('../assets/images/ico-pin-1@2x.png');
  }
}
.list-unstyled.list-stores > li .list-inline > li.pin.pin-2 {
  background-image: url('../assets/images/ico-pin-2.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-stores > li .list-inline > li.pin.pin-2 {
    background-size: 22px 32px;
    background-image: url('../assets/images/ico-pin-2@2x.png');
  }
}
.list-unstyled.list-stores > li .list-inline > li.pin.pin-3 {
  background-image: url('../assets/images/ico-pin-3.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-stores > li .list-inline > li.pin.pin-3 {
    background-size: 22px 32px;
    background-image: url('../assets/images/ico-pin-3@2x.png');
  }
}
.list-unstyled.list-stores > li .list-inline > li.pin.pin-4 {
  background-image: url('../assets/images/ico-pin-4.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-stores > li .list-inline > li.pin.pin-4 {
    background-size: 22px 32px;
    background-image: url('../assets/images/ico-pin-4@2x.png');
  }
}
@media screen and (max-width: 757px) {
  .list-unstyled.list-stores > li .list-inline > li.main {
    width: 80%;
  }
}
.list-unstyled.list-stores > li .list-inline > li.main strong {
  display: block;
  margin-bottom: 2px;
}
.list-unstyled.list-stores > li .list-inline > li.main p {
  margin: 0;
}
.list-unstyled.list-stores > li .list-inline > li.features {
  padding-top: 9px;
}
.list-unstyled.list-stores > li .list-inline > li.features span {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 12px;
  width: auto;
  height: 25px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.list-unstyled.list-stores > li .list-inline > li.features span.trolley {
  width: 27px;
  background-image: url('../assets/images/ico-feature-trolley.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-stores > li .list-inline > li.features span.trolley {
    background-size: 27px 24px;
    background-image: url('../assets/images/ico-feature-trolley@2x.png');
  }
}
.list-unstyled.list-stores > li .list-inline > li.features span.delivery {
  width: 38px;
  background-image: url('../assets/images/ico-feature-delivery.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-stores > li .list-inline > li.features span.delivery {
    background-size: 38px 25px;
    background-image: url('../assets/images/ico-feature-delivery@2x.png');
  }
}
.list-unstyled.list-stores > li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.list-unstyled.list-stores.type-last-line-no > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list-unstyled.list-custom-buttons {
  margin: 0;
  padding: 0;
}
.list-unstyled.list-custom-buttons > li {
  margin: 0;
  padding: 0;
}
.list-unstyled.list-custom-buttons > li.button > a {
  display: block;
  text-align: center;
  background-image: url('../assets/images/btn-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: background-image 200ms;
  transition: background-image 200ms;
  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-custom-buttons > li.button > a {
    background-size: 636px 112px;
    background-image: url('../assets/images/btn-sprite@2x.png');
  }
}
.list-unstyled.list-custom-buttons > li.type-button-size-small > a {
  font-size: 12px;
  padding-top: 17px;
  width: 123px;
  height: 52px;
  background-position: -390px 0;
}
.list-unstyled.list-custom-buttons > li.type-button-size-small > a:hover {
  background-position: -390px -60px;
}
.list-unstyled.list-custom-buttons > li.type-button-size-medium > a {
  padding-top: 17px;
  width: 180px;
  height: 52px;
  background-position: -200px 0;
}
.list-unstyled.list-custom-buttons > li.type-button-size-medium > a:hover {
  background-position: -200px -60px;
}
.list-unstyled.list-custom-buttons > li.type-button-size-large > a {
  padding-top: 17px;
  width: 190px;
  height: 52px;
  background-position: 0 0;
}
.list-unstyled.list-custom-buttons > li.type-button-size-large > a:hover {
  background-position: 0 -60px;
}
.list-unstyled.list-custom-buttons > li.type-button-icon-zoom > a {
  width: 84px;
  height: 36px;
  background-image: url('../assets/images/btn-zoom.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-unstyled.list-custom-buttons > li.type-button-icon-zoom > a {
    background-size: 84px 36px;
    background-image: url('../assets/images/btn-zoom@2x.png');
  }
}
.list-unstyled.list-custom-buttons > li.type-button-icon-zoom > a:hover {
  background-position: 0 -40px;
}
@media screen and (max-width: 757px) {
  .list-unstyled.list-hours {
    margin-top: 40px;
  }
}
.list-unstyled.list-hours li {
  margin-bottom: 5px;
}
.list-unstyled.list-hours dl.dl-horizontal {
  margin: 0;
}
.list-unstyled.list-hours dl.dl-horizontal dt {
  padding-right: 5px;
  width: auto;
}
.list-unstyled.list-hours dl.dl-horizontal dd {
  margin: 0;
}
@media screen and (max-width: 757px) {
  .list-unstyled.list-contacts {
    margin-top: 20px;
  }
}
.list-unstyled.list-contacts dl.dl-horizontal {
  margin: 0;
}
.list-unstyled.list-contacts dl.dl-horizontal dt {
  padding-right: 5px;
  width: 70px;
  text-align: left;
}
.list-unstyled.list-contacts dl.dl-horizontal dd {
  margin: 0;
}
.list-unstyled.list-dl-inline {
  display: block;
  margin-bottom: 0;
}
.list-unstyled.list-dl-inline.list-dl-inline-break {
  margin-bottom: 10px;
}
.list-unstyled.list-dl-inline:before,
.list-unstyled.list-dl-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-unstyled.list-dl-inline:after {
  clear: both;
}
.list-unstyled.list-dl-inline:before,
.list-unstyled.list-dl-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-unstyled.list-dl-inline:after {
  clear: both;
}
.list-unstyled.list-dl-inline li {
  display: inline-block;
}
.list-unstyled.list-dl-inline li dl {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}
.list-unstyled.list-dl-inline li dl dt {
  display: inline-block;
}
.list-unstyled.list-dl-inline li dl dt:after {
  content: ":";
}
.list-unstyled.list-dl-inline li dl dd {
  display: inline-block;
}
.list-unstyled.list-dl-inline li:not(:first-of-type):before {
  padding: 0 4px 0 2px;
  content: "|";
}
.list-unstyled.list-dl-inline li:not(:first-of-type) dl {
  margin: 0 0 0 -3px;
}
dl.dl-horizontal.dl-custom {
  margin: 0;
}
dl.dl-horizontal.dl-custom dt {
  width: 155px;
  text-align: left;
  line-height: 25px;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-custom dt {
    width: 130px;
  }
}
dl.dl-horizontal.dl-custom dt.uppercase {
  text-transform: uppercase;
}
dl.dl-horizontal.dl-custom dd {
  margin-left: 160px;
  line-height: 25px;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-custom dd {
    margin-left: 130px;
  }
}
dl.dl-horizontal.dl-custom dd.clear {
  margin-left: 0;
  clear: both;
}
dl.dl-horizontal.dl-custom dd.uppercase {
  text-transform: uppercase;
}
dl.dl-horizontal.dl-break {
  margin-bottom: 15px;
}
dl.dl-horizontal.dl-bold {
  font-weight: bold;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-bold dd {
    margin-left: 0;
    text-align: right;
  }
}
dl.dl-horizontal.dl-normal dt,
dl.dl-horizontal.dl-normal dd {
  font-weight: normal;
}
dl.dl-horizontal.dl-type-b dt {
  width: 75px;
}
dl.dl-horizontal.dl-type-b dd {
  margin-left: 80px;
}
dl.dl-horizontal.dl-type-c {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}
dl.dl-horizontal.dl-type-c dt {
  width: 70px;
  font-weight: normal;
  text-transform: uppercase;
}
dl.dl-horizontal.dl-type-c dd {
  margin-left: 75px;
}
dl.dl-horizontal.dl-type-c.dl-single-line dt {
  padding-right: 5px;
  width: auto;
}
dl.dl-horizontal.dl-type-c.dl-single-line dd {
  margin-left: 0;
  text-align: left;
}
dl.dl-horizontal.dl-type-d dt {
  width: 220px;
}
dl.dl-horizontal.dl-type-d dd {
  margin-left: 225px;
  width: 100px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-type-d dd {
    margin-left: auto;
    margin-right: -10px;
  }
}
dl.dl-horizontal.dl-type-e dt {
  width: 45px;
}
dl.dl-horizontal.dl-type-e dd {
  margin-left: 50px;
}
dl.dl-horizontal.dl-type-f dt {
  width: 95px;
}
dl.dl-horizontal.dl-type-f dd {
  margin-left: 100px;
}
dl.dl-horizontal.dl-type-g {
  margin-bottom: 10px;
}
dl.dl-horizontal.dl-type-g:before,
dl.dl-horizontal.dl-type-g:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
dl.dl-horizontal.dl-type-g:after {
  clear: both;
}
dl.dl-horizontal.dl-type-g:before,
dl.dl-horizontal.dl-type-g:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
dl.dl-horizontal.dl-type-g:after {
  clear: both;
}
dl.dl-horizontal.dl-type-g dt {
  display: block;
  float: left;
  width: 35%;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-type-g dt {
    width: 100%;
  }
}
dl.dl-horizontal.dl-type-g dd.dd-address {
  float: left;
  margin: 0;
  width: 45%;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-type-g dd.dd-address {
    width: 100%;
  }
}
dl.dl-horizontal.dl-type-g dd.dd-link {
  float: right;
  margin: 0;
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-type-g dd.dd-link {
    text-align: left;
    width: 100%;
  }
}
dl.dl-horizontal.dl-type-h {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}
dl.dl-horizontal.dl-type-h dt {
  font-family: 'Source Sans Pro Regular';
  text-transform: uppercase;
  width: 155px;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-type-h dt {
    float: none;
  }
}
dl.dl-horizontal.dl-type-h dd {
  margin-left: 160px;
}
@media screen and (max-width: 757px) {
  dl.dl-horizontal.dl-type-h dd {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
  }
}
/* Shared Components */
.row.row-fixed-height-1 [class^="panel-"] {
  min-height: 100px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-1 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-2 [class^="panel-"] {
  min-height: 120px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-2 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-3 [class^="panel-"] {
  min-height: 140px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-3 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-4 [class^="panel-"] {
  min-height: 160px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-4 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-5 [class^="panel-"] {
  min-height: 180px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-5 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-6 [class^="panel-"] {
  min-height: 200px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-6 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-7 [class^="panel-"] {
  min-height: 220px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-7 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-8 [class^="panel-"] {
  min-height: 240px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-8 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-9 [class^="panel-"] {
  min-height: 260px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-9 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-10 [class^="panel-"] {
  min-height: 280px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-10 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-11 [class^="panel-"] {
  min-height: 300px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-11 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-12 [class^="panel-"] {
  min-height: 320px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-12 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-13 [class^="panel-"] {
  min-height: 340px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-13 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-14 [class^="panel-"] {
  min-height: 360px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-14 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-15 [class^="panel-"] {
  min-height: 380px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-15 [class^="panel-"] {
    min-height: 1px;
  }
}
.row.row-fixed-height-16 [class^="panel-"] {
  min-height: 400px;
}
@media screen and (max-width: 757px) {
  .row.row-fixed-height-16 [class^="panel-"] {
    min-height: 1px;
  }
}
.col-sole-column-header {
  padding: 5px 20px 0px 0;
}
.u-relative {
  position: relative;
}
.widget-tabs-a:not(:last-child) {
  margin-bottom: 40px;
}
.widget-tabs-a > .nav-tabs {
  border-bottom: 4px solid #6cbb3f;
}
.widget-tabs-a > .nav-tabs > li {
  margin: 0;
  padding: 0;
}
.widget-tabs-a > .nav-tabs > li > a {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e5e5e5;
  border: none;
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  font-weight: normal;
  color: #777777;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.widget-tabs-a > .nav-tabs > li > a:hover {
  background-color: #777777;
  border: none;
  color: #ffffff;
}
.widget-tabs-a > .nav-tabs > li.active {
  margin: 0;
  padding: 0;
}
.widget-tabs-a > .nav-tabs > li.active > a {
  background-color: #6cbb3f;
  color: #ffffff;
}
.widget-tabs-a > .tab-content .table {
  margin-bottom: 10px;
}
.progress {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar-success {
  background-color: #6cbb3f;
}
table .progress {
  margin-bottom: 0;
}
address.address-postal {
  line-height: 25px;
}
address.address-postal .group {
  margin-bottom: 5px;
}
.navbar {
  border: none;
  min-height: 63px;
}
.list-toggle {
  cursor: pointer;
}
.list-toggle > .list-toggle-link {
  display: block;
  padding: 5px 12px 2px 12px;
}
.list-toggle > .list-toggle-link > .icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  background-image: url('../assets/images/ico-expand-collapse.png');
  background-repeat: no-repeat;
  background-position: 0 -9px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .list-toggle > .list-toggle-link > .icon {
    background-size: 9px 9px;
    background-image: url('../assets/images/ico-expand-collapse@2x.png');
  }
}
.list-toggle > .list-toggle-link > .title {
  font-size: 13px;
  font-family: 'Source Sans Pro Bold';
}
.list-toggle > .list-toggle-link:hover > .icon {
  background-position: -9px -9px;
}
.list-toggle.more > .list-toggle-link > .icon {
  background-position: 0 0;
}
.list-toggle.more > .list-toggle-link:hover > .icon {
  background-position: -9px 0;
}
.widget-download-statement > .btn-toolbar > .widget-inline-links {
  padding-top: 8px;
}
.widget-download-statement > .btn-toolbar > .label-bold {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  font-weight: normal;
}
.widget-inline-links {
  margin-bottom: 0 !important;
  padding-top: 0;
}
.widget-inline-links > .list-inline {
  margin: 0;
}
.widget-inline-links > .list-inline > li:first-child {
  padding-left: 0;
}
.widget-inline-links > .list-inline > li:last-child {
  padding-right: 0;
}
.widget-two-panels .panel-primary {
  position: relative;
}
.widget-two-panels .panel-primary > .image-right {
  position: absolute;
  top: 0;
  right: 0;
}
.widget-floating-content {
  min-width: 166px;
}
.widget-floating-content.pull-left {
  margin: 0 20px 5px 0;
}
.widget-floating-content.pull-right {
  margin: 0 0 5px 20px;
}
.widget-floating-content .btn:not(:last-child) {
  margin-bottom: 10px;
}
.widget-floating-content .btn {
  float: none !important;
  width: 100%;
}
.map-supercard-partner {
  width: 200px;
  height: 200px;
}
.widget-sub-nav {
  margin-bottom: 0 !important;
}
.widget-sub-nav > .widget-sub-nav-title {
  margin-bottom: 0 !important;
}
.widget-sub-nav > .widget-sub-nav-title > h2 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.widget-sub-nav > .widget-sub-nav-title > h2 > a {
  color: #333333;
}
.widget-sub-nav > .widget-sub-nav-title > h2 .sub-nav-icon {
  display: none;
}
.widget-sub-nav .list-unstyled {
  margin-bottom: 0;
  overflow: hidden;
}
.widget-sub-nav .list-unstyled > li {
  display: block;
  margin-bottom: 5px;
}
.widget-sub-nav .list-unstyled > li:last-of-type {
  margin-bottom: 0;
}
.widget-sub-nav .list-unstyled > li > a {
  color: #333333;
}
.widget-sub-nav .list-unstyled > li > a:hover {
  color: #6cbb3f;
}
.widget-sub-nav .list-unstyled > li > a.active {
  font-weight: bold;
  color: #008640;
}
.widget-sub-nav .list-unstyled > li ul {
  padding-top: 5px;
}
.widget-sub-nav .list-unstyled > li ul > li {
  padding-left: 20px;
}
.widget-sub-nav .list-unstyled > li ul > li:before {
  content: '-';
}
iframe {
  display: block;
}
@media screen and (min-width: 1000px) {
  .widget-sub-nav-panel > .sub-nav-open {
    height: auto !important;
  }
  .widget-sub-nav-panel > .widget-sub-nav {
    overflow: hidden;
  }
  .widget-sub-nav-panel > .widget-sub-nav .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .widget-sub-nav-panel > .widget-sub-nav .dropdown-menu li,
  .widget-sub-nav-panel > .widget-sub-nav .dropdown-menu a {
    padding: 0;
  }
  .widget-sub-nav-panel > .widget-sub-nav .dropdown-menu a:hover {
    background: #ffffff;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-sub-nav-panel {
    width: 218px;
    background: #f5f5f5;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75), 0%, rgba(255, 255, 255, 0), 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#00ffffff', GradientType=0);
  }
  .widget-sub-nav-panel .sub-nav-icon {
    background-image: url('../assets/images/btn-sprite-tabletmenu.png');
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .widget-sub-nav-panel > .widget-sub-nav-title > h2:hover {
    color: #6cbb3f;
  }
  .widget-sub-nav-panel > .widget-sub-nav-title > h2:hover .sub-nav-icon {
    background-position: 0 -20px;
  }
  .widget-sub-nav-panel > .widget-sub-nav-title > h2:hover > .sub-nav-arrow {
    background-position: -60px -14px;
  }
  .widget-sub-nav-panel > .widget-sub-nav-title > h2:hover > a {
    color: #6cbb3f;
    -webkit-transition: background-color 0;
    transition: background-color 0;
  }
  .widget-sub-nav-panel > .widget-sub-nav-title > h2:active {
    color: #008640;
  }
  .widget-sub-nav-panel > .widget-sub-nav-title > h2:active .sub-nav-icon {
    background-position: 0 -40px;
  }
  .widget-sub-nav-panel .dropdown-menu {
    padding: 10px 20px 20px;
  }
  .widget-sub-nav-panel .dropdown-menu li {
    margin-bottom: 2px;
  }
  .widget-sub-nav-panel .dropdown-menu li a {
    padding: 0;
  }
  .widget-sub-nav-panel .dropdown-menu li a:hover {
    background: transparent;
  }
  .widget-sub-nav-panel .dropdown-menu > .dropdown-menu-inner {
    border-top: 1px solid #dddddd;
    padding-top: 15px;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 758px) and (max-width: 999px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (min-width: 758px) and (max-width: 999px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-sub-nav-panel .sub-nav-icon {
    background-size: 12px 70px;
    background-image: url('../assets/images/btn-sprite-tabletmenu@2x.png');
  }
}
@media screen and (max-width: 999px) {
  .widget-sub-nav-panel > .widget-sub-nav.disabled h2 .sub-nav-icon {
    background-position: 0 -60px;
  }
  .widget-sub-nav-panel > .widget-sub-nav > .widget-sub-nav-title > h2 {
    position: relative;
    cursor: pointer;
    padding: 15px 17px;
    margin-bottom: 0;
  }
  .widget-sub-nav-panel > .widget-sub-nav > .widget-sub-nav-title > h2 .sub-nav-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 17px;
    width: 12px;
    height: 11px;
  }
  .widget-sub-nav-panel > .widget-sub-nav > .widget-sub-nav-title > h2 > .sub-nav-arrow {
    display: block;
    float: right;
    margin-top: 5px;
    width: 16px;
    height: 11px;
    background-image: url('../assets/images/ico-arrows.png');
    background-repeat: no-repeat;
    background-position: -40px -14px;
  }
  .widget-sub-nav-panel > .widget-sub-nav .dropdown-menu {
    display: none;
    width: 100%;
  }
  .widget-sub-nav-panel > .widget-sub-nav.widget-sub-nav-support h2 {
    font-weight: bold;
    text-transform: uppercase;
  }
  .widget-sub-nav-panel {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
  }
  .widget-sub-nav-panel > .sub-nav-open {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 100;
  }
  .widget-sub-nav-panel.open {
    background-image: none !important;
    background-color: #ffffff;
  }
  .widget-sub-nav-panel.open > .sub-nav-open {
    display: block;
    -webkit-box-shadow: 0 0 10px #777777;
    box-shadow: 0 0 10px #777777;
  }
  .widget-sub-nav-panel.open > .widget-sub-nav {
    position: relative;
    z-index: 200;
  }
  .widget-sub-nav-panel.open > .widget-sub-nav > .widget-sub-nav-title > h2 > .sub-nav-arrow {
    background-position: -40px 0;
  }
  .widget-sub-nav-panel.open > .widget-sub-nav > .widget-sub-nav-title > h2:hover {
    color: #6cbb3f;
  }
  .widget-sub-nav-panel.open > .widget-sub-nav > .widget-sub-nav-title > h2:hover > .sub-nav-arrow {
    background-position: -60px 0;
  }
  .widget-sub-nav-panel.open .dropdown-menu {
    background: #ffffff;
    border: 0;
    display: block;
    margin-top: -10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .widget-sub-nav-panel.open .sub-nav-arrow {
    background-position: -40px 0;
  }
}
@media screen and (max-width: 999px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 999px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 999px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-sub-nav-panel > .widget-sub-nav > .widget-sub-nav-title > h2 > .sub-nav-arrow {
    background-size: 16px 11px;
    background-image: url('../assets/images/ico-arrows@2x.png');
  }
}
@media screen and (min-width: 758px) {
  .col-no-padding-left {
    padding-left: 0;
  }
  .widget-rewards-categories > .sub-nav-open {
    height: auto !important;
  }
  .widget-rewards-categories > .widget-sub-nav {
    overflow: hidden;
  }
  .widget-rewards-categories > .widget-sub-nav .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .widget-rewards-categories > .widget-sub-nav .dropdown-menu li,
  .widget-rewards-categories > .widget-sub-nav .dropdown-menu a {
    padding: 0;
  }
  .widget-rewards-categories > .widget-sub-nav .dropdown-menu a:hover {
    background: #ffffff;
  }
}
@media screen and (max-width: 757px) {
  .widget-tabs-a .btn {
    width: 100%;
  }
  .widget-tabs-a .btn:last-child {
    margin-bottom: 10px;
  }
  .widget-floating-content {
    float: none !important;
    margin: 10px 0 20px !important;
  }
  .widget-download-statement .label-bold {
    display: block !important;
  }
  .widget-download-statement > .btn-toolbar > .widget-inline-links {
    float: none;
    width: 100%;
  }
  .widget-download-statement > .btn-toolbar > .widget-inline-links li {
    display: block;
  }
  .widget-download-statement > .btn-toolbar > .widget-inline-links .link-upp {
    float: left;
    margin-top: 15px;
    width: 48.5%;
    margin-top: 10px;
    position: relative !important;
    float: none;
    width: 100%;
  }
  .widget-download-statement > .btn-toolbar > .widget-inline-links .link-upp + .btn {
    float: right;
  }
  .widget-download-statement > .btn-toolbar .btn {
    float: left;
    margin-top: 15px;
    width: 48.5%;
  }
  .widget-download-statement > .btn-toolbar .btn + .btn {
    float: right;
  }
  .widget-sub-nav-panel {
    border-width: 0 0 1px;
    margin-bottom: 0;
    width: 100%;
  }
  .widget-sub-nav-panel .sub-nav-open {
    background-color: #f5f5f5;
  }
  .widget-sub-nav-panel h2 {
    background-color: #ffffff;
  }
  .widget-sub-nav-panel .sub-nav-icon {
    background-image: url('../assets/images/arrow-solid-down.png');
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .widget-sub-nav-panel .dropdown-menu {
    padding-bottom: 0;
  }
  .widget-sub-nav-panel .dropdown-menu-inner {
    background-color: #f5f5f5;
  }
  .widget-sub-nav-panel .dropdown-menu-inner li {
    border-top: 1px solid #dddddd;
    margin-bottom: 0;
  }
  .widget-sub-nav-panel .dropdown-menu-inner li a {
    display: block;
    float: none;
    padding: 10px 20px;
  }
  .widget-sub-nav-panel .dropdown-menu-inner li ul li:before {
    content: "";
  }
  .widget-sub-nav-panel .dropdown-menu-inner li ul li a:before {
    content: "- ";
  }
  .widget-sub-nav-panel.open .dropdown-menu {
    margin-top: -5px;
  }
  .widget-rewards-categories > .widget-sub-nav.disabled h2 .sub-nav-icon {
    background-position: 0 -60px;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2 {
    position: relative;
    cursor: pointer;
    padding: 15px 17px;
    margin-bottom: 0;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2 .sub-nav-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 17px;
    width: 12px;
    height: 11px;
    background-image: url('../assets/images/btn-sprite-tabletmenu.png');
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2 > .sub-nav-arrow {
    display: block;
    float: right;
    margin-top: 5px;
    width: 16px;
    height: 11px;
    background-image: url('../assets/images/ico-arrows.png');
    background-repeat: no-repeat;
    background-position: -40px -14px;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2:hover {
    color: #6cbb3f;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2:hover .sub-nav-icon {
    background-position: 0 -20px;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2:hover > .sub-nav-arrow {
    background-position: -60px -14px;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2:hover > a {
    color: #6cbb3f;
    -webkit-transition: background-color 0;
    transition: background-color 0;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2:active {
    color: #008640;
  }
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2:active .sub-nav-icon {
    background-position: 0 -40px;
  }
  .widget-rewards-categories > .widget-sub-nav .dropdown-menu {
    display: none;
    width: 100%;
  }
  .widget-rewards-categories > .widget-sub-nav.widget-sub-nav-support h2 {
    font-weight: bold;
  }
  .widget-rewards-categories {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    width: 218px;
    background: #f5f5f5;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75), 0%, rgba(255, 255, 255, 0), 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#00ffffff', GradientType=0);
  }
  .widget-rewards-categories > .sub-nav-open {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 100;
  }
  .widget-rewards-categories.open {
    background-image: none !important;
    background-color: #ffffff;
  }
  .widget-rewards-categories.open > .sub-nav-open {
    display: block;
    -webkit-box-shadow: 0 0 10px #777777;
    box-shadow: 0 0 10px #777777;
  }
  .widget-rewards-categories.open > .widget-sub-nav {
    position: relative;
    z-index: 200;
  }
  .widget-rewards-categories.open > .widget-sub-nav > .widget-sub-nav-title > h2 > .sub-nav-arrow {
    background-position: -40px 0;
  }
  .widget-rewards-categories.open > .widget-sub-nav > .widget-sub-nav-title > h2:hover {
    color: #6cbb3f;
  }
  .widget-rewards-categories.open > .widget-sub-nav > .widget-sub-nav-title > h2:hover > .sub-nav-arrow {
    background-position: -60px 0;
  }
  .widget-rewards-categories.open .dropdown-menu {
    display: block;
    margin-top: -10px;
    padding: 10px 20px 20px;
    background: #ffffff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .widget-rewards-categories.open .dropdown-menu > .dropdown-menu-inner {
    border-top: 1px solid #dddddd;
    padding-top: 15px;
  }
  .widget-rewards-categories.open .dropdown-menu li {
    margin-bottom: 2px;
  }
  .widget-rewards-categories.open .dropdown-menu li a {
    padding: 0;
  }
  .widget-rewards-categories.open .dropdown-menu li a:hover {
    background: transparent;
  }
  .widget-rewards-categories.open .sub-nav-arrow {
    background-position: -40px 0;
  }
}
@media screen and (max-width: 757px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-sub-nav-panel .sub-nav-icon {
    background-size: 8px 6px;
    background-image: url('../assets/images/arrow-solid-down@2x.png');
  }
}
@media screen and (max-width: 757px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2 .sub-nav-icon {
    background-size: 12px 70px;
    background-image: url('../assets/images/btn-sprite-tabletmenu@2x.png');
  }
}
@media screen and (max-width: 757px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-rewards-categories > .widget-sub-nav > .widget-sub-nav-title > h2 > .sub-nav-arrow {
    background-size: 16px 11px;
    background-image: url('../assets/images/ico-arrows@2x.png');
  }
}
/* Wrappers */
body {
  background-image: url('../assets/images/bkg-lines-diagonal.png');
  background-repeat: repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  body {
    background-size: 3px 3px;
    background-image: url('../assets/images/bkg-lines-diagonal@2x.png');
  }
}
.wrapper-default {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 532px;
}
.wrapper-old-browser {
  position: relative;
  z-index: 1;
}
.wrapper-back-to-top {
  padding-bottom: 20px;
}
.wrapper-title-block {
  min-height: 120px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 757px) {
  .wrapper-title-block {
    min-height: 180px;
    position: relative;
  }
  .wrapper-title-block.streamline {
    min-height: 76px;
  }
  .wrapper-title-block .col-sm-12 {
    position: static;
  }
}
.wrapper-home-main-content {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 726px;
}
@media screen and (max-width: 757px) {
  .wrapper-home-main-content {
    min-height: 1px;
  }
}
.wrapper-login-panel {
  border-bottom: 1px solid #dddddd;
}
div.wrapper-nav-panel-fixed {
  min-height: 60px;
}
div.wrapper-nav-panel {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 757px) {
  div.wrapper-nav-panel {
    background: #ffffff none;
    position: relative;
    z-index: 1;
  }
  div.wrapper-nav-panel.wrapper-nav-panel-scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800;
  }
  .fixfixed div.wrapper-nav-panel.wrapper-nav-panel-scrolled {
    position: absolute;
  }
}
div.wrapper-nav-panel .navbar {
  margin-bottom: 0;
  z-index: 100;
}
.wrapper-store-footer {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.wrapper-store-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrapper-store-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dddddd;
}
.wrapper-store-map {
  display: none;
}
.wrapper-panel-grid {
  margin-left: -10px;
  margin-right: -10px;
  background: none;
  border: none;
}
.wrapper-panel-grid:before,
.wrapper-panel-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wrapper-panel-grid:after {
  clear: both;
}
.wrapper-panel-grid:before,
.wrapper-panel-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wrapper-panel-grid:after {
  clear: both;
}
.wrapper-footer {
  padding: 30px 0 30px;
}
@media screen and (max-width: 757px) {
  .wrapper-footer {
    padding: 0;
  }
}
.wrapper-category {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 682px;
}
.wrapper-product-home {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrapper-product {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.wrapper-account {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrapper-rewards {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bg-style-solid-white {
  background-color: #ffffff;
}
.bg-style-solid-grey {
  background-color: #dddddd;
}
.bg-style-noise-black {
  background-image: url('../assets/images/bkg-noise-black.png');
  background-repeat: repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .bg-style-noise-black {
    background-size: 36px 36px;
    background-image: url('../assets/images/bkg-noise-black@2x.png');
  }
}
.bg-style-noise-brown {
  background-color: #332d25;
  background-image: url('../assets/images/bkg-noise-brown.png');
  background-repeat: repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .bg-style-noise-brown {
    background-size: 40px 32px;
    background-image: url('../assets/images/bkg-noise-brown@2x.png');
  }
}
.bg-style-noise-grey {
  background: transparent url('../assets/images/bkg-noise-grey.png') 0 0 repeat;
}
.bg-style-noise-green {
  background-image: url('../assets/images/bkg-noise-green.png');
  background-repeat: repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .bg-style-noise-green {
    background-size: 36px 36px;
    background-image: url('../assets/images/bkg-noise-green@2x.png');
  }
}
.bg-style-gradient-light {
  background-image: -webkit-gradient(linear, left 10%, left 90%, from(#f5f5f5), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 10%, #eeeeee, 90%);
  background-image: -moz-linear-gradient(top, #f5f5f5 10%, #eeeeee 90%);
  background-image: linear-gradient(to bottom, #f5f5f5 10%, #eeeeee 90%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffeeeeee', GradientType=0);
}
/* Buttons */
.btn {
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.btn:focus {
  outline: 0 none;
}
.btn.btn-default,
.btn.btn-default:visited {
  padding: 8px 25px;
  min-height: 38px;
  background: #ffffff;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  border: none !important;
  overflow: hidden;
}
@media screen and (max-width: 757px) {
  .btn.btn-default,
  .btn.btn-default:visited {
    width: 100%;
  }
}
.btn.btn-default:before,
.btn.btn-default:visited:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 0;
  bottom: 0;
  content: "";
}
.btn.btn-default > .btn-corner,
.btn.btn-default:visited > .btn-corner {
  display: block;
  position: absolute;
  right: 0;
  bottom: -46px;
  width: 56px;
  height: 56px;
  z-index: 1;
}
.btn.btn-default > .btn-corner:before,
.btn.btn-default:visited > .btn-corner:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 28px solid transparent;
  content: "";
}
.btn.btn-default > .btn-corner:after,
.btn.btn-default:visited > .btn-corner:after {
  display: block;
  position: absolute;
  top: 1px;
  right: -1px;
  border: 28px solid transparent;
  border-right: 28px solid #ffffff;
  content: "";
}
.btn.btn-default.btn-green,
.btn.btn-default:visited.btn-green {
  color: #2e8237;
}
.btn.btn-default.btn-green:before,
.btn.btn-default:visited.btn-green:before {
  border: 1px solid #2e8237;
}
.btn.btn-default.btn-green > .btn-corner:before,
.btn.btn-default:visited.btn-green > .btn-corner:before {
  border-right-color: #2e8237;
}
.btn.btn-default.btn-green:hover,
.btn.btn-default:visited.btn-green:hover,
.btn.btn-default.btn-green:active,
.btn.btn-default:visited.btn-green:active {
  background-color: #2e8237;
  color: #ffffff;
}
@media screen and (max-width: 757px) {
  .btn.btn-default.btn-green,
  .btn.btn-default:visited.btn-green {
    margin-top: 20px;
    width: 100%;
  }
}
.btn.btn-default.btn-grey,
.btn.btn-default:visited.btn-grey {
  background-color: #e5e5e5;
  color: #777777;
}
.btn.btn-default.btn-grey:before,
.btn.btn-default:visited.btn-grey:before {
  left: 0;
  top: 0;
  border: 1px solid #bbbbbb;
}
.btn.btn-default.btn-grey > .btn-corner:before,
.btn.btn-default:visited.btn-grey > .btn-corner:before {
  border-right-color: #bbbbbb;
}
.btn.btn-default.btn-grey:hover,
.btn.btn-default:visited.btn-grey:hover,
.btn.btn-default.btn-grey:active,
.btn.btn-default:visited.btn-grey:active {
  background-color: #777777;
  color: #ffffff;
}
.btn.btn-default.btn-grey:hover:before,
.btn.btn-default:visited.btn-grey:hover:before,
.btn.btn-default.btn-grey:active:before,
.btn.btn-default:visited.btn-grey:active:before {
  border-color: #777777;
}
.btn.btn-default.btn-grey:hover > .btn-corner:before,
.btn.btn-default:visited.btn-grey:hover > .btn-corner:before,
.btn.btn-default.btn-grey:active > .btn-corner:before,
.btn.btn-default:visited.btn-grey:active > .btn-corner:before {
  border-right-color: #777777;
}
.btn.btn-default.btn-charcoal,
.btn.btn-default:visited.btn-charcoal {
  padding: 8px 18px;
  background-color: #444444;
  border: none;
  color: #ffffff;
}
.btn.btn-default.btn-charcoal:hover,
.btn.btn-default:visited.btn-charcoal:hover {
  background-color: #6cbb3f;
}
.btn.btn-default.btn-charcoal:active,
.btn.btn-default:visited.btn-charcoal:active {
  background-color: #2e8237;
}
.btn.btn-default.btn-charcoal:disabled,
.btn.btn-default:visited.btn-charcoal:disabled {
  background-color: #dddddd;
}
.btn.btn-default:disabled,
.btn.btn-default:visited:disabled {
  color: #bbbbbb !important;
}
.btn.btn-default:disabled:before,
.btn.btn-default:visited:disabled:before {
  border-color: #dddddd !important;
}
.btn.btn-default:disabled > .btn-corner:before,
.btn.btn-default:visited:disabled > .btn-corner:before {
  border-right-color: #dddddd !important;
}
.btn.btn-arrw-right .btn-icon {
  margin-left: 5px;
}
.btn.btn-lg {
  font-size: 22px;
}
.btn.btn-lg.btn-text-sm {
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn.btn-text-sm {
  font-size: 16px;
}
.btn.btn-padded {
  padding-left: 50px;
  padding-right: 50px;
}
.btn.btn-centered {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.btn.btn-capitalise {
  text-transform: capitalize;
}
.btn.btn-case-standard {
  text-transform: none;
}
.btn.btn-link {
  color: #008640;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #6cbb3f;
  text-decoration: none;
}
.btn.btn-in-store-only {
  display: inline-block;
  padding: 12px 5px 0 46px;
  height: 38px;
  text-align: left;
  text-transform: lowercase;
  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
  background-image: url('../assets/images/ico-in-store-only.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #333333;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .btn.btn-in-store-only {
    background-size: 36px 27px;
    background-image: url('../assets/images/ico-in-store-only@2x.png');
  }
}
.btn.btn-toggle-map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 42px;
  background: transparent;
  border: none;
  overflow: hidden;
}
.btn.btn-toggle-map:before {
  content: "Show map";
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  padding: 11px 0;
  background: #cccccc;
  border-right: 10px solid #cccccc;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-toggle-map:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 60px;
  height: 60px;
  border: 30px solid transparent;
  border-right: 30px solid #cccccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-toggle-map:hover:before {
  background-color: #6cbb3f;
  border-right-color: #6cbb3f;
}
.btn.btn-toggle-map:hover:after {
  border-right-color: #6cbb3f;
}
@media screen and (max-width: 999px) {
  .btn-right-for-tablet {
    float: right !important;
  }
  .btn.btn-default {
    padding: 8px 13px;
  }
}
.close-x {
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.close-x.close-x-white {
  background-image: url('../assets/images/ico-x-white.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .close-x.close-x-white {
    background-size: 16px 16px;
    background-image: url('../assets/images/ico-x-white@2x.png');
  }
}
.close-x.close-x-gray {
  background-image: url('../assets/images/ico-x-gray.png');
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .close-x.close-x-gray {
    background-size: 16px 16px;
    background-image: url('../assets/images/ico-x-gray@2x.png');
  }
}
.close-x:hover,
.close-x:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* Dropdowns */
.dropdown-backdrop {
  position: static;
}
/* Forms */
.standard-form .row:not(:last-child) {
  margin-bottom: 15px;
}
.standard-form.form-padded {
  padding-top: 15px;
}
.standard-form .form-group:last-child {
  margin-bottom: 0;
}
.standard-form .form-group.select-group {
  margin: 2px 0;
}
.standard-form .form-group.select-group .customSelectWrap {
  margin-bottom: 4px;
}
.standard-form .form-group .form-field-read-only {
  padding-top: 9px;
}
.standard-form .form-group .form-field-read-only.padded {
  padding-left: 12px;
}
.standard-form .form-group .form-field.no-margin {
  margin: 0 !important;
}
.standard-form .form-group .form-field.no-padding {
  padding: 0 !important;
}
@media screen and (max-width: 757px) {
  .standard-form .form-group .form-field.no-padding.padding-h-mobile {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.standard-form .form-group.bordered .row {
  margin-bottom: 0;
}
.standard-form .form-group.bordered .form-field {
  margin-bottom: 0 !important;
}
.standard-form .form-group.bordered .form-field .bordered-fields {
  margin-bottom: 0 !important;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (min-width: 758px) {
  .standard-form .form-group.bordered .form-field .bordered-fields {
    border-bottom-width: 0;
    border-top-width: 0;
  }
}
.standard-form .form-group.bordered .form-field .bordered-fields p.has-checkbox:first-child {
  padding-top: 5px;
}
.standard-form .form-group.bordered .row:first-child .form-field .bordered-fields {
  border-top-width: 1px;
  padding-top: 10px;
}
.standard-form .form-group.bordered .row:last-child .form-field .bordered-fields {
  border-bottom-width: 1px;
  padding-bottom: 10px;
}
.standard-form .form-group .row .form-label.label-plain label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.standard-form .form-group .row .form-label.form-label-indent-top {
  padding-top: 10px;
}
.standard-form .form-group .row .form-label label {
  font-family: 'Source Sans Pro Bold';
  font-weight: normal;
  font-size: 15px;
  padding-top: 9px;
}
.standard-form .form-group .row .form-label label.required:after {
  content: '*';
}
.standard-form .form-group .row .form-field.form-field-indent-top {
  padding-top: 9px;
}
.standard-form .form-group .row .form-field.form-field-indent-top p {
  margin-bottom: 0;
}
.standard-form .form-group .row .form-field.form-field-indent-top p:not(:last-child) {
  margin-bottom: 10px;
}
.standard-form .form-group .row .form-field .alerts-intro {
  margin: 5px 0 20px 0;
}
.standard-form .form-group .row .form-field .checkbox-note {
  margin-bottom: 20px;
}
@media screen and (max-width: 757px) {
  .standard-form .form-group .row .form-field .checkbox-note {
    margin-left: 27px;
  }
}
.standard-form .form-group .row .form-field .checkbox-note:last-child {
  margin-bottom: 5px;
}
.standard-form .note {
  padding-top: 5px;
}
.standard-form .control-group {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: 0;
}
.standard-form .control-group + .control-group-seamless {
  border: none;
  background: transparent;
}
.standard-form .btn.btn-submit {
  float: right;
  margin-right: 0;
}
input[type=text][disabled],
input[type=number][disabled],
input[type=email][disabled],
input[type=password][disabled],
textarea[disabled] {
  color: #cccccc !important;
  border: 1px solid #cccccc !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
  padding: 8px 12px;
  width: 100%;
  height: 38px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 757px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  textarea {
    font-size: 16px !important;
  }
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #6cbb3f;
  color: #6cbb3f;
  outline: none;
}
input[type=text].validation-error,
input[type=number].validation-error,
input[type=email].validation-error,
input[type=password].validation-error,
textarea.validation-error {
  border-color: #eb2b00;
  color: #444444;
}
input[type=checkbox] {
  margin-right: 8px;
  width: 18px;
  height: 13px;
}
textarea {
  height: auto;
  resize: vertical;
}
.custom-checkbox {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  width: 16px;
  height: 17px;
  background-image: url('../assets/images/ico-check-box.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .custom-checkbox {
    background-size: 16px 17px;
    background-image: url('../assets/images/ico-check-box@2x.png');
  }
}
.custom-checkbox + label {
  cursor: pointer;
}
@media screen and (max-width: 757px) {
  .custom-checkbox + label {
    max-width: 85%;
  }
}
.custom-checkbox:hover {
  background-position: center -20px;
}
.custom-checkbox.checked {
  background-position: center -40px;
}
.custom-checkbox.checked:hover {
  background-position: center -60px;
}
.custom-checkbox.disabled {
  background-position: center -80px;
}
.custom-checkbox label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.custom-checkbox input {
  margin-right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.custom-radio-span {
  display: inline-block;
  padding: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.custom-radio-span > em {
  display: block;
  width: 8px;
  height: 8px;
  background: #444444;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.parsley-error-list,
.cart-validation-message {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.parsley-error-list.alert.alert-arrow {
  margin-top: 16px;
  background: #eb2b00;
  border-radius: 0;
}
.parsley-error-list.alert.alert-arrow:before {
  border-right-color: #eb2b00;
}
.parsley-error-list li:not(:first-child) {
  display: none !important;
}
.cart-summary-validation-message {
  padding: 10px;
}
.cart-validation-message {
  display: none;
  float: left;
  width: 100%;
}
.cart-validation-message.alert.alert-arrow {
  margin-top: 10px;
}
.has-checkbox {
  margin-right: 10px;
}
.has-checkbox label {
  display: inline;
  width: 94%;
}
@media screen and (max-width: 757px) {
  .has-checkbox label {
    display: inline-block;
  }
}
.has-checkbox label.blocked {
  display: inline-block;
}
.has-checkbox.no-margin {
  margin-bottom: 0 !important;
}
.has-checkbox.standard-weight label {
  font-weight: normal !important;
}
.has-checkbox:hover > .custom-checkbox {
  background-position: center -20px;
}
.has-checkbox.checked:hover > .custom-checkbox {
  background-position: center -60px;
}
.has-checkbox.disabled {
  cursor: default !important;
}
.has-checkbox.disabled > .custom-checkbox {
  background-position: center -80px;
}
.form-select-accessory {
  padding: 10px 0;
  float: left;
}
.form-group-padded {
  margin: 10px 0;
}
.form-control {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.form-control:focus {
  border-color: #6cbb3f;
}
.input-group-addon {
  background: #ffffff;
  border: 0;
}
.input-group.removable {
  position: relative;
  width: 100%;
}
.input-group.removable input {
  padding-right: 30px;
}
.input-group.removable .remove-symbol {
  position: absolute;
  top: -2px;
  right: 12px;
  background: transparent;
  font-size: 22px;
}
.input-group.removable .remove-symbol a {
  color: #333333;
}
.col-date {
  padding-right: 0;
}
.col-date > label,
.col-date > input {
  float: left;
  margin-right: 6px;
}
.col-date > label {
  width: auto !important;
  padding-top: 8px;
  font-weight: normal;
}
@media screen and (max-width: 757px) {
  .col-date > label {
    clear: left;
    width: 50px !important;
  }
}
.col-date > input {
  width: 115px !important;
  background-image: url('../assets/images/ico-calendar.png');
  background-repeat: no-repeat;
  background-position: right 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .col-date > input {
    background-size: 22px 22px;
    background-image: url('../assets/images/ico-calendar@2x.png');
  }
}
@media screen and (max-width: 757px) {
  .col-date > input {
    margin-bottom: 15px;
  }
}
.col-date > input:hover,
.col-date > input:focus {
  background-position: right -38px;
  border-color: #008640;
  color: #008640;
}
#recaptcha_image {
  display: block;
  margin: 0 auto;
}
#recaptcha_image > span {
  position: relative;
  top: -10px;
}
/* Select list */
.hasCustomSelect {
  font-size: 80pt;
  width: 100%!important;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  z-index: 1;
}
.customSelectWrap {
  position: relative;
  display: block;
  margin-bottom: 0;
  height: 38px;
}
@media screen and (max-width: 757px) {
  .customSelectWrap {
    height: auto;
  }
  .col-sm-4:not(:last-child) .customSelectWrap {
    margin-bottom: 15px;
  }
  .control-group .customSelectWrap {
    margin-bottom: 0 !important;
  }
}
.customSelectWrap:hover > .customSelect,
.customSelectWrap:focus > .customSelect {
  border-color: #6cbb3f;
  color: #6cbb3f;
}
.customSelectWrap:hover > .customSelect > .customSelectInner,
.customSelectWrap:focus > .customSelect > .customSelectInner {
  background-position: right -40px;
}
.customSelectDisabled {
  border: 1px solid #cccccc !important;
  color: #cccccc !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.customSelect {
  display: block;
  position: relative;
  width: 100% !important;
  height: 38px;
  line-height: 16px;
  background: #ffffff;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #333333;
  -webkit-transition: color 200ms, border-color 200ms;
  transition: color 200ms, border-color 200ms;
}
.customSelect.select-control-small {
  height: 34px;
}
.customSelect.select-control-small > .customSelectInner {
  margin-top: 8px;
  font-size: 13px;
}
.customSelect > .customSelectInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px 8px 6px;
  padding-right: 9px;
  width: auto !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('../assets/images/ico-arrow-dropdown.png');
  background-repeat: no-repeat;
  background-position: right 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .customSelect > .customSelectInner {
    background-size: 9px 5px;
    background-image: url('../assets/images/ico-arrow-dropdown@2x.png');
  }
}
select.select-control {
  margin: 10px 0;
  width: 100%;
}
@media screen and (max-width: 757px) {
  select.select-control {
    font-size: 50px !important;
  }
}
select.select-control.hasCustomSelect {
  margin: 0;
}
.hasCustomSelect.validation-error + .customSelect {
  border-color: #eb2b00;
}
/* Cart */
.widget-product-in-cart > .section {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.widget-product-in-cart > .section:before,
.widget-product-in-cart > .section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-in-cart > .section:after {
  clear: both;
}
.widget-product-in-cart > .section:before,
.widget-product-in-cart > .section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-in-cart > .section:after {
  clear: both;
}
.widget-product-in-cart > .section.rewards {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-product-in-cart > .section > .col-image {
  float: left;
  position: relative;
  width: 145px;
}
@media screen and (max-width: 757px) {
  .widget-product-in-cart > .section > .col-image {
    width: 30%;
  }
}
.widget-product-in-cart > .section > .col-image > img {
  border: 1px solid #e5e5e5;
}
.widget-product-in-cart > .section > .col-description {
  float: left;
  padding-left: 20px;
  width: 474px;
}
@media screen and (max-width: 757px) {
  .widget-product-in-cart > .section > .col-description {
    width: 70%;
  }
  .widget-product-in-cart > .section > .col-description .heading-h2 {
    font-size: 18px;
  }
}
.widget-product-in-cart > .section > .col-description > .list-inline {
  margin-bottom: 5px;
}
.widget-product-in-cart > .section > .col-description > .list-inline > li {
  padding: 0 20px 0 0;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}
.widget-product-in-cart > .section > .col-description > .list-unstyled {
  margin-bottom: 5px;
}
.widget-product-in-cart > .section > .col-description > .list-unstyled > li {
  font-family: 'Source Sans Pro Regular';
  line-height: 18px;
}
.widget-product-in-cart > .section > .col-description > .list-unstyled > li.was,
.widget-product-in-cart > .section > .col-description > .list-unstyled > li.save,
.widget-product-in-cart > .section > .col-description > .list-unstyled > li.special {
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #6cbb3f;
}
.widget-product-in-cart > .section > .col-description > form > .btn-toolbar {
  padding-top: 10px;
}
@media screen and (max-width: 757px) {
  .widget-product-in-cart > .section > .col-description > form > .btn-toolbar {
    margin-left: -60%;
  }
  .widget-product-in-cart > .section > .col-description > form > .btn-toolbar .btn {
    width: 100%;
  }
}
.widget-cart .widget-inline-links.pull-right {
  padding-top: 5px;
}
.widget-cart table.table-type-cart-price-summary {
  margin-bottom: 10px;
}
@media screen and (max-width: 757px) {
  .widget-cart table.table-type-cart-price-summary {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 757px) {
  .widget-cart .col-bottom-mobile {
    margin-top: 20px;
  }
}
.widget-exceeds-credit .dl-horizontal,
.widget-exceeds-credit-rewards .dl-horizontal {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}
.widget-exceeds-credit .dl-horizontal dt,
.widget-exceeds-credit-rewards .dl-horizontal dt {
  text-align: left;
  font-weight: normal;
}
.widget-stacked-headings .heading.heading-marginless {
  margin-bottom: 5px;
}
.widget-purchase-order-number .form-group label {
  display: inline-block;
  margin-right: 20px;
}
.widget-purchase-order-number .form-group input {
  display: inline-block;
  width: 200px;
}
.widget-cart-summary-total-stretch {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.widget-cart-summary-total-stretch table.table-type-cart-price-summary {
  margin-bottom: 0;
  border-bottom: none;
}
.widget-cart-summary-total-stretch table.table-type-cart-price-summary > tbody > tr:first-of-type > th,
.widget-cart-summary-total-stretch table.table-type-cart-price-summary > tbody > tr:first-of-type > td {
  border-top: none;
}
.widget-accordion .accordion-list {
  list-style: none;
  padding-left: 0;
}
.widget-accordion .accordion-list p {
  font-size: 16px;
  font-family: 'Source Sans Pro Regular';
}
.widget-accordion .accordion-list p.text-italics {
  font-style: italic;
  margin-bottom: 22px;
}
.widget-accordion .accordion-list dt:not(:first-child) {
  margin-top: 1px;
}
.widget-accordion .accordion-list dt > .accordion-item-title {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #eeeeee;
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  cursor: pointer;
  color: #777777;
}
.widget-accordion .accordion-list dt > .accordion-item-title > .custom-radio {
  position: relative;
  margin: 0 8px 0 15px;
  cursor: pointer;
}
.widget-accordion .accordion-list dt > .accordion-item-title > .custom-radio-span {
  position: relative;
  top: 3px;
  margin: 0 -30px 0 15px;
  cursor: pointer;
}
.widget-accordion .accordion-list dt > .accordion-item-title:after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 11px;
  content: "";
  background-image: url('../assets/images/ico-arrows.png');
  background-repeat: no-repeat;
  background-position: -40px -14px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-accordion .accordion-list dt > .accordion-item-title:after {
    background-size: 16px 11px;
    background-image: url('../assets/images/ico-arrows@2x.png');
  }
}
.widget-accordion .accordion-list dt > .accordion-item-title:hover {
  color: #6cbb3f;
}
.widget-accordion .accordion-list dt > .accordion-item-title:hover > .custom-radio-span {
  border-color: #6cbb3f;
}
.widget-accordion .accordion-list dt > .accordion-item-title:hover:after {
  background-position: -60px -14px;
}
.widget-accordion .accordion-list dt.active .accordion-item-title {
  color: #6cbb3f;
}
.widget-accordion .accordion-list dt.active .accordion-item-title > .custom-radio-span > em {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-accordion .accordion-list dt.active .accordion-item-title:after {
  background-position: -40px 0;
}
.widget-accordion .accordion-list dt.active .accordion-item-title:hover {
  color: #6cbb3f;
}
.widget-accordion .accordion-list dt.active .accordion-item-title:hover > .custom-radio-span {
  border-color: #bbbbbb;
}
.widget-accordion .accordion-list dt.active .accordion-item-title:hover:after {
  background-position: -60px 0;
}
.widget-accordion .accordion-list .accordion-item-content {
  border: none;
  padding: 20px;
  display: none;
}
@media screen and (max-width: 757px) {
  .widget-accordion .accordion-list .accordion-item-content {
    padding: 20px 10px;
  }
}
.widget-accordion .accordion-list .accordion-item-content:last-child {
  border-bottom: 1px solid #eeeeee;
}
.widget-accordion .accordion-list .accordion-item-content .margin-bottom-none {
  margin-bottom: 0;
}
.widget-accordion .edit-link {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
}
.widget-accordion .edit-link.edit-link-2 {
  position: relative;
  top: 6px;
  left: auto;
  margin-left: 10px;
  font-size: 18px;
  text-transform: none;
}
.widget-accordion .edit-link.edit-link-icon {
  position: static;
  font-size: 16px;
}
.widget-accordion .edit-link.edit-link-icon:before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-color: #008640;
  transition: background-color 0.3s;
  background-image: url('../assets/images/ico-add-to-fast-cart-grey.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-accordion .edit-link.edit-link-icon:before {
    background-size: 12px 12px;
    background-image: url('../assets/images/ico-add-to-fast-cart-grey@2x.png');
  }
}
.widget-accordion .edit-link.edit-link-icon:hover:before {
  background-color: #6cbb3f;
}
.widget-accordion .submit-conditions {
  margin: -10px 0;
}
.widget-accordion .submit-conditions > .form-group {
  margin-bottom: 8px;
}
.widget-accordion .submit-conditions > .form-group > .row > .checkbox-row > label {
  font-weight: normal;
  cursor: pointer;
}
.widget-accordion .submit-conditions > .form-group > .row > .checkbox-row > label > a {
  font-weight: bold;
}
.widget-accordion .submit-conditions > .form-group > .row > .checkbox-row > .custom-checkbox {
  top: 1px;
}
.widget-accordion .submit-conditions > .form-group > .row > .checkbox-row:hover > .custom-checkbox {
  background-position: center -20px;
}
.widget-accordion .submit-conditions > .form-group > .row > .checkbox-row:hover > .custom-checkbox.checked {
  background-position: center -60px;
}
.widget-accordion .widget-inline-links.pull-right {
  padding-top: 5px;
}
.widget-selection-box {
  position: relative;
  padding: 7px 10px;
  margin-bottom: 15px;
  min-height: 80px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
}
.widget-selection-box .custom-radio,
.widget-selection-box .custom-radio-span {
  position: absolute;
}
.widget-selection-box .custom-radio {
  top: 9px;
  left: 12px;
  cursor: pointer;
}
.widget-selection-box .custom-radio-span {
  top: 12px;
  left: 10px;
}
.widget-selection-box input {
  vertical-align: top;
  margin-right: 5px;
}
.widget-selection-box div.selection-content,
.widget-selection-box address {
  margin-bottom: 0;
  padding: 4px 0 5px 28px;
  line-height: 24px;
}
.widget-selection-box div.selection-content p,
.widget-selection-box address p {
  margin-bottom: 0;
}
.widget-selection-box:hover {
  border-color: #6cbb3f;
}
.widget-selection-box.active {
  border: 1px solid #2e8237;
}
.widget-selection-box.active .custom-radio-span > em {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 757px) {
  .widget-order-history tr:first-of-type th,
  .widget-order-history tr:first-of-type td {
    border-top: 0;
  }
}
.widget-order-history table.table-type-cart-price-summary {
  border-bottom: none;
}
.widget-order-history .btn-corner:after {
  border-right-color: #f9f9f9 !important;
}
.widget-order-dates {
  margin-bottom: 15px;
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.widget-print-support-btns {
  padding-bottom: 15px;
}
.widget-stock-level > h4 {
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-left: 50px;
  position: relative;
  white-space: normal;
}
.widget-stock-level > h4:before {
  position: absolute;
  display: inline-block;
  margin: 0 10px 1px 0;
  left: 0;
  width: 39px;
  height: 38px;
  text-align: left;
  text-indent: -9999px;
  content: "";
}
.widget-stock-level > h4.product-delivery-pickup:before {
  background-image: url('../assets/images/ico-personalisation-pickuponly.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-stock-level > h4.product-delivery-pickup:before {
    background-size: 38px 38px;
    background-image: url('../assets/images/ico-personalisation-pickuponly@2x.png');
  }
}
.widget-stock-level > h4.product-delivery-both:before {
  background-image: url('../assets/images/ico-personalisation-pickupordelivery.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-stock-level > h4.product-delivery-both:before {
    background-size: 38px 38px;
    background-image: url('../assets/images/ico-personalisation-pickupordelivery@2x.png');
  }
}
.widget-stock-level > h4.product-delivery-delivery:before {
  background-image: url('../assets/images/ico-personalisation-deliveryonly.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-stock-level > h4.product-delivery-delivery:before {
    background-size: 38px 38px;
    background-image: url('../assets/images/ico-personalisation-deliveryonly@2x.png');
  }
}
.widget-stock-level > h4.product-delivery-instoreonly:before {
  background-image: url('../assets/images/ico-personalisation-instoreonlynodelivery.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-stock-level > h4.product-delivery-instoreonly:before {
    background-size: 38px 38px;
    background-image: url('../assets/images/ico-personalisation-instoreonlynodelivery@2x.png');
  }
}
.widget-stock-level.type-cart {
  padding: 0 5px;
}
.widget-stock-level.type-cart > h4 {
  padding-left: 25px;
  display: block;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}
.widget-stock-level.type-cart > h4:before {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: 18px;
  height: 18px;
  background-image: url('../assets/images/ico-stock-availability.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-stock-level.type-cart > h4:before {
    background-size: 18px 18px;
    background-image: url('../assets/images/ico-stock-availability@2x.png');
  }
}
.widget-stock-level.type-cart.type-in > h4:before {
  background-position: center 0;
}
.widget-stock-level.type-cart.type-low > h4:before {
  background-position: center -20px;
}
.widget-stock-level.type-cart.type-out > h4:before {
  background-position: center -60px;
}
.widget-stock-level.type-call {
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
.widget-stock-level.type-call > h4:before {
  top: 4px;
  height: 25px;
  background-image: url('../assets/images/ico-stock-delivery.png');
  background-repeat: no-repeat;
  background-position: 0 -110px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-stock-level.type-call > h4:before {
    background-size: 16px 25px;
    background-image: url('../assets/images/ico-stock-delivery@2x.png');
  }
}
.widget-fastcart-overview .link {
  font-family: 'Source Sans Pro Bold';
  font-size: 14px;
  text-transform: uppercase;
}
.widget-fastcart-details h1 {
  display: inline-block;
}
.widget-fastcart-details a {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 757px) {
  .widget-fastcart-details .btn-toolbar {
    margin-bottom: 20px;
  }
  .widget-fastcart-details .btn-toolbar a {
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .col-sidebar-support {
    float: right !important;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .col-sidebar-support {
    float: left;
    clear: both;
  }
  .col-sidebar-support .widget-sub-nav-panel {
    float: right;
  }
  .col-sidebar-support + .col-sm-12 {
    float: left;
    clear: both;
  }
}
/* Category */
.widget-no-results ul.list-unstyled {
  margin-bottom: 0;
}
.widget-no-results ul.list-unstyled li {
  margin-bottom: 3px;
}
.widget-no-results ul.list-unstyled li:last-of-type {
  margin-bottom: 0;
}
.widget-category-list {
  overflow: hidden;
}
.widget-category-list .category-details {
  margin-bottom: 20px;
}
.widget-category-list .category-details img.category-panel-image {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .widget-category-list .category-details {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .row-category {
    position: relative;
  }
  .row-category .col-filters {
    position: absolute;
    top: 0;
    left: -33.333333333333336%;
  }
}
@media screen and (max-width: 999px) {
  .row-category .col-filters {
    padding: 0;
  }
}
.show-filters-link,
.disclosure-link {
  text-transform: uppercase;
  font-family: 'Source Sans Pro Bold';
  float: right;
  margin-bottom: 0;
  font-size: 16px;
  overflow: hidden;
}
.disclosure-link {
  margin: 10px 0 16px 0;
}
.widget-cat-panel-wrapper {
  position: relative;
}
.widget-cat-panel {
  padding: 0;
}
.widget-cat-panel.product-promo {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
}
.widget-cat-panel.product-promo h2,
.widget-cat-panel.product-promo h6 {
  font-family: 'Source Sans Pro Regular';
}
.widget-cat-panel.product-promo h2 {
  text-transform: none;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 26px;
  margin: 5px 0;
}
.widget-cat-panel.product-promo h6 {
  font-size: 16px;
  margin: 5px 0;
}
@media screen and (min-width: 758px) {
  .widget-cat-panel.product-promo .product-promo-details {
    margin-top: 50px;
  }
}
@media screen and (max-width: 757px) {
  .widget-cat-panel.product-promo {
    padding-top: 0;
    text-align: center;
  }
  .widget-cat-panel.product-promo img {
    max-width: 100%;
  }
  .widget-cat-panel.product-promo .btn {
    margin-top: 0;
  }
}
.widget-cat-panel.cat-panel-brand {
  padding: 0;
}
.widget-cat-panel.cat-panel-brand img {
  margin: 0;
  width: 100%;
}
.widget-cat-panel.cat-panel-bg {
  margin: 10px 0 20px 0;
  padding: 10px 15px 15px;
  min-height: 100px;
  background-image: -webkit-gradient(linear, 0% top, 80% top, from(#f5f5f5), to(#ffffff));
  background-image: -webkit-linear-gradient(left, color-stop(#f5f5f5 0%), color-stop(#ffffff 80%));
  background-image: -moz-linear-gradient(left, #f5f5f5 0%, #ffffff 80%);
  background-image: linear-gradient(to right, #f5f5f5 0%, #ffffff 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffffffff', GradientType=1);
  font-family: 'Source Sans Pro Regular';
}
.widget-cat-panel.cat-panel-bg:before,
.widget-cat-panel.cat-panel-bg:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-cat-panel.cat-panel-bg:after {
  clear: both;
}
.widget-cat-panel.cat-panel-bg:before,
.widget-cat-panel.cat-panel-bg:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-cat-panel.cat-panel-bg:after {
  clear: both;
}
.widget-cat-panel.cat-panel-bg a {
  color: #333333;
}
.widget-cat-panel.cat-panel-bg h3 {
  font-family: 'Source Sans Pro Bold';
  font-size: 26px;
  margin: 5px 0;
}
.widget-cat-panel.cat-panel-bg p {
  font-size: 15px;
}
.widget-cat-panel.cat-panel-bg img {
  margin: -20px;
}
.widget-cat-panel.cat-panel-thumbnails > ul {
  margin: 0;
}
.widget-cat-panel.cat-panel-thumbnails > ul:before,
.widget-cat-panel.cat-panel-thumbnails > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-cat-panel.cat-panel-thumbnails > ul:after {
  clear: both;
}
.widget-cat-panel.cat-panel-thumbnails > ul:before,
.widget-cat-panel.cat-panel-thumbnails > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-cat-panel.cat-panel-thumbnails > ul:after {
  clear: both;
}
.widget-cat-panel.cat-panel-thumbnails > ul > li {
  float: left;
  padding: 10px 20px 10px 0;
  width: 33.333333333333336%;
}
.widget-cat-panel.cat-panel-thumbnails > ul > li:nth-child(3n) {
  padding-right: 0;
}
@media screen and (max-width: 757px) {
  .widget-cat-panel.cat-panel-thumbnails > ul > li {
    padding-right: 0;
    width: 100%;
  }
}
.widget-cat-panel.cat-panel-thumbnails > ul > li > .cat-panel-thumb {
  display: block;
  border: 1px solid #f5f5f5;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
}
@media screen and (max-width: 757px) {
  .widget-cat-panel.cat-panel-thumbnails > ul > li > .cat-panel-thumb {
    border: 0;
  }
}
.widget-cat-panel.cat-panel-thumbnails > ul > li > .cat-panel-thumb > img {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 132px;
  text-align: center;
}
@media screen and (max-width: 757px) {
  .widget-cat-panel.cat-panel-thumbnails > ul > li > .cat-panel-thumb > img {
    display: inline-block;
    height: auto;
    width: 20%;
  }
}
.widget-cat-panel.cat-panel-thumbnails > ul > li > .cat-panel-thumb > h3 {
  margin: 0 -1px -1px;
  padding: 12px 5px;
  background: #ffffff;
  border: 1px solid #6cbb3f;
  text-align: center;
  font-size: 14px;
  font-family: 'Source Sans Pro Bold';
  color: #6cbb3f;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
@media screen and (max-width: 757px) {
  .widget-cat-panel.cat-panel-thumbnails > ul > li > .cat-panel-thumb > h3 {
    display: inline-block;
    margin-left: 10px;
    width: 74%;
  }
}
.widget-cat-panel.cat-panel-thumbnails > ul > li > .cat-panel-thumb:hover {
  border-color: #6cbb3f;
}
.widget-cat-panel.cat-panel-thumbnails > ul > li > .cat-panel-thumb:hover > h3 {
  background: #6cbb3f;
  color: #ffffff;
}
.widget-cat-panel.cat-panel-side {
  padding-right: 0;
}
.widget-cat-panel.cat-panel-side > a {
  display: block;
  margin: 10px 0;
  padding: 0;
  border: 1px solid #f5f5f5;
}
.widget-cat-panel.cat-panel-side > a > img {
  display: block;
  margin: 10px auto;
  width: 184px;
  text-align: center;
}
.widget-cat-panel.cat-panel-side > a > h3 {
  margin: 0 -1px -1px;
  padding: 12px 12px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #6cbb3f;
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  color: #6cbb3f;
}
.widget-cat-panel.cat-panel-side > a:hover {
  border-color: #6cbb3f;
}
.widget-cat-panel.cat-panel-side > a:hover > h3 {
  background: #6cbb3f;
  color: #ffffff;
}
@media screen and (min-width: 758px) {
  .widget-cat-panel.cat-panel-has-aside {
    min-height: 218px;
  }
}
.widget-cat-panel .promo-price {
  display: block;
  margin: 0 12px;
  line-height: 80px;
  font-size: 78px;
  font-family: 'Source Sans Pro Bold';
}
.widget-cat-panel .promo-price sup {
  font-size: 45%;
  line-height: 2.5;
  vertical-align: top;
}
.widget-cat-panel .list-sub-cats {
  list-style: none;
  margin: 0;
  padding: 10px 15px 0;
  overflow: hidden;
}
.widget-cat-panel .list-sub-cats.list-sub-cats-2-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.widget-cat-panel .list-sub-cats:not(:last-child) {
  margin: 0 0 10px 0;
}
.widget-cat-panel .list-sub-cats li {
  padding: 5px 0;
}
.widget-cat-panel .list-sub-cats li:last-child {
  margin-bottom: 0;
}
.widget-cat-panel .list-sub-cats li a {
  font-weight: bold;
  padding-bottom: 5px;
}
.widget-cat-panel .list-sub-cats li.category-has-children {
  float: left;
}
@media screen and (min-width: 758px) {
  .widget-cat-panel .list-sub-cats li.category-has-children {
    margin-bottom: 25px;
  }
}
.widget-cat-panel .list-sub-cats li.category-has-children.half-width {
  width: 50%;
}
@media screen and (max-width: 757px) {
  .widget-cat-panel .list-sub-cats li.category-has-children.half-width {
    width: 100%;
  }
}
.widget-cat-panel .list-sub-cats li.category-has-children.full-width {
  width: 100%;
}
.widget-cat-panel .list-sub-cats li.category-has-children > a {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #333333;
}
.widget-cat-panel .list-sub-cats li.category-has-children ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-cat-panel .list-sub-cats li.category-has-children:nth-last-child(-n+2) ul {
  margin-bottom: 0;
}
/* Coding Table */
.widget-coding-table .coding-level-0 .coding-value {
  padding-left: 0px;
}
.widget-coding-table .coding-level-1 .coding-value {
  padding-left: 10px;
}
.widget-coding-table .coding-category .coding-icon .expand {
  display: block;
}
.widget-coding-table .coding-category .coding-icon .collapse {
  display: none;
}
.widget-coding-table .coding-category.not-specified {
  display: none;
}
.widget-coding-table .coding-category.expanded .coding-icon .expand {
  display: none;
}
.widget-coding-table .coding-category.expanded .coding-icon .collapse {
  display: block;
}
.widget-coding-table .coding-category:first-child .coding-level-0 {
  margin-top: 0;
}
@media screen and (max-width: 757px) {
  .widget-coding-table .coding-category {
    padding-left: 10px;
  }
}
.widget-coding-table .coding-label {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 758px) {
  .widget-coding-table .coding-label {
    float: left;
    width: 41.66666666666667%;
  }
}
.widget-coding-table .coding-label label {
  padding-top: 18px;
  font-weight: normal;
}
.widget-coding-table .coding-label label:before {
  content: "- ";
}
.widget-coding-table .coding-value {
  padding-top: 8px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url('../assets/images/bkg-category-filter-divider.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
}
@media screen and (max-width: 757px) {
  .widget-coding-table .coding-value {
    padding-top: 0;
  }
}
@media (min-width: 758px) {
  .widget-coding-table .coding-value {
    float: left;
    width: 50%;
  }
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-coding-table .coding-value {
    background-size: 5px 5px;
    background-image: url('../assets/images/bkg-category-filter-divider@2x.png');
  }
}
.widget-coding-table .coding-value input[disabled] {
  color: #333333 !important;
}
.widget-coding-table .coding-icon {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
  padding-top: 7px;
}
@media (min-width: 758px) {
  .widget-coding-table .coding-icon {
    float: left;
    width: 8.333333333333332%;
  }
}
.widget-coding-table .coding-icon a:link {
  color: #333333;
}
.widget-coding-table .coding-level-0 {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 757px) {
  .widget-coding-table .coding-level-0 {
    margin-top: 20px;
  }
}
.widget-coding-table .coding-level-0 .coding-icon {
  display: block;
}
@media screen and (max-width: 757px) {
  .widget-coding-table .coding-level-0 .coding-icon {
    padding: 0;
    position: absolute;
    top: -10px;
    z-index: 99;
  }
}
@media screen and (max-width: 757px) {
  .widget-coding-table .coding-level-0 .coding-label {
    padding-left: 0;
  }
}
.widget-coding-table .coding-level-0 .coding-label label {
  font-family: 'Source Sans Pro Bold';
  font-weight: normal;
  font-size: 16px;
}
.widget-coding-table .coding-level-0 .coding-label label:before {
  content: "";
}
@media screen and (max-width: 757px) {
  .widget-coding-table .coding-level-0 .coding-label label {
    padding-top: 0;
  }
}
@media screen and (max-width: 757px) {
  .widget-coding-table .coding-level-0.has-children .coding-label label {
    margin-left: 30px;
  }
}
@media screen and (max-width: 757px) {
  .widget-coding-table .row.subcategory-item {
    margin-bottom: 0;
  }
}
.widget-coding-table .btn-show-all {
  margin-left: 40px;
  margin-top: 10px;
  padding: 7px 17px;
}
@media screen and (max-width: 757px) {
  .widget-coding-table .btn-show-all {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.widget-coding-table .btn-show-all.expanded .expand {
  display: none;
}
.widget-coding-table .btn-show-all.expanded .collapse {
  display: block;
}
/* Content Based Pages */
.widget-featured-livestock section {
  margin-bottom: 10px;
}
.widget-featured-livestock section > article {
  margin-bottom: 20px;
}
.widget-featured-livestock section > article:last-of-type {
  margin-bottom: 0;
}
.widget-featured-livestock section > article > h5 {
  margin-bottom: 0;
}
.widget-featured-livestock section > article > p {
  margin-bottom: 10px;
}
.widget-featured-livestock .search-livestock > .form-group {
  margin-bottom: 5px;
}
.widget-featured-livestock .search-livestock .btn-corner:after {
  border-right-color: #fcfcfc;
}
.widget-directory {
  margin-top: 5px;
}
.widget-directory > section > article {
  margin-bottom: 2px;
}
.widget-directory > section > article:last-of-type {
  margin-bottom: 0;
}
.widget-directory > section > article > a {
  display: block;
  padding: 10px;
  border: 1px solid #e5e5e5;
  color: #333333;
  -webkit-transition: color 200ms, border-color 200ms;
  transition: color 200ms, border-color 200ms;
}
.widget-directory > section > article > a:hover {
  color: #008640;
  border-color: #6cbb3f;
}
.widget-directory > section > article > a > ul {
  margin: 0;
}
.widget-directory > section > article > a > ul:before,
.widget-directory > section > article > a > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-directory > section > article > a > ul:after {
  clear: both;
}
.widget-directory > section > article > a > ul:before,
.widget-directory > section > article > a > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-directory > section > article > a > ul:after {
  clear: both;
}
.widget-directory > section > article > a > ul > li {
  float: left;
}
.widget-directory > section > article > a > ul > li.image {
  width: 22%;
}
@media screen and (max-width: 757px) {
  .widget-directory > section > article > a > ul > li.image {
    margin-right: 10px;
  }
  .widget-directory > section > article > a > ul > li.image img {
    max-width: 100%;
  }
}
.widget-directory > section > article > a > ul > li.content {
  padding-top: 5px;
  width: 58%;
}
@media screen and (max-width: 757px) {
  .widget-directory > section > article > a > ul > li.content {
    width: 73%;
  }
}
.widget-directory > section > article > a > ul > li.price,
.widget-directory > section > article > a > ul > li.location {
  padding-top: 5px;
  padding-right: 10px;
  width: 20%;
  text-align: right;
  font-family: 'Source Sans Pro Bold';
  font-size: 18px;
}
@media screen and (max-width: 757px) {
  .widget-directory > section > article > a > ul > li.price,
  .widget-directory > section > article > a > ul > li.location {
    width: 100%;
  }
}
.widget-directory > section > article > a > ul > li.location {
  font-size: 16px;
}
@media screen and (max-width: 757px) {
  .widget-directory > section > article > a > ul > li.price {
    font-size: 16px;
    text-align: left;
    margin-left: 25%;
    margin-top: 5px;
  }
}
.widget-directory.widget-directory-enrich h4 {
  color: #2e8237;
  margin-bottom: 10px;
}
.widget-directory.widget-directory-enrich .read-more {
  color: #2e8237;
  font-weight: bold;
}
.widget-directory.widget-directory-enrich > section {
  border-top: 2px solid #e5e5e5;
}
.widget-directory.widget-directory-enrich > section > article > a {
  border-width: 0 0 1px;
}
.widget-directory.widget-directory-enrich > section > article > a > ul > li.image {
  width: 26%;
}
@media screen and (max-width: 757px) {
  .widget-directory.widget-directory-enrich > section > article > a > ul > li.image {
    width: 100%;
  }
  .widget-directory.widget-directory-enrich > section > article > a > ul > li.image img {
    max-width: 100%;
    width: 100%;
  }
}
.widget-directory.widget-directory-enrich > section > article > a > ul > li.image + .content {
  width: 74%;
  padding-left: 20px;
}
@media screen and (max-width: 757px) {
  .widget-directory.widget-directory-enrich > section > article > a > ul > li.image + .content {
    width: 100%;
  }
}
.widget-directory.widget-directory-enrich > section > article > a > ul > li.content {
  width: 100%;
}
@media screen and (max-width: 757px) {
  .widget-directory.widget-directory-enrich > section > article > a > ul > li.content {
    width: 100%;
  }
}
.widget-partners-logos {
  text-align: center;
}
.widget-partners-logos > ul {
  margin-bottom: 15px;
}
.widget-partners-logos > ul:before,
.widget-partners-logos > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-partners-logos > ul:after {
  clear: both;
}
.widget-partners-logos > ul:before,
.widget-partners-logos > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-partners-logos > ul:after {
  clear: both;
}
.widget-partners-logos > ul:last-child {
  margin-bottom: 0;
}
.widget-partners-logos > ul > li {
  float: left;
  text-align: center;
}
.widget-partners-logos > ul.list-four {
  display: inline-block;
}
.widget-partners-logos > ul.list-four > li {
  width: 25%;
}
.widget-partners-logos > ul.list-five > li {
  width: 20%;
}
.widget-faq-answer > p {
  margin-bottom: 10px;
}
.widget-faq-answer > p:last-of-type {
  margin-bottom: 5px;
}
.widget-faq-answer > .list-dash:last-of-type {
  margin-bottom: 5px;
}
/* Feedback Form */
.feedback-form-wrapper {
  position: fixed;
  top: 45px;
  width: 700px;
  height: auto;
  background-color: #ffffff;
  border-left: 6px solid #6cbb3f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 105;
}
@media screen and (max-width: 757px) {
  .feedback-form-wrapper {
    display: none;
  }
}
.feedback-form-wrapper.feedback-form-open {
  -webkit-box-shadow: 0 0 10px #777777;
  box-shadow: 0 0 10px #777777;
  right: 0px;
}
.feedback-form-wrapper.feedback-form-close {
  right: -700px;
}
.feedback-form-wrapper > .feedback-form {
  margin: 20px 30px;
}
.feedback-form-wrapper > .feedback-form .feedback-close-btn {
  float: right;
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  background-image: url('../assets/images/ico-close.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .feedback-form-wrapper > .feedback-form .feedback-close-btn {
    background-size: 19px 19px;
    background-image: url('../assets/images/ico-close@2x.png');
  }
}
.feedback-form-wrapper > .feedback-form .feedback-close-btn:hover,
.feedback-form-wrapper > .feedback-form .feedback-close-btn:focus {
  background-position: center -20px;
}
.feedback-form-wrapper > .feedback-form .feedback-close-btn:active {
  background-position: center -40px;
}
.feedback-form-wrapper > .feedback-form.overflow-hidden .standard-form {
  height: 10px;
  overflow: scroll;
  overflow-x: hidden;
}
.feedback-form-wrapper .feedback-tag {
  position: absolute;
  top: 149px;
  left: -42px;
  width: 36px;
  height: 140px;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.feedback-form-wrapper .feedback-tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10px;
  background-image: url('../assets/images/ico-feedback-text.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #6cbb3f;
  border-top: 10px solid #6cbb3f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .feedback-form-wrapper .feedback-tag:before {
    background-size: 13px 100px;
    background-image: url('../assets/images/ico-feedback-text@2x.png');
  }
}
.feedback-form-wrapper .feedback-tag:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 60px;
  height: 60px;
  border: 30px solid transparent;
  border-top: 30px solid #6cbb3f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.feedback-form-wrapper .feedback-tag.animate-tag:before {
  background-color: #2e8237;
  border-top-color: #2e8237;
}
.feedback-form-wrapper .feedback-tag.animate-tag:after {
  border-top-color: #2e8237;
}
html.no-touch .feedback-form-wrapper .feedback-tag.animate-tag:hover {
  width: 52px;
  left: -58px;
}
html.no-touch .feedback-form-wrapper .feedback-tag.animate-tag:hover:before {
  background-color: #6cbb3f;
  border-top-color: #6cbb3f;
}
html.no-touch .feedback-form-wrapper .feedback-tag.animate-tag:hover:after {
  border-top-color: #6cbb3f;
}
/* Filters */
.widget-category-filter h3,
.widget-category-filter h4 {
  margin: 0 0 0;
  padding: 0 10px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
}
.widget-category-filter h5 {
  margin: 0 0 10px;
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
}
.widget-category-filter .section {
  padding: 20px 0 18px;
  border-bottom: 1px solid #e5e5e5;
}
.widget-category-filter .section.type-borderless {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 999px) {
  .widget-category-filter {
    overflow: hidden;
  }
  .widget-category-filter .section {
    overflow: hidden;
  }
  .widget-category-filter li,
  .widget-category-filter a {
    float: left;
    margin: 2px;
  }
  .widget-category-filter .text,
  .widget-category-filter .form-group {
    float: left;
    padding: 8px;
  }
  .widget-category-filter .form-group {
    width: 25%;
  }
}
.widget-result-controls {
  margin: 0 0 20px 0;
  padding: 11px 15px;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.widget-result-controls:before,
.widget-result-controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-result-controls:after {
  clear: both;
}
.widget-result-controls:before,
.widget-result-controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-result-controls:after {
  clear: both;
}
.widget-result-controls > .form-group {
  float: left;
  width: 70%;
}
@media screen and (max-width: 757px) {
  .widget-result-controls > .form-group {
    width: 100%;
  }
}
.widget-result-controls > .form-group.widget-grid-switch-controls {
  float: left;
  padding: 3px 0;
  width: 30%;
  height: 30px;
  text-align: right;
}
.widget-result-controls > .form-group > .select-label {
  padding: 8px 20px 0 5px;
}
.widget-result-controls > .form-group > .customSelectWrap {
  display: inline-block;
}
@media screen and (max-width: 757px) {
  .widget-result-controls > .form-group > .customSelectWrap {
    display: block;
    height: auto;
  }
}
.widget-result-controls #product-result-sort,
.widget-result-controls .customSelect {
  width: 250px !important;
}
@media screen and (max-width: 757px) {
  .widget-result-controls #product-result-sort,
  .widget-result-controls .customSelect {
    bottom: 0;
    top: auto;
    width: 100% !important;
  }
}
@media screen and (max-width: 999px) {
  .widget-result-controls {
    margin-top: 20px;
  }
}
@media screen and (max-width: 757px) {
  .list-toggle {
    clear: both;
    text-align: right;
  }
  .list-toggle a.list-toggle-link {
    float: none;
    margin: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .extra-items {
    margin-left: 109px!important;
  }
  .list-toggle {
    margin-left: 104px!important;
  }
  .list-toggle .list-toggle-link {
    padding-top: 0px;
  }
}
@media screen and (max-width: 999px) {
  .extra-items {
    margin-bottom: 8px!important;
  }
  .widget-filter-panel {
    padding: 0px;
  }
  .widget-filter-panel #filter-options {
    border-top: 1px solid #e5e5e5;
  }
  .widget-filter-panel .category-filter-title-wrapper {
    cursor: pointer;
  }
  .widget-filter-panel .category-filter-title-wrapper > .category-filter-title {
    padding: 10px 15px;
    background-color: #eeeeee;
  }
  .widget-filter-panel .category-filter-title-wrapper > .category-filter-title:after {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 11px;
    content: "";
    background-image: url('../assets/images/ico-arrows.png');
    background-repeat: no-repeat;
    background-position: -40px -14px;
  }
  .widget-filter-panel .category-filter-title-wrapper > .category-filter-title:hover {
    color: #6cbb3f;
  }
  .widget-filter-panel .category-filter-title-wrapper > .category-filter-title:hover:after {
    background-position: -60px -14px;
  }
  .widget-filter-panel .category-filter-title-wrapper.active > .category-filter-title:after {
    background-position: -40px 0;
  }
  .widget-filter-panel .category-filter-title-wrapper.active > .category-filter-title:hover:after {
    background-position: -60px 0;
  }
}
@media screen and (max-width: 999px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 999px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 999px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-filter-panel .category-filter-title-wrapper > .category-filter-title:after {
    background-size: 16px 11px;
    background-image: url('../assets/images/ico-arrows@2x.png');
  }
}
@media screen and (min-width: 1000px) {
  #filter-options {
    padding-top: 17px;
  }
  .widget-expanded-list li {
    display: block !important;
  }
  .category-filter-title-wrapper {
    display: none;
  }
  .category-filter-options {
    display: block !important;
  }
  .widget-category-filter {
    margin: 0 -10px;
  }
  .widget-category-filter .filter-price {
    padding-left: 10px;
    padding-right: 10px;
  }
  .widget-category-filter .filter-price.form-inline {
    margin: 10px 0;
    float: left;
    clear: both;
  }
  .widget-category-filter .filter-price > .form-group {
    width: 77px;
    float: left;
  }
  .widget-category-filter .filter-price .text {
    display: block;
    float: left;
    padding: 10px 2px;
    width: 23.9px;
    text-align: center;
  }
  .widget-category-filter .filter-price .btn {
    margin-top: 10px;
  }
  .widget-category-filter form.filter-price {
    padding: 0 10px;
  }
  .widget-category-filter form.filter-price .form-group {
    width: 79px;
  }
  .widget-category-filter form.filter-price span.text {
    display: inline-block;
    text-align: center;
    color: #333333;
  }
  .widget-category-filter form.filter-price .btn {
    margin-top: 10px;
    width: 100%;
  }
  .widget-category-filter button {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .category-filter-options,
  .col-filters {
    overflow: hidden;
    padding-top: 20px;
    clear: left;
  }
}
.category-filter-options .section,
.col-filters .section {
  overflow: hidden;
}
.category-filter-options .section:first-child,
.col-filters .section:first-child {
  padding-top: 0;
}
@media screen and (max-width: 999px) {
  .widget-category-filter #filter-options {
    padding: 30px 15px 15px;
    line-height: 15px;
    display: none;
  }
  .widget-category-filter .section {
    padding: 0 0 10px;
    border: none;
  }
  .widget-category-filter .list-filters > li {
    display: block;
    margin-top: 5px;
    padding: 0 20px 0 0;
  }
  .widget-category-filter .list-filters > li label span.custom-checkbox {
    margin-top: -2px;
  }
  .category-filter-options .section .filter-price .form-group {
    margin: 0 5px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .category-filter-options .section .filter-price .text {
    padding-left: 0;
    padding-right: 0;
  }
  .category-filter-options .section .filter-price .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 757px) {
  .widget-category-filter h4 {
    padding: 0;
  }
  .widget-category-filter .list-filters {
    padding: 0;
  }
  .widget-category-filter .list-filters > li {
    width: 100%;
  }
  div.filter-price {
    float: left;
    margin-bottom: 20px;
    width: 100%;
  }
  div.filter-price .form-group {
    margin: 0 !important;
    padding: 0;
    width: 45%;
  }
  div.filter-price .text {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/* Footer */
.widget-footer > .row {
  padding: 0 10px;
}
.widget-footer > .row > .col-md-3 {
  min-height: 230px;
  border-left: 1px solid #cccccc;
  color: #ffffff;
}
@media screen and (max-width: 757px) {
  .widget-footer > .row > .col-md-3 {
    min-height: 1px;
  }
}
.widget-footer > .row > .col-md-3 > .inner-wrapper {
  padding: 0 10px;
}
.widget-footer > .row > .col-md-3 > .inner-wrapper > h3 {
  font-size: 18px;
  margin: 0 0 8px 0;
  padding: 0;
  font-family: 'Source Sans Pro Bold';
  color: #444444;
}
.widget-footer > .row > .col-md-3 > .inner-wrapper > ul {
  margin-bottom: 0;
  overflow: hidden;
}
.widget-footer > .row > .col-md-3 > .inner-wrapper > ul > li {
  font-size: 14px;
  margin-top: 2px;
}
.widget-footer > .row > .col-md-3 > .inner-wrapper > ul > li:last-child {
  margin-bottom: 0;
}
.widget-footer > .row > .col-md-3 > .inner-wrapper a {
  color: #777777;
}
.widget-footer > .row > .col-md-3 > .inner-wrapper a:hover {
  text-decoration: underline;
}
.widget-footer > .row > .col-md-3:last-of-type {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 757px) {
  .widget-footer .row {
    padding: 0;
  }
  .widget-footer [class^="col-"] {
    border-bottom: 2px solid #bbbbbb;
    padding-top: 10px;
  }
  .widget-footer [class^="col-"] h3 {
    cursor: pointer;
    position: relative;
  }
  .widget-footer [class^="col-"] h3:after {
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url('../assets/images/ico-arrows.png');
    background-repeat: no-repeat;
    background-position: -60px -14px;
  }
  .widget-footer [class^="col-"] h3.toggle-open:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .widget-footer [class^="col-"] .list-unstyled {
    display: none;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 757px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-footer [class^="col-"] h3:after {
    background-size: 16px 11px;
    background-image: url('../assets/images/ico-arrows@2x.png');
  }
}
/* Hero */
.widget-hero {
  min-height: 180px;
  padding-bottom: 10px;
}
@media screen and (min-width: 758px) {
  .widget-hero {
    min-height: 280px;
  }
}
@media screen and (min-width: 1000px) {
  .widget-hero {
    min-height: 360px;
  }
}
.widget-hero:before,
.widget-hero:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-hero:after {
  clear: both;
}
.widget-hero:before,
.widget-hero:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-hero:after {
  clear: both;
}
.widget-hero > .carousel {
  position: relative;
  z-index: 0;
}
.widget-hero > .carousel > .carousel-indicators {
  bottom: -28px;
  margin-bottom: 0;
}
.widget-hero > .carousel > .carousel-indicators > li {
  margin: 3px;
  width: 12px;
  height: 12px;
  background-image: url('../assets/images/ico-carousel-indicator.png');
  background-repeat: no-repeat;
  background-position: center 0;
  border: none;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-hero > .carousel > .carousel-indicators > li {
    background-size: 12px 12px;
    background-image: url('../assets/images/ico-carousel-indicator@2x.png');
  }
}
.widget-hero > .carousel > .carousel-indicators > li:hover {
  background-position: center -20px;
}
.widget-hero > .carousel > .carousel-indicators > li.active {
  background-position: center -40px;
}
.widget-hero > .carousel > .carousel-control {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  opacity: 100;
  filter: alpha(opacity=10000);
  z-index: 10;
}
.widget-hero > .carousel > .carousel-control > span {
  margin: -18px 0 0 0;
  width: 37px;
  height: 36px;
  background-image: url('../assets/images/btn-slideshow-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-hero > .carousel > .carousel-control > span {
    background-size: 75px 73px;
    background-image: url('../assets/images/btn-slideshow-sprite@2x.png');
  }
}
.widget-hero > .carousel > .carousel-control > span.icon-prev {
  left: -4px;
  background-position: 0 0;
}
.widget-hero > .carousel > .carousel-control > span.icon-next {
  left: auto;
  right: -4px;
  background-position: 100% 0;
}
.widget-hero > .carousel > .carousel-control:hover > .icon-prev {
  background-position: 0 100%;
}
.widget-hero > .carousel > .carousel-control:hover > .icon-next {
  background-position: 100% 100%;
}
.widget-carousel-image {
  z-index: 0;
}
.widget-carousel-image img {
  width: 100%;
}
.widget-carousel-image {
  position: relative;
}
.widget-carousel-image .item {
  height: 160px;
}
@media screen and (min-width: 350px) {
  .widget-carousel-image .item {
    height: 180px;
  }
}
@media screen and (min-width: 370px) {
  .widget-carousel-image .item {
    height: 190px;
  }
}
@media screen and (min-width: 420px) {
  .widget-carousel-image .item {
    height: 220px;
  }
}
@media screen and (min-width: 480px) {
  .widget-carousel-image .item {
    height: 250px;
  }
}
@media screen and (min-width: 500px) {
  .widget-carousel-image .item {
    height: 280px;
  }
}
@media screen and (min-width: 550px) {
  .widget-carousel-image .item {
    height: 330px;
  }
}
@media screen and (min-width: 640px) {
  .widget-carousel-image .item {
    height: 340px;
  }
}
@media screen and (min-width: 670px) {
  .widget-carousel-image .item {
    height: 350px;
  }
}
@media screen and (min-width: 758px) {
  .widget-carousel-image .item {
    height: 375px;
  }
}
@media screen and (min-width: 1000px) {
  .widget-carousel-image .item {
    height: 360px;
  }
}
.widget-carousel-image .item .item-block {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-carousel-image .item img {
  width: 100%;
}
.widget-carousel-image .carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  cursor: pointer;
}
.widget-carousel-image .carousel-caption .carousel-caption-popup {
  position: absolute;
  left: 50px;
  top: 35px;
  min-width: 370px;
  padding: 30px 40px;
  background: rgba(0, 116, 58, 0.8);
  text-align: left;
  line-height: 1em;
  font-size: 40px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: none;
}
@media screen and (max-width: 757px) {
  .widget-carousel-image .carousel-caption .carousel-caption-popup {
    font-size: 12px;
    min-width: 100px;
    padding: 20px;
  }
}
.widget-carousel-image .carousel-caption .carousel-caption-corner {
  position: absolute;
  left: 50px;
  bottom: -30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.widget-carousel-image .carousel-caption .carousel-caption-corner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border: 30px solid transparent;
  border-left: 30px solid rgba(0, 116, 58, 0.8);
}
.widget-carousel-image .carousel-caption .carousel-caption-subtext {
  display: block;
  line-height: 1.5em;
  font-size: 18px;
  font-family: 'Source Sans Pro Light';
}
.widget-carousel-image .carousel-caption .carousel-caption-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 10px 0 50px;
  min-height: 75px;
  line-height: 1.3em;
  font-family: 'Source Sans Pro Light';
  font-size: 16px;
  text-align: left;
  text-shadow: none;
  background-image: url('../assets/images/bkg-grass.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #6cbb3f;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-carousel-image .carousel-caption .carousel-caption-banner {
    background-size: 368px 11px;
    background-image: url('../assets/images/bkg-grass@2x.png');
  }
}
@media screen and (max-width: 757px) {
  .widget-carousel-image .carousel-caption .carousel-caption-banner {
    display: none;
  }
}
.widget-carousel-image .carousel-caption .carousel-caption-bold {
  font-family: 'Source Sans Pro Bold';
  font-weight: normal;
}
.widget-carousel-image .carousel-caption .carousel-caption-learn-more {
  display: block;
  position: absolute;
  top: 32px;
  right: 22px;
  width: 142px;
  height: 16px;
  background-image: url('../assets/images/ico-carousel-learn-more.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-carousel-image .carousel-caption .carousel-caption-learn-more {
    background-size: 142px 16px;
    background-image: url('../assets/images/ico-carousel-learn-more@2x.png');
  }
}
/* Link Bar */
.widget-link-bar {
  min-height: 36px;
  line-height: 12px;
  font-size: 12px;
  color: #ffffff;
}
.widget-link-bar .list-unstyled {
  margin-bottom: 0;
}
.widget-link-bar .list-unstyled > li {
  padding: 0;
}
.widget-link-bar .list-unstyled > li > a,
.widget-link-bar .list-unstyled > li > span {
  display: block;
  padding: 12px 18px;
  min-height: 36px;
  font-family: 'Source Sans Pro Light';
  font-size: 13px;
}
.widget-link-bar a,
.widget-link-bar span {
  color: #ffffff;
}
.widget-link-bar a:hover {
  text-decoration: underline;
}
.widget-link-bar.type-bottom {
  background-image: url('../assets/images/bkg-footer-pattern.png');
  background-repeat: repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-link-bar.type-bottom {
    background-size: 36px 36px;
    background-image: url('../assets/images/bkg-footer-pattern@2x.png');
  }
}
/* Logged in mobile menu */
.widget-login-menu-mobile {
  border-left: 1px solid #eeeeee;
  height: 70px;
  margin-bottom: 0 !important;
}
.widget-login-menu-mobile .person-icon,
.widget-login-menu-mobile .link-login {
  display: inline-block;
  height: 70px;
  text-align: center;
  width: 73px;
}
.widget-login-menu-mobile .link-login {
  color: #ffffff;
  padding-top: 15px;
}
.widget-login-menu-mobile .person-icon {
  background-image: url('../assets/images/ico-person-outline.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 25px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-login-menu-mobile .person-icon {
    background-size: 35px 34px;
    background-image: url('../assets/images/ico-person-outline@2x.png');
  }
}
.widget-login-menu-mobile .dropdown.open .selector-close {
  display: block;
}
.widget-login-menu-mobile .dropdown.open .person-icon {
  background-image: url('../assets/images/ico-person.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-login-menu-mobile .dropdown.open .person-icon {
    background-size: 35px 34px;
    background-image: url('../assets/images/ico-person@2x.png');
  }
}
.widget-login-menu-mobile .dropdown-menu {
  background-color: #f5f5f5;
  border: 0;
  left: auto;
  padding-bottom: 0;
  padding-top: 0;
  top: 90%;
  right: 0;
  width: 100vw;
}
.widget-login-menu-mobile .dropdown-menu li {
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 20px;
}
.widget-login-menu-mobile .dropdown-menu li:first-child {
  background-color: #444444;
  color: #ffffff;
}
.widget-login-menu-mobile .dropdown-menu li:last-child {
  border-color: #bbbbbb;
}
.widget-login-menu-mobile .dropdown-menu a {
  text-transform: uppercase;
  font-family: 'Source Sans Pro Bold';
  color: #333333;
}
/* Login Panel */
.widget-verisign {
  margin-top: 8px;
}
.widget-call-representatives .container {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 8px;
  height: 65px;
  line-height: 1.8em;
  text-align: left;
  font-family: 'Source Sans Pro Bold';
  font-size: 14px;
}
.widget-call-representatives .container .larger {
  font-size: 18px;
  font-family: 'Source Sans Pro Bold';
  color: #333333;
}
@media screen and (max-width: 757px) {
  .widget-call-representatives .container {
    height: auto;
  }
}
.widget-login-panel {
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .widget-login-panel .col-md-6:last-of-type {
    border-right: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 999px) {
  .widget-login-panel .col-md-6:last-of-type {
    margin-bottom: 10px;
  }
}
.widget-login-panel .form-group {
  width: 40%;
  vertical-align: top;
}
.widget-login-panel .form-group label {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 757px) {
  .widget-login-panel .form-group {
    margin-bottom: 20px;
    width: 100%;
  }
}
.widget-login-panel .form-group-button {
  padding-top: 24px;
  width: 18%;
}
@media screen and (max-width: 757px) {
  .widget-login-panel .form-group-button {
    padding-top: 0;
    width: 100%;
  }
  .widget-login-panel .form-group-button .btn {
    margin-top: 0;
  }
}
.widget-login-panel p {
  color: #333333;
}
.widget-login-panel .btn-default .btn-corner:after {
  border-right-color: #f9f9f9;
}
@media screen and (max-width: 757px) {
  .widget-login-panel .container {
    min-width: 100px;
  }
}
@media screen and (max-width: 999px) {
  .widget-login-panel aside p {
    padding-right: 50px;
  }
}
@media screen and (max-width: 757px) {
  .widget-login-panel-navbar {
    display: block !important;
  }
}
.widget-login-panel-navbar > li {
  margin: 0;
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 757px) {
  .widget-login-panel-navbar > li {
    border-color: transparent;
  }
  .widget-login-panel-navbar > li.type-cart {
    border-color: #eeeeee;
  }
}
.widget-login-panel-navbar > li > a {
  display: block;
  padding: 0;
  line-height: 1.4em;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #2e8237;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.widget-login-panel-navbar > li > a > span {
  display: block;
  padding: 14px 18px 0;
  min-height: 63px;
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-login-panel-navbar > li > a > span {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.widget-login-panel-navbar > li > a:focus,
.widget-login-panel-navbar > li > a:hover {
  background: #6cbb3f;
  color: #ffffff;
}
.widget-login-panel-navbar > li > a:active {
  background: #2e8237;
  color: #ffffff;
}
.widget-login-panel-navbar > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.widget-login-panel-navbar > li:last-child > a {
  border-right: 1px solid #dddddd;
}
.widget-login-panel-navbar > li.type-cart .cart-icon {
  display: block;
  margin: 1px 0 0;
  padding: 5px 0 0 5px;
  width: 35px;
  height: 34px;
  text-align: center;
  background-image: url('../assets/images/ico-cart.png');
  background-repeat: no-repeat;
  background-position: center 0;
  letter-spacing: 0.075em;
  font-family: 'Source Sans Pro Regular';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-login-panel-navbar > li.type-cart .cart-icon {
    background-size: 35px 34px;
    background-image: url('../assets/images/ico-cart@2x.png');
  }
}
.widget-login-panel-navbar > li.type-cart:focus .cart-icon,
.widget-login-panel-navbar > li.type-cart:hover .cart-icon {
  background-position: center -40px;
}
.widget-login-panel-navbar > li.type-reversed > a > span {
  padding-top: 23px;
}
.widget-login-panel-navbar > li.active {
  margin: -1px 0;
}
.widget-login-panel-navbar > li.active > a {
  position: relative;
  background: #f5f5f5;
}
.widget-login-panel-navbar > li.active > a > span {
  padding-top: 11px;
  min-height: 65px;
  border-top: 4px solid #6cbb3f;
  border-bottom: 1px solid #f5f5f5;
}
.widget-login-panel-navbar > li.active > a:focus,
.widget-login-panel-navbar > li.active > a:hover {
  color: #6cbb3f;
}
.widget-login-panel-navbar > li.active > a:active {
  color: #008640;
}
.widget-login-panel-navbar > li.active:first-child a {
  border-left: none;
}
.widget-login-panel-navbar > li.active:first-child a:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #ffffff;
  top: 0;
  right: -2px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.widget-login-panel-navbar > li.active:last-child:not(:first-child):before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #ffffff;
  top: 0;
  left: -1px;
}
.widget-login-panel-navbar > li.active:last-child:not(:first-child):after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #ffffff;
  top: 0;
  right: -1px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.widget-login-panel-navbar > li.active.type-reversed > a > span {
  border-top: none;
  padding-top: 23px;
  border-bottom: 4px solid #6cbb3f;
  background: transparent url('../assets/images/bkg-noise-grey.png') 0 0 repeat;
}
.widget-navbar-balance {
  display: block;
  padding: 0;
  line-height: 1.4em;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #444444;
  padding: 14px 18px 0;
  min-height: 63px;
}
.widget-navbar-balance .rewards-amount-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}
.widget-navbar-balance .rewards-amount-value:before {
  margin-top: -3px;
  margin-right: 2px;
  width: 19px;
  height: 12px;
  background-image: url('../assets/images/ico-fsdollars-green-xs.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: transparent;
  border-radius: 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-navbar-balance .rewards-amount-value:before {
    background-size: 19px 12px;
    background-image: url('../assets/images/ico-fsdollars-green-xs@2x.png');
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-navbar-balance {
    padding-left: 9px;
    padding-right: 9px;
  }
  .widget-navbar-balance .rewards-amount-value {
    max-width: 74px;
  }
}
/* Mega Menu */
@media screen and (max-width: 757px) {
  .wrapper-nav-panel {
    width: 100% !important;
  }
  .wrapper-nav-panel .dropdown-menu {
    overflow: scroll !important;
    left: -20px !important;
    right: -20px;
    position: absolute;
    margin: 0 !important;
    min-width: 330px !important;
    padding-bottom: 20px !important;
  }
  .scroll-off {
    overflow: hidden !important;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    -webkit-overflow-scrolling: none;
    backface-visibility: hidden;
    will-change: overflow;
    flex: 1;
  }
  .scroll-off #mega-menu > .dropdown-menu {
    overflow: auto !important;
    border: 0;
    height: 100%;
    width: 100vw;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    z-index: 900;
    top: 120px;
    left: 0 !important;
  }
  .scroll-off .megainner {
    position: fixed;
    height: 100%;
  }
  .scroll-off .mobile-menu-header {
    background-color: #6cbb3f !important;
    color: #ffffff;
    padding: 15px 15px 0;
    top: 0;
  }
  .scroll-off .mobile-menu-header h2 {
    display: inline-block;
    white-space: nowrap;
  }
  .scroll-off .mobile-menu-header .close-x {
    background-color: transparent !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    margin-top: 5px;
    padding: 0 !important;
  }
  .scroll-off .login-status-container {
    z-index: 1;
  }
}
.widget-search-bar-form {
  position: absolute;
  padding: 7px 0 0;
}
.widget-search-bar-form .form-control,
.widget-search-bar-form .tt-hint,
.widget-search-bar-form .tt-query {
  width: 314px;
}
@media screen and (max-width: 999px) {
  .widget-search-bar-form .form-control,
  .widget-search-bar-form .tt-hint,
  .widget-search-bar-form .tt-query {
    width: 184px;
  }
}
.widget-search-bar-form > .form-group {
  padding-right: 12px;
}
.widget-search-bar-form .btn-search {
  width: 60px;
  height: 38px;
  background-image: url('../assets/images/btn-search.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-search-bar-form .btn-search {
    background-size: 21px 21px;
    background-image: url('../assets/images/btn-search@2x.png');
  }
}
.widget-search-bar-form .btn-search .btn-corner:after {
  border-right-color: #eeeeee;
}
@media screen and (max-width: 999px) {
  .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }
  .widget-search-bar-wrapper {
    padding-left: 0;
  }
  .widget-search-bar-form .btn-search {
    width: 48px;
  }
}
@media screen and (max-width: 757px) {
  .widget-search-bar-wrapper {
    background-color: #ffffff;
    float: left;
    height: 63px;
    right: 40px;
    position: absolute;
    top: 0;
    width: 0 !important;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .widget-search-bar-wrapper.trigger-on {
    display: block;
    width: 100% !important;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .widget-search-bar-wrapper .form-group {
    width: 94%;
  }
  .widget-search-bar-wrapper .btn {
    position: absolute;
    visibility: hidden;
  }
  .widget-search-bar-wrapper .widget-search-bar-form {
    right: 10px;
    width: 100%;
    text-align: right;
  }
  .widget-search-bar-wrapper .twitter-typeahead {
    display: none;
    position: static !important;
    width: 100%;
  }
  .widget-search-bar-wrapper .tt-hint {
    display: none;
  }
  .widget-search-bar-wrapper .tt-query {
    background-image: url('../assets/images/btn-search-green.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    border-color: #ffffff !important;
    background-color: #ffffff;
    padding-left: 45px;
    width: 90% !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .widget-search-bar-wrapper .tt-query.trigger-on {
    border-color: #bbbbbb !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .widget-search-bar-wrapper .tt-dropdown-menu {
    display: none !important;
    left: auto !important;
    right: 0 !important;
  }
  .search-trigger-mobile {
    border: 0 !important;
    height: 63px;
    width: 74px;
  }
  .search-trigger-mobile .btn-search {
    background-image: url('../assets/images/btn-search-green.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #ffffff !important;
    border-left: 1px solid #e5e5e5 !important;
    border-right: 0 !important;
    height: 63px;
    position: absolute;
    top: 0;
    width: 74px;
  }
  .search-trigger-mobile .btn-search.trigger-on {
    background-image: url('../assets/images/ico-cancel.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .search-trigger-mobile .btn-search:hover,
  .search-trigger-mobile .btn-search:active {
    background-color: #ffffff !important;
  }
}
@media screen and (max-width: 757px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-search-bar-wrapper .tt-query {
    background-size: 21px 21px;
    background-image: url('../assets/images/btn-search-green@2x.png');
  }
}
@media screen and (max-width: 757px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .search-trigger-mobile .btn-search {
    background-size: 21px 21px;
    background-image: url('../assets/images/btn-search-green@2x.png');
  }
}
@media screen and (max-width: 757px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (max-width: 757px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .search-trigger-mobile .btn-search.trigger-on {
    background-size: 21px 21px;
    background-image: url('../assets/images/ico-cancel@2x.png');
  }
}
.widget-mega-menu {
  position: absolute;
  top: 50px;
  margin-top: 13px;
  width: 218px;
  background: none;
  z-index: 2;
}
@media screen and (max-width: 757px) {
  .widget-mega-menu {
    margin-top: 5px;
    top: 56px;
    width: 95%;
  }
}
.widget-mega-menu.status-drop-down-open {
  height: 676px;
}
.widget-mega-menu.status-mega-menu-open {
  width: 95%;
}
@media screen and (min-width: 758px) {
  .widget-mega-menu.status-mega-menu-open {
    width: 718px;
    -webkit-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1000px) {
  .widget-mega-menu.status-mega-menu-open {
    width: 940px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.widget-mega-menu.status-mega-menu-open #mega-menu > .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.widget-mega-menu .btn-close {
  display: block;
  float: right;
  width: 19px;
  height: 19px;
  background-image: url('../assets/images/ico-close.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-mega-menu .btn-close {
    background-size: 19px 19px;
    background-image: url('../assets/images/ico-close@2x.png');
  }
}
#mega-menu {
  width: 218px;
  margin-top: -50px;
}
@media screen and (max-width: 757px) {
  #mega-menu {
    margin-top: -55px;
    width: 100%;
  }
}
#mega-menu > .dropdown-menu {
  margin: 0;
  padding: 0;
  width: 218px;
  background-color: #e5e5e5;
  border-radius: 0;
  border: none;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
@media screen and (max-width: 757px) {
  #mega-menu > .dropdown-menu {
    top: 56px;
    height: 676px;
    overflow: visible;
  }
}
#mega-menu > .dropdown-menu > li {
  border-bottom: 1px solid #dddddd;
  background-color: #f5f5f5;
}
#mega-menu > .dropdown-menu > li > a {
  white-space: normal;
  padding: 8px 18px;
  line-height: 18px;
  color: #444444;
  overflow: hidden;
  outline: none;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
#mega-menu > .dropdown-menu > li > a:hover {
  background-color: #ffffff;
  color: #6cbb3f !important;
}
#mega-menu > .dropdown-menu > li > a:hover:active {
  background-color: #f5f5f5;
  color: #2e8237 !important;
}
#mega-menu > .dropdown-menu > li > a.maintainHover {
  background-color: #ffffff;
  color: #2e8237;
}
#mega-menu > .dropdown-menu > li.divider {
  margin: 0;
  height: 9px;
  background-image: url('../assets/images/bkg-mega-menu-divider.png');
  background-repeat: repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  #mega-menu > .dropdown-menu > li.divider {
    background-size: 26px 8px;
    background-image: url('../assets/images/bkg-mega-menu-divider@2x.png');
  }
}
#mega-menu > .dropdown-menu > li.secondary > a {
  background-color: #eeeeee;
  color: #777777;
}
#mega-menu > .dropdown-menu > li.secondary > a:focus {
  background-color: #ffffff;
  color: #2e8237;
}
#mega-menu > .dropdown-menu > li.secondary > a:hover {
  background-color: #ffffff;
  color: #6cbb3f !important;
}
#mega-menu > .dropdown-menu > li.secondary > a.maintainHover {
  background-color: #ffffff;
  color: #2e8237;
}
#mega-menu > .dropdown-toggle {
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 757px) {
  #mega-menu > .dropdown-toggle {
    display: inline-block;
  }
  #mega-menu > .dropdown-toggle:focus,
  #mega-menu > .dropdown-toggle:hover {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 758px) {
  #mega-menu > .dropdown-toggle {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#87c249), to(#17a351));
    background-image: -webkit-linear-gradient(top, #87c249, 0%, #17a351, 100%);
    background-image: -moz-linear-gradient(top, #87c249 0%, #17a351 100%);
    background-image: linear-gradient(to bottom, #87c249 0%, #17a351 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87c249', endColorstr='#ff17a351', GradientType=0);
    border-bottom: 1px solid #006631;
  }
}
#mega-menu > .dropdown-toggle > .dropdown-toggle-content {
  font-family: Kievit;
  display: block;
  padding: 17px 0 0 18px;
  min-height: 50px;
  background-image: url('../assets/images/ico-megamenu.png');
  background-repeat: no-repeat;
  background-position: 188px 50%;
  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  #mega-menu > .dropdown-toggle > .dropdown-toggle-content {
    background-size: 12px 10px;
    background-image: url('../assets/images/ico-megamenu@2x.png');
  }
}
@media screen and (max-width: 757px) {
  #mega-menu > .dropdown-toggle > .dropdown-toggle-content {
    font-family: 'Source Sans Pro Bold';
    background: url('../assets/images/ico-megamenu-green.png') no-repeat 0 50%;
    color: #2e8237;
    padding: 14px 0 0 35px;
  }
}
@media screen and (min-width: 758px) {
  #mega-menu > .dropdown-toggle:hover {
    background: #6cbb3f;
  }
  #mega-menu > .dropdown-toggle:hover:active {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#6cbb3f), to(#17a351));
    background-image: -webkit-linear-gradient(top, #6cbb3f, 0%, #17a351, 100%);
    background-image: -moz-linear-gradient(top, #6cbb3f 0%, #17a351 100%);
    background-image: linear-gradient(to bottom, #6cbb3f 0%, #17a351 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6cbb3f', endColorstr='#ff17a351', GradientType=0);
  }
}
.megainner {
  display: none;
  position: absolute;
  top: -50px;
  left: 217px;
  margin-top: 50px;
  padding: 0 20px;
  width: 722px;
  height: 675px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 0px 4px #e5e5e5;
  box-shadow: inset 1px 0px 4px #e5e5e5;
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .megainner {
    width: 500px;
  }
}
@media screen and (max-width: 757px) {
  .megainner {
    left: 0;
    top: -51px;
    width: 100%;
  }
}
.megainner .megainner-backto-categories {
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  background-color: #222222;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
}
.megainner .megainner-backto-categories a {
  color: #ffffff;
}
.megainner > .megainner-close {
  float: right;
  margin-top: 22px;
  width: 19px;
  height: 19px;
  background-color: #ffffff !important;
  background-image: url('../assets/images/ico-close.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .megainner > .megainner-close {
    background-size: 19px 19px;
    background-image: url('../assets/images/ico-close@2x.png');
  }
}
.megainner > .megainner-close:hover,
.megainner > .megainner-close:focus {
  background-position: center -20px;
}
.megainner > .megainner-close:active {
  background-position: center -40px;
}
.megainner > .megainner-close > span {
  display: none;
}
.megainner.open {
  display: block;
}
.megainner-title {
  margin-bottom: 15px;
  padding: 5px 0 0 0;
  min-height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  font-size: 22px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
}
@media screen and (max-width: 757px) {
  .megainner-title {
    display: none;
  }
}
.megainner-content {
  padding: 0;
}
.megainner-content:before,
.megainner-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.megainner-content:after {
  clear: both;
}
.megainner-content:before,
.megainner-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.megainner-content:after {
  clear: both;
}
.megainner-panel > ul {
  padding: 0;
  margin: 0 0 16px;
}
.megainner-panel > ul > li {
  margin: 0 0 12px;
}
.megainner-panel > ul > li a {
  font-size: 14px;
  text-transform: none;
}
.megainner-panel > ul > li > .list-unstyled > li {
  margin: 0 0 8px;
}
@media screen and (max-width: 757px) {
  .megainner-panel > ul.headered ul {
    display: none;
  }
}
.megainner-panel > ul.headered > li > h4 {
  margin-top: 0;
}
.megainner-panel > ul.headered > li > h4 > a {
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #333333;
}
.megainner-panel.megainner-panel-vert {
  border: none;
}
@media screen and (max-width: 999px) {
  .megainner-panel.megainner-panel-vert.megainner-panel-full-height {
    width: 190px;
  }
  .megainner-panel.megainner-panel-vert.megainner-panel-vert-double-wide {
    width: 270px;
  }
}
@media screen and (min-width: 758px) {
  .megainner-panel.megainner-panel-vert {
    float: left;
    padding-left: 18px;
    width: 230px;
  }
  .megainner-panel.megainner-panel-vert.megainner-panel-left {
    border-right: 1px solid #e5e5e5;
  }
  .megainner-panel.megainner-panel-vert.megainner-panel-right {
    border-left: 1px solid #e5e5e5 !important;
    position: relative;
    left: -1px;
  }
  .megainner-panel.megainner-panel-vert.megainner-panel-vert-double-wide {
    width: 450px;
  }
  .megainner-panel.megainner-panel-vert:first-child {
    padding-left: 0;
  }
}
.megainner-panel.megainner-panel-bottom {
  clear: left;
  height: auto;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 20px;
  width: 460px;
}
@media screen and (max-width: 757px) {
  .megainner-panel.megainner-panel-bottom {
    display: none;
  }
}
.megainner-panel.megainner-panel-bottom .megainner-panel-bottom-store-info {
  font-size: 14px;
  padding-top: 10px;
}
.megainner-panel.megainner-panel-bottom .megainner-panel-bottom-banner {
  margin-top: 10px;
}
.megainner-panel.megainner-panel-bottom .megainner-panel-bottom-banner > a img {
  border: 1px solid #e5e5e5;
}
.megainner-panel.megainner-panel-full-height {
  min-height: 636px;
}
.megainner-sidebar {
  position: absolute;
  right: 20px;
  top: 70px;
  height: 460px;
  width: 202px;
}
.megainner-sidebar img {
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 999px) {
  .megainner-sidebar {
    display: none;
  }
}
.megainner-panel-bottom .megainner-panel-bottom-tri-links {
  position: relative;
  top: 8px;
  margin-top: -10px !important;
  width: 480px;
  list-style: none;
}
.megainner-panel-bottom .megainner-panel-bottom-tri-links li {
  float: left;
}
.megainner-panel-bottom .megainner-panel-bottom-tri-links li a {
  display: block;
  margin-right: 20px;
}
.megainner-panel-bottom .megainner-panel-bottom-tri-links li img {
  display: block;
  border: 1px solid #e5e5e5;
}
.submenu-open .megainner {
  display: block;
}
.widget-mega-menu .btn-green {
  margin-left: -15px;
}
/* Modal Windows */
body.modal-open {
  margin-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 757px) {
  body.modal-open {
    position: fixed;
  }
}
.modal > .modal-dialog {
  width: 720px;
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog {
    margin-top: 10px;
    width: 100%;
  }
  .modal > .modal-dialog .widget-store-selector.type-selector {
    position: relative;
    left: 0;
    top: 0;
  }
}
.modal > .modal-dialog > .modal-content {
  border: none;
  overflow-x: hidden;
}
.modal > .modal-dialog > .modal-content > .modal-header {
  padding: 14px 20px 0;
  min-height: 50px;
  background-color: #6cbb3f;
  border-bottom: 1px solid #006631;
}
.modal > .modal-dialog > .modal-content > .modal-header > .heading {
  line-height: 32px;
  font-size: 22px;
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog > .modal-content > .modal-header > .heading {
    padding-right: 20px;
  }
}
.modal > .modal-dialog > .modal-content > .modal-header > .close-x {
  position: absolute;
  top: 18px;
  right: 20px;
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog > .modal-content > .modal-header > .close-x {
    right: 10px;
  }
}
.modal > .modal-dialog > .modal-content > .modal-body {
  position: relative;
  padding: 20px;
  border: none;
}
.modal > .modal-dialog > .modal-content > .modal-body:before,
.modal > .modal-dialog > .modal-content > .modal-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal > .modal-dialog > .modal-content > .modal-body:after {
  clear: both;
}
.modal > .modal-dialog > .modal-content > .modal-body:before,
.modal > .modal-dialog > .modal-content > .modal-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal > .modal-dialog > .modal-content > .modal-body:after {
  clear: both;
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog > .modal-content > .modal-body {
    max-height: 420px;
    overflow-y: auto;
  }
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen {
  display: block;
  position: relative;
  padding: 20px;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen.active {
  left: 0;
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen.active.left {
  left: -100%;
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen.active.right {
  left: 100%;
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen.next {
  position: absolute;
  top: 0;
  left: 100%;
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen.next.left,
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen.next.right {
  left: 0;
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row {
  position: relative;
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col {
  min-height: 390px;
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col {
    min-height: 1px;
  }
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col:first-child {
    padding-right: 10px;
  }
}
.modal > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col:last-child {
  padding-left: 30px;
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col:last-child {
    margin-top: 20px;
    padding-left: 15px;
  }
  .modal > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col:last-child h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog > .modal-content > .modal-body .btn-toolbar {
    margin-top: 0;
  }
}
.modal > .modal-dialog > .modal-content > .modal-body .modal-divider {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #dddddd;
  text-align: center;
}
@media screen and (max-width: 757px) {
  .modal > .modal-dialog > .modal-content > .modal-body .modal-divider {
    display: none;
  }
}
.modal > .modal-dialog > .modal-content > .modal-body .modal-divider > span {
  position: relative;
  display: inline-block;
  top: 135px;
  margin-left: -20px;
  padding: 10px 0;
  width: 41px;
  background-color: #fcfcfc;
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
}
.modal.modal-login > .modal-dialog > .modal-content {
  position: relative;
}
.modal.modal-login > .modal-dialog > .modal-content > .modal-body {
  padding: 0;
}
@media screen and (max-width: 757px) {
  .modal.modal-login > .modal-dialog > .modal-content > .modal-body {
    overflow-x: hidden;
    width: 100%;
  }
}
.modal.modal-login > .modal-dialog > .modal-content > .modal-body > .modal-screen {
  width: 700px;
}
@media screen and (max-width: 757px) {
  .modal.modal-login > .modal-dialog > .modal-content > .modal-body > .modal-screen {
    width: 100%;
  }
}
@media screen and (min-width: 758px) {
  .modal.modal-login > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col {
    min-height: 350px;
  }
  .modal.modal-login > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col:first-child {
    padding-right: 20px;
    border-left: 1px solid #e5e5e5;
  }
  .modal.modal-login > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col:last-child {
    padding-left: 20px;
  }
}
.modal.modal-login > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col > .paragraph {
  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
}
.modal.modal-login > .modal-dialog > .modal-content > .modal-body > .modal-screen > .row > .modal-col > .link-back {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}
.modal.modal-identify > .modal-dialog > .modal-content > .modal-body {
  padding: 0;
}
.modal.modal-identify > .modal-dialog > .modal-content > .modal-body > .alert.parsley-error-list {
  margin-left: 15px;
  margin-right: 15px;
}
.modal.modal-identify > .modal-dialog > .modal-content > .modal-body > .ajax-spinner {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 300;
}
.modal.modal-identify > .modal-dialog > .modal-content > .modal-body > .ajax-spinner > .spinner-inner {
  position: absolute;
  top: 45%;
  padding-top: 40px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: 'Source Sans Pro Bold';
  background-image: url('../assets/images/ico-ajax.gif');
  background-repeat: no-repeat;
  background-position: center top;
  color: #444444;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .modal.modal-identify > .modal-dialog > .modal-content > .modal-body > .ajax-spinner > .spinner-inner {
    background-size: auto 32px;
    background-image: url('../assets/images/ico-ajax@2x.gif');
  }
}
.modal.modal-identify > .modal-dialog > .modal-content .dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.modal-identify > .modal-dialog > .modal-content .dropdown > .dropdown-link > .store-selector-close {
  display: none;
}
.modal.modal-identify > .modal-dialog > .modal-content .dropdown > .dropdown-link > .list-unstyled > .link {
  padding: 0;
  background: none;
}
.modal.modal-identify > .modal-dialog > .modal-content .dropdown > .dropdown-menu {
  top: 36px;
  border-top: 0;
}
.modal.modal-identify > .modal-dialog > .modal-content .dropdown > .dropdown-menu > .list-unstyled {
  padding: 0;
}
.modal.modal-identify > .modal-dialog > .modal-content .dropdown > .dropdown-menu > .list-unstyled > .store-selector-back {
  margin-left: 3px;
}
.modal.modal-welcome {
  display: block;
}
.modal.modal-welcome > .modal-dialog {
  padding-top: 15px;
}
@media screen and (min-width: 758px) {
  .modal.modal-welcome > .modal-dialog {
    width: 760px;
  }
}
.modal.modal-welcome > .modal-dialog > .modal-content {
  position: relative;
  padding-top: 17px;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-header-bkg {
  min-height: 252px;
  background-color: #ffffff;
  background: #ffffff url('../assets/images/modal-rd1.jpg') 0 100% no-repeat;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-header {
  position: absolute;
  top: 17px;
  left: 0;
  border-bottom: none;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body {
  padding: 0;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen {
  padding: 5px 20px 20px;
}
@media screen and (min-width: 758px) {
  .modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen {
    width: 740px;
  }
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen > .list-tick {
  margin-bottom: 10px;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen > .modal-bold {
  font-family: 'Source Sans Pro Bold';
  font-size: 22px;
  color: #333333;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen > .widget-store-selector.type-selector > .dropdown {
  width: 700px;
  height: 346px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0 0 #777777;
  box-shadow: 0 0 0 #777777;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen > .widget-store-selector.type-selector > .dropdown .select-store {
  width: 700px;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen > .widget-store-selector.type-selector > .dropdown .select-store > li {
  float: left;
  margin-right: 5%;
  width: 28%;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen > .widget-store-selector.type-selector > .dropdown .select-store > li.store-selector-back {
  float: none;
  display: block;
}
.modal.modal-welcome > .modal-dialog > .modal-content > .modal-body > .modal-screen > .widget-store-selector.type-selector > .dropdown .select-store > li.store-selector-back > a {
  display: inline-block;
}
.modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer {
  position: relative;
  min-height: 192px;
}
@media screen and (min-width: 758px) {
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col:first-child {
    padding-right: 30px;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col:last-child {
    padding-left: 30px;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar {
    margin-bottom: 10px;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar:before,
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar:after {
    clear: both;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar:before,
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar:after {
    clear: both;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar > .modal-col {
    float: left;
    width: 50%;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar > .modal-col:first-child {
    padding-right: 5px;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar > .modal-col:last-child {
    padding-left: 5px;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-col > .btn-toolbar:last-child {
    margin-bottom: 0;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .link-select {
    display: block;
    padding: 8px 12px;
    border: 1px solid #dddddd;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    font-family: 'Source Sans Pro Bold';
    text-transform: uppercase;
  }
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .link-select:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 18px;
    width: 18px;
    height: 18px;
    background-image: url('../assets/images/ico-arrows.png');
    background-repeat: no-repeat;
    background-position: -40px -9px;
    content: "";
  }
}
@media screen and (min-width: 758px) and (screen) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 758px) and (screen) and (-moz-min-device-pixel-ratio: 1.5), screen and (min-width: 758px) and (screen) and (min-device-pixel-ratio: 1.5) {
  .modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .link-select:after {
    background-size: 75px 25px;
    background-image: url('../assets/images/ico-arrows@2x.png');
  }
}
.modal.modal-welcome > .modal-dialog > .modal-content .row-new-customer > .modal-divider > span {
  top: 82px;
  background-color: #fcfcfc;
}
.modal.modal-welcome > .modal-dialog > .modal-content .row-returning-customer {
  position: relative;
}
.modal.modal-welcome > .modal-dialog > .modal-content .row-returning-customer > .modal-col .form-control {
  margin-bottom: 10px;
}
.modal.modal-welcome > .modal-dialog > .modal-content .row-returning-customer > .modal-col:not(:first-of-type) {
  padding-left: 5px;
}
.modal.modal-welcome > .modal-dialog > .modal-content .row-returning-customer > .modal-col:not(:last-of-type) {
  padding-right: 5px;
}
.modal.modal-welcome.modal-inline {
  position: static;
  overflow: visible;
}
.modal.modal-welcome.modal-inline > .modal-dialog {
  padding: 0;
  width: 730px;
}
.modal.modal-welcome.modal-inline > .modal-dialog > .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal.modal-fast-cart .section {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.modal.modal-fast-cart .section > h2 {
  font-family: 'Source Sans Pro Bold';
  margin: 10px 0;
}
.modal.modal-fast-cart .section > ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.modal.modal-fast-cart .section > ul > li {
  margin: 0;
  margin-bottom: 1px;
  background-color: #f5f5f5;
}
.modal.modal-fast-cart .section > ul > li > label {
  padding: 14px 0 8px 12px;
  font-weight: normal;
}
.modal.modal-fast-cart .btn-default {
  margin-top: 20px;
}
.modal.modal-fast-cart #edit-fast-cart-name {
  width: 280px;
  height: 40px;
}
.modal.modal-dispatch [data-dispatch-type] {
  display: none;
}
.modal.modal-dispatch-address .btn-toolbar {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #dddddd;
}
.modal.modal-product-gallery .modal-dialog {
  width: 827px;
}
.modal.modal-rewards-change-account ul {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 16px;
}
.modal.modal-rewards-change-account ul > li {
  margin: 0;
  margin-bottom: 2px;
  padding: 8px 12px;
  line-height: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.modal.modal-rewards-change-account ul > li > label {
  float: left;
  font-family: 'Source Sans Pro Bold';
}
.modal.modal-rewards-change-account ul > li > a {
  color: #008640;
}
.modal.modal-rewards-change-account ul > li .balance {
  float: right;
  position: relative;
  text-align: right;
}
.modal.modal-rewards-change-account ul > li .rewards-balance-spacer {
  display: inline-block;
  min-width: 80px;
}
.modal.modal-rewards-change-account ul > li .rewards-balance-balance {
  display: inline-block;
  margin-left: .4em;
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  text-transform: none;
}
/* Old Browser */
.widget-old-browser {
  position: relative;
  display: none;
  padding-top: 10px;
  height: 80px;
}
.widget-old-browser > .row > .old-browser-col > h3 {
  margin: 0 0 5px;
  font-size: 15px;
  color: #6cbb3f;
}
.widget-old-browser > .row > .old-browser-col > p {
  font-size: 13px;
  color: #ffffff;
}
.widget-old-browser > .row > .old-browser-col > dl {
  margin: 0;
  padding-top: 5px;
}
.widget-old-browser > .row > .old-browser-col > dl:before,
.widget-old-browser > .row > .old-browser-col > dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-old-browser > .row > .old-browser-col > dl:after {
  clear: both;
}
.widget-old-browser > .row > .old-browser-col > dl:before,
.widget-old-browser > .row > .old-browser-col > dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-old-browser > .row > .old-browser-col > dl:after {
  clear: both;
}
.widget-old-browser > .row > .old-browser-col > dl > dd {
  float: left;
  padding-left: 20px;
}
.widget-old-browser > .row > .old-browser-col > dl > dd:first-of-type {
  padding-left: 0;
}
.widget-old-browser > .row > .old-browser-col > dl > dd a {
  display: block;
  width: 52px;
  height: 48px;
  text-indent: -9999px;
  background-image: url('../assets/images/ico-browser-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-old-browser > .row > .old-browser-col > dl > dd a {
    background-size: 262px 48px;
    background-image: url('../assets/images/ico-browser-sprite@2x.png');
  }
}
.widget-old-browser > .row > .old-browser-col > dl > dd.ie a {
  background-position: 0 0;
}
.widget-old-browser > .row > .old-browser-col > dl > dd.ff a {
  background-position: -140px 0;
}
.widget-old-browser > .row > .old-browser-col > dl > dd.ch a {
  background-position: -210px 0;
}
.widget-old-browser > .row > .old-browser-col > dl > dd.sf a {
  background-position: -71px 0;
}
.widget-old-browser.type-os-win > .old-browser-col > dl > dd.sf {
  display: none;
}
.widget-old-browser.type-os-mac > .old-browser-col > dl > dd.ie {
  display: none;
}
.widget-old-browser.type-os-unknown > .old-browser-col > dl > dd.sf,
.widget-old-browser.type-os-unknown > .old-browser-col > dl > dd.ie {
  display: none;
}
.widget-old-browser > .ico-close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 5px 30px 0 12px;
  min-height: 29px;
  background: url('../assets/images/ico-close-light.png') 84% 8px no-repeat #333333;
  text-align: center;
  font-size: 14px;
  font-family: 'Source Sans Pro Regular';
  text-transform: uppercase;
  color: #f5f5f5;
  z-index: 2;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.widget-old-browser > .ico-close:hover,
.widget-old-browser > .ico-close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* Product Grid */
.stock-level {
  float: left;
  height: 63px;
  margin-right: 10px;
  width: 38px;
}
@media screen and (max-width: 757px) {
  .stock-level {
    margin-top: 1px;
  }
}
.stock-level.stock-level-instock {
  background-image: url('../assets/images/ico-personalisation-instock.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .stock-level.stock-level-instock {
    background-size: 38px 61px;
    background-image: url('../assets/images/ico-personalisation-instock@2x.png');
  }
}
.stock-level.stock-level-outofstock {
  background-image: url('../assets/images/ico-personalisation-outofstock.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .stock-level.stock-level-outofstock {
    background-size: 38px 61px;
    background-image: url('../assets/images/ico-personalisation-outofstock@2x.png');
  }
}
.stock-level.stock-level-lowstock {
  background-image: url('../assets/images/ico-personalisation-lowstock.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .stock-level.stock-level-lowstock {
    background-size: 38px 61px;
    background-image: url('../assets/images/ico-personalisation-lowstock@2x.png');
  }
}
.stock-level.stock-level-instoreonly {
  background-image: url('../assets/images/ico-personalisation-instoreonly.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .stock-level.stock-level-instoreonly {
    background-size: 38px 62px;
    background-image: url('../assets/images/ico-personalisation-instoreonly@2x.png');
  }
}
.stock-level.stock-level-specialorder {
  background-image: url('../assets/images/ico-personalisation-specialorder.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .stock-level.stock-level-specialorder {
    background-size: 38px 63px;
    background-image: url('../assets/images/ico-personalisation-specialorder@2x.png');
  }
}
.stock-level.stock-level-onlineonly {
  background-image: url('../assets/images/ico-personalisation-onlineonly.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .stock-level.stock-level-onlineonly {
    background-size: 38px 62px;
    background-image: url('../assets/images/ico-personalisation-onlineonly@2x.png');
  }
}
.btn-toolbar .stock-level {
  margin-left: 20px;
}
@media screen and (max-width: 757px) {
  .btn-toolbar .stock-level {
    margin-left: 55px;
  }
}
.type-three-per-row .btn-toolbar .stock-level {
  margin-left: 17px;
}
@media screen and (max-width: 757px) {
  .type-three-per-row .btn-toolbar .stock-level {
    margin-left: 45px;
  }
}
@media screen and (max-width: 757px) {
  .confirmation .stock-level {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .widget-product-details > .row > .col-image {
    width: 53.76344086021505%;
    min-width: 500px;
    float: left;
  }
  .widget-product-details > .row > .col-details {
    width: 44.946236559139784%;
    float: right;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-product-details > .row > .col-details {
    margin-bottom: 20px;
  }
}
.widget-product-image-gallery > ul.list-unstyled {
  margin: 0;
}
.widget-product-image-gallery > ul.list-unstyled:before,
.widget-product-image-gallery > ul.list-unstyled:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-image-gallery > ul.list-unstyled:after {
  clear: both;
}
.widget-product-image-gallery > ul.list-unstyled:before,
.widget-product-image-gallery > ul.list-unstyled:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-image-gallery > ul.list-unstyled:after {
  clear: both;
}
.widget-product-image-gallery > ul.list-unstyled > li {
  float: left;
}
.widget-product-image-gallery > ul.list-unstyled > li.large {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.widget-product-image-gallery > ul.list-unstyled > li.large.active {
  border-color: #6cbb3f;
}
.widget-product-image-gallery > ul.list-unstyled > li.large.active:hover {
  border-color: #6cbb3f;
}
.widget-product-image-gallery > ul.list-unstyled > li.large img {
  display: block;
  width: 100%;
}
.widget-product-image-gallery > ol {
  margin: 0 0 -10px;
}
.widget-product-image-gallery > ol:before,
.widget-product-image-gallery > ol:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-image-gallery > ol:after {
  clear: both;
}
.widget-product-image-gallery > ol:before,
.widget-product-image-gallery > ol:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-image-gallery > ol:after {
  clear: both;
}
.widget-product-image-gallery > ol > li {
  float: left;
}
.widget-product-image-gallery > ol > li.thumb {
  margin: 0 10px 10px 0;
  min-height: 64px;
  border: 1px solid #e5e5e5;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
}
.widget-product-image-gallery > ol > li.thumb.active {
  border-color: #6cbb3f;
}
.widget-product-image-gallery > ol > li.thumb:hover {
  border-color: #6cbb3f !important;
}
.widget-product-image-gallery > ol > li.thumb:last-child {
  margin-right: 0;
}
.widget-product-image-gallery > ol > li.thumb > a {
  line-height: 64px;
}
@media screen and (max-width: 757px) {
  .widget-product-image-gallery > ol {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
  }
  .widget-product-image-gallery > ol > .thumb {
    display: inline-block;
    float: none !important;
    margin-left: 0;
    margin-right: 0 !important;
    min-width: none;
    max-width: none;
    width: 23% !important;
  }
  .widget-product-image-gallery > ol > .thumb:last-child {
    margin-left: 0;
  }
  .widget-product-image-gallery > ol:after {
    content: "";
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 100%;
  }
}
.widget-product-image-gallery > ol.carousel-indicators {
  position: relative;
  margin: 0;
  left: auto;
  width: auto;
  bottom: 0;
  text-align: left;
}
.widget-product-image-gallery > ol.carousel-indicators > li {
  margin: 0 10px 0 0;
  width: auto;
  height: auto;
  text-indent: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.widget-product-image-gallery > ol.carousel-indicators > li:last-child {
  margin-right: 0;
}
.widget-product-image-gallery.type-product-page-view > ul > li.large {
  width: 100%;
}
.widget-product-image-gallery.type-product-page-view > ul > li.large img {
  display: none;
}
.widget-product-image-gallery.type-product-page-view > ul > li.large img.active {
  display: block;
}
@media screen and (min-width: 1000px) {
  .widget-product-image-gallery.type-product-page-view > ul > li.large {
    max-width: 480px;
    min-height: 360px;
    cursor: pointer;
  }
}
@media screen and (max-width: 999px) {
  .widget-product-image-gallery.type-product-page-view > ul > li.large {
    max-width: 100%;
    max-height: 529px;
  }
}
.widget-product-image-gallery.type-product-page-view > ul > li.large > .list-custom-buttons {
  display: block;
  position: absolute;
  right: -6px;
  bottom: 10px;
}
@media screen and (max-width: 999px) {
  .widget-product-image-gallery.type-product-page-view > ul > li.large > .list-custom-buttons {
    display: none;
  }
}
.widget-product-image-gallery.type-product-page-view > ul > li.large:hover > .list-custom-buttons > li.type-button-icon-zoom > a {
  background-position: 0 -40px;
}
.widget-product-image-gallery.type-product-page-view > ol > li.thumb {
  width: 100%;
  max-width: 88px;
  min-height: 64px;
}
@media screen and (max-width: 999px) {
  .widget-product-image-gallery.type-product-page-view > ol > li.thumb {
    max-width: 129px;
  }
  .widget-product-image-gallery.type-product-page-view > ol > li.thumb:last-child {
    margin-left: 1px;
  }
}
.widget-product-image-gallery.type-product-page-view > ol > li.thumb img {
  width: 100%;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large {
  width: 765px;
  min-height: 573px;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li {
  position: relative;
  width: 20%;
  min-height: 573px;
  cursor: pointer;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li > span {
  display: block;
  margin: 299px 0 0 0;
  width: 37px;
  height: 36px;
  text-indent: -9999px;
  background-image: url('../assets/images/btn-slideshow-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li > span {
    background-size: 75px 73px;
    background-image: url('../assets/images/btn-slideshow-sprite@2x.png');
  }
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li.icon-prev {
  float: left;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li.icon-prev > span {
  margin-left: -5px;
  float: left;
  background-position: 0 0;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li.icon-prev:hover span {
  background-position: 0 100%;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li.icon-next {
  float: right;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li.icon-next > span {
  margin-right: -5px;
  float: right;
  background-position: 100% 0;
}
.widget-product-image-gallery.type-modal-window-view > ul > li.large ul.modal-navigation > li.icon-next:hover span {
  background-position: 100% 100%;
}
.widget-product-image-gallery.type-modal-window-view > ol > li.thumb {
  min-height: 107px;
  width: 145px;
}
@media screen and (max-width: 757px) {
  .widget-product-details-tabs .col-content {
    clear: both;
  }
}
.widget-product-details-tabs .nav-tabs {
  border-color: #e5e5e5;
}
@media screen and (max-width: 757px) {
  .widget-product-details-tabs .nav-tabs {
    float: left;
  }
}
.widget-product-details-tabs .nav-tabs > li {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 757px) {
  .widget-product-details-tabs .nav-tabs > li {
    width: 100%;
  }
}
.widget-product-details-tabs .nav-tabs > li > a {
  display: block;
  margin: 0;
  padding: 10px 2px;
  border: none;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  text-transform: uppercase;
  color: #008640;
}
@media screen and (max-width: 757px) {
  .widget-product-details-tabs .nav-tabs > li > a {
    padding-top: 0;
  }
}
.widget-product-details-tabs .nav-tabs > li > a:hover {
  color: #6cbb3f;
  background: none;
  border: none;
}
.widget-product-details-tabs .nav-tabs > li.active a {
  color: #333333;
  border: none;
}
@media screen and (max-width: 999px) {
  .widget-product-details-tabs .nav-tabs > li {
    float: left;
    border-top: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .widget-product-details-tabs .nav-tabs {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-product-details-tabs .nav-tabs {
    margin-top: -10px;
  }
}
.widget-product-details-tabs .tab-content {
  clear: both;
}
.widget-product-details-tabs .tab-content ul,
.widget-product-details-tabs .tab-content ol {
  margin-bottom: 20px;
  -webkit-padding-start: 20px;
  -moz-padding-start: 20px;
  -o-padding-start: 20px;
  padding-start: 20px;
}
.widget-product-details-tabs .tab-content ul li,
.widget-product-details-tabs .tab-content ol li {
  margin-bottom: 5px;
}
.widget-product-details-tabs .tab-content p.link {
  margin-bottom: 0;
}
.widget-product-details-tabs .tab-content p.link a {
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  font-size: 16px;
}
.widget-help-popover {
  top: 20px;
  position: absolute;
  right: 0;
  right: 10px;
}
.widget-help-popover > .link {
  display: block;
  padding: 2px 40px 0 0;
  min-width: 32px;
  height: 32px;
  background-image: url('../assets/images/ico-help.png');
  background-repeat: no-repeat;
  background-position: right 0;
  font-size: 18px;
  font-family: 'Source Sans Pro Bold';
  color: #333333;
  -webkit-transition: none;
  transition: none;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-help-popover > .link {
    background-size: 32px 32px;
    background-image: url('../assets/images/ico-help@2x.png');
  }
}
.widget-help-popover > .link:hover {
  background-position: right -40px;
  color: #6cbb3f;
}
.section-help {
  position: absolute;
  right: 0;
}
.section-help > .link {
  display: block;
  padding: 2px 40px 0 0;
  min-width: 32px;
  height: 32px;
  background-image: url('../assets/images/ico-help.png');
  background-repeat: no-repeat;
  background-position: right 0;
  font-size: 18px;
  font-family: 'Source Sans Pro Bold';
  color: #333333;
  -webkit-transition: none;
  transition: none;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .section-help > .link {
    background-size: 32px 32px;
    background-image: url('../assets/images/ico-help@2x.png');
  }
}
.section-help > .link:hover {
  background-position: right -40px;
  color: #6cbb3f;
}
.section-help.header {
  float: right;
  margin: 20px 0 0;
}
@media screen and (max-width: 757px) {
  .section-help.header {
    float: none;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    text-align: right;
  }
}
@media screen and (min-width: 758px) {
  .section-help.header {
    position: relative;
  }
}
.widget-product-details-content {
  position: relative;
}
.widget-product-details-content > .section-logo {
  margin-bottom: 20px;
}
.widget-product-details-content > .section-title > h1 {
  margin: 0 0 5px;
  font-size: 22px;
  font-family: 'Source Sans Pro Bold';
  color: #333333;
}
.widget-product-details-content > .section-title #product-sku {
  color: #9b9b9b;
  margin-bottom: 5px;
}
.widget-product-details-content .section-alert {
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-alert {
    position: absolute;
    margin: -10px 0 0 0;
    width: 400px;
    right: 0;
  }
}
.widget-product-details-content .section-alert .alert {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.widget-product-details-content .section-alert .alert a {
  font-weight: bold;
}
.widget-product-details-content > .section-price {
  margin-bottom: 10px;
}
@media screen and (min-width: 758px) {
  .widget-product-details-content > .section-price.call-to-order {
    margin-top: 30px;
  }
}
.widget-product-details-content > .section-price > p {
  margin: 0;
}
.widget-product-details-content > .section-price > p.widget-rewards-snippet .rewards-sign-icon.no-plus {
  color: #000;
  font-size: 34px;
}
.widget-product-details-content > .section-price > p.rrp {
  min-height: 22px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  color: #333333;
}
.widget-product-details-content > .section-price > p.price {
  font-family: 'Source Sans Pro Bold';
  font-size: 34px;
}
.widget-product-details-content > .section-price > p.was {
  margin-bottom: 3px;
  font-size: 12px;
}
.widget-product-details-content > .section-price > p.my-price {
  margin-bottom: 3px;
  font-size: 12px;
  color: #ffb405;
  font-weight: bold;
}
.widget-product-details-content > .section-price > p.special {
  margin-bottom: 3px;
}
.widget-product-details-content > .section-price > p.special.special-primary {
  color: #ffb405;
  line-height: 1;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}
.widget-product-details-content > .section-price > p.special.special-secondary {
  color: #444444;
  font-size: 12px;
  font-weight: bold;
}
.widget-product-details-content > .section-price > p.price-note {
  line-height: 40px;
}
.widget-product-details-content > .section-price > p.price-note > .rewards-amount-value:before {
  margin-top: -3px;
  margin-right: 2px;
  width: 19px;
  height: 12px;
  background-image: url('../assets/images/ico-fsdollars-green-xs.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: transparent;
  border-radius: 0;
}
.widget-product-details-content .section-fast-cart {
  position: absolute;
  right: 0;
  margin-top: -30px;
}
@media screen and (max-width: 757px) {
  .widget-product-details-content .section-fast-cart {
    position: relative;
    margin: 0 0 10px 5px;
  }
}
.widget-product-details-content .section-fast-cart a {
  font-family: 'Source Sans Pro Bold';
  display: inline-block;
  text-transform: uppercase;
}
.widget-product-details-content .section-fast-cart a:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -4px;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #008640;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  background-image: url('../assets/images/ico-add-to-fast-cart-white.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-details-content .section-fast-cart a:before {
    background-size: 100% 100%;
    background-image: url('../assets/images/ico-add-to-fast-cart-white@2x.png');
  }
}
.widget-product-details-content .section-fast-cart a:hover:before {
  background-color: #6cbb3f;
}
.widget-product-details-content .section {
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.widget-product-details-content .section:not(:first-child) {
  padding-top: 0;
  border-top: none;
}
.widget-product-details-content .section:last-child {
  margin-bottom: 0;
}
.widget-product-details-content .section-check-availability {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.widget-product-details-content .section-check-availability:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-check-availability {
    padding: 0;
    vertical-align: top;
    border: none;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-product-details-content .section-check-availability {
    display: inline-block;
  }
}
.widget-product-details-content .section-coming-soon {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.widget-product-details-content .section-coming-soon:first-child {
  padding-top: 0;
  border-top: none;
}
.widget-product-details-content .section-coming-soon:last-child {
  margin-bottom: 0;
}
.widget-product-details-content .btn-product-details-check-store {
  padding: 13px 25px 13px 58px;
  width: 100%;
  min-height: 50px;
  background-image: url('../assets/images/ico-store.png');
  background-repeat: no-repeat;
  background-position: 12px 0px;
  background-color: #fcfcfc;
  text-align: left;
  text-transform: none;
  color: #00b1ee;
}
@media screen and (max-width: 757px) {
  .widget-product-details-content .btn-product-details-check-store {
    padding-left: 48px;
  }
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-details-content .btn-product-details-check-store {
    background-size: auto 50px;
    background-image: url('../assets/images/ico-store@2x.png');
  }
}
.widget-product-details-content .btn-product-details-check-store:before {
  border: 1px solid #00b1ee;
}
.widget-product-details-content .btn-product-details-check-store:hover,
.widget-product-details-content .btn-product-details-check-store:active {
  background-position: 12px -50px;
  background-color: #00b1ee !important;
  color: #ffffff !important;
}
.widget-product-details-content .section-collect:not(:first-child) {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.widget-product-details-content .section-collect:not(:last-child) {
  margin-bottom: 10px;
}
.widget-product-details-content .section-stock {
  padding-right: 10px;
}
.widget-product-details-content .section-stock:not(:first-child) {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.widget-product-details-content .section-stock:not(:last-child) {
  margin-bottom: 10px;
}
.widget-product-details-content .section-stock:before,
.widget-product-details-content .section-stock:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-stock:after {
  clear: both;
}
.widget-product-details-content .section-stock:before,
.widget-product-details-content .section-stock:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-stock:after {
  clear: both;
}
.widget-product-details-content .section-stock .row-level:not(:last-child) {
  margin-bottom: 2px;
}
.widget-product-details-content .section-stock .row-message ul,
.widget-product-details-content .section-stock .row-message p {
  margin-bottom: 0;
}
.widget-product-details-content .section-stock .row-message:not(:last-child) {
  margin-bottom: 10px;
}
.widget-product-details-content .section-stock .row-message.row-message-offset {
  padding-left: 50px;
}
.widget-product-details-content .section-stock .available h6 {
  margin: 0 0 5px;
  font-family: 'Source Sans Pro Bold';
  font-size: 18px;
}
.widget-product-details-content .section-stock .available p:not(:last-child) {
  margin-bottom: 2px;
}
@media screen and (max-width: 757px) {
  .widget-product-details-content .section-availability {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.widget-product-details-content .section-availability .form-group {
  margin-bottom: 10px;
  overflow: hidden;
}
.widget-product-details-content .section-availability .form-group:last-child {
  margin-bottom: 0;
}
.widget-product-details-content .section-availability .form-element.select.pull-right {
  width: 220px!important;
}
.widget-product-details-content .section-availability .form-quantity {
  margin-bottom: 15px;
}
@media screen and (max-width: 757px) {
  .widget-product-details-content .section-availability .form-quantity .confirmation input {
    width: 64px;
  }
  .widget-product-details-content .section-availability .form-quantity .confirmation .btn-green {
    float: right;
    margin-top: 0;
    padding: 8px 10px;
    width: auto;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-product-details-content .section-availability .form-quantity.form-validate-quantity {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .widget-product-details-content .section-availability .form-quantity.form-validate-quantity:before,
  .widget-product-details-content .section-availability .form-quantity.form-validate-quantity:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .widget-product-details-content .section-availability .form-quantity.form-validate-quantity:after {
    clear: both;
  }
  .widget-product-details-content .section-availability .form-quantity.form-validate-quantity:before,
  .widget-product-details-content .section-availability .form-quantity.form-validate-quantity:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .widget-product-details-content .section-availability .form-quantity.form-validate-quantity:after {
    clear: both;
  }
  .widget-product-details-content .section-availability .form-quantity .selector-type-select {
    display: inline-block;
    vertical-align: bottom;
  }
  .widget-product-details-content .section-availability .form-quantity .confirmation {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 10px;
  }
}
.widget-product-details-content .section-availability .selector-type:before,
.widget-product-details-content .section-availability .selector-type:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-availability .selector-type:after {
  clear: both;
}
.widget-product-details-content .section-availability .selector-type:before,
.widget-product-details-content .section-availability .selector-type:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-availability .selector-type:after {
  clear: both;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes {
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-style-sizes {
    display: inline-block;
  }
  .widget-product-details-content .section-availability .selector-type.selector-style-sizes + form.form-quantity.form-validate-quantity {
    position: relative;
    top: -10px;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-style-sizes {
    margin-right: 30px;
  }
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes label {
  font-weight: normal;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes .control-label.large {
  width: 120px!important;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes .control-label.label-block {
  float: none !important;
  display: block;
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-style-sizes .control-label.pull-left {
    float: none !important;
    display: block;
  }
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes .control-label span {
  font-weight: bold;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes .form-element {
  clear: none;
  float: left;
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-style-sizes .form-element {
    float: none;
    display: inline-block;
    margin-right: 10px;
    padding-top: 5px;
  }
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes .help-block {
  float: right;
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-style-sizes .help-block {
    float: none;
    display: inline-block;
  }
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled {
  margin: 0;
  min-height: 37px;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled.product-links {
  margin: 10px 0 0;
  color: black;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li {
  position: relative;
  margin: 0 0 5px;
  padding: 0;
  width: 42px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  -webkit-transition: color 200ms, border-color 200ms;
  transition: color 200ms, border-color 200ms;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li a {
  color: #333333;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-image: url('../assets/images/ico-arrow-selection.png');
  background-repeat: no-repeat;
  background-position: center 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li:before {
    background-size: 10px 5px;
    background-image: url('../assets/images/ico-arrow-selection@2x.png');
  }
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li:hover {
  color: #6cbb3f;
  border-color: #6cbb3f;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li:hover > a {
  color: #6cbb3f;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li:hover:before {
  background-position: center -10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li.active {
  color: #008640;
  border-color: #2e8237;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li.active > a {
  cursor: default;
  color: #008640;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li.active input {
  cursor: default;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li.active:before {
  background-position: center -20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li.disabled {
  border-color: #dddddd;
  color: #dddddd;
  cursor: default;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li.disabled > a {
  color: #dddddd;
  cursor: default;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li.disabled input {
  cursor: default;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li.disabled:before {
  background-position: center -30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li span,
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li a {
  display: block;
  padding: 5px 2px;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection .list-unstyled > li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  cursor: pointer;
  background: orange;
  margin-top: 0 !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection:before,
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection:after {
  clear: both;
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection:before,
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-availability .selector-type.selector-style-sizes > .selection:after {
  clear: both;
}
.widget-product-details-content .section-availability .selector-type.selector-type-select label {
  font-weight: normal;
}
.widget-product-details-content .section-availability .selector-type.selector-type-select .pull-left.control-label {
  padding-top: 10px;
  width: 85px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-type-select .pull-left.control-label {
    float: none !important;
    display: block;
    vertical-align: bottom;
    margin-bottom: 8px;
  }
}
.widget-product-details-content .section-availability .selector-type.selector-type-select .pull-right {
  padding-top: 10px;
}
.widget-product-details-content .section-availability .selector-type.selector-type-select .form-element.select {
  float: left;
  margin-right: 10px;
  width: 100px;
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-type-select .form-element.select {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 757px) {
  .widget-product-details-content .section-availability .selector-type.selector-type-select + .selector-type-select .form-element.select {
    margin-right: 0;
  }
}
.widget-product-details-content .section-availability .selector-type.selector-type-select .help-block {
  float: right;
  margin: 0;
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-type-select .help-block {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 757px) {
  .widget-product-details-content .section-availability .selector-type.selector-type-radio {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .widget-product-details-content .section-availability .selector-type.selector-type-radio > .form-element > .selection > .selector-group {
    margin-bottom: 3px;
  }
}
.widget-product-details-content .section-availability .confirmation:before,
.widget-product-details-content .section-availability .confirmation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-availability .confirmation:after {
  clear: both;
}
.widget-product-details-content .section-availability .confirmation:before,
.widget-product-details-content .section-availability .confirmation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-availability .confirmation:after {
  clear: both;
}
.widget-product-details-content .section-availability .confirmation img {
  float: left;
  margin-right: 15px;
}
.widget-product-details-content .section-availability .confirmation label {
  float: left;
  padding-top: 10px;
  width: 85px;
  text-transform: uppercase;
}
@media screen and (max-width: 757px) {
  .widget-product-details-content .section-availability .confirmation label {
    display: block;
    float: none;
    padding-top: 0;
  }
}
.widget-product-details-content .section-availability .confirmation input {
  float: left;
  margin-right: 10px;
  width: 80px;
}
.widget-product-details-content .section-availability .confirmation button {
  float: left;
  padding: 8px 14px;
}
.widget-product-details-content .section-availability .type-collect {
  padding: 4px 0 0 28px;
  position: relative;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}
.widget-product-details-content .section-availability .type-collect:before {
  background-image: url('../assets/images/ico-stock-delivery.png');
  background-repeat: no-repeat;
  background-position: 0 -110px;
  content: "";
  display: inline-block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-details-content .section-availability .type-collect:before {
    background-size: 16px 25px;
    background-image: url('../assets/images/ico-stock-delivery@2x.png');
  }
}
.widget-product-details-content .section-availability .type-special p:not(:last-child) {
  margin-bottom: 5px;
}
.widget-product-details-content .section-availability .type-discontinued:before,
.widget-product-details-content .section-availability .type-discontinued:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-availability .type-discontinued:after {
  clear: both;
}
.widget-product-details-content .section-availability .type-discontinued:before,
.widget-product-details-content .section-availability .type-discontinued:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-details-content .section-availability .type-discontinued:after {
  clear: both;
}
.widget-product-details-content .section-availability .type-discontinued .replacement-product:link,
.widget-product-details-content .section-availability .type-discontinued .replacement-product:visited {
  color: #333333;
}
.widget-product-details-content .section-availability .type-discontinued .replacement-product:hover {
  color: #6cbb3f;
}
.widget-product-details-content .section-availability .type-discontinued h6 {
  margin: 0 0 15px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  color: #ffb405;
}
.widget-product-details-content .section-availability .type-discontinued p {
  margin-bottom: 5px;
}
.widget-product-details-content .section-availability .type-discontinued p:last-of-type {
  margin-bottom: 0;
}
.widget-product-details-content .section-availability .type-discontinued .image {
  margin: 0 20px 5px 0;
  width: 132px;
  border: 1px solid #e5e5e5;
}
.widget-product-details-content .section-availability .type-discontinued .title-price {
  width: 200px;
}
.widget-product-details-content .section-availability .type-discontinued .title-price h4 {
  margin: 0 0 5px 0;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  line-height: 20px;
}
.widget-product-details-content .section-availability .type-discontinued .title-price p {
  margin: 0;
  font-family: 'Source Sans Pro Bold';
  font-size: 24px;
}
.widget-product-details-content .section-availability .btn-corner:after {
  border-right-color: #fcfcfc;
}
.widget-rewards-snippet {
  margin-bottom: 3px;
  font-size: 16px;
  font-family: 'Source Sans Pro Bold';
  color: #65b734;
}
.widget-rewards-snippet.type-large {
  bottom: -1px;
}
.widget-rewards-snippet .rewards-sign-icon {
  position: relative;
  margin-left: 2px;
  font-size: 28px;
  font-family: 'Source Sans Pro Bold';
  color: #65b734;
}
.widget-rewards-snippet .rewards-sign-icon:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 46px;
  height: 19px;
  background-image: url('../assets/images/ico-fsdollars-green-large.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-rewards-snippet .rewards-sign-icon:before {
    background-size: 46px 19px;
    background-image: url('../assets/images/ico-fsdollars-green-large@2x.png');
  }
}
.widget-rewards-snippet .rewards-sign-icon.no-plus:before {
  width: 38px;
  height: 24px;
  background-image: url('../assets/images/ico-fsdollars-green-detail.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-rewards-snippet .rewards-sign-icon.no-plus:before {
    background-size: 38px 24px;
    background-image: url('../assets/images/ico-fsdollars-green-detail@2x.png');
  }
}
.product-reward .widget-rewards-snippet .rewards-sign-icon {
  color: #333333;
}
.widget-rewards-snippet.type-small {
  font-size: 14px;
}
.widget-rewards-snippet.type-small .rewards-sign-icon {
  font-size: 25px;
}
.widget-rewards-snippet.type-small .rewards-sign-icon:before {
  width: 38px;
  height: 16px;
  background-size: contain;
}
.widget-rewards-snippet.type-small .rewards-sign-icon.no-plus:before {
  width: 24px;
}
/* Product Listing */
.widget-product-listing-tabbed > .product-tabs > .nav-tabs > li > a,
.widget-product-listing-tabbed > .product-tabs > .pull-right {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
  text-transform: uppercase;
}
.widget-product-listing-tabbed > .product-tabs > .nav-tabs > li > a:hover,
.widget-product-listing-tabbed > .product-tabs > .pull-right:hover {
  border: none;
  background: none;
}
.widget-product-listing-tabbed > .product-tabs > .nav-tabs {
  margin: 0 0 20px;
  border-color: #e5e5e5;
}
@media screen and (max-width: 757px) {
  .widget-product-listing-tabbed > .product-tabs > .nav-tabs {
    margin-bottom: 5px;
  }
}
.widget-product-listing-tabbed > .product-tabs > .nav-tabs > li {
  margin: 0;
  margin-right: 25px;
}
.widget-product-listing-tabbed > .product-tabs > .nav-tabs > li > a {
  color: #333333;
  font-family: 'Source Sans Pro Bold';
}
.widget-product-listing-tabbed > .product-tabs > .nav-tabs > li > a:hover {
  color: #6cbb3f;
}
.widget-product-listing-tabbed > .product-tabs > .nav-tabs > li.active > a {
  margin-top: -2px;
  font-family: 'Source Sans Pro Bold';
}
.widget-product-listing-tabbed > .product-tabs > .nav-tabs > li.active > a:hover {
  color: #333333;
}
.widget-product-listing-tabbed > .product-tabs > .nav-tabs > li:last-of-type {
  margin-right: 0;
}
.widget-product-listing-tabbed > .product-tabs > .pull-right:last-of-type {
  margin-right: 0;
  font-family: 'Source Sans Pro Bold';
}
.widget-product-list {
  margin-bottom: 0 !important;
}
.widget-product-list:last-child {
  margin-bottom: -20px !important;
}
.widget-product-list > .product-listing {
  margin: 0 -20px 0 0;
}
.widget-product-list > .product-listing:before,
.widget-product-list > .product-listing:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-list > .product-listing:after {
  clear: both;
}
.widget-product-list > .product-listing:before,
.widget-product-list > .product-listing:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-product-list > .product-listing:after {
  clear: both;
}
.widget-product-list > .product-listing > .product-preview {
  float: left;
  padding-right: 20px;
}
@media screen and (max-width: 757px) {
  .widget-product-list > .product-listing > .product-preview {
    float: left !important;
    width: 100% !important;
  }
  .widget-product-list > .product-listing > .product-preview > a {
    padding-bottom: 80px;
    float: left;
    width: 100%;
  }
  .widget-product-list > .product-listing > .product-preview > a > .product-title {
    padding-right: 0 !important;
  }
  .widget-product-list > .product-listing > .product-preview > a .type-ribbon-large ~ .product-title {
    width: 49% !important;
  }
  .widget-product-list > .product-listing > .product-preview > a > .product-price {
    float: right !important;
    position: relative !important;
    right: 0 !important;
    top: auto !important;
  }
  .widget-product-list > .product-listing > .product-preview > a > .product-special,
  .widget-product-list > .product-listing > .product-preview > a > .discount {
    float: right !important;
  }
  .widget-product-list > .product-listing > .product-preview .btn-toolbar {
    right: 32px !important;
    text-align: right;
    width: 100% !important;
  }
  .widget-product-list > .product-listing > .product-preview .btn-toolbar.no-stock {
    right: 10px !important;
  }
  .widget-product-list > .product-listing > .product-preview .btn-toolbar .btn-green {
    margin-top: 0;
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .widget-product-list.type-three-per-row .product-preview {
    width: 33.333333333333336%;
  }
  .widget-product-list.type-three-per-row .product-preview:nth-child(3n+4) {
    clear: left;
  }
}
@media screen and (max-width: 999px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview {
    float: none;
    margin-bottom: 2px;
    width: auto;
    clear: none;
  }
  .widget-product-list.type-three-per-row .product-listing > .product-preview:last-of-type {
    margin-bottom: 20px;
  }
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a {
    min-height: 120px;
  }
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-image {
    float: left;
    width: 33.33333333333333%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
  }
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-title {
    float: left;
    width: 66.66666666666666%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-right: 30%;
    padding-bottom: 4px;
  }
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-price {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    position: absolute;
    top: 10px;
    right: 70px;
    padding-top: 8px;
    padding-right: 0;
    text-align: right;
    white-space: nowrap;
  }
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-special,
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .discount {
    float: left;
    width: 66.66666666666666%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-price > .widget-rewards-snippet {
    display: none;
  }
  .widget-product-list.type-three-per-row .product-listing > .product-reward > a > .product-price > .widget-rewards-snippet {
    display: inline-block;
  }
}
@media screen and (max-width: 999px) and (min-width: 758px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-image {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-image {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 999px) and (min-width: 758px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-title {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-title {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 999px) and (min-width: 758px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-price {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-price {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 999px) and (min-width: 758px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-special,
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .discount {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .product-special,
  .widget-product-list.type-three-per-row .product-listing > .product-preview > a > .discount {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (min-width: 1000px) {
  .widget-product-list.type-four-per-row .product-preview {
    width: 25%;
  }
  .widget-product-list.type-four-per-row .product-preview:nth-child(4n+5) {
    clear: left;
  }
}
@media screen and (max-width: 999px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview {
    float: none;
    margin-bottom: 2px;
    width: auto;
    clear: none;
  }
  .widget-product-list.type-four-per-row .product-listing > .product-preview:last-of-type {
    margin-bottom: 20px;
  }
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a {
    min-height: 120px;
  }
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-image {
    float: left;
    width: 33.33333333333333%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
  }
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-title {
    float: left;
    width: 66.66666666666666%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-right: 30%;
    padding-bottom: 4px;
  }
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-price {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    position: absolute;
    top: 10px;
    right: 70px;
    padding-top: 8px;
    padding-right: 0;
    text-align: right;
    white-space: nowrap;
  }
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-special,
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .discount {
    float: left;
    width: 66.66666666666666%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-price > .widget-rewards-snippet {
    display: none;
  }
  .widget-product-list.type-four-per-row .product-listing > .product-reward > a > .product-price > .widget-rewards-snippet {
    display: inline-block;
  }
}
@media screen and (max-width: 999px) and (min-width: 758px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-image {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-image {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 999px) and (min-width: 758px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-title {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-title {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 999px) and (min-width: 758px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-price {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-price {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 999px) and (min-width: 758px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-special,
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .discount {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1000px) {
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .product-special,
  .widget-product-list.type-four-per-row .product-listing > .product-preview > a > .discount {
    float: left;
    width: 83.33333333333334%;
  }
}
.widget-product-list.type-list .product-listing > .product-preview {
  float: none;
  margin-bottom: 2px;
  width: auto;
  clear: none;
}
.widget-product-list.type-list .product-listing > .product-preview:last-of-type {
  margin-bottom: 20px;
}
.widget-product-list.type-list .product-listing > .product-preview > a {
  min-height: 120px;
}
.widget-product-list.type-list .product-listing > .product-preview > a > .product-image {
  float: left;
  width: 33.33333333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
@media (min-width: 758px) {
  .widget-product-list.type-list .product-listing > .product-preview > a > .product-image {
    float: left;
    width: 16.666666666666664%;
  }
}
@media (min-width: 1000px) {
  .widget-product-list.type-list .product-listing > .product-preview > a > .product-image {
    float: left;
    width: 16.666666666666664%;
  }
}
.widget-product-list.type-list .product-listing > .product-preview > a > .product-title {
  float: left;
  width: 66.66666666666666%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-right: 30%;
  padding-bottom: 4px;
}
@media (min-width: 758px) {
  .widget-product-list.type-list .product-listing > .product-preview > a > .product-title {
    float: left;
    width: 83.33333333333334%;
  }
}
@media (min-width: 1000px) {
  .widget-product-list.type-list .product-listing > .product-preview > a > .product-title {
    float: left;
    width: 83.33333333333334%;
  }
}
.widget-product-list.type-list .product-listing > .product-preview > a > .product-price {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: none;
  position: absolute;
  top: 10px;
  right: 70px;
  padding-top: 8px;
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 758px) {
  .widget-product-list.type-list .product-listing > .product-preview > a > .product-price {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .widget-product-list.type-list .product-listing > .product-preview > a > .product-price {
    float: left;
    width: 25%;
  }
}
.widget-product-list.type-list .product-listing > .product-preview > a > .product-special,
.widget-product-list.type-list .product-listing > .product-preview > a > .discount {
  float: left;
  width: 66.66666666666666%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: none;
}
@media (min-width: 758px) {
  .widget-product-list.type-list .product-listing > .product-preview > a > .product-special,
  .widget-product-list.type-list .product-listing > .product-preview > a > .discount {
    float: left;
    width: 83.33333333333334%;
  }
}
@media (min-width: 1000px) {
  .widget-product-list.type-list .product-listing > .product-preview > a > .product-special,
  .widget-product-list.type-list .product-listing > .product-preview > a > .discount {
    float: left;
    width: 83.33333333333334%;
  }
}
.widget-product-list.type-list .product-listing > .product-preview > .btn-toolbar {
  position: absolute;
  width: 185px;
  right: 80px;
  left: auto;
  bottom: 10px;
  text-align: left;
  white-space: nowrap;
}
.widget-pagination {
  margin-bottom: 15px;
}
.widget-pagination:last-child {
  margin-bottom: -5px;
}
.widget-pagination .pagination {
  margin: 0;
}
.widget-pagination .pagination > li {
  display: inline-block;
  padding-right: 1px;
}
.widget-pagination .pagination > li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 757px) {
  .widget-pagination .pagination > li:nth-child(n+6):not(.next) {
    display: none;
  }
}
.widget-pagination .pagination > li > a {
  padding-left: 14px;
  padding-right: 14px;
  font-weight: bold;
  color: #333333;
  -webkit-transition: color 200ms, border-color 200ms;
  transition: color 200ms, border-color 200ms;
}
.widget-pagination .pagination > li > a:hover {
  background-color: #ffffff;
  border: 1px solid #6cbb3f;
  color: #6cbb3f;
}
.widget-pagination .pagination > li.active > a {
  background: #ffffff;
  border-color: #2e8237;
  color: #008640;
}
.widget-pagination .pagination > li.disabled > a {
  border: 1px solid #dddddd;
  color: #dddddd;
}
.widget-pagination .pagination > li.prev > a,
.widget-pagination .pagination > li.next > a {
  padding-left: 18px;
  padding-right: 18px;
  text-indent: -9999px;
  background-image: url('../assets/images/ico-pagination.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-pagination .pagination > li.prev > a,
  .widget-pagination .pagination > li.next > a {
    background-size: 39px 77px;
    background-image: url('../assets/images/ico-pagination@2x.png');
  }
}
.widget-pagination .pagination > li.prev > a {
  background-position: 0 0;
}
.widget-pagination .pagination > li.prev:hover > a {
  background-position: 0 -38px;
}
.widget-pagination .pagination > li.prev:active > a {
  background-position: 0 -76px;
  border-color: #2e8237;
}
.widget-pagination .pagination > li.prev.disabled > a {
  background-position: 0 -114px;
}
.widget-pagination .pagination > li.next > a {
  background-position: -38px 0;
}
.widget-pagination .pagination > li.next:hover > a {
  background-position: -38px -38px;
}
.widget-pagination .pagination > li.next:active > a {
  background-position: -38px -76px;
  border-color: #2e8237;
}
.widget-pagination .pagination > li.next.disabled > a {
  background-position: -38px -114px;
}
.widget-pagination .form-group {
  float: right;
  width: 180px;
  text-align: right;
}
@media screen and (max-width: 757px) {
  .widget-pagination .form-group {
    display: none;
  }
}
.widget-pagination .form-group > .select-label {
  padding-right: 5px;
}
.widget-pagination .form-group .customSelectWrap {
  display: inline-block;
  width: 65px;
  text-align: left;
}
.back-to-top {
  display: inline-block;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #999999;
}
.back-to-top:before {
  display: inline-block;
  margin-right: 7px;
  width: 18px;
  height: 10px;
  content: "";
  background-image: url('../assets/images/ico-arrows.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .back-to-top:before {
    background-size: 18px 10px;
    background-image: url('../assets/images/ico-arrows@2x.png');
  }
}
.back-to-top:hover {
  color: #6cbb3f;
}
.back-to-top:hover:before {
  background-position: -20px 0;
}
.widget-ribbon-panel {
  position: relative;
  padding: 12px 165px 0 15px;
  min-height: 48px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 757px) {
  .widget-ribbon-panel {
    border: 0;
    padding: 0 0 65px 0;
  }
  .widget-ribbon-panel br {
    display: none;
  }
}
.widget-ribbon-panel > p {
  margin: 0;
  font-family: 'Source Sans Pro Bold';
  font-size: 18px;
  color: #444444;
}
.widget-ribbon-panel > .list-custom-buttons {
  position: absolute;
  top: -5px;
  right: -27px;
}
@media screen and (max-width: 757px) {
  .widget-ribbon-panel > .list-custom-buttons {
    float: right;
    margin-right: -16px;
    padding-bottom: 0;
    position: relative;
    right: auto;
    text-align: right;
    top: 5px;
    width: 180px;
  }
}
.widget-ribbon-panel.widget-type-two-lines {
  min-height: 76px;
}
.widget-ribbon-panel.widget-type-two-lines > .list-custom-buttons {
  top: 10px;
  right: -5px;
}
.widget-grid-switch-controls > label,
.widget-grid-switch-controls > ul,
.widget-grid-switch-controls > ul > li {
  display: inline-block;
}
.widget-grid-switch-controls > label {
  margin-top: 2px;
}
.widget-grid-switch-controls > ul {
  margin: 5px 0;
}
.widget-grid-switch-controls > ul > li > .product-view-control {
  display: inline-block;
  margin-left: 15px;
  width: 22px;
  height: 22px;
  background-image: url('../assets/images/ico-view-control-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: left;
  text-indent: -9999px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-grid-switch-controls > ul > li > .product-view-control {
    background-size: 22px 22px;
    background-image: url('../assets/images/ico-view-control-sprite@2x.png');
  }
}
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-grid {
  background-position: 0 0;
}
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-grid:hover {
  background-position: 0 -30px;
}
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-grid:active,
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-grid.active {
  background-position: 0 -60px;
  outline: none !important;
  cursor: default;
}
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-grid.disabled {
  background-position: 0 -90px;
  cursor: default;
}
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-list {
  background-position: -30px 0;
}
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-list:hover {
  background-position: -30px -30px;
}
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-list:active,
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-list.active {
  background-position: -30px -60px;
  outline: none !important;
  cursor: default;
}
.widget-grid-switch-controls > ul > li > .product-view-control.product-view-list.disabled {
  background-position: -30px -90px;
  cursor: default;
}
@media screen and (max-width: 999px) {
  .widget-grid-switch-controls {
    display: none !important;
  }
}
/* Product View Page */
.product-listing > .product-preview {
  position: relative;
  margin-bottom: 20px;
}
.product-listing > .product-preview > a {
  position: relative;
  display: block;
  padding: 10px 10px 5px;
  min-height: 330px;
  background-image: -webkit-gradient(linear, left 40%, left 80%, from(#ffffff), to(#fcfcfc));
  background-image: -webkit-linear-gradient(top, #ffffff, 40%, #fcfcfc, 80%);
  background-image: -moz-linear-gradient(top, #ffffff 40%, #fcfcfc 80%);
  background-image: linear-gradient(to bottom, #ffffff 40%, #fcfcfc 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffcfcfc', GradientType=0);
  border: 1px solid #e5e5e5;
}
.product-listing > .product-preview > a .transition-border-color,
.product-listing > .product-preview > a .clearfix,
.product-listing > .product-preview > a .product-image {
  min-height: 120px;
  text-align: center;
}
.product-listing > .product-preview > a .transition-border-color img,
.product-listing > .product-preview > a .clearfix img,
.product-listing > .product-preview > a .product-image img {
  max-width: 100%;
}
.product-listing > .product-preview > a .product-title {
  display: block;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  color: #333333;
  -webkit-transition: color 200ms;
  transition: color 200ms;
  font-weight: normal;
  line-height: 20px;
}
.product-listing > .product-preview > a .product-RRP {
  font-family: 'Source Sans Pro Bold' !important;
}
.product-listing > .product-preview > a .product-price {
  display: block;
  font-family: 'Source Sans Pro Bold';
  font-size: 22px;
  color: #333333;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.product-listing > .product-preview > a .product-price small {
  padding-right: 5px;
  font-family: 'Source Sans Pro Regular';
  font-size: 14px;
}
.product-listing > .product-preview > a .product-special,
.product-listing > .product-preview > a .discount {
  display: block;
  line-height: 16px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #ffb405;
}
.product-listing > .product-preview:hover > a {
  border-color: #6cbb3f;
}
.product-listing > .product-preview:hover > a .product-title,
.product-listing > .product-preview:hover > a .product-price {
  color: #2e8237;
}
.product-listing > .product-preview:hover > a .product-special,
.product-listing > .product-preview:hover > a .discount {
  color: #6cbb3f;
}
.product-listing > .product-preview .btn-toolbar .btn-corner:after {
  border-right-color: #fcfcfc;
}
.product-listing > .product-preview .btn-toolbar.no-stock {
  padding: 0 17px;
}
.product-listing > .product-preview .btn-toolbar.no-stock .btn {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .product-listing > .product-preview .btn-toolbar {
    position: absolute;
    width: 185px;
    right: 80px;
    left: auto;
    bottom: 10px;
    text-align: left;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  .product-listing > .product-preview .btn-toolbar {
    position: absolute;
    margin-left: -10px;
    bottom: 15px;
    left: 0;
    width: 100%;
  }
  .product-listing > .product-preview .btn-toolbar .btn.btn-in-store-only {
    margin-left: 20px;
  }
}
.widget-product-ribbon {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  text-indent: -9999px;
}
.widget-product-ribbon.type-ribbon-deal {
  width: 55px;
  height: 55px;
  background-image: url('../assets/images/ico-ribbon-deal.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-ribbon.type-ribbon-deal {
    background-size: 53px 53px;
    background-image: url('../assets/images/ico-ribbon-deal@2x.png');
  }
}
.widget-product-ribbon.type-ribbon-large {
  height: 86px;
  width: 86px;
  top: -4px;
  right: -4px;
}
.widget-product-ribbon.type-ribbon-hotdeal {
  background-image: url('../assets/images/ico-ribbon-hotdeal.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-ribbon.type-ribbon-hotdeal {
    background-size: 86px 86px;
    background-image: url('../assets/images/ico-ribbon-hotdeal@2x.png');
  }
}
.widget-product-ribbon.type-ribbon-supplierprice {
  background-image: url('../assets/images/ico-ribbon-supplierprice.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-ribbon.type-ribbon-supplierprice {
    background-size: 86px 86px;
    background-image: url('../assets/images/ico-ribbon-supplierprice@2x.png');
  }
}
.widget-product-ribbon.type-ribbon-loginsupplierprice {
  background-image: url('../assets/images/ico-ribbon-loginsupplierprice.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-ribbon.type-ribbon-loginsupplierprice {
    background-size: 86px 86px;
    background-image: url('../assets/images/ico-ribbon-loginsupplierprice@2x.png');
  }
}
.widget-product-ribbon.type-ribbon-onlineprice {
  background-image: url('../assets/images/ico-ribbon-onlineprice.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-ribbon.type-ribbon-onlineprice {
    background-size: 86px 86px;
    background-image: url('../assets/images/ico-ribbon-onlineprice@2x.png');
  }
}
.widget-product-ribbon.type-ribbon-rewards {
  top: -3px;
  right: -3px;
  width: 86px;
  height: 86px;
  background-image: url('../assets/images/ico-ribbon-rewards.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: 0;
  overflow: hidden;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-ribbon.type-ribbon-rewards {
    background-size: 86px 86px;
    background-image: url('../assets/images/ico-ribbon-rewards@2x.png');
  }
}
.widget-product-ribbon.type-ribbon-rewards span.rewards-wrapper {
  position: absolute;
  top: 7px;
  right: -16px;
  display: block;
  width: 86px;
  height: 43px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}
.widget-product-ribbon.type-ribbon-rewards span.rewards-wrapper span.rewards-title {
  display: block;
  padding-top: 6px;
  text-align: center;
  font-family: 'Source Sans Pro Regular';
  text-transform: uppercase;
  font-size: 12px;
}
.widget-product-ribbon.type-ribbon-rewards span.rewards-wrapper span.rewards-value {
  display: block;
  margin-top: -4px;
  text-align: center;
}
.widget-product-ribbon.type-ribbon-rewards span.rewards-wrapper span.rewards-value .rewards-sign-icon {
  display: inline-block;
  font-size: 18px;
  font-family: 'Source Sans Pro Regular';
}
.widget-product-ribbon.type-ribbon-rewards span.rewards-wrapper span.rewards-value .rewards-sign-icon:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 29px;
  height: 12px;
  background-image: url('../assets/images/ico-fsdollars-white.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-product-ribbon.type-ribbon-rewards span.rewards-wrapper span.rewards-value .rewards-sign-icon:before {
    background-size: 29px 12px;
    background-image: url('../assets/images/ico-fsdollars-white@2x.png');
  }
}
/* Promo */
.widget-promo .promo {
  position: relative;
  display: block;
  min-height: 94px;
  border: 1px solid #dddddd;
  line-height: 18px;
}
.widget-promo .promo h3 {
  font-family: 'Source Sans Pro Bold';
  margin: 0;
  padding: 0;
}
.widget-promo .promo h3 b {
  font-weight: normal;
}
.widget-promo .promo .overlay {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 8px 10px 5px;
  font-size: 14px;
  color: #ffffff;
  background-color: #6cbb3f;
  background-color: rgba(108, 187, 63, 0.9);
}
@media screen and (max-width: 757px) {
  .widget-promo .promo .overlay {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 758px) {
  .widget-promo .promo .overlay.overlay-bottom {
    bottom: 9px;
  }
  .widget-promo .promo .overlay.overlay-top {
    top: 9px;
  }
  .widget-promo .promo .overlay.overlay-left {
    left: 0;
    text-align: left;
  }
  .widget-promo .promo .overlay.overlay-right {
    right: 0;
    text-align: left;
  }
}
.widget-promo .promo.promo-type-image-small {
  background-image: url('../assets/images/promo-gradient-left.png'), url('../assets/images/promo-gradient-right.png');
  background-position: 0 50%, 100% 50%;
  background-repeat: no-repeat, no-repeat;
  padding: 10px;
}
@media screen and (max-width: 757px) {
  .widget-promo .promo.promo-type-image-small {
    background-repeat: repeat-y, repeat-y;
  }
}
@media screen and (max-width: 757px) {
  .widget-promo .promo.promo-type-image-small img {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 758px) {
  .widget-promo .promo.promo-type-image-small img {
    max-height: 72px;
  }
  .widget-promo .promo.promo-type-image-small img.image-left {
    float: left;
  }
  .widget-promo .promo.promo-type-image-small img.image-right {
    float: right;
  }
}
@media screen and (min-width: 758px) {
  .widget-promo .promo.promo-type-image-small .overlay.overlay-bottom {
    bottom: 10px;
  }
  .widget-promo .promo.promo-type-image-small .overlay.overlay-top {
    top: 10px;
  }
  .widget-promo .promo.promo-type-image-small .overlay.overlay-left {
    left: -1px;
  }
  .widget-promo .promo.promo-type-image-small .overlay.overlay-right {
    right: -1px;
  }
}
.widget-promo .promo.promo-type-image-only {
  border: none;
}
.widget-promo .promo.promo-type-image-only img {
  width: 100%;
}
.widget-promo .promo.promo-type-image-large {
  border: none;
}
.widget-promo .promo.promo-type-image-large img {
  width: 100%;
}
@media screen and (min-width: 758px) {
  .widget-promo .promo.promo-type-image-large img {
    position: absolute;
  }
}
.widget-promo .promo.promo-type-image-large .overlay {
  text-transform: uppercase;
}
.widget-promo .promo.promo-type-image-large-regular-text {
  border: none;
}
.widget-promo .promo.promo-type-image-large-regular-text img {
  position: absolute;
  width: 100%;
}
.widget-promo .promo.promo-type-image-large-regular-text .overlay {
  font-family: 'Source Sans Pro Light';
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
}
.widget-promo .promo.promo-type-image-large-regular-text .overlay small {
  display: block;
  margin-bottom: 2px;
  font-family: 'Source Sans Pro Regular';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.widget-promo .promo.promo-type-text-small-bordered {
  padding: 10px 12px;
  background-color: #fcfcfc;
  color: #333333;
}
.widget-promo .promo.promo-type-text-small-bordered h3 {
  margin-bottom: 5px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}
.widget-promo .promo.promo-type-text-small-bordered p:last-child {
  margin-bottom: 0;
}
.widget-promo .promo.promo-type-text-small {
  padding: 10px;
  border: none;
}
.widget-promo .promo.promo-type-text-small h3 {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.widget-promo .promo.promo-type-text-small:after {
  position: absolute;
  top: 6px;
  right: -11px;
  width: 1px;
  height: 82px;
  content: "";
  background-color: #dddddd;
}
.widget-promo .promo.promo-type-text-large {
  padding: 22px 10px 20px 20px;
  border: none;
}
.widget-promo .promo.promo-type-text-large:after {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  content: "";
  height: 11px;
  width: 11px;
  border-bottom: 11px solid #ffffff;
  border-left: 11px solid transparent;
}
.widget-promo .promo.promo-type-text-large h3 {
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  text-transform: uppercase;
}
.widget-promo .promo.promo-type-text-large h3 b {
  font-size: 16px;
}
.widget-promo .promo.promo-type-text-large.bg-green {
  background-color: #6cbb3f;
}
.widget-promo .promo.promo-type-text-large.bg-blue {
  background-color: #00b1ee;
}
.widget-promo .promo.promo-type-text-large.bg-navy {
  background-color: #00569d;
}
.widget-promo .promo.promo-type-text-large-regular {
  padding: 10px 10px 4px 10px;
  border: none;
  background-color: #6cbb3f;
}
.widget-promo .promo.promo-type-text-large-regular h3 {
  font-family: 'Source Sans Pro Light';
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
}
.widget-promo .promo.promo-type-text-large-regular h3 small {
  display: block;
  margin-top: 3px;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
.widget-promo > .row > div:nth-last-of-type(1) .promo-type-text-small:after {
  display: none;
}
/* Store */
.widget-store-heading {
  padding-left: 20px;
}
@media screen and (max-width: 757px) {
  .widget-store-heading {
    padding-left: 0;
  }
}
.widget-store-address-hours {
  padding: 20px 20px 0;
}
@media screen and (max-width: 757px) {
  .widget-store-address-hours {
    padding: 20px 0;
  }
}
.widget-store-address-hours address {
  margin-bottom: 10px;
}
.widget-store-address-hours .row:not(:last-child) {
  margin-bottom: 20px;
}
.widget-event-list section {
  padding-top: 10px;
}
.widget-event-list section:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.widget-event-list ul.list-section {
  margin: 0;
}
.widget-event-list ul.list-section:before,
.widget-event-list ul.list-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-event-list ul.list-section:after {
  clear: both;
}
.widget-event-list ul.list-section:before,
.widget-event-list ul.list-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-event-list ul.list-section:after {
  clear: both;
}
.widget-event-list ul.list-section li.date {
  float: left;
  margin-right: 16px;
  width: 10%;
  max-width: 64px;
}
@media screen and (max-width: 757px) {
  .widget-event-list ul.list-section li.date {
    width: 100%;
  }
}
.widget-event-list ul.list-section li.date > dl {
  margin: 0;
}
.widget-event-list ul.list-section li.date > dl dd {
  text-align: center;
}
.widget-event-list ul.list-section li.date > dl dd.day {
  padding: 4px 0;
  background-color: #dddddd;
  font-size: 22px;
  color: #333333;
}
.widget-event-list ul.list-section li.date > dl dd.month {
  padding: 3px 0;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #333333;
  color: #ffffff;
}
.widget-event-list ul.list-section li.content {
  float: left;
  width: 90%;
}
.widget-event-list ul.list-section li.content h3 {
  margin: 2px 0 8px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  text-transform: uppercase;
}
.widget-event-list ul.list-section li.content p.description {
  margin: 0;
}
@media screen and (max-width: 999px) {
  .widget-event-list ul.list-section li.content {
    width: 86%;
  }
}
.widget-find-us .map-wrapper {
  padding-top: 10px;
}
.widget-find-us #store-page-map {
  height: 418px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .widget-rd1-supercard-wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-rd1-supercard-wrapper {
    width: 71.42857142857143%;
    float: left;
  }
}
.widget-rd1-supercard {
  position: relative;
}
.widget-rd1-supercard > a.link {
  position: absolute;
  display: block;
  right: 0;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 757px) {
  .widget-rd1-supercard > a.link {
    position: relative;
  }
}
.widget-rd1-supercard .cart {
  padding: 17px 0 0 106px;
  min-height: 88px;
  background: transparent url('../assets/images/image-supercard.png') 0 17px no-repeat;
}
@media screen and (max-width: 757px) {
  .widget-rd1-supercard .cart {
    background-position: center 20px;
    padding-left: 0;
  }
}
.widget-rd1-supercard .cart h3 {
  margin: 0;
  padding-top: 18px;
  font-family: 'Source Sans Pro Bold';
  font-size: 22px;
}
@media screen and (max-width: 757px) {
  .widget-rd1-supercard .cart h3 {
    font-size: 18px;
    padding: 80px 0 20px;
    text-align: center;
  }
}
.widget-rd1-supercard .list-custom-buttons {
  position: relative;
  margin-top: -10px;
}
.widget-rd1-supercard .list-custom-buttons li {
  height: 52px;
}
.widget-rd1-supercard .list-custom-buttons li a {
  position: absolute;
  right: -25px;
}
.widget-nearby-stores-wrapper h2.heading {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .widget-nearby-stores-wrapper {
    margin-top: 20px;
  }
  .widget-nearby-stores-wrapper .features {
    float: left;
    width: 100%;
  }
  .widget-nearby-stores-wrapper .features span {
    margin: 5px 10px 5px 0 !important;
  }
}
@media screen and (min-width: 758px) and (max-width: 999px) {
  .widget-nearby-stores-wrapper {
    float: right !important;
    width: 25.82417582417583%;
  }
}
.widget-local-contacts ul.list-staff {
  margin-bottom: 0;
}
.widget-local-contacts ul.list-staff:before,
.widget-local-contacts ul.list-staff:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-local-contacts ul.list-staff:after {
  clear: both;
}
.widget-local-contacts ul.list-staff:before,
.widget-local-contacts ul.list-staff:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-local-contacts ul.list-staff:after {
  clear: both;
}
.widget-local-contacts ul.list-staff li {
  float: left;
  display: block;
  padding-right: 20px;
  width: 50%;
}
@media screen and (max-width: 757px) {
  .widget-local-contacts ul.list-staff li {
    width: 100%;
  }
}
.widget-local-contacts ul.list-staff li:nth-child(2n+2) {
  padding-right: 0;
  padding-left: 10px;
}
@media screen and (max-width: 757px) {
  .widget-local-contacts ul.list-staff li:nth-child(2n+2) {
    padding-left: 0;
  }
}
.widget-local-contacts ul.list-staff li:nth-child(2n+3) {
  clear: both;
}
.widget-nearby-stores .main strong,
.widget-rd1-supercard .main strong {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  font-weight: normal;
}
/* Store Footer */
.widget-store-footer {
  position: relative;
}
.widget-store-footer > .container {
  position: relative;
  padding: 30px 0;
}
.widget-store-footer h3.heading {
  margin-bottom: 25px;
}
@media screen and (max-width: 757px) {
  .widget-store-footer h3.heading {
    margin-bottom: 0;
  }
}
.widget-store-footer h3.heading-marginless {
  margin-bottom: 10px;
}
.widget-store-footer .footer-col {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 20px;
}
@media screen and (max-width: 757px) {
  .widget-store-footer .footer-col {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.widget-store-footer .footer-col:first-child {
  padding-top: 0;
}
.widget-store-footer .list-hours {
  margin-bottom: 25px;
}
.widget-store-footer address {
  margin-bottom: 25px;
}
.widget-store-footer .btn-corner:after {
  border-right-color: #f9f9f9 !important;
}
.widget-store-map {
  margin-bottom: 0!important;
  height: 400px;
  border-top: 1px solid #777777;
}
.widget-store-map #map-canvas {
  position: relative;
  width: 100%;
  height: 100%;
}
.widget-store-map .map-content {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50px;
  width: 400px;
}
/* Store Selector */
.widget-store-selector {
  position: relative;
  float: left;
  margin: 0;
  margin-bottom: 0!important;
  min-height: 38px;
  z-index: 101;
}
.widget-store-selector > .dropdown {
  position: absolute;
  right: 0;
  padding: 10px 0 0 0;
  min-height: 55px;
  border: 1px solid #e5e5e5;
  border-top: none;
  cursor: pointer;
}
.widget-store-selector > .dropdown > .dropdown-link {
  padding: 0;
  min-height: 38px;
}
.widget-store-selector > .dropdown > .dropdown-link > .list-unstyled {
  margin: 0;
}
.widget-store-selector > .dropdown > .dropdown-link > .list-unstyled > .link {
  padding: 12px 16px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  font-size: 14px;
  color: #008640;
}
.widget-store-selector > .dropdown > .dropdown-link > .list-unstyled > .link:hover {
  color: #6cbb3f;
}
.widget-store-selector > .dropdown > .dropdown-link > .store-selector-close {
  display: none;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  background-image: url('../assets/images/ico-close.png');
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-store-selector > .dropdown > .dropdown-link > .store-selector-close {
    background-size: 19px 19px;
    background-image: url('../assets/images/ico-close@2x.png');
  }
}
.widget-store-selector > .dropdown > .dropdown-link > .store-selector-close:hover {
  background-position: center -20px;
}
.widget-store-selector > .dropdown > .dropdown-link > .store-selector-close:active {
  background-position: center -40px;
}
.widget-store-selector > .dropdown > .dropdown-menu {
  top: 62px;
  bottom: 0;
  margin: 0;
  min-width: 100%;
  cursor: default;
}
.widget-store-selector.widget-thin > .dropdown > .dropdown-link {
  background: none;
  padding: 0;
  min-height: 38px;
}
.widget-store-selector.widget-thin > .dropdown > .dropdown-link > .store-selector-close {
  top: 10px;
  right: 10px;
}
.widget-store-selector.widget-thin > .dropdown > .dropdown-link > .list-unstyled > .link {
  display: block;
  padding: 8px 12px 10px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border: none;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #333333;
}
.widget-store-selector.widget-thin.type-selector {
  width: 299px !important;
}
.widget-store-selector.widget-thin.type-selector > .dropdown {
  width: 299px !important;
}
.widget-store-selector.type-selector {
  width: 240px;
}
.widget-store-selector.type-selector > .dropdown {
  width: 240px;
}
.widget-store-selector.type-selector > .dropdown.open {
  width: 340px;
  height: 380px;
}
.widget-store-selector.type-selector > .dropdown > .dropdown-menu {
  overflow: hidden;
}
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-store,
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-region {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px 20px 0;
  width: 100%;
}
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-store > li,
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-region > li {
  margin-bottom: 5px;
  padding: 0;
}
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-store > li > a,
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-region > li > a {
  display: block;
  font-size: 15px;
  font-family: 'Source Sans Pro Bold';
}
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-store > li.store-selector-back,
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-region > li.store-selector-back {
  display: inline-block;
  margin-bottom: 10px;
}
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-store > li.store-selector-back > a,
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-region > li.store-selector-back > a {
  margin-left: -2px;
  margin-bottom: 0;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.widget-store-selector.type-details {
  width: 240px;
}
.widget-store-selector.type-details > .dropdown {
  width: 240px;
}
.widget-store-selector.type-details > .dropdown.open {
  height: 290px;
}
.widget-store-selector.type-details > .dropdown > .dropdown-link > dl {
  margin: 0;
  padding: 0;
  padding-left: 14px;
  min-height: 38px;
}
.widget-store-selector.type-details > .dropdown > .dropdown-link > dl > dt {
  margin-bottom: 2px;
  font-weight: bold;
  color: #777777;
}
.widget-store-selector.type-details > .dropdown > .dropdown-link > dl > dd {
  padding: 0;
  line-height: 14px;
  font-size: 13px;
}
.widget-store-selector.type-details > .dropdown > .dropdown-link > dl > dd > a {
  font-size: 14px;
}
.widget-store-selector-content {
  position: relative;
  cursor: default;
  text-align: left;
}
.widget-store-selector-content > .content {
  padding: 10px 20px 0;
}
.widget-store-selector-content > .content .section {
  padding-top: 5px;
}
.widget-store-selector-content > .list-links {
  position: relative;
  margin: 0;
  width: 100%;
}
.widget-store-selector-content > .list-links:before,
.widget-store-selector-content > .list-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-store-selector-content > .list-links:after {
  clear: both;
}
.widget-store-selector-content > .list-links:before,
.widget-store-selector-content > .list-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget-store-selector-content > .list-links:after {
  clear: both;
}
.widget-store-selector-content > .list-links > li {
  position: absolute;
}
.widget-store-selector-content > .list-links > li.change-store {
  top: 0;
  right: 20px;
  padding-top: 5px;
  text-align: left;
  font-weight: bold;
}
.widget-store-selector-content > .list-links > li.button {
  top: 40px;
  right: -6px;
}
/* Mobile only accordian style tabs */
.tabs-accordian-mobile {
  text-transform: uppercase;
  font-family: 'Source Sans Pro Bold';
  font-size: 18px;
  background-image: url('../assets/images/arrow-solid-down.png');
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  color: #333333;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px 20px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .tabs-accordian-mobile {
    background-size: 8px 6px;
    background-image: url('../assets/images/arrow-solid-down@2x.png');
  }
}
.tabs-accordian-mobile.active {
  background-image: url('../assets/images/arrow-solid-up.png');
  background-repeat: no-repeat;
  background-position: 97% center;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .tabs-accordian-mobile.active {
    background-size: 8px 6px;
    background-image: url('../assets/images/arrow-solid-up@2x.png');
  }
}
.tabs-accordian-mobile + .tab-pane {
  margin-bottom: 10px;
  opacity: 1 !important;
}
.tabs-accordian-mobile + .tab-pane.active-tab {
  display: block !important;
}
/* farm-source-header Nav */
/*
 *
 *
 *reset #farm-source-header element default style
 *
 *
 */
#farm-source-header,
#farm-source-header div,
#farm-source-header i,
#farm-source-header li,
#farm-source-header menu,
#farm-source-header nav,
#farm-source-header span,
#farm-source-header ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#farm-source-header nav li,
#farm-source-header nav ul {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#farm-source-header a:active,
#farm-source-header a:hover {
  outline: none;
}
#farm-source-header button {
  width: auto;
  overflow: visible;
}
#farm-source-header ul li {
  list-style-type: none;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}
#farm-source-header strong {
  font-weight: bold;
}
#farm-source-header .inner.container {
  margin: 0 auto;
}
#farm-source-header .logo-container{
  position: relative;
}
/* reset end */
@font-face {
  font-family: Kievit;
  src: url('../assets/fonts/KievitCompPro-normal.ttf') format('truetype');
  font-weight: lighter;
}
@font-face {
  font-family: Kievit;
  src: url('../assets/fonts/kievitcomppro-webfont.eot');
  src: url('../assets/fonts/kievitcomppro-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/kievitcomppro-webfont.woff') format('woff'), url('../assets/fonts/kievitcomppro-webfont.ttf') format('truetype'), url('../assets/fonts/kievitcomppro-webfont.svg#kievitcompproregular') format('svg');
  font-weight: normal;
}
@font-face {
  font-family: Kievit;
  src: url('../assets/fonts/kievitcomppro-bold-webfont.eot');
  src: url('../assets/fonts/kievitcomppro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/kievitcomppro-bold-webfont.woff') format('woff'), url('../assets/fonts/kievitcomppro-bold-webfont.ttf') format('truetype'), url('../assets/fonts/kievitcomppro-bold-webfont.svg#kievitcomppro-boldregular') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: Kievit Black;
  src: url('../assets/fonts/kievitcomppro-bold-webfont.eot');
  font-weight: bold;
}
#farm-source-header {
  box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.5);
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 15px;
}
#farm-source-header .navbar-nav {
  font-family: Kievit, "Trebuchet MS", sans-serif;
  text-transform: uppercase;
}
#farm-source-header nav.secondary-navbar {
  font-family: Kievit, "Trebuchet MS", sans-serif;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu {
  text-transform: none;
}
#farm-source-header .farm-source-menu nav.full {
  background: white;
}
#farm-source-header .farm-source-menu .navbar-nav.primary,
#farm-source-header .farm-source-menu nav.full li,
#farm-source-header .navbar-continuation {
  color: #FFF;
  line-height: 15px;
  height: 60px;
}
#farm-source-header .navbar-continuation {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 60px;
  margin: 0;
}
#farm-source-header .responsive-nav .full {
  display: block;
}
#farm-source-header .responsive-nav {
  width: 100%;
  display: block;
  clear: both;
  background: white;
}
#farm-source-header .responsive-nav .farm-source-submenu {
  position: inherit !important;
  width: 100%;
  display: block;
}
#farm-source-header .mobile-general-options,
#farm-source-header .responsive-nav .mobile,
#farm-source-header nav.secondary-navbar.farm-source-home.full {
  display: none;
}
#farm-source-header .responsive-nav .header .inner.container {
  height: 60px;
}
#farm-source-header .header-message-count {
  left: 35px;
  top: 8px;
  position: absolute;
  background: none repeat scroll 0 0 #e12e1a;
  color: white;
  font-size: 11px;
  font-weight: normal;
  padding: 5px;
  line-height: 12px;
  border-radius: 47%;
  height: 20px;
  min-width: 20px;
  text-align: center;
}
#farm-source-header .header-message-count.in-dropdown {
  position: absolute;
  left: 170px;
  top: 15px;
  height: 20px;
  min-width: 20px;
}
#farm-source-header span.header-ic-extlink {
  left: 170px;
  top: 15px;
  /*background-image: url("../assets/images/ic-external.png");*/
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  position: absolute;
}
#farm-source-header .header-ic-profile {
  /*height: 32px!important;*/
  width: 35px;
  /*background-image: url("../assets/images/ic-profile.png");*/
  background-repeat: no-repeat;
  /*background-position: right;*/
  display: inline-block;
  /*left: 0;*/
  /*top: 15px;*/
  /*position: absolute;*/
  /*border-left: solid 1px rgba(255, 255, 255, 0.2);*/
}
#farm-source-header .header-dropdown-icon {
/*  height: 32px;
  width: 50px;
  background-image: url("../assets/images/ic-down-triangle-white.png");
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  right: 5px;
  top: 14px;
  position: absolute;*/
    height: 15px;
    width: 20px;
    /*vertical-align: top;*/
    margin-top: 22px;
    background-image: url(../assets/images/ic-down-triangle-white.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 10px 5px;
    display: inline-block;
}
#farm-source-header {
  background: #FFFFFF;
}
#farm-source-header header .inner.container,
#farm-source-header nav .inner.container {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0;
  min-height: 50px;
}
#farm-source-header .header-actions-mobile {
  display: none;
}
#fghMobileMenuDropDownButton{
  padding: 0px;
  height: 50px;
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
  #farm-source-header nav .inner.container {
    max-width: 969px;
  }
}
#farm-source-header .responsive-nav,
#farm-source-header nav .responsive-nav {
  width: 100%;
  position: relative;
}
#farm-source-header a:hover {
  text-decoration: none;
}
#farm-source-header .brand {
  color: #62BD18;
  display: inline-block;
  font-weight: normal;
  font-size: 40px;
  top: 12px;
  left: -470px;
  width: 104px;
  height: 104px;
  background-size: 104px 104px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 103;
}
#farm-source-header .linkBlock {
  display: inline-block;
  float: right;
  margin-right: 20px;
}
#farm-source-header .headerLink {
  color: #333333;
  display: inline-block;
  font-weight: normal;
  font-family: Kievit, "Trebuchet MS", sans-serif;
  font-size: 15px;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
  margin-left: 30px;
  background: transparent no-repeat 0 0;
}
/* Primary navigation */
#farm-source-header nav.primary {
  float: right;
  width: auto;
  background: white;
  position: relative;
}
#farm-source-header .primary li.profile a .divider {
    vertical-align: top;
    margin-top: 15px;
    padding-right: 3px;
    height: 32px;
    width: 1px;
    float: left;
    border-left: solid 1px rgba(255,255,255,0.2);
}
#farm-source-header .login-and-register-button {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 138px;
    color: #fff;
    height: 37px;
    display: block;
    line-height: 37px;
    text-align: center;
    top: 12px;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    padding-left: 40px;
    -webkit-font-smoothing: antialiased;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-transform: none;
}
/*#farm-source-header .navbar-continuation,
#farm-source-header .primary li {
  background-color: #82c340;
  background: -webkit-linear-gradient(#82c340, #34b048);
  /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(#82c340, #34b048);*/
  /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(#82c340, #34b048);*/
  /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#82c340, #34b048);*/
  /* Standard syntax */
/*}*/
#farm-source-header .primary li {
  display: inline-block;
  float: left;
  position: relative;
  white-space: nowrap;
}
#farm-source-header .primary li a,
#farm-source-header .primary li.current a,
#farm-source-header .primary li.section a {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 60px;
  width: 116px;
  text-align: center;
  font-family: Kievit;
  font-weight: bold;
}
#farm-source-header .primary li a strong {
  display: block;
}
#farm-source-header .primary li.section:hover,
#farm-source-header .primary li:not(.current):hover a.first-level {
  background: rgba(231, 234, 222, 0.2);
}
#farm-source-header .primary li.section a:hover {
  background: #ffffff;
}
#farm-source-header .primary li.current a,
#farm-source-header .primary li.section a {
  color: #6ec037;
}
#farm-source-header .primary li.profile a {
  width: 150px;
  height: 40px;
}
#farm-source-header .primary li.profile a .first-name {
  max-width: 92px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-left: 3px;
  min-width: 25px;
  vertical-align: top;
}
#farm-source-header .primary li.profile:hover a.first-level {
  height: 60px;
}
#farm-source-header .primary li.current,
#farm-source-header .primary li.section {
  background-color: #E7E7E7;
  background: -webkit-linear-gradient(#e7e7e7, #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e7e7e7, #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e7e7e7, #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e7e7e7, #ffffff);
  /* Standard syntax */
}
#farm-source-header .primary li {
  position: relative;
}
#farm-source-header .primary li.profile a {
  text-transform: none;
  text-align: center;
  padding-right: 4px;
  height: 60px;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: lighter;
}
#farm-source-header .primary li.profile a.login-register {
  text-align: right;
  padding-right: 15px;
  width: 180px;
}
#farm-source-header .primary li.profile ul {
  width: 232px;
  padding-bottom: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #efefef;
  position: absolute;
  right: -10px;
  top: 50px;
  left: auto;
  z-index: 1005;
}
#farm-source-header .primary li.profile ul:after,
#farm-source-header .primary li.profile ul:before {
  bottom: 100%;
  left: 78%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#farm-source-header .primary li.profile ul:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
#farm-source-header .primary li.profile ul:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #efefef;
  border-width: 8px;
  margin-left: -8px;
}
#farm-source-header .primary li.profile ul li {
  height: 40px;
  width: 195px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
#farm-source-header .primary li.profile ul li:hover {
  background-color: #ffffff!important;
  background: #ffffff;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#farm-source-header .primary li.profile ul li:hover a {
  color: #6ec037;
  background-color: #ffffff;
  background: #ffffff;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#farm-source-header .primary li.profile ul li a {
  line-height: 48px;
  height: 40px;
}
#farm-source-header .primary li.profile ul li,
#farm-source-header .primary li.profile ul li a,
#farm-source-header .primary li.profile ul li div {
  color: #444444;
  text-align: left;
  background-color: #ffffff;
  background: #ffffff;
}
#farm-source-header .primary li.profile ul li img.avatar{
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
#farm-source-header .primary li.profile ul li img {
  position: absolute;
  left: 0;
}
#farm-source-header .primary li.profile ul li.name-email {
  width: 195px;
  margin: 0 0 0 15px;
  text-transform: none;
  padding-left: 38px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding-top: 15px;
  height: 60px;
  /*background: url("../assets/images/ic-profile-grey.png") no-repeat;
  background-size: 32px 32px;
  background-position: 0 13px;*/
}
#farm-source-header .primary li.profile ul li.my-detail {
  background: url("../assets/images/ic-mydetails.png") no-repeat;
  background-size: 18px 18px;
  background-position: 1px 13px;
}
#farm-source-header .primary li.profile ul li.login-details {
  background: url("../assets/images/ic-logindetails.png") no-repeat;
  background-size: 18px 24px;
  background-position: 1px 8px;
}
#farm-source-header .primary li.profile ul li.business-settings {
  background: url("../assets/images/ic-businesssettings.png") no-repeat;
  background-size: 23px 19px;
  background-position: 0 13px;
}
#farm-source-header .primary li.profile ul li.store-settings {
  background: url("../assets/images/ic-storesettings.png") no-repeat;
  background-size: 19px 13px;
  background-position: 2px 16px;
}
#farm-source-header .primary li.profile ul li.my-message {
  background: url("../assets/images/ic-messages.png") no-repeat;
  background-size: 19px 13px;
  background-position: 2px 18px;
}
#farm-source-header .primary li.profile ul li.logout-wrapper .logout-button {
  display: block;
  width: 196px;
  height: 35px;
  /*background: #6fbf39;
  border: solid 2px #6fbf39;*/
  margin: 12px;
  color: #ffffff;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
}
#farm-source-header .primary li.profile ul li.logout-wrapper {
  padding-left: 7px;
  border-bottom: 0;
}
#farm-source-header .primary li.profile ul li.logout-wrapper .logout-button:hover {
  background-color: #34b048;
  border: solid 2px #34b048;
}
#farm-source-header .primary li.profile ul li.business-settings,
#farm-source-header .primary li.profile ul li.login-details,
#farm-source-header .primary li.profile ul li.my-detail,
#farm-source-header .primary li.profile ul li.my-message,
#farm-source-header .primary li.profile ul li.store-settings {
  line-height: 55px;
  margin-left: 19px;
  height: 48px;
}
#farm-source-header .primary li.profile ul li div.email,
#farm-source-header .primary li.profile ul li div.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#farm-source-header .primary li.profile ul li div.name {
  font-size: 16px;
}
#farm-source-header .primary li.profile ul li div.email {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 25px;
}
#farm-source-header .search-box {
  height: 55px;
  padding-top: 15px;
  width: 80%;
}
#farm-source-header .search-box-mobile {
  display: none;
}
#farm-source-header .search-icon-bar {
  width: 60px;
  height: 34px;
  padding-top: 12px;
  padding-left: 12px;
  cursor: pointer;
  font-size: 16px;
}
#farm-source-header .search-box form div,
#farm-source-header .search-box-mobile form div {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#farm-source-header .search-box-mobile form .search-field #farm-source-header .search-box-mobile form .search-field #farm-source-header .search-box form .search-field {
  width: 80%;
}
#farm-source-header span.search-icon {
  background: url("../assets/images/ic-search.png") no-repeat;
  background-size: 14px 14px;
  height: 34px;
  width: 40px;
  display: block;
  border-left: solid 2px #e6e6e6;
  background-position: 20px 13px;
}
#farm-source-header span.close-icon {
  background: url("../assets/images/ic-close.png") no-repeat;
  background-size: 14px 14px;
  height: 34px;
  width: 40px;
  display: block;
  border-left: 0;
  background-position: 20px 8px;
}
#farm-source-header .search-box span.search-icon {
  border-left: 0;
  background-position: 20px 8px;
}
#farm-source-header .search-box input,
#farm-source-header .search-box-mobile input {
  font-size: 18px;
  border: none;
  width: 100%;
}
#farm-source-header .search-box input:focus,
#farm-source-header .search-box-mobile input:focus {
  border: 0;
  background-color: #ffffff;
  outline: none;
}
/* Store */
#farm-source-header #FarmStoreNav {
  height: 55px;
}
#farm-source-header #FarmStoreNav .shopping-cart-bar {
  width: 60px;
  height: 34px;
  padding-top: 12px;
  padding-left: 12px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
#farm-source-header #FarmStoreNav .header-cart-items {
  font-size: 7px;
  color: #116d3a;
  font-weight: bold;
  position: absolute;
  margin-left: -38px;
  margin-top: 12px;
  width: 50px;
  text-align: center;
}
#farm-source-header .navbar-nav .change-store-wrapper {
  position: relative;
  text-transform: none;
}
\ #farm-source-header .navbar-nav .change-store-dropdown {
  width: 232px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #efefef;
  position: absolute;
  padding: 10px;
  left: -115px;
  z-index: 10005;
  margin: 13px;
}
#farm-source-header .navbar-nav .store-location {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
#farm-source-header .navbar-nav .change-store-dropdown a {
  color: #6fbf39;
  font-size: 12px;
  width: 210px;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: underline;
}
#farm-source-header .widget-store-selector > .dropdown > .dropdown-link > .list-unstyled > .link,
#farm-source-header .widget-store-selector.type-details > .dropdown > .dropdown-link > dl > dt {
  color: #444444;
  font-size: 16px;
  font-weight: normal;
  font-family: Kievit;
  text-align: right;
  margin-top: 20px;
  text-transform: none;
}
#farm-source-header .widget-store-selector > .dropdown.open > .dropdown-link > .list-unstyled > .link {
  margin-top: 12px;
}
#farm-source-header .widget-store-selector > .dropdown.open {
  box-shadow: none;
  min-height: 320px;
}
#farm-source-header .widget-store-selector > .dropdown.open > .dropdown-menu,
#farm-source-header .widget-store-selector.type-selector > .dropdown.open > div.dropdown-menu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #efefef;
  z-index: 10005;
  margin-top: -10px;
  border-radius: 3px;
}
#farm-source-header .widget-store-selector > .dropdown.open .content,
#farm-source-header .widget-store-selector.type-selector > .dropdown.open ul {
  padding: 7px 15px;
}
#farm-source-header .widget-store-selector.type-selector > .dropdown.open ul li {
  display: block;
  text-align: left;
  font-weight: normal;
}
#farm-source-header .widget-store-selector.type-selector > .dropdown.open ul li a {
  display: block;
  text-align: left;
  color: #444444;
}
#farm-source-header .widget-store-selector.type-selector > .dropdown.open ul li.store-selector-back a {
  color: #6fbf39;
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-region > li > a,
.widget-store-selector.type-selector > .dropdown > .dropdown-menu .list-unstyled.select-store > li > a {
  font-family: Kievit;
  font-size: 16px;
}
#farm-source-header .widget-store-selector.type-selector > .dropdown.open {
  width: 220px;
}
#farm-source-header .widget-store-selector > .dropdown.open > .dropdown-menu:after,
#farm-source-header .widget-store-selector > .dropdown.open > .dropdown-menu:before,
#farm-source-header .widget-store-selector.type-selector > .dropdown.open > div.dropdown-menu:after,
#farm-source-header .widget-store-selector.type-selector > .dropdown.open > div.dropdown-menu:before {
  bottom: 100%;
  left: 94%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#farm-source-header .widget-store-selector > .dropdown.open > .dropdown-menu:after,
#farm-source-header .widget-store-selector.type-selector > .dropdown.open > div.dropdown-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
#farm-source-header .widget-store-selector > .dropdown.open > .dropdown-menu:before,
#farm-source-header .widget-store-selector.type-selector > .dropdown.open > div.dropdown-menu:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #efefef;
  border-width: 8px;
  margin-left: -8px;
}
#farm-source-header .widget-store-selector > .dropdown.open hr {
  margin-top: 8px;
  margin-bottom: 0;
}
#farm-source-header .widget-store-selector > .dropdown.open > dl {
  text-align: right;
}
#farm-source-header .navbar-nav #FarmStoreNav .change-store-dropdown a:hover {
  background-color: #ffffff;
}
#farm-source-header .navbar-nav #FarmStoreNav .change-store-address {
  border-bottom: 0;
}
#farm-source-header .navbar-nav #FarmStoreNav .change-store-address .header_address1,
#farm-source-header .navbar-nav #FarmStoreNav .change-store-address .header_address2,
#farm-source-header .navbar-nav #FarmStoreNav .change-store-address .header_store_phone {
  font-size: 16px;
  line-height: 16px;
}
#farm-source-header .navbar-nav #FarmStoreNav .header_city {
  font-size: 16px;
  font-weight: bold;
  margin-top: 13px;
  display: block;
}
#farm-source-header .navbar-nav #FarmStoreNav .change-store a {
  font-size: 11px;
  color: #6fbf39;
  text-decoration: underline;
}
#farm-source-header .navbar-nav #FarmStoreNav .address {
  font-size: 16px;
}
#farm-source-header .navbar-nav #FarmStoreNav .phone-ico {
  width: 180px;
  height: 34px;
  background-image: url("../assets/images/ic-phone.png");
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
  background-position: 0 2px;
  padding-left: 22px;
  margin-top: 10px;
}
#farm-source-header .navbar-nav #FarmStoreNav a.view-store-button {
  border-bottom: 0;
  display: block;
  color: #ffffff;
  width: 210px;
  background-color: #6fbf39;
  height: 34px;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin-top: 15px;
}
#farm-source-header .navbar-nav #FarmStoreNav a.view-store-button:hover {
  background-color: #34b048;
}
#farm-source-header #FarmStoreNav .change-store-dropdown-icon {
  width: 15px;
  height: 20px;
  background-image: url("../assets/images/ic-down-triangle-dark.png");
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  right: 0;
  top: 5px;
  position: relative;
  padding-right: 5px;
}
#farm-source-header #FarmStoreNav span.cart-icon {
  background: url("../assets/images/ic-cart.png") no-repeat;
  background-size: 23px 21px;
  height: 34px;
  width: 50px;
  display: block;
  border-left: solid 2px #e6e6e6;
  background-position: 20px 8px;
}
#farm-source-header .search-box-mobile span.search-icon {
  border-left: 0;
}
/* FarmBusiness */
#farm-source-header .farm-source-menu {
  display: inline-block;
  float: right;
}
#farm-source-header .responsive-menu.farm-source-menu nav.full li.section a,
.responsive-menu.farm-source-menu nav.full li.current a {
  color: #2D8236;
}
/* Secondary navigation */
#farm-source-header nav.secondary-navbar.full {
  width: 100%;
  display: block;
}
#farm-source-header nav.secondary-navbar > div > ul {
  width: 100%;
  padding: 0;
}
#farm-source-header nav.secondary-navbar ul {
  text-align: right;
}
#farm-source-header nav.secondary-navbar ul li {
  float: none;
  display: inline-block;
  right: 0;
}
#farm-source-header nav.secondary-navbar ul li.first-level > .secondary > a,
#farm-source-header nav.secondary-navbar ul li.first-level > a {
  display: block;
  width: 130px;
  height: 55px;
  font-size: 16px;
  color: #444444;
  font-family: Kievit;
  text-transform: none;
  text-align: center;
  vertical-align: text-bottom;
  line-height: 60px;
}
#farm-source-header nav.secondary-navbar ul li.first-level > .secondary > a.news {
  display: block;
  width: 70px;
}
#farm-source-header nav.secondary-navbar ul li.first-level > .secondary > a.dashboard {
  display: block;
  width: 95px;
}
#farm-source-header nav.secondary-navbar ul li.first-level > .secondary > a.my-business {
  display: block;
  width: 100px;
}
#farm-source-header nav.secondary-navbar ul li.first-level > .secondary > a.my-contacts-dropdrown {
  display: block;
  width: 110px;
}
#farm-source-header nav.secondary-navbar ul li.first-level.current > .secondary > a,
#farm-source-header nav.secondary-navbar ul li.first-level.current > a,
#farm-source-header nav.secondary-navbar ul li.first-level.section > .secondary > a,
#farm-source-header nav.secondary-navbar ul li.first-level.section > a {
  background-color: #ecf7e6;
  color: #6dc134;
}
#farm-source-header nav.secondary-navbar ul li.first-level > .secondary > a:hover,
#farm-source-header nav.secondary-navbar ul li.first-level > a:hover,
#farm-source-header nav.secondary-navbar ul li.first-level.current > .secondary > a:hover,
#farm-source-header nav.secondary-navbar ul li.first-level.current > a:hover,
#farm-source-header nav.secondary-navbar ul li.first-level.section > .secondary > a:hover,
#farm-source-header nav.secondary-navbar ul li.first-level.section > a:hover {
  background-color: #ffffff;
  color: #6dc134;
  background-image: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 4px solid #6dc134;
  font-weight: bold;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  z-index: 10003;
  margin-top: 0;
  padding-right: 0;
  border-top: 4px solid #ecf7e6;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu.two-col {
  width: 435px;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu.three-col {
  width: 580px;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu.drop-left {
  right: 0;
  left: auto;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.dropdown-col {
  white-space: normal;
  position: relative;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
  width: 180px;
  float: left;
  vertical-align: top;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu.open a.dropdown-toggle {
  font-weight: bold;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.dropdown-col .dropdown-menu-group {
  display: inline-block !important;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.second-level,
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level {
  border-bottom: none;
  display: table;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
  white-space: pre-wrap;
  padding-left: 5px;
  padding-right: 5px;
  width: 180px;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.second-level {
  height: 55px;
  float: none;
  text-decoration: none;
  cursor: none;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level.first {
  border-top: none;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level.last {
  border-bottom: 1px solid #DFE2DC;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.second-level:hover {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.second-level a {
  font-size: 17px;
  line-height: 15px;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.second-level a,
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level a {
  font-family: Kievit, "Trebuchet MS", sans-serif;
  border: none;
  display: table-cell;
  vertical-align: middle;
  white-space: pre-wrap;
  padding: 0;
  color: #444444;
  text-align: left;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level a:hover {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: none;
  color: #6fbf39;
  text-decoration: underline;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.second-level .title-only {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
/* Third level */
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level {
  height: 45px;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu .right-border li.third-level {
  border-right: solid 2px #f2f2f2;
}
#farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level a {
  font-size: 15px;
}
#farm-source-header .main {
  clear: both;
}
#Root:after,
#farm-source-header .main:after,
#farm-source-header header .inner:after,
#farm-source-header header:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}
#farm-source-header .responsive-menu .dropdown-toggle {
  background-color: transparent;
  border: none;
  border-radius: 0 0 0 0;
}
#farm-source-header .responsive-menu .nav-icon-label {
  display: inline-block;
  color: #656664;
  font-size: 18px;
  font-weight: bold;
}
#farm-source-header .responsive-menu .nav-icon {
  display: inline-block;
  margin-right: 5px;
}
#farm-source-header .responsive-menu .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #656664;
}
#farm-source-header .secondary.dropdown.open a.dropdown-toggle:not(.dropdown-toggle-profile) {
  background-color: #ecf7e6;
  color: #6dc134;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: bold;
}
#farm-source-header .current .open a.dropdown-toggle {
  background-color: #ecf7e6;
  color: #6dc134;
}
#farm-source-header .my-contacts {
  background: white;
  height: 105px;
  margin-left: -9px;
  padding-top: 13px;
  padding-bottom: 20px;
  text-align: left;
}
#farm-source-header .my-contacts .content {
  color: #656664;
  font-size: 18px;
  padding-top: 3px;
}
#farm-source-header .responsive-menu nav.navbar-nav .secondary.dropdown-menu div.my-contacts a {
  color: #23529B;
  font-size: 16px;
  padding-top: 3px;
  padding-left: 10px;
  margin-left: -10px;
}
#farm-source-header .responsive-menu nav.navbar-nav .secondary.dropdown-menu div.my-contacts a:hover {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #428bca;
  border-bottom: 4px solid transparent;
}
#farm-source-header nav.secondary-navbar .custom-dropdown {
  position: absolute;
  max-width: none;
  bottom: 0;
}
#farm-source-header nav.secondary-navbar .custom-dropdown .navbar-nav {
  display: block;
  width: 100%;
  max-width: 100%;
  top: 0;
  box-shadow: none;
}
#farm-source-header nav.secondary-navbar .custom-dropdown .navbar-nav nav.primary {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
#farm-source-header nav.secondary-navbar .custom-dropdown .navbar-nav li {
  position: relative;
}
#farm-source-header nav.secondary-navbar li:hover > .dropdown ul.dropdown-menu {
  border-radius: 0;
}
#farm-source-header .my-contacts {
  margin-top: -9px;
  padding-left: 16px;
  margin-bottom: 13px;
}
@media all and (max-width: 999px) {
  #farm-source-header .brand {
    top: 10px;
    left: 5px !important;
    /*background: url("../assets/images/logo.png") no-repeat;*/
    background-size: 83px 83px;
    width: 83px;
    height: 83px;
    z-index: 10000;
    position: absolute;
    display: block;
  }
  /* main header */
  #farm-source-header .inner.container,
  #farm-source-header nav .inner.container {
    padding: 0;
    width: auto;
  }
  #farm-source-header .responsive-nav #FarmsourceGlobalHeader {
    display: table;
  }
  #farm-source-header .responsive-nav #FarmsourceGlobalHeader.header {
    width: 100%;
  }
  #farm-source-header #FarmsourceGlobalHeader.responsive-menu {
    width: 100%;
  }
  #farm-source-header .responsive-nav #FarmsourceGlobalHeader .full {
    display: none;
  }
  #farm-source-header #FarmsourceGlobalHeader.responsive-menu .general-menu,
  #farm-source-header #FarmsourceGlobalHeader.responsive-menu nav.secondary-navbar.full {
    display: none;
  }
  #farm-source-header .primary li a,
  #farm-source-header .primary li.current a,
  #farm-source-header .primary li.profile a,
  #farm-source-header .primary li.section a {
    width: 100%;
    text-align: left;
  }
  /* main header */
  #farm-source-header .primary li.profile a {
    text-align: center;
    padding-right: 20px;
  }
  #farm-source-header .profile .header-ic-profile {
    right: 130px;
    left: auto;
    border-left: 0;
  }
  #farm-source-header .profile .header-message-count {
    right: 120px;
    left: auto;
  }
  #farm-source-header .profile .header-dropdown-icon {
    right: 20px;
  }
  #farm-source-header nav ul.main-header-ul {
    /*margin-top: 40px;*/
  }
  #farm-source-header nav ul.farm-business-ul {
    margin-top: -9px;
  }
  #farm-source-header nav ul.dropProfile {
    margin-top: -19px;
  }
  #farm-source-header .primary li.profile ul {
    width: 100%;
    right: auto;
    left: 0;
    z-index: 10003;
    position: relative;
    margin-top: -45px;
  }
  #farm-source-header .header-message-count.in-dropdown {
    right: auto;
    left: 170px;
  }
  #farm-source-header .primary li.profile ul li a {
    width: auto;
    border-bottom: 1px solid #e5e5e5;
  }
  #farm-source-header .primary li.profile ul li {
    width: auto;
  }
  #farm-source-header .primary li.profile ul li.name-email {
    display: none;
  }
  #farm-source-header .primary li.profile ul li.logout-wrapper a.logout-button {
    width: 99%;
    margin: 0;
    display: block;
    margin-top: 15px;
  }
  /* MAIN MOBILE BUTTONS */
  #farm-source-header .responsive-menu .btn.dropdown-toggle.mobile {
    width: 100%;
    display: block;
    /*background-color: #82c340;*/
    /*background: -webkit-linear-gradient(#82c340, #34b048);*/
    /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#82c340, #34b048);*/
    /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#82c340, #34b048);*/
    /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#82c340, #34b048);*/
    /* Standard syntax */
    text-align: right;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    font-family: Kievit, "Trebuchet MS", sans-serif;
    line-height: 35px;
    font-weight: bold;
  }
  #farm-source-header a.mobile .header-ic-profile {
    height: 35px!important;
    width: 50px!important;
    display: inline-block;
    position: relative;
    top: 8px !important;
    left:17px;
  }
  #farm-source-header a.mobile .header-dropdown-icon {
    width: 170px;
    background-repeat: no-repeat;
    background-position: 140px 16px;
    display: inline-block;
    right: 5px;
    top: -4px;
    position: relative;
    padding-right: 45px;
    height: 32px;
    margin-top: 12px;
  }
  #farm-source-header a.mobile .header-message-count {
    right: -5px;
    top: -5px;
    display: inline-block;
  }
  #farm-source-header .responsive-menu.farm-source-menu nav.full li a {
    padding-left: 16px;
  }
  #farm-source-header .responsive-menu.open .btn.dropdown-toggle.mobile {
    /*background-color: #2D8236;*/
  }
  #farm-source-header .my-contacts {
    margin: 0;
    padding: 10px 0 0 30px;
  }
  #farm-source-header .responsive-nav #FarmsourceGlobalHeader.responsive-menu.open .full {
    display: block;
    height: auto;
  }
  #farm-source-header .responsive-nav .full {
    z-index: 10003;
  }
  #farm-source-header nav.secondary-navbar.full {
    text-transform: none;
    font-family: Kievit, "Trebuchet MS", sans-serif;
    border: 0;
  }
  #farm-source-header .responsive-menu.farm-source-menu nav.full li {
    border-bottom: 0;
  }
  #farm-source-header .responsive-nav #FarmsourceGlobalHeader .full {
    z-index: 10003;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    position: absolute;
    right: 0;
    left: 0;
    /*top: 105px;*/
    width: 100%;
    margin: 0;
    height: auto;
  }
  #farm-source-header .header-actions-mobile .icon-close{
    background-size: 16px 16px;
    height: 16px;
    width: 16px !important;
    display: inline-block;
    background-image: url(/resource/FarmSourceTemplate/files/assets/images/ic-close-white.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 10px !important;
  }
  #farm-source-header .primary li a strong {
    display: inline;
  }
  #FarmsourceGlobalHeader.responsive-menu nav.full li {
    float: none;
    width: 100%;
    border: 0;
    /*background-color: #ffffff;*/
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }
  #farm-source-header nav.secondary-navbar ul li.first-level > .secondary > a.dropdown-toggle {
    width: 100%;
    color: #444444!important;
    font-size: 14px;
    background-color: #f5f5f5!important;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding-left: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #farm-source-header nav.secondary-navbar ul li.first-level > .secondary > a.dropdown-toggle:hover {
    border-bottom: 1px solid #e5e5e5;
    background-color: #F0F2ED!important;
  }
  #farm-source-header nav.secondary-navbar .secondary.dropdown-menu {
    padding-top: 0;
    margin-top: 0;
    position: relative;
    box-shadow: none;
  }
  #farm-source-header nav.secondary-navbar .secondary.dropdown-menu .dropdown-menu-group {
    margin-top: 5px;
  }
  #farm-source-header nav.secondary-navbar .secondary.dropdown-menu .right-border li.third-level {
    border-right: 0;
  }
  #farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.second-level,
  #farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level {
    padding-left: 40px !important;
    width: 100%;
    height: 40px;
  }
  #farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.second-level a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
  }
  #farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.third-level a {
    width: 100%;
    display: block;
  }
  #farm-source-header nav.secondary-navbar .secondary.dropdown-menu li.dropdown-col {
    width: 100%;
    text-align: left;
    display: block;
  }
  #farm-source-header nav.secondary-navbar li.first-level.title-only {
    display: block !important;
    padding-left: 30px;
    line-height: 46px;
    color: #ffffff;
    height: 44px;
    font-size: 16px;
    text-align: left;
    background-color: #6ec037;
    font-weight: bold;
  }
  #farm-source-header a#SubNavButton {
    background-image: url('../assets/images/ic-menu-green.png');
    height: 44px;
    width: 44px;
    background-size: 44px 44px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 5px;
    z-index: 10004;
  }
  #farm-source-header .open a#SubNavButton {
    background-size: 16px 16px;
    height: 44px;
    width: 44px;
    background-color: #6ec037;
    background-image: url('../assets/images/ic-close-white.png');
    background-position: center;
    display: block;
  }
  #farm-source-header .responsive-nav .header .inner.container {
    height: 50px;
  }
  #farm-source-header .responsive-nav .header .search-box,
  #farm-source-header .responsive-nav .header .search-icon-bar {
    /*display: none;*/
  }
  #farm-source-header #FarmStoreNav {
    min-width: 320px;
  }
  #farm-source-header #FarmStoreNav .search-box {
    min-width: 320px;
  }
}
@media all and (max-width: 400px) {
  #farm-source-header #FarmStoreNav {
    min-width: 320px;
  }
  #farm-source-header #FarmStoreNav .search-box {
    min-width: 320px;
  }
  #farm-source-header #FarmStoreNav .search-box input {
    width: 70px;
  }
  #farm-source-header #FarmStoreNav .change-store-wrapper a span {
    display: inline-block;
    margin-right: 3px;
  }
  #farm-source-header #FarmStoreNav .change-store-wrapper span.store-location-title {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 3px;
  }
  #farm-source-header .navbar-nav #FarmStoreNav .change-store-dropdown {
    position: : relative;
  }
}
@media all and (max-width: 323px) {
  #farm-source-header #FarmStoreNav {
    margin-right: 20px;
  }
  #farm-source-header #FarmStoreNav .search-box,
  #farm-source-header #FarmStoreNav .search-icon-bar {
    display: none;
  }
}
/* Registration */
section.edit-profile-section {
  margin: 30px 0 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 757px) {
  section.edit-profile-section .form-group:not(.bordered) .form-field-read-only.padded {
    padding-top: 10px !Important;
  }
}
/* My Farm Store */
.heading-form-panel {
  font-family: 'Source Sans Pro Bold';
  padding: 8px 0 0 0;
}
.cart-label-top-inset {
  padding-top: 16px !important;
}
.label-top-minor-inset {
  padding-top: 8px !important;
}
.product-overview-table {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  overflow: hidden;
}
@media screen and (max-width: 757px) {
  .product-overview-table {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.product-overview-table dt {
  padding-left: 10px;
  font-weight: normal;
}
@media screen and (min-width: 758px) {
  .product-overview-table dt {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 758px) and (min-width: 1000px) {
  .product-overview-table dt {
    float: left;
    width: 41.66666666666667%;
  }
}
@media screen and (min-width: 758px) and (min-width: 758px) {
  .product-overview-table dt {
    float: left;
    width: 41.66666666666667%;
  }
}
@media screen and (min-width: 758px) and (min-width: 1000px) {
  .product-overview-table dt {
    margin-left: 16.666666666666664%;
  }
}
@media screen and (min-width: 758px) and (min-width: 0px) {
  .product-overview-table dt {
    margin-left: 16.666666666666664%;
  }
}
@media screen and (max-width: 757px) {
  .product-overview-table dt {
    clear: left;
    float: left;
    width: 50% ;
  }
}
.product-overview-table dd {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1000px) {
  .product-overview-table dd {
    float: left;
    width: 41.66666666666667%;
  }
}
@media (min-width: 758px) {
  .product-overview-table dd {
    float: left;
    width: 41.66666666666667%;
  }
}
@media screen and (max-width: 757px) {
  .product-overview-table dd {
    font-family: 'Source Sans Pro Bold';
    float: right;
    text-align: right;
    width: 50%;
  }
}
form.supplementary-feed-selector {
  margin: 25px 0;
}
@media screen and (max-width: 757px) {
  form.supplementary-feed-selector {
    margin: 0;
  }
}
.email-field-group {
  margin-bottom: 10px;
}
.email-field-group .email-fields {
  margin-top: 10px;
}
.bar-graph,
.legend-container-pie {
  position: relative;
}
ul.graph-legend {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
}
ul.graph-legend li {
  list-style: none;
}
ul.graph-legend span {
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
@media screen and (max-width: 757px) {
  .bar-graph {
    padding-top: 40px;
  }
  ul.graph-legend {
    position: static;
  }
  .legend-container-pie {
    float: none!important;
  }
}
table.jqplot-table-legend {
  width: 190px;
  box-sizing: content-box;
}
table.jqplot-table-legend tr td:first-child {
  width: 1.2em;
}
/* Store locator */
.widget-contact-regions section:not(:last-child) {
  margin-bottom: 50px;
}
.widget-nz-map {
  position: relative;
  float: right;
  overflow: hidden;
  width: 294px;
  height: 389px;
}
.widget-nz-map #map-nz-img,
.widget-nz-map .map-nz-overlay {
  position: absolute;
  width: 294px;
  height: 389px;
  top: 0;
  right: 0;
}
.widget-nz-map #map-nz-region-list {
  position: absolute;
  top: 0;
  left: 0;
}
.widget-nz-map #map-nz-region-list li {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  list-style-type: none;
  z-index: 12;
}
.widget-nz-map #map-nz-region-list li a {
  display: inline-block;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.widget-nz-map #map-nz-region-list li a.hover {
  color: #6cbb3f;
}
.widget-nz-map #map-nz-overlay-northland {
  top: 1px;
}
.widget-nz-map #map-nz-overlay-auckland {
  top: 1px;
}
.widget-nz-map #map-nz-overlay-otago {
  left: 1px;
  top: -1px;
}
.widget-nz-map #map-nz-overlay-southland {
  left: 1px;
  top: -1px;
}
.widget-nz-map #map-nz-region-northland {
  left: 87px;
  top: 64px;
}
.widget-nz-map #map-nz-region-auckland {
  left: 62px;
  top: 93px;
}
.widget-nz-map #map-nz-region-waikato {
  left: 124px;
  top: 120px;
}
.widget-nz-map #map-nz-region-bop {
  width: 70px;
  left: 207px;
  top: 97px;
}
.widget-nz-map #map-nz-region-taranaki {
  left: 107px;
  top: 145px;
}
.widget-nz-map #map-nz-region-manawatu {
  left: 69px;
  top: 173px;
}
.widget-nz-map #map-nz-region-wellington {
  width: 70px;
  text-align: center;
  left: 199px;
  top: 193px;
}
.widget-nz-map #map-nz-region-nelson {
  left: 155px;
  top: 229px;
}
.widget-nz-map #map-nz-region-christchurch {
  width: 80px;
  text-align: center;
  left: 138px;
  top: 260px;
}
.widget-nz-map #map-nz-region-otago {
  left: 96px;
  top: 314px;
}
.widget-nz-map #map-nz-region-southland {
  left: 59px;
  top: 346px;
}
/* Farm Rewards */
.rewards-amount-value,
.rewards-page #product-rrp {
  display: inline-block;
}
.rewards-amount-value:before,
.rewards-page #product-rrp:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 2px;
  width: 38px;
  height: 24px;
  background-image: url('../assets/images/ico-fsdollars-green-detail.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: transparent;
  border-radius: 0;
}
.rewards-amount-value.smaller:before,
.rewards-page #product-rrp.smaller:before {
  margin-top: -3px;
  margin-right: 2px;
  width: 19px;
  height: 12px;
  background-image: url('../assets/images/ico-fsdollars-green-xs.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: transparent;
  border-radius: 0;
}
.rewards-amount-value.bigger:before,
.rewards-page #product-rrp.bigger:before {
  margin-top: -8px;
  margin-right: 12px;
  width: 32px;
  height: 32px;
  background-image: url('../assets/images/ico-rewards-dollar-large.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  border-radius: 16px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .rewards-amount-value.bigger:before,
  .rewards-page #product-rrp.bigger:before {
    background-size: 32px 32px;
    background-image: url('../assets/images/ico-rewards-dollar-large@2x.png');
  }
}
.widget-rewards-nav-balance {
  display: table-row;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  list-style: none;
}
.widget-rewards-nav-balance .navbar-text-label {
  display: table-cell;
  line-height: 60px;
  font-size: 18px;
  font-family: 'Source Sans Pro Regular';
}
.widget-rewards-nav-balance .navbar-text-label .rewards-balance-change {
  display: inline-block;
  margin-top: -2px;
  margin-left: 0.6em;
  vertical-align: middle;
  font-size: 12px;
  font-family: 'Source Sans Pro Regular';
}
.widget-rewards-nav-balance .navbar-text-label .rewards-balance-label {
  display: inline-block;
  margin-right: 0.4em;
}
.widget-rewards-nav-balance .navbar-text-label .rewards-balance-name,
.widget-rewards-nav-balance .navbar-text-label .rewards-balance-balance {
  display: inline-block;
  font-size: 18px;
  font-family: 'Source Sans Pro Bold';
  text-transform: none;
}
.widget-rewards-nav-balance .navbar-text-label .rewards-balance-balance {
  margin-left: .7em;
}
.widget-rewards-nav-balance .navbar-text-label.name {
  width: 100%;
  border-left: none;
}
.widget-rewards-nav-balance .navbar-text-label.login {
  font-family: 'Source Sans Pro Bold';
  font-size: 14px;
  text-transform: uppercase;
}
.widget-rewards-nav-balance .navbar-text-label.balance,
.widget-rewards-nav-balance .navbar-text-label.login,
.widget-rewards-nav-balance .navbar-text-label.type-cart {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  border-left: 1px solid #dddddd;
  white-space: nowrap;
}
.widget-rewards-nav-balance .navbar-text-label.balance:before,
.widget-rewards-nav-balance .navbar-text-label.login:before,
.widget-rewards-nav-balance .navbar-text-label.type-cart:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.widget-rewards-nav-balance .navbar-text-label:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.widget-rewards-nav-balance .navbar-text-label:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #dddddd;
}
.widget-rewards-nav-balance .navbar-text-label.type-cart {
  line-height: auto;
  transition: background-color 200ms;
}
.widget-rewards-nav-balance .navbar-text-label.type-cart .cart-icon {
  display: inline-block;
  position: relative;
  top: -3px;
  padding: 0 18px;
  width: 35px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  background-image: url('../assets/images/ico-cart.png');
  background-repeat: no-repeat;
  background-position: center 0;
  letter-spacing: 0.075em;
  font-family: 'Source Sans Pro Regular';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-rewards-nav-balance .navbar-text-label.type-cart .cart-icon {
    background-size: 35px 34px;
    background-image: url('../assets/images/ico-cart@2x.png');
  }
}
.widget-rewards-nav-balance .navbar-text-label.type-cart .cart-icon > .rewards-amount-value:before {
  margin-left: -4px;
  width: 14px;
  height: 14px;
  background-size: 100% auto;
}
.widget-rewards-nav-balance .navbar-text-label.type-cart > .inner:focus,
.widget-rewards-nav-balance .navbar-text-label.type-cart > .inner:hover {
  background-color: #6cbb3f;
  color: #ffffff;
}
.widget-rewards-nav-balance .navbar-text-label.type-cart > .inner:focus > .cart-icon,
.widget-rewards-nav-balance .navbar-text-label.type-cart > .inner:hover > .cart-icon {
  background-position: center -40px;
}
.widget-rewards-nav-balance .navbar-text-label.type-cart > .inner.active:focus,
.widget-rewards-nav-balance .navbar-text-label.type-cart > .inner.active:hover {
  background-color: transparent;
  color: #008640;
}
.widget-rewards-nav-balance .navbar-text-label.type-cart > .inner.active:focus > .cart-icon,
.widget-rewards-nav-balance .navbar-text-label.type-cart > .inner.active:hover > .cart-icon {
  background-position: center 0;
}
.widget-rewards-nav-balance .navbar-text-label > .inner {
  display: block;
  position: relative;
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
  height: 100%;
}
.widget-rewards-nav-balance .navbar-text-label > .inner.active {
  bottom: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  background: transparent url('../assets/images/bkg-noise-grey.png') 0 0 repeat;
}
@media screen and (min-width: 758px) {
  .widget-rewards-nav-balance .navbar-text-label > .inner.active {
    border-top: 4px solid #6cbb3f;
  }
}
.widget-rewards-nav-balance .rewards-balance-change-mobile {
  display: none;
  font-family: 'Source Sans Pro Regular';
}
.widget-rewards-nav-balance .rewards-balance-balance-mobile {
  display: none;
  font-family: 'Source Sans Pro Bold';
}
.widget-rewards-nav-balance.navbar-right {
  width: auto;
}
.widget-rewards-nav-balance.widget-login-panel-navbar .navbar-text-label .inner.active {
  top: -1px;
  bottom: 0;
  margin-bottom: -2px;
  border-top: none;
  border-bottom: 4px solid #6cbb3f;
}
.widget-rewards-carousel {
  margin-bottom: 0px!important;
}
.widget-rewards-carousel .rewards-carousel-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 620px;
  list-style: none;
}
@media screen and (max-width: 999px) {
  .widget-rewards-carousel .rewards-carousel-bg-container {
    height: 650px;
  }
}
@media screen and (max-width: 757px) {
  .widget-rewards-carousel .rewards-carousel-bg-container {
    height: 345px;
  }
}
.widget-rewards-carousel .rewards-carousel-bg-container > li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 120px;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.widget-rewards-carousel .rewards-carousel-bg-container > li.active {
  display: block;
}
.widget-rewards-carousel .content-container {
  position: relative;
  margin-top: -20px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 999px) {
  .widget-rewards-carousel .content-container {
    height: 530px;
  }
}
@media screen and (max-width: 757px) {
  .widget-rewards-carousel .content-container {
    height: 225px;
  }
}
.widget-rewards-carousel .rewards-carousel-popover-container {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  list-style: none;
  position: relative;
  min-height: 142px;
}
.widget-rewards-carousel .rewards-carousel-popover-container > li {
  display: none;
  position: absolute;
  width: 100%;
}
.widget-rewards-carousel .rewards-carousel-popover-container > li.active {
  display: block;
  transition: opacity 1.2s, -webkit-transform 1.2s;
}
.widget-rewards-carousel .rewards-carousel-popover-container > li.before-show {
  opacity: 0;
  -webkit-transform: translateX(40px);
}
.widget-rewards-carousel .rewards-carousel-popover-container > li.after-show {
  opacity: 1;
  -webkit-transform: translateX(0);
}
.widget-rewards-carousel .rewards-carousel-popover-container > li.after-hide {
  opacity: 0;
  -webkit-transform: translateX(-40px);
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-title {
  font-size: 22px;
  font-family: 'Source Sans Pro Light';
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-price {
  float: left;
  margin-top: 10px;
  font-size: 34px;
  font-family: 'Source Sans Pro Regular';
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-button {
  display: block;
  float: right;
  position: relative;
  margin-top: 15px;
  width: 140px;
  height: 37px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-button:before {
  content: "Redeem";
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  line-height: 37px;
  text-align: center;
  background: #ffffff;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #008640;
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -90px;
  border: 50px solid transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-button:hover:before {
  background: #2e8237;
  color: #ffffff;
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-button:hover:after {
  border-top-color: #2e8237;
  border-left-color: #2e8237;
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-button.deals:before {
  content: "View Deals";
}
.widget-rewards-carousel .rewards-carousel-popover-container .rewards-carousel-popover-button.card:before {
  content: "Learn More";
}
.widget-rewards-carousel .rewards-carousel-static {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: table;
  width: 100%;
  z-index: 5;
}
.widget-rewards-carousel .rewards-carousel-static .row {
  display: table-row;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 {
  display: block;
  margin: 0 auto;
  max-width: 490px;
  float: none;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.69);
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 > .p1-title {
  font-family: 'Source Sans Pro Bold';
  font-size: 32px;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 > .p1-actions .widget-rewards-snippet {
  display: inline-block;
  margin: 0;
  bottom: 0;
  line-height: 38px;
  vertical-align: bottom;
  padding-right: 15px;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 > .p1-actions .widget-rewards-snippet .rewards-sign-icon {
  color: #ffffff;
  font-size: 36px;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 .rewards-carousel-button {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 38px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 .rewards-carousel-button:before {
  content: attr(data-text-content);
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  line-height: 38px;
  text-align: center;
  background: #ffffff;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #008640;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 .rewards-carousel-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -90px;
  border: 50px solid transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 .rewards-carousel-button:hover:before {
  background: #2e8237;
  color: #ffffff;
}
.widget-rewards-carousel .rewards-carousel-static .row .p1 .rewards-carousel-button:hover:after {
  border-top-color: #2e8237;
  border-left-color: #2e8237;
}
.widget-rewards-carousel .arrow-left,
.widget-rewards-carousel .arrow-right {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  z-index: 3;
}
.widget-rewards-carousel .arrow-left:before,
.widget-rewards-carousel .arrow-right:before {
  content: "";
  display: block;
  position: absolute;
  top: 90.66666666666667px;
  width: 40px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  background-image: url('../assets/images/ico-carousel-arrows.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-repeat: none;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-rewards-carousel .arrow-left:before,
  .widget-rewards-carousel .arrow-right:before {
    background-size: 40px 30px;
    background-image: url('../assets/images/ico-carousel-arrows@2x.png');
  }
}
@media screen and (max-width: 999px) {
  .widget-rewards-carousel .arrow-left:before,
  .widget-rewards-carousel .arrow-right:before {
    top: 106.66666666666667px;
  }
}
.widget-rewards-carousel .arrow-left:hover:before,
.widget-rewards-carousel .arrow-right:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.widget-rewards-carousel .arrow-left {
  left: 0;
}
.widget-rewards-carousel .arrow-left:before {
  left: 0;
}
.widget-rewards-carousel .arrow-right {
  right: 0;
}
.widget-rewards-carousel .arrow-right:before {
  right: 0;
  background-position: 100% 0;
}
.widget-rewards-carousel .rewards-carousel-indicator-container {
  position: relative;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
.widget-rewards-carousel .rewards-carousel-indicator-container > li {
  margin: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('../assets/images/ico-carousel-indicator.png');
  background-repeat: no-repeat;
  background-position: center 0;
  border: none;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .widget-rewards-carousel .rewards-carousel-indicator-container > li {
    background-size: 12px 12px;
    background-image: url('../assets/images/ico-carousel-indicator@2x.png');
  }
}
.widget-rewards-carousel .rewards-carousel-indicator-container > li:hover {
  background-position: center -20px;
}
.widget-rewards-carousel .rewards-carousel-indicator-container > li.active {
  background-position: center -40px;
}
.rewards-join-alert {
  position: relative;
  margin-bottom: 16px;
}
.rewards-join-alert .rewards-join-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 155px;
  background: transparent;
}
.rewards-join-alert .rewards-join-btn:before {
  content: "Join Fonterra";
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  padding-left: 0px;
  padding-right: 10px;
  line-height: 37px;
  text-align: center;
  background: #e5e5e5;
  background-image: url('../assets/images/ico-arrow-alert.png');
  background-repeat: no-repeat;
  background-position: right 5px center;
  font-size: 14px;
  color: #00569d;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .rewards-join-alert .rewards-join-btn:before {
    background-size: 13px 12px;
    background-image: url('../assets/images/ico-arrow-alert@2x.png');
  }
}
.rewards-join-alert .rewards-join-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -190px;
  border: 100px solid transparent;
  border-left-color: #e5e5e5;
  overflow: visible;
}
.rewards-join-alert .rewards-join-content {
  margin-right: 20px;
  padding: 8px 16px;
  padding-right: 172px;
  background: #00569d;
  font-size: 16px;
  font-family: 'Source Sans Pro Regular';
  color: #ffffff;
}
.rewards-hero-button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 35px 7px 20px;
  background-image: url('../assets/images/ico-rewards-arrow.png');
  background-repeat: no-repeat;
  background-position: 95% 46%;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  overflow: hidden;
  cursor: pointer;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .rewards-hero-button {
    background-size: 14px 12px;
    background-image: url('../assets/images/ico-rewards-arrow@2x.png');
  }
}
.rewards-hero-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  background: #6cbb3f;
  z-index: -1;
}
.rewards-hero-button:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid #6cbb3f;
  z-index: -1;
}
.rewards-hero {
  position: relative;
  overflow: hidden;
}
.rewards-hero .image-full-width {
  display: block;
}
.rewards-hero .rewards-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.rewards-hero .rewards-hero-banner {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px 18px 0;
  max-width: 560px;
  min-height: 105px;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 22px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
}
.rewards-hero .rewards-hero-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 0;
  background: #6cbb3f;
  z-index: -1;
}
.rewards-hero .rewards-hero-banner:after {
  content: "";
  position: absolute;
  right: -210px;
  bottom: 0;
  width: 0;
  height: 0;
  border: 120px solid transparent;
  border-left: 120px solid #6cbb3f;
  z-index: -1;
}
.rewards-hero .rewards-hero-button {
  position: absolute;
  right: 15px;
  bottom: 20px;
  padding: 8px 20px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #008640;
  overflow: hidden;
  cursor: pointer;
}
.rewards-hero .rewards-hero-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
}
.rewards-hero .rewards-hero-button:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid #ffffff;
  z-index: -1;
}
.rewards-mobile-hero {
  display: none;
  padding-top: 15px;
}
.rewards-mobile-hero-img {
  display: block;
  width: 90%;
}
.reward-link-bar {
  font-size: 16px;
  color: #008640;
}
.reward-link-bar-container .reward-link-bar {
  float: left;
  line-height: 38px;
}
.reward-link-bar-container .btn-default {
  float: right;
}
.rewards-nav-bar {
  margin: 30px 0;
  text-align: center;
}
.rewards-nav-bar .rewards-nav {
  display: inline-block;
  width: 28%;
  font-size: 34px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #6cbb3f;
}
.rewards-nav-bar .rewards-nav:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 116px;
  height: 116px;
  background-image: url('../assets/images/ico-rewards-large.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #6cbb3f;
  border-radius: 58px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .rewards-nav-bar .rewards-nav:before {
    background-size: 116px 116px;
    background-image: url('../assets/images/ico-rewards-large@2x.png');
  }
}
.rewards-nav-bar .rewards-nav:hover {
  color: #008640;
}
.rewards-nav-bar .rewards-nav:hover:before {
  background-color: #2e8237;
}
.rewards-nav-bar .rewards-nav.rewards-nav-deals:before {
  background-position: 50% -150px;
}
.rewards-nav-bar .rewards-nav.rewards-nav-card:before {
  background-position: 50% -300px;
}
.rewards-deals-item {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  width: 440px;
  min-height: 245px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.rewards-deal-img {
  float: left;
  width: 200px;
}
.rewards-deal-details {
  margin-left: 215px;
  font-size: 22px;
  font-family: 'Source Sans Pro Bold';
}
.rewards-deal-details .btn-default {
  display: block;
  float: left;
  min-width: 135px;
}
.rewards-deal-details-price {
  margin: 10px 0 15px;
  font-size: 34px;
}
.rewards-list {
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
}
.rewards-list-li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
  line-height: 20px;
  overflow: hidden;
}
.rewards-list-li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 2px;
  border: 20px solid transparent;
  border-right-color: #6cbb3f;
}
.rewards-list-li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: #ffffff;
}
.rewards-weekly {
  float: left;
  margin-top: 30px;
  width: 439px;
}
.rewards-weekly .rewards-weekly-content {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.rewards-weekly .rewards-weekly-content:hover {
  color: #008640;
}
.rewards-weekly .rewards-weekly-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 40px;
  padding-bottom: 20px;
}
.rewards-weekly .rewards-weekly-overlay .btn-green {
  margin-right: 20px;
  min-width: 150px;
}
.rewards-discounts {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  min-width: 400px;
}
.rewards-balance-container {
  min-height: 0;
}
.rewards-discounts-item {
  position: relative;
  float: left;
  margin-left: 19px;
  margin-bottom: 17px;
  width: 210px;
  height: 211px;
  border: 1px solid #e5e5e5;
}
.rewards-discounts-item .rewards-discounts-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rewards-discounts-item .rewards-discount-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 103px;
  background-image: url('../assets/images/rewards-discount.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .rewards-discounts-item .rewards-discount-logo {
    background-size: auto auto;
    background-image: url('../assets/images/rewards-discount@2x.png');
  }
}
.rewards-discounts-item .rewards-discount-amount {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #444444;
}
.rewards-discounts-item .rewards-discount-amount.double-line {
  bottom: 58px;
  line-height: 1.1;
  font-size: 22px;
}
.rewards-discounts-item .btn-default {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 16px;
}
.rewards-discounts-item .rewards-discount-load {
  margin-top: 30px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: center;
  font-size: 28px;
  font-family: 'Source Sans Pro Bold';
  text-transform: uppercase;
  color: #2e8237;
}
.rewards-steps {
  padding-bottom: 15px;
  font-size: 16px;
}
.rewards-steps .heading-h3 {
  padding-top: 6px;
  margin-bottom: 12px;
}
.rewards-steps .rewards-steps-label {
  float: left;
  font-family: 'Source Sans Pro Bold';
  clear: left;
}
.rewards-steps .rewards-steps-row {
  margin-left: 70px;
  margin-bottom: 12px;
}
.rewards-page .widget-product-details-content .form-group-qty {
  margin-bottom: 0;
}
.rewards-cart-total .alert.alert-arrow {
  float: right;
  margin-top: 10px;
  margin-left: -150px;
  background: #eb2b00;
}
@media screen and (max-width: 757px) {
  .rewards-cart-total .alert.alert-arrow {
    margin-left: 0;
  }
}
.rewards-cart-total .alert.alert-arrow:before {
  right: 100px;
  border-right-color: #eb2b00;
}
#p-rewards-deals {
  padding-bottom: 3px;
  overflow: hidden;
}
#p-rewards-deals.expanded > .rewards-discounts-item {
  display: block !important;
}
#p-rewards-deals:not(.expanded) .load-more {
  margin-left: 19px;
}
@media screen and (min-width: 1000px) {
  .rewards-discounts-item:nth-of-type(4n+8) {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .rewards-deals-item {
    width: 100%;
  }
  .rewards-weekly {
    width: 451px;
  }
  .rewards-discounts {
    min-width: 200px;
  }
  .rewards-discounts-item {
    width: 216px;
    height: 217px;
  }
  .rewards-discounts-item:nth-of-type(3n) {
    margin-left: 0;
  }
  .rewards-balance-label {
    display: none !important;
  }
}
.rewards-discounts-item:not(.load-more):nth-of-type(n+7) {
  display: none;
}
@media screen and (max-width: 999px) {
  .rewards-discounts-item:not(.load-more):nth-of-type(n+5) {
    display: none;
  }
}
.wrapper-rewards {
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  color: #444444;
}
.wrapper-rewards p {
  line-height: 1.4em;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper-rewards .heading-icon {
  float: left;
  margin: -5px 15px 0 0;
  width: 50px;
  height: 50px;
  background-image: url('../assets/images/ico-rewards-small.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #6cbb3f;
  border-radius: 25px;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .wrapper-rewards .heading-icon {
    background-size: 50px 50px;
    background-image: url('../assets/images/ico-rewards-small@2x.png');
  }
}
.wrapper-rewards .heading-icon.deals {
  background-position: 50% -60px;
}
.wrapper-rewards .heading-icon.card {
  background-position: 50% -120px;
}
.wrapper-rewards .heading-icon + .heading {
  margin: 5px 0 30px 70px;
}
.wrapper-rewards .img-rewards {
  margin: -70px 0 0 -80px;
}
.wrapper-rewards .rewards-card-img {
  display: block;
  margin-right: -20px;
  margin-bottom: -30px;
}
.wrapper-rewards .rewards-card-btn {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 30px;
}
.wrapper-rewards .widget-hero {
  margin-bottom: 32px;
}
.wrapper-rewards .home-products-image-button {
  display: block;
  margin: 0;
  padding: 0;
}
.wrapper-rewards .home-products-image-button > .content-image {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.wrapper-rewards .home-products-image-button > .p1 {
  display: block;
  position: relative;
  padding: 15px 20px 10px;
  background: #00b1ee;
  font-size: 22px;
  font-family: 'Source Sans Pro Regular';
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
}
.wrapper-rewards .home-products-image-button > .p2 {
  display: block;
  position: relative;
  text-align: right;
  overflow: hidden;
}
.wrapper-rewards .home-products-image-button > .p2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 0;
  background: #444444;
}
.wrapper-rewards .home-products-image-button > .p2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -80px;
  border: 50px solid transparent;
  border-top-color: #444444;
  border-left-color: #444444;
}
.wrapper-rewards .home-products-image-button > .p2 .content {
  display: block;
  position: relative;
  padding: 10px 20px;
  text-align: right;
  font-size: 12px;
  font-family: 'Source Sans Pro Regular';
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
}
.wrapper-rewards .home-products-image-button > .p2 .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
  width: 14px;
  height: 12px;
  background-image: url('../assets/images/ico-rewards-arrow.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .wrapper-rewards .home-products-image-button > .p2 .arrow {
    background-size: 14px 12px;
    background-image: url('../assets/images/ico-rewards-arrow@2x.png');
  }
}
.wrapper-rewards .widget-pagination {
  clear: both;
  padding-top: 10px;
}
.wrapper-rewards .widget-pagination .form-group {
  width: 200px;
}
.wrapper-rewards .widget-cat-panel {
  margin-top: -15px;
  font-size: 14px;
}
.wrapper-rewards .widget-cat-panel .list-sub-cats {
  padding-top: 0;
}
.wrapper-rewards .widget-result-controls {
  margin-top: 0;
}
.wrapper-rewards .widget-result-controls .form-group {
  width: auto;
}
.wrapper-rewards .widget-result-controls .select-label.inline {
  padding-right: 5px;
}
.wrapper-rewards .widget-result-controls .filter-price {
  vertical-align: baseline;
  width: 70px;
}
.wrapper-rewards .widget-result-controls .btn-default {
  margin-left: 5px;
  vertical-align: bottom;
}
.wrapper-rewards .widget-result-controls .btn-default > .btn-corner:after {
  border-right-color: #fcfcfc;
}
.rewards-page .panel-actionable {
  margin-top: 20px;
}
.rewards-page #p-rewards-rewards {
  overflow: hidden;
}
.rewards-page #p-rewards-card {
  overflow: hidden;
}
.rewards-page .widget-breadcrumb.streamlined {
  margin-bottom: 10px;
}
.rewards-page .rewards-balance-remaining {
  margin-left: -150px;
  margin-bottom: 20px;
  text-align: right;
}
.rewards-page .rewards-balance-remaining > .rewards-amount-value {
  margin-left: 0.7em;
  font-family: 'Source Sans Pro Bold';
}
.rewards-page .rewards-balance-remaining.err {
  font-family: 'Source Sans Pro Bold';
  color: #eb2b00;
}
.rewards-page .category-details > .heading {
  position: relative;
}
.rewards-page .widget-rewards-categories {
  padding-top: 0;
  overflow: visible;
}
@media screen and (min-width: 758px) {
  .rewards-page .widget-rewards-categories {
    margin-top: -5px;
    margin-bottom: 0;
    border: none;
  }
  .rewards-page .widget-rewards-categories .widget-sub-nav-title {
    display: none;
  }
}
.rewards-page .widget-rewards-categories .dropdown-menu {
  float: none;
}
.rewards-page .widget-rewards-categories .dropdown-menu-inner {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  overflow: hidden;
}
@media screen and (min-width: 758px) {
  .rewards-page .widget-rewards-categories .dropdown-menu-inner > .category-has-children {
    float: left;
    width: 33%;
  }
}
.rewards-page .widget-rewards-categories .dropdown-menu-inner > .category-has-children > ul {
  padding: 0;
  list-style: none;
}
.rewards-page .widget-rewards-categories .dropdown-menu-inner > .category-has-children > ul > li {
  padding: 5px 0;
}
.rewards-page .widget-rewards-categories .dropdown-menu-inner > .category-has-children > ul > li > a {
  padding-bottom: 5px;
  font-weight: bold;
}
.rewards-page #modal-product-name {
  margin-top: -6px;
}
.rewards-page .table-type-cart th,
.rewards-page .table-type-cart .cell-price {
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}
.rewards-page .table-type-cart .cell-product {
  width: 100%;
}
.rewards-page .rewards-checkout-mobile-total {
  display: none;
  padding: 15px 0 5px;
  border-top: 1px solid #e5e5e5;
}
.widget-exceeds-credit-rewards {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.local-nav-container {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#87c249), to(#17a351));
  background-image: -webkit-linear-gradient(top, #87c249, 0%, #17a351, 100%);
  background-image: -moz-linear-gradient(top, #87c249 0%, #17a351 100%);
  background-image: linear-gradient(to bottom, #87c249 0%, #17a351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87c249', endColorstr='#ff17a351', GradientType=0);
}
.local-nav-container .local-nav-store {
  padding-top: 16px;
  padding-right: 8px;
  line-height: 18px;
  text-align: right;
}
.local-nav-container .local-nav-store .local-nav-store-name {
  display: block;
  font-family: 'Source Sans Pro Regular';
  font-weight: bold;
  color: #ffffff;
}
.local-nav-container .local-nav-store .local-nav-store-change {
  font-family: 'Source Sans Pro Light';
  color: #ffffff;
  text-decoration: underline;
}
.local-nav-container .local-nav-store .local-nav-store-change.choose {
  font-family: 'Source Sans Pro Regular';
  text-transform: uppercase;
}
.local-nav-container .local-nav-mobile-menu {
  width: 73px;
  height: 70px;
  background-image: url('../assets/images/ico-rewards-mobile-menu.png');
  background-repeat: no-repeat;
  background-position: center 0;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
@media (screen) and (-webkit-min-device-pixel-ratio: 1.5), (screen) and (-moz-min-device-pixel-ratio: 1.5), (screen) and (min-device-pixel-ratio: 1.5) {
  .local-nav-container .local-nav-mobile-menu {
    background-size: auto auto;
    background-image: url('../assets/images/ico-rewards-mobile-menu@2x.png');
  }
}
.local-nav-container .local-nav-mobile-menu:hover {
  background-color: #6cbb3f;
}
.local-nav-container .local-nav-mobile-menu.active {
  background-color: #eeeeee !important;
  background-position: center -70px;
}
@media screen and (max-width: 757px) {
  .wrapper-rewards {
    padding-top: 5px;
  }
  .wrapper-rewards .heading-icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    border-radius: 20px;
  }
  .wrapper-rewards .heading-icon.deals {
    background-position: 50% -48px;
  }
  .wrapper-rewards .heading-icon.card {
    background-position: 50% -96px;
  }
  .wrapper-rewards .heading-icon + .heading {
    margin-left: 0;
    padding-bottom: 20px;
  }
  .wrapper-rewards .heading.heading-h3 {
    font-size: 16px;
  }
  .wrapper-rewards .rewards-join-alert {
    position: relative;
    margin: 10px 0 0;
    border-bottom: 0;
    overflow: hidden;
  }
  .wrapper-rewards .rewards-join-alert .rewards-join-btn {
    float: none;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .wrapper-rewards .rewards-join-alert .rewards-join-btn:before {
    padding-right: 25px;
    line-height: 37px;
    text-align: right;
  }
  .wrapper-rewards .rewards-join-alert .rewards-join-content {
    margin: 0;
    margin-bottom: 37px;
    padding-right: 16px;
  }
  .wrapper-rewards .rewards-mobile-hero {
    display: block;
  }
  .wrapper-rewards .rewards-hero .rewards-hero-overlay,
  .wrapper-rewards .rewards-hero .rewards-hero-banner {
    position: relative;
  }
  .wrapper-rewards .rewards-hero .rewards-hero-banner {
    left: 0;
    max-width: 100%;
    min-height: 1px;
    padding-bottom: 15px;
    position: relative;
    top: 0;
    width: 100%;
    font-size: 14px;
  }
  .wrapper-rewards .rewards-hero .rewards-hero-banner:before {
    right: 0;
  }
  .wrapper-rewards .rewards-hero .rewards-hero-banner:after {
    display: none;
  }
  .wrapper-rewards .rewards-hero .rewards-hero-button {
    bottom: 0;
    position: relative;
    right: 0;
  }
  .wrapper-rewards .rewards-nav-bar .rewards-nav {
    font-size: 18px;
    line-height: 2em;
  }
  .wrapper-rewards .rewards-nav-bar .rewards-nav:before {
    width: 58px;
    height: 58px;
    background-size: 100% auto;
    border-radius: 29px;
  }
  .wrapper-rewards .rewards-nav-bar .rewards-nav.rewards-nav-deals:before {
    background-position: 50% -75px;
  }
  .wrapper-rewards .rewards-nav-bar .rewards-nav.rewards-nav-card:before {
    background-position: 50% -150px;
  }
  .wrapper-rewards .reward-link-bar {
    text-align: center;
  }
  .wrapper-rewards .reward-link-bar-container {
    text-align: center;
  }
  .wrapper-rewards .reward-link-bar-container .reward-link-bar {
    float: none;
    margin: 5px 0 15px;
  }
  .wrapper-rewards .reward-link-bar-container .btn-default {
    float: none;
  }
  .wrapper-rewards .rewards-deals-item {
    padding: 10px;
    min-height: 140px;
  }
  .wrapper-rewards .rewards-deals-item .btn {
    margin: 0 0 0 -15px;
  }
  .wrapper-rewards .rewards-deal-img {
    width: 100px;
  }
  .wrapper-rewards .rewards-deal-details {
    margin-left: 115px;
    font-size: 18px;
  }
  .wrapper-rewards .rewards-deal-details-price {
    font-size: 22px;
  }
  .wrapper-rewards .rewards-weekly {
    float: none;
    width: 100%;
  }
  .wrapper-rewards .rewards-discounts {
    float: none;
    margin-left: 0;
  }
  .wrapper-rewards .rewards-discounts-item {
    margin-left: 0;
    width: 100%;
  }
  .wrapper-rewards .rewards-discounts-item:nth-of-type(2n+1) {
    float: right;
  }
  .wrapper-rewards .rewards-discounts-item .btn-default {
    left: 10px;
    right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    width: auto;
  }
  .wrapper-rewards .rewards-card-img {
    float: right;
    width: 105%;
  }
  .wrapper-rewards .rewards-card-btn {
    margin-left: 0;
  }
  .wrapper-rewards .rewards-steps .rewards-steps-row {
    clear: left;
    margin-left: 0;
  }
  .wrapper-rewards #p-rewards-card > p {
    clear: both;
  }
  .wrapper-rewards .home-products-image-button {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
  }
  .rewards-balance-container {
    background: #ffffff;
  }
  .widget-rewards-nav-balance > .navbar-text-label.name {
    padding-bottom: 10px;
    line-height: 17px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .widget-rewards-nav-balance > .navbar-text-label:last-child {
    border-right: none;
  }
  .widget-rewards-nav-balance > .navbar-text-label:last-child:after {
    display: none;
  }
  .widget-rewards-nav-balance > .navbar-text-label.name {
    padding-bottom: 5px;
  }
  .widget-rewards-nav-balance > .navbar-text-label.type-cart {
    padding-left: 19px;
    right: -10px;
  }
  .widget-rewards-nav-balance > .navbar-text-label .rewards-balance-name {
    display: block;
    position: relative;
    top: -7px;
    font-size: 16px;
    margin-top: 20px;
  }
  .widget-rewards-nav-balance > .navbar-text-label .rewards-balance-change-mobile {
    display: block;
    margin-left: 20px;
  }
  .widget-rewards-nav-balance > .navbar-text-label .rewards-balance-balance-mobile {
    display: block;
    position: relative;
    top: -2px;
  }
  .widget-rewards-carousel .content-container {
    margin-top: 0;
    height: auto;
    overflow: hidden;
  }
  .widget-rewards-carousel .rewards-carousel-popover-container {
    top: 0;
    bottom: auto;
    height: 237px;
  }
  .widget-rewards-carousel .rewards-carousel-popover-container > li {
    right: 20px;
    min-width: 280px;
    width: 280px;
  }
  .widget-rewards-carousel .rewards-carousel-popover-container > li > .rewards-carousel-popover-price {
    margin-top: 0;
  }
  .widget-rewards-carousel .rewards-carousel-popover-container > li > .rewards-carousel-popover-price,
  .widget-rewards-carousel .rewards-carousel-popover-container > li > .rewards-carousel-popover-button {
    width: 100%;
  }
  .widget-rewards-carousel .rewards-carousel-indicator-container {
    background: #ffffff;
  }
  .widget-rewards-carousel .rewards-carousel-indicator-container > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .widget-rewards-carousel .rewards-carousel-static {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    margin-top: 225px;
  }
  .widget-rewards-carousel .rewards-carousel-static > .row {
    display: block;
  }
  .widget-rewards-carousel .rewards-carousel-static > .row > .p1,
  .widget-rewards-carousel .rewards-carousel-static > .row > .p2 {
    display: block;
    width: 100%;
  }
  .widget-rewards-carousel .rewards-carousel-static > .row > .p1 {
    background: #333333;
  }
  .widget-rewards-carousel .rewards-carousel-static > .row > .p2 {
    background: #16af5a;
  }
  .rewards-page .wrapper-title-block {
    min-height: 140px;
    border-bottom: none;
  }
  .rewards-page .wrapper-default {
    padding-top: 10px;
  }
  .rewards-page .container {
    max-width: 1000px;
  }
  .rewards-page > :not(header) .row {
    margin: 0;
  }
  .rewards-page .panel-default {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rewards-page .panel-default.home-products-image {
    padding-left: 0;
    padding-right: 0;
  }
  .rewards-page .panel-default img {
    max-width: 100%;
  }
  .rewards-page .panel-secondary {
    padding: 0;
    background: none;
    border: none;
  }
  .rewards-page .widget-product-details {
    margin-left: -5px;
    margin-right: -5px;
  }
  .rewards-page .widget-product-details .product-voucher-value,
  .rewards-page .widget-product-details .product-qty {
    padding: 8px;
    width: 100px !important;
  }
  .rewards-page .widget-product-details .form-validate-quantity {
    margin-bottom: 10px !important;
  }
  .rewards-page .widget-rewards-categories {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .rewards-page .widget-rewards-categories .dropdown-menu {
    padding-bottom: 25px;
  }
  .rewards-page .widget-login-panel .row {
    background: none;
  }
  .rewards-page .widget-login-panel .form-group {
    width: 100%;
  }
  .rewards-page .widget-login-panel .form-group .help-block {
    line-height: 38px;
  }
  .rewards-page .widget-login-panel .form-group-button {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .rewards-page .widget-breadcrumb {
    padding-top: 20px;
  }
  .rewards-page .widget-breadcrumb.streamlined {
    padding-top: 10px;
  }
  .rewards-page .widget-call-representatives .container {
    height: auto;
  }
  .rewards-page .rewards-weekly-overlay {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .rewards-page .rewards-weekly-overlay .btn {
    margin-bottom: 10px;
  }
  .rewards-page .modal > .modal-dialog {
    width: auto;
  }
  .rewards-page .modal .form-group {
    margin-left: 10px;
    margin-right: 10px;
  }
  .rewards-page .modal.modal-rewards-change-account li .balance {
    float: none;
    clear: left;
    text-align: left;
  }
  .rewards-page .modal-dispatch-address .btn-toolbar {
    border-top: 0;
    padding-top: 0;
  }
  .rewards-page .modal.modal-rewards-add-to-cart .col-description {
    padding-left: 0;
    width: auto;
  }
  .rewards-page .modal.modal-rewards-add-to-cart .btn-toolbar > button {
    display: block;
    margin: 12px 0 0;
  }
  .rewards-page .modal.modal-rewards-add-to-cart .widget-exceeds-credit-rewards {
    margin-top: 20px;
  }
  .rewards-page .modal.modal-rewards-add-to-cart .widget-exceeds-credit-rewards .dl-horizontal dd {
    margin-left: 160px;
  }
  .rewards-page .pagination-links {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .rewards-page .wrapper-product {
    padding-top: 0;
  }
  .rewards-page #p-rewards-deals:not(.expanded) .load-more {
    float: right;
    margin-left: 0;
  }
  .rewards-page .form-group-value > label,
  .rewards-page .form-group-qty > label {
    display: block;
    float: none !important;
    padding-top: 0 !important;
  }
  .rewards-page .rewards-actions .btn-default {
    font-size: 14px;
  }
  .rewards-page .widget-product-image-gallery > ol.list-unstyled > .thumb {
    margin-right: 0;
    width: 23%;
  }
  .rewards-page .widget-product-image-gallery > ol.list-unstyled > .thumb:last-child {
    margin-left: 0;
  }
  .rewards-page .popover.popover-product-help-content {
    left: -200px !important;
    width: 284px;
  }
  .rewards-page #cart-form .rewards-balance-remaining,
  .rewards-page .rewards-items-in-cart .rewards-balance-remaining {
    margin-left: 0;
    text-align: left;
  }
  .rewards-page .widget-order-history {
    margin-top: 0;
  }
  .rewards-page .rewards-checkout-mobile-total {
    display: block;
  }
  .rewards-page .widget-accordion .accordion-list .accordion-item-content {
    padding: 10px;
  }
  .rewards-page .widget-accordion .widget-selection-box-container,
  .rewards-page .widget-accordion .delivery-label-container,
  .rewards-page .widget-accordion .delivery-textarea-container {
    padding: 0;
    width: 100%;
  }
  .rewards-page .widget-accordion .form-group {
    margin-bottom: 5px;
  }
  .rewards-page .widget-accordion .form-label-container,
  .rewards-page .widget-accordion .form-content-container {
    padding: 0;
    width: 100%;
  }
  .rewards-page .widget-accordion .checkbox-row {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .rewards-page .widget-accordion .checkbox-row > label {
    display: inline;
  }
  .rewards-page .rewards-order-details {
    padding: 0 10px;
    width: 100%;
  }
  .rewards-page .widget-selection-box-container {
    width: 100%;
  }
  .rewards-page .widget-selection-box-container .panel-primary {
    margin-bottom: 10px;
    padding: 10px;
  }
}
/* farm-source-header Nav */
