/* Minification failed. Returning unminified contents.
(5016,20): run-time error CSS1039: Token not allowed after unary operator: '-mobile-background'
(5052,28): run-time error CSS1039: Token not allowed after unary operator: '-desktop-background'
 */
@charset "UTF-8";
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=74f16cf773e7d6f5dcff)
 * Config saved to config.json and https://gist.github.com/74f16cf773e7d6f5dcff
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #74a433;
  text-decoration: none;
}
a.color-inherit {
  color: inherit !important;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:hover.color-inherit,
a:focus.color-inherit {
  color: inherit !important;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 750px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.padd-top-5 {
  padding-top: 5%;
}

.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 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .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 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.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 #ddd;
}

.table .table {
  background-color: #fff;
}

.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: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.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 #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  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: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.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;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.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;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.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;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.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: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.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 #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.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;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
}

.nav-pills > li > a:hover {
  background-color: #74a433;
}

.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: #fff;
  background-color: #74a433;
  text-decoration: none;
}

.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;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (max-width: 767px) {
  .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;
    line-height: 1.25rem;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.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: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
@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: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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: 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: 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: 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 {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.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: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !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;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .xxs {
    width: 100%;
  }
}
/* Fix for Windows 8/IE viewport issue
******************************************************/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Over-writing browser styles
******************************************************/
* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

img {
  vertical-align: middle;
  visibility: hidden;
}

img[src] {
  visibility: visible;
}

textarea {
  resize: vertical;
}

iframe {
  max-width: 100%;
}

/* Styles for screen readers
******************************************************/
.Hidden, .skip-nav {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-nav {
  background: white;
}

/* Site-wide styles
******************************************************/
body {
  background: #fff;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding: 0 0 15px;
}

a {
  color: #4A7729;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #4A7729;
  text-decoration: underline;
}

h1 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003B5C;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003B5C;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003B5C;
  text-transform: uppercase;
}

h4 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 700;
}

hr {
  border-top: thin solid #eee;
}

img {
  max-width: 100%;
}

.AlignCenter {
  display: block;
  margin: 0 auto;
}

.AlignLeft {
  margin: 0 0 20px;
}
@media (min-width: 750px) {
  .AlignLeft {
    float: left;
    margin: 10px 20px 10px 0;
  }
}

.AlignRight {
  margin: 0 0 20px;
}
@media (min-width: 750px) {
  .AlignRight {
    float: right;
    margin: 10px 0 10px 20px;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.Wrap, .Main {
  margin: 0 auto;
  max-width: 1170px;
}
.Wrap:after, .Main:after {
  content: "";
  display: table;
  clear: both;
}
.Wrap .Wrap, .Main .Wrap, .Wrap .Main, .Main .Main {
  margin: 0;
  max-width: none;
}

.Container {
  max-width: 1170px;
  margin: 0 auto;
}
.Container:after {
  content: "";
  display: table;
  clear: both;
}

.container-fluid {
  max-width: 1165px;
}

.Main {
  position: relative;
  z-index: 25;
  margin: 20px auto;
}
@media screen and (max-width: 1169px) {
  .Main {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1325px) {
  .Main {
    padding: 0 20px;
  }
}

@media screen and (min-width: 960px) {
  .SideCol {
    float: left;
    width: 270px;
  }
}

@media screen and (min-width: 960px) {
  .MainCol {
    float: right;
    width: calc(100% - 325px);
  }
}

.Breadcrumb {
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
}
.Breadcrumb a:after {
  display: inline-block;
  vertical-align: sub;
  content: "";
  background: url(/Static/build/img/icons/green-right-arrow.svg) no-repeat 0 0/contain;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}

.StarRating:after {
  content: "";
  display: table;
  clear: both;
}
.StarRating .star {
  float: left;
  width: 20px;
  height: 20px;
  background: url(/Static/build/img/icons/empty-star.svg) no-repeat 0 0/contain;
}
.StarRating .star.whole {
  background-image: url(/Static/build/img/icons/star.svg);
}
.StarRating .star.half {
  background-image: url(/Static/build/img/icons/half-star.svg);
}

.textInput, .selectInput {
  display: block;
  padding: 0 10px;
  margin: 5px auto;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  box-shadow: none;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.textInput.accept, .selectInput.accept {
  border: 3px solid #799a05;
  background: url(/Static/build/img/approved-check.svg) no-repeat 95% center;
}
.textInput.error, .selectInput.error {
  outline: none;
  border: 1px solid #B91C1C;
  box-shadow: 0px 0px 0px 3px rgba(190, 18, 60, 0.25);
  color: #B91C1C;
}

.textLabel {
  font-weight: 700;
}

.grayBox {
  padding: 20px;
  margin: 20px auto;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}

.emailError.login {
  display: none;
  margin: 20px auto 20px;
  color: #ff0000;
}

.confirmError, .passwordError, .emailError {
  display: none;
  margin: -20px auto 20px;
  color: #ff0000;
}

.inputFieldError {
  margin: -8px auto 20px;
  color: #ff0000;
}

.recaptchaError {
  display: none;
  margin: 0 auto;
  color: #ff0000;
}

.recaptcha-badge {
  z-index: 2;
}

.removeItem {
  border: 0;
  background: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ff0008;
}
.removeItem:hover {
  text-decoration: underline;
}

.updateItem {
  border: 0;
  background: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #7A9A01;
}
.updateItem:hover {
  text-decoration: underline;
}

.RTF:after {
  content: "";
  display: table;
  clear: both;
}
.RTF ul {
  padding-left: 20px;
  list-style: none;
}
.RTF ul li {
  margin-bottom: 10px;
}
.RTF ul li:before {
  margin-right: 10px;
  display: inline-block;
  content: url(/Static/build/img/ellipse.svg);
  width: 5px;
  vertical-align: text-bottom;
}
@media (min-width: 750px) {
  .RTF ul {
    padding-left: 40px;
  }
}
.RTF .Clear:after {
  content: "";
  display: table;
  clear: both;
}

.PullQuote-1 {
  padding: 10px 25px;
  margin: 30px auto;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.875rem;
  border-top: 1px solid #003B5C;
  border-bottom: 1px solid #003B5C;
}
@media (min-width: 750px) {
  .PullQuote-1 {
    padding: 10px 50px;
  }
}

.PullQuote-2 {
  padding: 10px 30px;
  margin: 10px auto 20px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
.PullQuote-2:before {
  position: absolute;
  display: block;
  content: url(/Static/build/img/quote-top.svg);
  width: 20px;
  height: 16px;
  left: 0;
  top: 0;
}
.PullQuote-2:after {
  position: absolute;
  display: block;
  content: url(/Static/build/img/quote-bottom.svg);
  width: 20px;
  height: 16px;
  right: 0;
  bottom: 15px;
}
@media (min-width: 750px) {
  .PullQuote-2 {
    padding: 10px 50px 10px 90px;
  }
  .PullQuote-2:before {
    width: 25px;
    height: 18px;
  }
  .PullQuote-2:after {
    width: 25px;
    height: 18px;
  }
}

.primary-button {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 4px 6px 0;
  min-width: 100px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  transition: all 200ms ease;
  background: #D19000;
  border: 3px solid #D19000;
}
.primary-button:hover {
  text-decoration: none;
}
@media (max-width: 749px) {
  .primary-button {
    width: 100%;
  }
}
.primary-button:hover {
  color: #D19000;
  background: none;
}
.primary-button:active {
  background: none;
}

.secondary-button {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 4px 6px 0;
  min-width: 100px;
  color: #666;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  transition: all 200ms ease;
  background: transparent;
  border: 3px solid #999;
}
.secondary-button:hover {
  text-decoration: none;
}
@media (max-width: 749px) {
  .secondary-button {
    width: 100%;
  }
}
.secondary-button:hover {
  color: #fff;
  background: #999;
}
.secondary-button:active {
  background: #8d8b8b;
}

.teteriary-button {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 4px 6px 0;
  min-width: 100px;
  color: #4A7729;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  transition: all 200ms ease;
  border: 3px solid #4A7729;
  background: none;
}
.teteriary-button:hover {
  text-decoration: none;
}
@media (max-width: 749px) {
  .teteriary-button {
    width: 100%;
  }
}
.teteriary-button:hover {
  color: #fff;
  background: #4A7729;
}

.new-teteriary-btn {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 4px 6px 0;
  min-width: 100px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  transition: all 200ms ease;
  border: 3px solid #4A7729;
  background-color: #4A7729;
}

.new-teteriary-btn:hover {
  text-decoration: none;
}

@media (max-width: 749px) {
  .new-teteriary-btn {
    width: 100%;
  }
}
.new-teteriary-btn:hover {
  color: #4A7729;
  background: #fff;
}

@media screen and (max-width: 959px) {
  .Split-Col {
    padding: 5px 0;
  }
  .Split-Col > .halfSplit:after {
    content: "";
    display: table;
    clear: both;
  }
  .Split-Col > .thirdSplit:after {
    content: "";
    display: table;
    clear: both;
  }
  .Split-Col > .twoThirdSplit:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 960px) {
  .Split-Col:after {
    content: "";
    display: table;
    clear: both;
  }
  .Split-Col > .halfSplit {
    float: left;
    width: 48%;
  }
  .Split-Col > .halfSplit ~ .halfSplit {
    float: right;
  }
  .Split-Col > .thirdSplit {
    padding: 10px 0;
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
  }
  .Split-Col > .thirdSplit:first-child {
    margin: 0;
  }
  .Split-Col > .twoThirdSplit {
    padding: 10px 0;
    float: left;
    width: 66%;
  }
  .Split-Col > .thirdSplit ~ .twoThirdSplit,
  .Split-Col > .twoThirdSplit ~ .thirdSplit {
    float: right;
  }
}
.Split-Col .col-3 {
  float: left;
  width: 31.6239316239%;
}
.Split-Col .col-5 {
  float: left;
  width: 57.264957265%;
}
.Split-Col .col-6 {
  float: left;
  width: 48.7179487179%;
}
.Split-Col .col-8 {
  float: left;
  width: 65.811965812%;
}

@media screen and (max-width: 959px) {
  .SideNav {
    margin-bottom: 20px;
  }
  .SideNav .toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
        user-select: none;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 9px;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 700;
    border: 3px solid #999;
    border-radius: 5px;
  }
  .SideNav .toggle .icon {
    position: absolute;
    content: url(/Static/build/img/arrow-down-white.svg);
    width: 40px;
    height: 39px;
    right: 0;
    top: 0;
    background: #999;
  }
  .SideNav .toggle.isOpen .icon {
    content: url(/Static/build/img/arrow-up-white.svg);
  }
}
@media screen and (min-width: 960px) {
  .SideNav .toggle {
    display: none;
  }
}

.SideNav-menu {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.SideNav-menu li a {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
}
.SideNav-menu li a:hover {
  border: 1px solid #4A7729;
}
.SideNav-menu > li > a.isActive {
  border: 2px solid #4A7729;
}
.SideNav-menu .token {
  color: #4A7729;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .SideNav-menu {
    display: none;
    margin: -2px 0 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-transform: uppercase;
    border-left: 3px solid #999;
    border-right: 3px solid #999;
    border-bottom: 3px solid #999;
    border-radius: 0 0 5px 5px;
  }
  .SideNav-menu > li {
    border-bottom: 1px solid #999;
  }
  .SideNav-menu > li > a {
    margin: 0;
    padding: 15px;
    color: #666;
    font-weight: 700;
  }
  .SideNav-menu > li > a:hover {
    border: 0;
  }
  .SideNav-menu > li:last-child {
    border: 0;
  }
  .SideNav-menu > li > a.isActive {
    border: 0;
    color: #fff;
    background: #999;
  }
  .SideNav-menu ul a {
    padding: 15px 0 15px 14%;
    color: #666;
  }
  .SideNav-menu ul li + li {
    border-top: 1px solid #666;
  }
}
@media screen and (min-width: 960px) {
  .SideNav-menu {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700;
  }
  .SideNav-menu > li {
    padding: 10px 0;
  }
}

.Header .Wrap, .Header .Main {
  position: relative;
  height: inherit;
}
.Header a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .Header {
    padding: 0;
    background: #4A7729;
    border-bottom: 0;
  }
  .Header .group {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .Header {
    padding: 0 10px;
    height: 150px;
    background: #fff;
    border-bottom: 2px solid #003B5C;
  }
}
@media (min-width: 1295px) {
  .Header {
    padding: 0;
    height: 150px;
  }
}

.BranchNav {
  display: block;
  position: relative;
  z-index: 20;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 15px;
  line-height: 0.9375rem;
  text-transform: uppercase;
}
.BranchNav li {
  display: inline-block;
  vertical-align: top;
  width: 118px;
}
.BranchNav a {
  display: block;
  border-width: 10px 0 0;
  border-style: solid;
  padding: 1px 10px 5px;
  text-align: center;
  color: #00395d;
  font-weight: 400;
  transition: color .1s ease;
}
.BranchNav a:before {
  content: "";
  display: block;
  position: absolute;
  width: 118px;
  bottom: 100%;
  height: 0;
  margin: 0 0 0 -10px;
  border-width: 0 5px 50px;
  border-style: solid;
  border-color: inherit;
  border-radius: 0 0 5px 5px;
  transition: bottom .1s ease;
}
.BranchNav a:hover, .BranchNav a.active {
  color: #fff;
}
.BranchNav a:hover:before, .BranchNav a.active:before {
  bottom: 0;
}
.BranchNav span {
  position: relative;
}
@media screen and (max-width: 959px) {
  .BranchNav {
    display: none;
  }
}
@media screen and (max-width: 1169px) {
  .BranchNav {
    padding: 0 18px 0 0;
    margin: 0 0 15px;
  }
}

.Controls {
  display: none;
}
@media screen and (max-width: 959px) {
  .Controls {
    float: right;
    display: block;
    height: 78px;
    width: auto;
    padding: 11px 3.75%;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 16px;
    line-height: 1rem;
    text-align: right;
  }
  .Controls:after {
    content: "";
    display: table;
    clear: both;
  }
  .Controls a {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 56px;
    padding: 40px 0 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
  }
  .Controls a:before {
    content: attr(data-text);
  }
  .Controls .cart {
    margin-right: 40px;
    background: url(/Static/build/img/cart-mobile.svg) center top 10px/30px 26px no-repeat;
  }
  .Controls .search {
    background: url(/Static/build/img/search-mobile.svg) center top 10px/30px 26px no-repeat;
  }
  .Controls .menu {
    background: url(/Static/build/img/hamburger.svg) center top 10px/30px 26px no-repeat;
  }
  [data-control="search"] .Controls .search, [data-control="menu"] .Controls .menu {
    background-image: url(/Static/build/img/modal-close.svg);
  }
  [data-control="search"] .Controls .search:before, [data-control="menu"] .Controls .menu:before {
    content: attr(data-active);
  }
}

@media screen and (max-width: 959px) {
  .MenuGroup {
    clear: both;
    display: none;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  [data-control="menu"] .MenuGroup {
    display: block;
  }
  .MenuGroup ul {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    background: #fff;
  }
  .MenuGroup ul:last-child {
    border-bottom: 1px solid #fff;
  }
  .MenuGroup li a,
  .MenuGroup .login a {
    display: block;
    padding: 8px 15px;
    width: 100%;
    color: #4A7729;
  }
}

.Logo {
  position: absolute;
  left: 3.75%;
  top: 20px;
  display: block;
  width: 51px;
  height: 41px;
  background: left top no-repeat;
}
.Logo span {
  display: none;
}
@media screen and (min-width: 960px) {
  .Logo {
    top: 30px;
    left: 0;
    width: 219px;
    height: 66px;
  }
}

@media screen and (min-width: 960px) {
  .PrimaryMenu {
    position: absolute;
    left: 0;
    bottom: 0;
    display: table;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .PrimaryMenu li {
    padding: 0;
    display: table-cell;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .PrimaryMenu a {
    padding: 5px 45px 5px 0;
    display: block;
    color: #003B5C;
    font-weight: 700;
  }
  .PrimaryMenu a:hover {
    color: #4A7729;
    text-decoration: underline;
  }
  .PrimaryMenu .toggle {
    background-image: url(/Static/build/img/arrow-down-blue.svg);
    background-position: right 24px top 11px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
  .PrimaryMenu .toggle:hover {
    background-image: url(/Static/build/img/arrow-down-green.svg);
  }
  .PrimaryMenu .toggle.isActive {
    color: #4A7729;
    text-decoration: underline;
    background-image: url(/Static/build/img/arrow-down-green.svg);
  }
}
@media (min-width: 1170px) {
  .PrimaryMenu {
    display: block;
    left: auto;
    width: auto;
  }
  .PrimaryMenu li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .PrimaryMenu a {
    background: transparent;
  }
}

.CustName {
  color: #003B5C;
}
@media screen and (max-width: 959px) {
  .CustName {
    display: block;
    padding: 20px 15px 5px;
    color: #4A7729;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    background: #fff;
  }
}
@media screen and (min-width: 960px) {
  .CustName {
    position: absolute;
    bottom: 30px;
    right: 50px;
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1169px) {
  .CustName {
    bottom: 80px;
  }
}

.AccountMenu {
  line-height: 21px;
  line-height: 1.3125rem;
}
.AccountMenu p {
  padding: 0;
}
@media screen and (max-width: 959px) {
  .AccountMenu .menutoggle,
  .AccountMenu .close,
  .AccountMenu .notCust {
    display: none;
  }
  .AccountMenu .dropdown,
  .AccountMenu .login {
    border-top: 2px solid #999;
    padding: 10px 0;
    background: #fff;
  }
  .AccountMenu .login {
    border-bottom: 2px solid #999;
  }
}
@media screen and (min-width: 960px) {
  .AccountMenu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
  }
  .AccountMenu .menutoggle {
    display: inline-block;
    padding: 8px 45px 8px 0;
    color: #003B5C;
    text-decoration: none;
    line-height: 20px;
    line-height: 1.25rem;
    white-space: nowrap;
    text-transform: uppercase;
    background: url(/Static/build/img/arrow-down-blue.svg) no-repeat right 24px top 11px/20px 20px;
  }
  .AccountMenu .menutoggle:hover, .AccountMenu .menutoggle.isOpen {
    color: #4A7729;
    background-image: url(/Static/build/img/arrow-down-green.svg);
  }
  .AccountMenu .dropdown {
    position: absolute;
    top: 39px;
    left: -31px;
    padding: 20px 30px;
    width: 225px;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -ms-transform-origin: 68% 0%;
        transform-origin: 68% 0%;
    transition-property: visibility, opacity, transform;
    transition-duration: .3s;
  }
  .AccountMenu .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #fafafa;
    position: absolute;
    top: -13px;
    right: 64px;
  }
  .AccountMenu .dropdown a {
    display: block;
    color: #4A7729;
  }
  .AccountMenu .dropdown a:hover {
    text-decoration: underline;
  }
  .AccountMenu[data-dropdown="expanded"] .dropdown {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1);
  }
  .AccountMenu .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .AccountMenu .close img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
  }
  .AccountMenu .menu {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
  }
  .AccountMenu .menu li {
    padding: 3px 0;
  }
  .AccountMenu .menu li hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #d3d3d3;
  }
  .AccountMenu .notCust {
    font-style: italic;
    color: #4A7729;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 1169px) {
  .AccountMenu {
    bottom: 50px;
  }
}

.Cart {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px;
}
.Cart .cartSum {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  background: #D19000;
  border-radius: 50%;
}
.Cart .cartIcon {
  width: 30px;
}
@media screen and (max-width: 959px) {
  .Cart {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .SearchGroup {
    clear: both;
    display: none;
    overflow: hidden;
  }
  [data-control="search"] .SearchGroup {
    display: block;
  }
}

.SearchBox {
  position: relative;
  width: 570px;
  height: 47px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.26);
  background: #fff;
}
.SearchBox .text {
  border: 0;
  background: transparent;
  width: 100%;
  height: 47px;
  padding: 0 40px 0 10px;
  font-size: 16px;
  font-size: 1rem;
}
.SearchBox .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: url(/Static/build/img/search.svg) center center/18px 18px no-repeat;
}
@media screen and (max-width: 959px) {
  .SearchBox {
    margin: 10px auto 20px;
    width: 90%;
  }
}
@media screen and (min-width: 960px) {
  .SearchBox {
    position: absolute;
    left: 300px;
    top: 49px;
  }
  .SearchBox .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1169px) {
  .SearchBox {
    width: calc(78vw - 350px);
  }
}

.Dropdowns {
  height: 0;
  overflow: hidden;
  background: #fff;
  transition-property: height;
  transition-duration: .5s;
  line-height: 1.4;
}
.Dropdowns .Wrap, .Dropdowns .Main {
  position: relative;
  height: inherit;
}
.Dropdowns .closeDrop {
  position: absolute;
  display: block;
  padding: 20px;
  top: 20px;
  right: 0;
  z-index: 500;
  width: 20px;
  border-radius: 50px;
  background: url(/Static/build/img/close.svg) no-repeat rgba(74, 119, 41, 0) center;
  background-size: 20px 20px;
}
.Dropdowns .closeDrop:hover {
  background: url(/Static/build/img/close-hover.svg) no-repeat #4a7729 center;
  background-size: 20px 20px;
}
.Dropdowns a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  color: #4A7729;
}
.Dropdowns a:hover {
  color: #4A7729;
}
.Dropdowns h3 {
  margin-bottom: 20px;
  color: #4A7729;
  text-transform: uppercase;
}
.Dropdowns ul {
  list-style: none;
  padding: 0;
}
.Dropdowns ul ul {
  margin: 15px 0 0 35px;
}
.Dropdowns .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  transition-property: visibility, opacity;
  transition-duration: .5s;
}
.Dropdowns .dropdown.isActive {
  visibility: visible;
  opacity: 1;
}
.Dropdowns .columns {
  overflow: hidden;
}
.Dropdowns .column {
  float: left;
  width: 29%;
  margin: 0 4% 0 0;
}
.Dropdowns .column:last-child {
  margin: 0;
}
.Dropdowns .column li {
  padding: 0 0 10px;
  margin: 0;
}
.Dropdowns .viewAll {
  text-align: right;
}
.Dropdowns .bottom {
  clear: both;
  margin: 20px 0 0;
  border-top: 1px solid #fff;
  padding: 20px 0 0;
  overflow: hidden;
}
.Dropdowns .bottom li {
  display: inline;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 959px) {
  .Dropdowns {
    display: none;
  }
}
@media (max-width: 1080px) {
  .Dropdowns .Wrap, .Dropdowns .Main {
    margin: 0 2%;
  }
  .Dropdowns .column li {
    padding: 0 0 12px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1169px) {
  .Dropdowns .closeDrop {
    right: 20px;
  }
  .Dropdowns .columns {
    padding: 0 20px;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  float: right;
  margin: 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 15px;
  line-height: 10px;
  line-height: 0.625rem;
  text-decoration: none;
  color: #4A7729;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  padding: 20px;
  border-radius: 5px 0 0 5px;
  background: url(/Static/build/img/sliderArrow.svg) no-repeat center;
  background-size: 14px 15px;
  cursor: default !important;
}
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
  background: #4A7729 url(/Static/build/img/sliderArrow-white.svg) no-repeat center;
  background-size: 14px 15px;
  border: 1px solid #4A7729;
}
.pagination > li:first-child > .more {
  background: url(/Static/build/img/sliderArrow-green.svg) no-repeat center;
  background-size: 14px 15px;
  cursor: pointer !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-left: 0;
  padding: 20px;
  border-radius: 5px 0 0 5px;
  background: url(/Static/build/img/sliderArrow.svg) no-repeat center;
  background-size: 14px 15px;
  border-radius: 5px 0 0 5px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  cursor: default !important;
}
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background: #4A7729 url(/Static/build/img/sliderArrow-white.svg) no-repeat center;
  background-size: 14px 15px;
  border: 1px solid #4A7729;
}
.pagination > li:last-child > .more {
  background: url(/Static/build/img/sliderArrow-green.svg) no-repeat center;
  background-size: 14px 15px;
  cursor: pointer !important;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #fafafa;
  background-color: #4A7729;
  border-color: #e3e3e3;
  cursor: pointer;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #4A7729;
  border-color: #4A7729;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #fff;
  background-color: #4A7729;
  border-color: #4A7729;
  cursor: default;
}
.pagination > .disabled_ellipsis > span,
.pagination > .disabled_ellipsis > span:hover,
.pagination > .disabled_ellipsis > span:focus,
.pagination > .disabled_ellipsis > a,
.pagination > .disabled_ellipsis > a:hover,
.pagination > .disabled_ellipsis > a:focus {
  color: #666;
  background-color: #fafafa;
  border-color: #e3e3e3;
  cursor: default;
}
.pagination:first-child > .disabled-arrow > span,
.pagination:first-child > .disabled-arrow > span:hover,
.pagination:first-child > .disabled-arrow > span:focus,
.pagination:first-child > .disabled-arrow > a,
.pagination:first-child > .disabled-arrow > a:hover,
.pagination:first-child > .disabled-arrow > a:focus {
  color: #666;
  background-color: #fafafa;
  background: url(/Static/build/img/sliderArrow.svg) no-repeat center;
  background-size: 14px 15px;
  border-color: #e3e3e3;
  cursor: default;
}
@media (max-width: 749px) {
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 11px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    padding: 16px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    padding: 16px;
  }
}
@media screen and (max-width: 959px) {
  .pagination {
    display: block;
    margin: 20px auto 0;
    width: 100%;
  }
}

.Footer {
  background: #003B5C url(/Static/build/img/footer-background.jpg) center top no-repeat;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.Footer hr {
  margin-bottom: 30px;
  height: 2px;
  background-color: #4A7729;
  border: 0;
}
.Footer a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.Footer a:hover {
  color: #cccccc;
  text-decoration: underline;
}
.Footer h3 {
  color: inherit;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .Footer .Wrap, .Footer .Main {
    margin: 0 2%;
  }
}
@media screen and (max-width: 959px) {
  .Footer {
    padding: 10px 0;
    background: #003B5C;
  }
  .Footer .Wrap, .Footer .Main {
    margin: 0 3.75%;
  }
  .Footer hr {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .Footer {
    padding: 10px 20px;
  }
  .Footer .Wrap, .Footer .Main {
    overflow: hidden;
  }
  .Footer .col {
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
  }
  .Footer .col:first-child {
    margin: 0;
  }
}
@media (min-width: 1170px) {
  .Footer {
    padding: 10px 0 60px;
  }
}
@media screen and (max-width: 1330px) {
  .Footer {
    padding: 10px 20px;
  }
}

.FooterBranchNav {
  display: none;
}
@media screen and (max-width: 959px) {
  .FooterBranchNav {
    display: block;
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
  }
  .FooterBranchNav li {
    border-bottom: 2px solid #0c416b;
  }
  .FooterBranchNav a {
    display: block;
    border-style: solid;
    border-width: 0 0 0 24px;
    padding: 10px 5.3125%;
  }
}

.Footer-Sub {
  padding: 10px 0 0;
}
.Footer-Sub .Wrap, .Footer-Sub .Main {
  padding-top: 20px;
  border-top: 2px solid #fff;
}
.Footer-Sub .logoCol img {
  display: block;
  width: 185px;
  max-width: 100%;
  height: auto;
}
.Footer-Sub .linksCol {
  text-align: center;
}
.Footer-Sub .linksCol a {
  margin: 0 4px;
  white-space: nowrap;
  text-decoration: underline;
}
.Footer-Sub .buttons {
  margin-bottom: 10px;
}
.Footer-Sub .buttons a {
  margin: 0;
  white-space: normal;
  text-decoration: none;
}
@media (max-width: 749px) {
  .Footer-Sub .buttons a {
    display: block;
    width: 100%;
  }
}
.Footer-Sub .Button {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 4px 6px 0;
  min-width: 100px;
  color: #003B5C;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  transition: all 200ms ease;
  padding: 7px;
  font-weight: 700;
  background-color: white;
  transition: all 300ms ease;
}
.Footer-Sub .Button:hover {
  text-decoration: none;
}
@media (max-width: 749px) {
  .Footer-Sub .Button {
    width: 100%;
  }
}
.Footer-Sub .Button:hover {
  color: #003B5C !important;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 749px) {
  .Footer-Sub .Button {
    min-width: 50%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 959px) {
  .Footer-Sub {
    padding: 25px 0 0;
  }
  .Footer-Sub .Wrap, .Footer-Sub .Main {
    padding: 0;
    border: 0;
  }
  .Footer-Sub .logoCol {
    display: none;
  }
  .Footer-Sub .buttons a {
    min-width: 155px;
  }
  .Footer-Sub .copyrightCol {
    text-align: center;
  }
}

.Overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: all .5s ease;
}
.Overlay.isActive {
  visibility: visible;
  opacity: 1;
}

.Modal, .lightbox {
  visibility: hidden;
  display: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  margin: 0 0 0 0;
  width: 70%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding-top: 40px;
  z-index: 1000;
  transition: all .5s ease;
  outline: 0;
}
.Modal.isOpen, .lightbox.isOpen {
  visibility: visible;
  display: block;
  opacity: 1;
}
.Modal > .close, .lightbox > .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/Static/build/img/modal-close.svg) center center/30px 30px no-repeat;
  z-index: 1;
}
.Modal > .body, .lightbox > .body {
  padding: 20px 25px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
}
.Modal > .body > .inner-body, .lightbox > .body > .inner-body {
  border-radius: 4px;
  background: #fff;
}

.Message {
  padding: 35px 30px 15px;
}

.lightbox {
  padding: 0 0 0 0;
  width: 40%;
  max-height: 50vh;
  top: 40vh !important;
}
.lightbox .lightbox-header {
  width: 100%;
  height: 30vh;
  line-height: 30vh;
  background: var(--mobile-background) center center/100% 100% no-repeat;
  text-align: center;
  border-radius: 4px;
}
.lightbox .lightbox-header span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: xx-large;
  color: black;
}
.lightbox .lightbox-header .image-link {
  width: 100%;
  height: 30vh;
  display: block;
  position: absolute;
  top: 0;
}
.lightbox .dark {
  background: url(/Static/build/img/modal-close-dark.svg) center center/30px 30px no-repeat;
}
.lightbox .lightbox-content {
  border-radius: 4px;
  background: #fff;
  padding: 20px 25px;
  text-align: center;
  max-height: 40vh;
  overflow-y: auto;
}

@media (max-width: 750px) {
  .lightbox {
    width: 90%;
  }

  .lightbox-header {
    background-image: var(--desktop-background);
  }
}
.WidgetFeaturedBooks {
  position: relative;
  padding: 20px;
  margin: 20px auto;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.WidgetFeaturedBooks .bookTitle {
  padding-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.WidgetFeaturedBooks .bookTitle a {
  color: #003B5C;
}
.WidgetFeaturedBooks .author {
  font-weight: 700;
  list-style: none;
  color: #666;
}
.WidgetFeaturedBooks .author li {
  display: inline-block;
  margin-right: 5px;
}
.WidgetFeaturedBooks .author li a {
  color: #666;
}
.WidgetFeaturedBooks .author li:after {
  content: "&";
  margin-left: 5px;
}
.WidgetFeaturedBooks .author li:last-child:after {
  content: "";
}
.WidgetFeaturedBooks .bookCover {
  margin-top: 0;
  width: 160px;
  height: 255px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.WidgetFeaturedBooks .teteriary-button {
  position: absolute;
  bottom: 25px;
}
@media screen and (max-width: 1169px) {
  .WidgetFeaturedBooks .AlignLeft {
    float: none;
  }
  .WidgetFeaturedBooks .bookCover {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }
  .WidgetFeaturedBooks .teteriary-button {
    position: static;
    margin-bottom: 50px;
  }
}
@media (max-width: 749px) {
  .WidgetFeaturedBooks {
    padding: 0px;
    margin: 20px auto;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
  }
  .WidgetFeaturedBooks h2 {
    margin: 30px 10px 0;
  }
  .WidgetFeaturedBooks .bookCover {
    margin-bottom: 15px;
  }
  .WidgetFeaturedBooks .teteriary-button {
    width: 100%;
  }
}

.BlockLatestNews {
  padding: 20px;
  margin: 20px auto;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.BlockLatestNews .Carousel {
  position: relative;
  height: 520px;
  width: 100%;
  overflow: hidden;
}
.BlockLatestNews .Carousel .images {
  padding: 0;
  height: inherit;
  list-style: none;
}
.BlockLatestNews .Carousel .images li {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: inherit;
  transition: all 1.1s ease-in-out;
}
.BlockLatestNews .Carousel .images li img {
  display: block;
  margin: 0 auto;
  max-width: 430px;
  width: auto;
  height: auto;
}
.BlockLatestNews .Carousel .images li .text {
  margin-top: 20px;
  line-height: 1.4;
}
.BlockLatestNews .Carousel .images li .text .newsTitle a {
  color: #003B5C;
}
.BlockLatestNews .Carousel .images li .text .summary {
  padding: 0 0 7px;
}
.BlockLatestNews .Carousel[data-active="1"] .images li:nth-child(1), .BlockLatestNews .Carousel[data-active="2"] .images li:nth-child(2), .BlockLatestNews .Carousel[data-active="3"] .images li:nth-child(3), .BlockLatestNews .Carousel[data-active="4"] .images li:nth-child(4), .BlockLatestNews .Carousel[data-active="5"] .images li:nth-child(5), .BlockLatestNews .Carousel[data-active="6"] .images li:nth-child(6), .BlockLatestNews .Carousel[data-active="7"] .images li:nth-child(7) {
  visibility: visible;
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}
.BlockLatestNews .Carousel[data-active="1"] .text li:nth-child(1), .BlockLatestNews .Carousel[data-active="2"] .text li:nth-child(2), .BlockLatestNews .Carousel[data-active="3"] .text li:nth-child(3), .BlockLatestNews .Carousel[data-active="4"] .text li:nth-child(4), .BlockLatestNews .Carousel[data-active="5"] .text li:nth-child(5), .BlockLatestNews .Carousel[data-active="6"] .text li:nth-child(6), .BlockLatestNews .Carousel[data-active="7"] .text li:nth-child(7) {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
.BlockLatestNews .Carousel a.nextButton {
  position: absolute;
  top: 15%;
  right: 0;
  width: 51px;
  height: 51px;
  text-align: center;
}
.BlockLatestNews .Carousel a.nextButton .next {
  width: 17px;
  height: 51px;
  padding: 0 3px 0 0;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.BlockLatestNews .Carousel a.prevButton {
  position: absolute;
  top: 15%;
  left: 0;
  width: 51px;
  height: 51px;
  text-align: center;
}
.BlockLatestNews .Carousel a.prevButton .previous {
  width: 17px;
  height: 51px;
  padding: 0 3px 0 0;
}
@media screen and (max-width: 1169px) {
  .BlockLatestNews .Carousel .text {
    margin: 0;
  }
  .BlockLatestNews .Carousel .next {
    right: 10px;
    margin-right: 0;
  }
  .BlockLatestNews .Carousel .previous {
    left: 10px;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .BlockLatestNews .Carousel .images li img {
    max-width: 80%;
  }
}
@media screen and (max-width: 959px) {
  .BlockLatestNews .Carousel {
    height: 400px;
  }
  .BlockLatestNews .Carousel .images li img {
    margin: 0 auto;
    max-width: 70%;
  }
  .BlockLatestNews .Carousel .images li .text h3.newsTitle {
    font-size: 19px;
    font-size: 1.1875rem;
    text-transform: none;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .BlockLatestNews .Carousel .images li .text h3.newsTitle a {
    color: #666;
  }
  .BlockLatestNews .Carousel .images li .text li {
    padding: 10px;
    width: 100%;
    height: 245px;
  }
  .BlockLatestNews .Carousel .images li .text .teteriary-button {
    display: block;
    margin-top: 20px;
  }
  .BlockLatestNews .Carousel a.nextButton,
  .BlockLatestNews .Carousel a.prevButton {
    top: 20px;
    margin-top: 0;
  }
  .BlockLatestNews .Carousel a.nextButton {
    right: -10px;
  }
  .BlockLatestNews .Carousel a.prevButton {
    left: -10px;
  }
}
@media (max-width: 749px) {
  .BlockLatestNews .Carousel a.nextButton,
  .BlockLatestNews .Carousel a.prevButton {
    top: 20px;
    margin-top: 0;
  }
}

.BlockNewsletter {
  padding: 20px;
  margin: 20px auto;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  position: relative;
  height: 605px;
}
.BlockNewsletter:after {
  content: "";
  display: table;
  clear: both;
}
.BlockNewsletter .wrap {
  padding: 0 45px;
}
.BlockNewsletter .wrap label {
  font-weight: 700;
}
.BlockNewsletter .wrap input {
  padding: 15px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #fff;
}
.BlockNewsletter .wrap .teteriary-button {
  position: absolute;
  right: 60px;
  bottom: 30px;
}
@media screen and (max-width: 959px) {
  .BlockNewsletter {
    height: 100%;
  }
  .BlockNewsletter .wrap {
    padding: 0;
  }
  .BlockNewsletter .wrap .teteriary-button {
    position: static;
    width: 100%;
  }
}

.SalesAlert {
  color: #ff0008;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  border-bottom: 2px solid #003B5C;
}
.SalesAlert a {
  color: #ff0008;
}
.SalesAlert p {
  padding: 0;
}
@media (max-width: 749px) {
  .SalesAlert {
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    border-bottom: none;
  }
}
@media (min-width: 1295px) {
  .SalesAlert {
    padding: 10px 0;
  }
}

.TrackSlide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.TrackSlide ul {
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.TrackSlide li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.categoryDesc .subcategories {
  padding: 0;
  font-weight: 700;
  list-style: none;
}
.categoryDesc .subcategories li {
  padding-bottom: 5px;
  margin: auto;
}

.categoryContent .MainCol {
  margin-top: 10px;
}
.categoryContent .MainCol .filterHead {
  margin-bottom: 30px;
}

.Category-filtercol {
  padding: 20px;
  margin: 10px auto;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.Category-filtercol .category-title {
  padding: 15px 0 6px;
}
.Category-filtercol .category-description {
  padding: 0 0 5px;
  font-weight: 700;
}
.Category-filtercol .custom-drop-down:not(:first-of-type) {
  margin-top: 10px;
}
.Category-filtercol .filter-menu {
  margin-bottom: 10px;
  padding: 0;
}
.Category-filtercol .filter-menu ul {
  list-style: none;
}
.Category-filtercol .filter-menu li {
  margin-bottom: 5px;
}
.Category-filtercol .filter-menu li a {
  color: #666;
  font-weight: normal;
}
.Category-filtercol .filter-menu input[type="checkbox"] {
  display: none;
}
.Category-filtercol .filter-menu label {
  cursor: pointer;
}
.Category-filtercol .filter-menu input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: sub;
  background: url(/Static/build/img/checkbox-unselected.svg) no-repeat;
}
.Category-filtercol .filter-menu input[type="checkbox"]:checked + label:before {
  color: #666;
  background: url(/Static/build/img/checkbox-selected.svg);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .Category-filtercol .filter-menu .closeFilters {
    color: #666;
  }
  .Category-filtercol .filter-menu .closeFilters:after {
    content: "";
  }
}
@media screen and (max-width: 959px) {
  .Category-filtercol .filter-menu .closeFilters {
    color: #666;
  }
  .Category-filtercol .filter-menu .closeFilters:after {
    content: url(/Static/build/img/close-gray.svg);
    float: right;
    width: 20px;
  }
}
@media screen and (max-width: 959px) {
  .Category-filtercol {
    padding: 10px 20px;
    border: 3px solid #999;
  }
  .Category-filtercol .toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
        user-select: none;
    position: relative;
    cursor: pointer;
    background: #fafafa;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .Category-filtercol .filter-menu {
    display: none;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .Category-filtercol.noMobileFilter {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .Category-filtercol .toggle {
    display: none !important;
  }
}

/*.categorySort, .showDropdown, .categorySortMobile, .showDropdownMobile {*/
.custom-drop-down {
  padding: 0;
  list-style: none;
  background: #fff;
  border: 3px solid #999;
  border-radius: 5px;
  margin: 0 -15px;
}
.custom-drop-down:after {
  content: "";
  display: table;
  clear: both;
}
.custom-drop-down li {
  margin: 0;
}
.custom-drop-down li .options-toggle {
  display: block;
  padding: 8px 15px;
  width: 100%;
  color: #666;
  text-decoration: none;
  line-height: 24px;
  line-height: 1.5rem;
  white-space: nowrap;
  text-transform: uppercase;
  background-image: url(/Static/build/img/arrow-down-gray.svg);
  background-position: right 24px top 11px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.custom-drop-down li .options-toggle:hover {
  color: #fff;
  text-decoration: none;
  background: #666;
  background-image: url(/Static/build/img/arrow-down-white.svg);
  background-position: right 24px top 11px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.custom-drop-down li .options-toggle.isOpen {
  color: #fff;
  background-color: #666;
  background-image: url(/Static/build/img/arrow-up-white.svg);
}
.custom-drop-down li ul {
  list-style: none;
  /*            &.showoptions {
                  text-align: center;
              }
  */
}
.custom-drop-down li ul.options {
  padding: 0;
  position: absolute;
  display: none;
  left: 21;
  right: 36px;
  text-transform: uppercase;
  border-left: 3px solid #999;
  border-right: 3px solid #999;
  background: #fafafa;
  z-index: 999;
  border-radius: 0 0 5px 5px;
}
.custom-drop-down li ul.options.centered {
  text-align: center;
}
.custom-drop-down li ul.options > li {
  display: block;
  border-top: 2px solid #999;
}
.custom-drop-down li ul.options > li a {
  display: block;
  padding: 10px 15px;
  color: #666;
  background: none;
}
.custom-drop-down li ul.options > li a:hover {
  color: #fff;
  text-decoration: none;
  background: #666;
}
.custom-drop-down li ul.options > li a.selected {
  color: #fff;
  text-decoration: none;
  background: #666;
  cursor: auto;
}
.custom-drop-down li ul.options > li:last-child {
  border-bottom: 2px solid #999;
}
@media screen and (max-width: 959px) {
  .custom-drop-down {
    width: 100%;
    margin: 0 auto;
  }
  .custom-drop-down li ul.options {
    right: 5%;
    left: 5%;
  }
}

.GenericDetail .col-md-9, .GenericDetail .col-md-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.GenericDetail .col-md-9 .mainContent, .GenericDetail .col-md-12 .mainContent {
  width: 100%;
}
.GenericDetail .col-md-9.four .Category-result, .GenericDetail .col-md-9.four .Product-Group-Block .Category-result, .GenericDetail .col-md-12.four .Category-result, .GenericDetail .col-md-12.four .Product-Group-Block .Category-result {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}
.GenericDetail .col-md-9.three .Category-result, .GenericDetail .col-md-9.three .Product-Group-Block .Category-result, .GenericDetail .col-md-12.three .Category-result, .GenericDetail .col-md-12.three .Product-Group-Block .Category-result {
  -ms-flex: 0 0 33%;
      flex: 0 0 33%;
}
.GenericDetail .col-md-9.two .Category-result, .GenericDetail .col-md-9.two .Product-Group-Block .Category-result, .GenericDetail .col-md-12.two .Category-result, .GenericDetail .col-md-12.two .Product-Group-Block .Category-result {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}
.GenericDetail .col-md-9.one, .GenericDetail .col-md-12.one {
  -ms-flex-direction: column;
      flex-direction: column;
}
.GenericDetail .col-md-9.one .Category-result, .GenericDetail .col-md-9.one .Product-Group-Block .Category-result, .GenericDetail .col-md-12.one .Category-result, .GenericDetail .col-md-12.one .Product-Group-Block .Category-result {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.GenericDetail .col-md-9.one .Category-result .image, .GenericDetail .col-md-9.one .Product-Group-Block .Category-result .image, .GenericDetail .col-md-12.one .Category-result .image, .GenericDetail .col-md-12.one .Product-Group-Block .Category-result .image {
  max-width: 270px;
}
.GenericDetail .col-md-9.one .Category-result .description, .GenericDetail .col-md-9.one .Product-Group-Block .Category-result .description, .GenericDetail .col-md-12.one .Category-result .description, .GenericDetail .col-md-12.one .Product-Group-Block .Category-result .description {
  max-width: none;
}
.GenericDetail .col-md-9.three .Category-result, .GenericDetail .col-md-9.three .Product-Group-Block .Category-result, .GenericDetail .col-md-9.four .Category-result, .GenericDetail .col-md-9.four .Product-Group-Block .Category-result, .GenericDetail .col-md-12.three .Category-result, .GenericDetail .col-md-12.three .Product-Group-Block .Category-result, .GenericDetail .col-md-12.four .Category-result, .GenericDetail .col-md-12.four .Product-Group-Block .Category-result {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.GenericDetail .col-md-9.three .Category-result .image, .GenericDetail .col-md-9.three .Product-Group-Block .Category-result .image, .GenericDetail .col-md-9.four .Category-result .image, .GenericDetail .col-md-9.four .Product-Group-Block .Category-result .image, .GenericDetail .col-md-12.three .Category-result .image, .GenericDetail .col-md-12.three .Product-Group-Block .Category-result .image, .GenericDetail .col-md-12.four .Category-result .image, .GenericDetail .col-md-12.four .Product-Group-Block .Category-result .image {
  max-width: 250px;
}
.GenericDetail .col-md-9.three .Category-result .resultcontent, .GenericDetail .col-md-9.three .Product-Group-Block .Category-result .resultcontent, .GenericDetail .col-md-9.four .Category-result .resultcontent, .GenericDetail .col-md-9.four .Product-Group-Block .Category-result .resultcontent, .GenericDetail .col-md-12.three .Category-result .resultcontent, .GenericDetail .col-md-12.three .Product-Group-Block .Category-result .resultcontent, .GenericDetail .col-md-12.four .Category-result .resultcontent, .GenericDetail .col-md-12.four .Product-Group-Block .Category-result .resultcontent {
  margin-top: 10px;
  margin-left: 0;
}
@media (max-width: 749px) {
  .GenericDetail .col-md-9.one .Category-result, .GenericDetail .col-md-9.one .Product-Group-Block .Category-result, .GenericDetail .col-md-9.two .Category-result, .GenericDetail .col-md-9.two .Product-Group-Block .Category-result, .GenericDetail .col-md-9.three .Category-result, .GenericDetail .col-md-9.three .Product-Group-Block .Category-result, .GenericDetail .col-md-9.four .Category-result, .GenericDetail .col-md-9.four .Product-Group-Block .Category-result, .GenericDetail .col-md-12.one .Category-result, .GenericDetail .col-md-12.one .Product-Group-Block .Category-result, .GenericDetail .col-md-12.two .Category-result, .GenericDetail .col-md-12.two .Product-Group-Block .Category-result, .GenericDetail .col-md-12.three .Category-result, .GenericDetail .col-md-12.three .Product-Group-Block .Category-result, .GenericDetail .col-md-12.four .Category-result, .GenericDetail .col-md-12.four .Product-Group-Block .Category-result {
    width: 100%;
    -ms-flex-direction: unset;
        flex-direction: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .GenericDetail .col-md-9.one .Category-result .image, .GenericDetail .col-md-9.one .Product-Group-Block .Category-result .image, .GenericDetail .col-md-9.two .Category-result .image, .GenericDetail .col-md-9.two .Product-Group-Block .Category-result .image, .GenericDetail .col-md-9.three .Category-result .image, .GenericDetail .col-md-9.three .Product-Group-Block .Category-result .image, .GenericDetail .col-md-9.four .Category-result .image, .GenericDetail .col-md-9.four .Product-Group-Block .Category-result .image, .GenericDetail .col-md-12.one .Category-result .image, .GenericDetail .col-md-12.one .Product-Group-Block .Category-result .image, .GenericDetail .col-md-12.two .Category-result .image, .GenericDetail .col-md-12.two .Product-Group-Block .Category-result .image, .GenericDetail .col-md-12.three .Category-result .image, .GenericDetail .col-md-12.three .Product-Group-Block .Category-result .image, .GenericDetail .col-md-12.four .Category-result .image, .GenericDetail .col-md-12.four .Product-Group-Block .Category-result .image {
    max-width: 200px;
    margin-right: 15px;
  }
}
.GenericDetail .col-md-12 {
  margin-top: 20px;
}

.Product-Group-Block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Product-Group-Block .mainBody {
  width: 100%;
  margin-bottom: 20px;
}

.Category-result, .Product-Group-Block .Category-result {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20px;
}
.Category-result:after, .Product-Group-Block .Category-result:after {
  content: "";
  display: table;
  clear: both;
}
.Category-result .image, .Product-Group-Block .Category-result .image {
  max-width: 170px;
}
.Category-result .image a, .Product-Group-Block .Category-result .image a {
  width: 100%;
  height: 100%;
}
.Category-result .resultcontent, .Product-Group-Block .Category-result .resultcontent {
  float: left;
  -ms-flex: 1 auto;
      flex: 1 auto;
  margin-left: 3%;
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
.Category-result .bookCover, .Product-Group-Block .Category-result .bookCover {
  float: left;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.Category-result .bookTitle, .Product-Group-Block .Category-result .bookTitle {
  padding: 0 0 10px 0;
}
.Category-result .bookTitle a, .Product-Group-Block .Category-result .bookTitle a {
  color: #003B5C;
}
.Category-result .bookAuthor, .Product-Group-Block .Category-result .bookAuthor {
  font-weight: 700;
  color: #4A7729;
  padding-left: 0;
}
.Category-result .bookAuthor li, .Product-Group-Block .Category-result .bookAuthor li {
  display: inline-block;
  margin-right: 5px;
  list-style-type: none;
  margin-bottom: 0;
}
.Category-result .bookAuthor li:before, .Product-Group-Block .Category-result .bookAuthor li:before {
  display: none;
}
.Category-result .bookAuthor li:after, .Product-Group-Block .Category-result .bookAuthor li:after {
  content: "";
}
.Category-result .bookAuthor li:last-child:after, .Product-Group-Block .Category-result .bookAuthor li:last-child:after {
  content: "";
}
.Category-result .bookFormat, .Product-Group-Block .Category-result .bookFormat {
  padding-right: 10px;
}
.Category-result .bookPrice, .Product-Group-Block .Category-result .bookPrice {
  font-weight: 700;
  color: #4A7729;
  padding-right: 10px;
}
.Category-result .savings, .Product-Group-Block .Category-result .savings {
  text-decoration: line-through;
}
.Category-result .otherFormats, .Product-Group-Block .Category-result .otherFormats {
  padding-top: 10px;
}
.Category-result .description, .Product-Group-Block .Category-result .description {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100px;
  max-width: 200px;
}
.Category-result .addToCart, .Product-Group-Block .Category-result .addToCart {
  position: absolute;
  left: 0;
  bottom: 0;
}
.Category-result .addToCart .primary-button, .Product-Group-Block .Category-result .addToCart .primary-button {
  background: #fff;
  color: #4A7729;
  border: 3px solid #4A7729;
}
.Category-result .addToCart .primary-button:hover, .Product-Group-Block .Category-result .addToCart .primary-button:hover {
  background: #4A7729;
  color: #fff;
}
.Category-result p, .Product-Group-Block .Category-result p {
  padding: 0;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (max-width: 749px) {
  .Category-result .addToCart .primary-button, .Product-Group-Block .Category-result .addToCart .primary-button {
    max-width: 150px;
  }
}
@media screen and (max-width: 959px) {
  .Category-result, .Product-Group-Block .Category-result {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .Category-result .resultcontent, .Product-Group-Block .Category-result .resultcontent {
    margin-left: 30px;
  }
  .Category-result .bookCover, .Product-Group-Block .Category-result .bookCover {
    min-width: 90px;
  }
}
@media screen and (max-width: 1169px) {
  .Category-result .bookTitle, .Product-Group-Block .Category-result .bookTitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media print {
  .Header, .backShopping, .printReceipt, .Footer, .createAccount {
    display: none;
  }

  .Main {
    max-width: 100%;
  }

  .CheckOut-overviewReview .cartEntry .bookCover {
    width: 120px;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/Static/build/fonts/fontawesome-webfont.eot?v=4.4.0);
  src: url(/Static/build/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(/Static/build/fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(/Static/build/fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(/Static/build/fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(/Static/build/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font: normal normal normal 0.875rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/* "Notify Me" Modal */
.modal-background {
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /* overflow: auto; Enable scroll if needed */
  background-color: white;
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.4);
  /* Black w/ opacity */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.modal-inner {
  box-sizing: border-box;
  background: white;
  color: black;
  border-radius: 4px;
  border: 1px solid #F4F4F5;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  z-index: 3;
  max-width: 436px;
  margin: auto auto;
  padding: 20px 32px 32px 32px;
}

.icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.close-icon {
  border: none;
  background: transparent;
  max-width: 12px;
  max-height: 12px;
}

.modal-input-header {
  padding-bottom: 4px;
  color: #27272A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: left;
}

.modal-input {
  padding: 12px;
  border: 1px solid #E4E4E7;
  margin-bottom: 28px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.modal-input:focus {
  outline: none;
  border: 1px solid #D19000;
  box-shadow: 0px 0px 0px 3px rgba(209, 144, 0, 0.25);
}

.email-error {
  color: #B91C1C;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: -20px;
  margin-bottom: 4px;
  padding: 0;
}

.modal-msg {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 12px 0 16px;
  color: #27272A;
  padding: 0;
}

.notify-btn-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}

.modalError {
  border: 1px solid #FEE2E2;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  color: #B91C1C;
  background: url(/Static/build/img/error-icon.svg) no-repeat 95% center;
}

/* Snack Bar styles */
#snackbar {
  max-width: 446px;
  width: 100%;
  background-color: #4A7729;
  text-align: center;
  position: fixed;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 32px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.animate {
  position: relative;
  animation-name: slidein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes slidin {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-30px);
  }
}
.toast-msg {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 0;
  color: #fff !important;
}

@media screen and (max-width: 576px) {
  .toast-msg {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* Payment method message */
.payment-message-container {
  background-color: #003B5C;
  margin-bottom: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.content-container {
  padding: 16px 32px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.icon {
  margin-right: 24px;
}

.payment-message {
  color: #ffffff;
  font-weight: 500;
  padding: 0;
  line-height: 20px;
  line-height: 1.25rem;
}

@media screen and (max-width: 575px) {
  .content-container {
    padding: 8px 48px;
  }
}
@media screen and (max-width: 749px) {
  .payment-message-container.mobile-only {
    margin: 0 -24px 6px -24px;
  }
}
@media screen and (max-width: 575px) {
  .payment-message {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 575px) {
  .mobile-only {
    display: none;
  }
}

.productSlider {
  position: relative;
}
.productSlider .TrackSlide {
  position: relative;
  top: -30px;
  margin: 0 auto;
  padding: 0;
  max-width: 1022px;
  height: 350px;
}
.productSlider .TrackSlide ul {
  top: 30px;
  margin: 0 10px;
  height: 250px;
}
.productSlider .TrackSlide li {
  position: relative;
  top: 0;
  margin: 0 15px;
  width: 170px;
  height: auto;
  transition: all 250ms ease;
  -ms-transform: scale(1);
      transform: scale(1);
}
.productSlider .TrackSlide li:hover {
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}
.productSlider .TrackSlide a {
  display: block;
}
.productSlider .TrackSlide img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .productSlider .TrackSlide {
    top: 0;
    max-width: 70%;
    height: 250px;
  }
  .productSlider .TrackSlide ul {
    margin: 0;
    height: 140px;
  }
  .productSlider .TrackSlide li {
    margin: 0 50px 0 0;
    width: 75px;
  }
  .productSlider .TrackSlide li:hover {
    top: 0;
    margin: 0 50px 0 0;
    width: 75px;
  }
}
.productSlider .TrackSlide-controls a {
  position: absolute;
  display: block;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  background-image: url(/Static/build/img/sliderArrow.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-color: #fafafa;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  text-align: center;
  cursor: default;
}
.productSlider .TrackSlide-controls a.enabled {
  background-image: url(/Static/build/img/sliderArrow-green.svg);
  cursor: pointer;
}
.productSlider .TrackSlide-controls a.enabled:hover {
  border: 1px solid #cacaca;
}
.productSlider .TrackSlide-controls a.prevButton {
  left: 0;
}
.productSlider .TrackSlide-controls a.nextButton {
  right: 0;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media screen and (max-width: 959px) {
  .productSlider .TrackSlide-controls a {
    border: 0;
    background-color: transparent;
  }
  .productSlider .TrackSlide-controls a.enabled:hover {
    border: 0;
  }
}
@media screen and (max-width: 959px) {
  .productSlider h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.productSlider .TrackSlide.customSliderBlock {
  position: relative;
  top: -30px;
  margin: 0 auto;
  padding: 0;
  max-width: 1022px;
  height: 350px;
}

.productSlider .TrackSlide.customSliderBlock ul {
  top: 30px;
  margin: 0 10px;
  height: 250px;
}

.productSlider .TrackSlide.customSliderBlock li {
  position: relative;
  top: 0;
  margin: 0 15px;
  width: 170px;
  height: auto;
  transition: all 250ms ease;
  -ms-transform: scale(1);
  transform: scale(1);
}

.productSlider .TrackSlide.customSliderBlock li:hover {
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.productSlider .TrackSlide.customSliderBlock a {
  display: block;
  margin-bottom: 24px;
  height: 250px;
  width: fit-content;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}

.productSlider .TrackSlide.customSliderBlock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 959px) {
  /* .productSlider .TrackSlide.customSliderBlock {
    top: 0;
    max-width: 70%;
    height: 200px;
  } */
  .productSlider .TrackSlide.customSliderBlock {
    max-width: 60%;
  }

  .productSlider .TrackSlide.customSliderBlock li {
    margin: 0 50px 0 0;
    width: 170px;
  }

  .productSlider .TrackSlide.customSliderBlock li:hover {
    top: 0;
    margin: 0 50px 0 0;
    width: 75px;
  }
}
.productSlider .TrackSlide.TrackSlide-controls a {
  display: block;
  padding: 15px;
  width: 51px;
  height: 51px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #e3e3e3;
}

.productSlider .TrackSlide-controls a.enabled {
  background-image: url(/Static/build/img/sliderArrow-green.svg);
  cursor: pointer;
}

.productSlider .TrackSlide-controls a.enabled:hover {
  border: 1px solid #cacaca;
}

.productSlider .TrackSlide-controls a.prevButton {
  left: 0;
}

.productSlider .TrackSlide-controls a.nextButton {
  right: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 959px) {
  .productSlider .TrackSlide-controls a {
    border: 0;
    background-color: transparent;
  }

  .productSlider .TrackSlide-controls a.enabled:hover {
    border: 0;
  }
}
@media screen and (max-width: 959px) {
  .productSlider h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

