@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url('../../common/css/bootstrap_core.css');
@import url('../../common/css/glyphicons.css');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #00488d;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00488d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #002141;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00488d;
}
a.text-primary:hover {
  color: #002e5a;
}
.text-success {
  color: #3e5983;
}
a.text-success:hover {
  color: #2e4160;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #d00000;
}
a.text-danger:hover {
  color: #9d0000;
}
.bg-primary {
  color: #fff;
  background-color: #00488d;
}
a.bg-primary:hover {
  background-color: #002e5a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #fff5f5;
}
a.bg-danger:hover {
  background-color: #ffc2c2;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 640px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
    max-width: 1024px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1400px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .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: 640px) {
  .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: 1024px) {
  .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: 1400px) {
  .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%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #308dd4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 141, 212, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 141, 212, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3e5983;
}
.has-success .form-control {
  border-color: #3e5983;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2e4160;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
}
.has-success .input-group-addon {
  color: #3e5983;
  border-color: #3e5983;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3e5983;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #d00000;
}
.has-error .form-control {
  border-color: #d00000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #9d0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3737;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3737;
}
.has-error .input-group-addon {
  color: #d00000;
  border-color: #d00000;
  background-color: #fff5f5;
}
.has-error .form-control-feedback {
  color: #d00000;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #0e89ff;
}
@media (min-width: 640px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 640px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
@media (min-width: 640px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 640px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #a9afb7;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #8d95a0;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #a9afb7;
  border-color: transparent;
}
.btn-default .badge {
  color: #a9afb7;
  background-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #a9afb7;
  background-color: #ffffff;
  border-color: #a9afb7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
.btn-default.btn-disabled,
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.btn-disabled:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.btn-disabled:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.btn-disabled:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
.btn-default.btn-disabled.active,
fieldset[disabled] .btn-default.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-default .badge {
  color: #a9afb7;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #eb9b0e;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #bb7b0b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #eb9b0e;
  border-color: transparent;
}
.btn-primary .badge {
  color: #eb9b0e;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #eb9b0e;
  background-color: #ffffff;
  border-color: #eb9b0e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.btn-disabled,
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.btn-disabled:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.btn-disabled:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.btn-disabled:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
.btn-primary.btn-disabled.active,
fieldset[disabled] .btn-primary.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-primary .badge {
  color: #eb9b0e;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #5cb85c;
  background-color: #ffffff;
  border-color: #5cb85c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
.btn-success.btn-disabled,
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-success.btn-disabled:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
.btn-success.btn-disabled:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
.btn-success.btn-disabled:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
.btn-success.btn-disabled.active,
fieldset[disabled] .btn-success.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #308dd4;
  border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #2472ad;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #308dd4;
  border-color: transparent;
}
.btn-info .badge {
  color: #308dd4;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #308dd4;
  background-color: #ffffff;
  border-color: #308dd4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
.btn-info.btn-disabled,
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.btn-info.btn-disabled:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
.btn-info.btn-disabled:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
.btn-info.btn-disabled:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
.btn-info.btn-disabled.active,
fieldset[disabled] .btn-info.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-info .badge {
  color: #308dd4;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #f0ad4e;
  background-color: #ffffff;
  border-color: #f0ad4e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.btn-disabled,
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
.btn-warning.btn-disabled:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
.btn-warning.btn-disabled:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
.btn-warning.btn-disabled:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
.btn-warning.btn-disabled.active,
fieldset[disabled] .btn-warning.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #d9534f;
  background-color: #ffffff;
  border-color: #d9534f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.btn-disabled,
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
.btn-danger.btn-disabled:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
.btn-danger.btn-disabled:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
.btn-danger.btn-disabled:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
.btn-danger.btn-disabled.active,
fieldset[disabled] .btn-danger.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #00488d;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #002141;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00488d;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.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: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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: 640px) {
  .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: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 640px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00488d;
}
.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;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 640px) {
  .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: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 640px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.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: 640px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 640px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 640px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-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-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: -10px;
  margin-left: -10px;
}
@media (min-width: 640px) {
  .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: 640px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 640px) {
  .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 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 640px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 640px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 639px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 640px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 640px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .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 .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: 639px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 640px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-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: 640px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 639px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 639px) {
  .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: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-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: 639px) {
  .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: 639px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 639px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .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: 640px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .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: 1024px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .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: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
.width100 {
  width: 100%;
  height: auto;
}
.noPadding {
  padding-left: 0;
  padding-right: 0;
}
/* Ellipsis for Titles within the Recently Viewed Products component */
.btn-default-new {
  background: #f7f7f7;
  background: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background: -o-linear-gradient(#ffffff, #f7f7f7);
  background: -moz-linear-gradient(#ffffff, #f7f7f7);
  background: linear-gradient(#ffffff, #f7f7f7);
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #666666;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinSlow {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeinSlow {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeinSlow {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeinSlow {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinSlow {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-rounded {
  width: 1em;
  border-radius: 50%;
}
.flag-icon-gb {
  background-image: url(../../common/images/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-rounded {
  background-image: url(../../common/images/flags/1x1/gb.svg);
}
.flag-icon-fr {
  background-image: url(../../common/images/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-rounded {
  background-image: url(../../common/images/flags/1x1/fr.svg);
}
.flag-icon-de {
  background-image: url(../../common/images/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-rounded {
  background-image: url(../../common/images/flags/1x1/de.svg);
}
.flag-icon-nl {
  background-image: url(../../common/images/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-rounded {
  background-image: url(../../common/images/flags/1x1/nl.svg);
}
.flag-icon-es {
  background-image: url(../../common/images/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-rounded {
  background-image: url(../../common/images/flags/1x1/es.svg);
}
.flag-icon-at {
  background-image: url(../../common/images/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-rounded {
  background-image: url(../../common/images/flags/1x1/at.svg);
}
.card-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.card-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.card-icon:before {
  content: "\00a0";
}
.card-icon.card-icon-squared {
  width: 1em;
}
.card-icon-visa {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/visa.svg);
}
.card-icon-visa.card-icon-squared {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/visa.svg);
}
.card-icon-mastercard {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/mastercard.svg);
}
.card-icon-mastercard.card-icon-squared {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/mastercard.svg);
}
.card-icon-ideal {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/ideal.svg);
}
.card-icon-ideal.card-icon-squared {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/ideal.svg);
}
.card-icon-amex {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/amex.svg);
}
.card-icon-amex.card-icon-squared {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/amex.svg);
}
.card-icon-paypal {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/paypal.svg);
}
.card-icon-paypal.card-icon-squared {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/paypal.svg);
}
.card-icon-sofort {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/sofort.svg);
}
.card-icon-sofort.card-icon-squared {
  background-image: url(https://images.medicanimal.com/image/upload/w_69,h_52/_stmd/_ui/desktop/common/images/payment-logos/active/svg/sofort.svg);
}
.main-header {
  background: #308dd4;
  margin-bottom: 10px;
}
.main-header .main-header-wrapper {
  height: 70px;
}
@media (max-width: 1023px) {
  .main-header .main-header-wrapper {
    height: 66px;
  }
}
.main-header .main-header-wrapper .site-logo {
  float: left;
  margin-right: 20px;
  padding: 0 0.8em;
  padding-top: 12px;
}
@media (max-width: 1023px) {
  .main-header .main-header-wrapper .site-logo {
    margin-right: 10px;
  }
}
.main-header .main-header-wrapper .site-logo h1 {
  margin: 0;
}
.main-header .main-header-wrapper .site-logo img {
  margin-top: 1px;
  width: 180px;
  height: auto;
  max-width: 100%;
}
.main-header .main-header-wrapper .header-links-icons {
  float: right;
}
.main-header .sm-navigation {
  margin-top: 0;
  margin-bottom: 1.4em;
}
@media (max-width: 1023px) {
  .main-header .sm-navigation {
    margin: 0 -10px 0;
    height: 66px;
  }
  .main-header .sm-navigation button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
  }
  .main-header .sm-navigation button + button {
    margin-left: 10px;
  }
  .main-header .sm-navigation input {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
  }
  select.main-header .sm-navigation input {
    height: 46px;
    line-height: 46px;
  }
  textarea.main-header .sm-navigation input,
  select[multiple].main-header .sm-navigation input {
    height: auto;
  }
}
.main-header .sm-navigation .header-toggle-user {
  margin-right: 10px;
}
.main-header .sm-navigation .md-secondary-navigation:before,
.main-header .sm-navigation .md-secondary-navigation:after {
  content: " ";
  display: table;
}
.main-header .sm-navigation .md-secondary-navigation:after {
  clear: both;
}
.main-header .sm-navigation .md-secondary-navigation:before,
.main-header .sm-navigation .md-secondary-navigation:after {
  content: " ";
  display: table;
}
.main-header .sm-navigation .md-secondary-navigation:after {
  clear: both;
}
@media (min-width: 1024px) {
  .main-header .sm-navigation .md-secondary-navigation {
    display: block;
  }
}
.main-header .sm-navigation .md-secondary-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  float: right;
}
.main-header .sm-navigation .md-secondary-navigation ul li {
  float: left;
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
}
.main-header .sm-navigation .md-secondary-navigation ul li a {
  color: inherit;
}
.main-header .toggle-search-bar {
  display: none !important;
  padding-top: 14px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .main-header .container .main-navigation {
    margin-top: 20px;
    position: relative;
  }
  .main-header .container .main-navigation:before,
  .main-header .container .main-navigation:after {
    content: " ";
    display: table;
  }
  .main-header .container .main-navigation:after {
    clear: both;
  }
  .main-header .container .main-navigation:before,
  .main-header .container .main-navigation:after {
    content: " ";
    display: table;
  }
  .main-header .container .main-navigation:after {
    clear: both;
  }
  .main-header .container .main-navigation > .nav > li {
    position: relative;
    margin: 12px 0;
  }
  .main-header .container .main-navigation > .nav > li > a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 10px;
  }
  .main-header .container .main-navigation > .nav > li > a:hover,
  .main-header .container .main-navigation > .nav > li > a:focus {
    background: #00488d;
    color: #ffffff;
  }
  .main-header .container .main-navigation > .nav > li:first-child + li {
    border: 0;
  }
  .main-header .container .main-navigation > .nav > li.featured-brands .sub-navigation {
    width: 500px;
  }
  .main-header .container .main-navigation > .nav > li.featured-brands .sub-navigation .subcategory-item {
    width: 33.333%;
    float: left;
  }
  .main-header .container .main-navigation > .nav > li.featured-brands .sub-navigation .subcategory-item img {
    width: auto;
    max-width: 100%;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation {
    display: none;
    background: #ffffff;
    position: absolute;
    z-index: 1000;
    left: 0;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    opacity: 0.95;
    width: 300px;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav {
    padding-left: 0;
    list-style: none;
    width: 1400px;
    top: 31px;
    background: #ffffff;
    position: absolute;
    z-index: 1000;
    left: 0;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    opacity: 0.95;
    display: none;
    overflow-y: hidden;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    overflow: hidden;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col {
    padding: 0 0.5em;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col:first-child {
    padding: 0 0.5em 0 2em;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col h3 {
    color: #308dd4;
    margin: 1.5em 0 0.7em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #979797;
    text-transform: uppercase;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col .nav-image {
    width: 100%;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col ul {
    padding-left: 0;
    list-style: none;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col ul li {
    float: left;
    clear: both;
    padding-left: 0;
    list-style: none;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col ul li a {
    margin-bottom: 1em;
    padding: 0;
    color: #232323;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col ul li.nav-brands {
    float: left;
    clear: both;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.mega-nav.sub-navigation-section .sub-navigation-col ul li.nav-brands img {
    max-height: 50px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.right {
    right: 0px;
    left: auto;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .row {
    position: relative;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section {
    position: static;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section.double {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 10px;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-section-column {
    float: left;
    padding: 0 10px;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-section-column.column-2 {
    width: 50%;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-section-column.column-3 {
    width: 33.33%;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-section-column.column-4 {
    width: 25%;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-section-column.column-5 {
    width: 20%;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section + .sub-navigation-section:before {
    position: absolute;
    content: "";
    width: 1px;
    background: #ccc;
    top: 0;
    bottom: 0;
    margin-left: -10px;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .title {
    color: #308dd4;
    font-size: 18px;
    line-height: 40px;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list {
    padding-left: 0;
    list-style: none;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list .sub-sub-navigation .sub-sub-subcategory-list {
    padding-left: 0;
    list-style: none;
    display: none;
    -moz-box-shadow: inset 0 0 10px #eeeeee;
    -webkit-box-shadow: inset 0 0 10px #eeeeee;
    box-shadow: inset 0 0 10px #eeeeee;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list .sub-sub-navigation .sub-sub-subcategory-list li a {
    color: #00488d;
    padding: 0.1em 1em;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list li {
    border-bottom: 1px solid #eeeeee;
    position: relative;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list li span {
    display: block;
    line-height: 31px;
    padding: 0.25em 0.8em;
    min-width: 50px;
    text-align: center;
    color: #308dd4;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list li span:hover,
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list li span:focus {
    background-color: #dfdfdf;
    text-decoration: none;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list li a {
    display: block;
    color: #308dd4;
    line-height: 30px;
    padding: 0.25em 0.8em;
    margin-left: 0;
    margin-right: 0;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list li a:hover,
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section .sub-navigation-list li a:focus {
    background-color: #dfdfdf;
    text-decoration: none;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.subcat-two-col {
    width: 600px;
  }
  .main-header .container .main-navigation > .nav > li .sub-navigation.subcat-two-col .sub-navigation-section .sub-navigation-list li {
    width: 50%;
    float: left;
  }
  .main-header .container .main-navigation > .nav > li.md-show-sub.has-sub > a {
    position: relative;
    background: #00488d;
  }
  .main-header .container .main-navigation > .nav > li.md-show-sub.has-sub > a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #f2f4f7;
    display: block;
    bottom: 0;
    left: 50%;
    top: 28px;
    margin: 0 0 0 -10px;
    z-index: 1001;
  }
  .main-header .container .main-navigation > .nav > li.md-show-sub .sub-navigation {
    display: block;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1399px) {
  .main-header .container .main-navigation > .nav > li.featured-brands .sub-navigation {
    width: 600px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .main-header .container .main-navigation > .nav > li.featured-brands .sub-navigation {
    width: 650px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section.double {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main-header .container .main-navigation > .nav > li .sub-navigation .sub-navigation-section {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .main-header .container .main-navigation > .nav > li .sub-navigation.subcat-two-col {
    width: 500px;
  }
}
@media (max-width: 1023px) {
  .main-header .container .main-navigation {
    position: absolute;
    left: -380px;
    background: #308dd4;
    width: 380px;
    top: 0;
    min-height: 100%;
    overflow: auto;
    color: #ffffff;
  }
  .main-header .container .main-navigation ul.nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.4em;
  }
  .main-header .container .main-navigation .sm-back {
    font-size: 18px;
    line-height: 50px;
    display: block;
    padding: 0 10px;
  }
  .main-header .container .main-navigation .sm-back:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e079";
    font-size: 0.8em;
    margin-right: 1em ;
  }
  .main-header .container .main-navigation > ul {
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .main-header .container .main-navigation > ul li {
    position: relative;
  }
  .main-header .container .main-navigation > ul > li {
    float: none;
  }
  .main-header .container .main-navigation > ul > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .main-header .container .main-navigation > ul.active {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .main-header .container .main-navigation > ul a {
    color: #ffffff !important;
  }
  .main-header .container .main-navigation > ul a:hover,
  .main-header .container .main-navigation > ul a:focus {
    background-color: #308dd4 !important;
    color: #ffffff !important;
  }
  .main-header .container .main-navigation .has-sub {
    position: static;
  }
  .main-header .container .main-navigation .has-sub > a {
    position: relative;
  }
  .main-header .container .main-navigation .has-sub > a:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e080";
    position: absolute;
    right: 10px;
    top: 14px;
  }
  .main-header .container .main-navigation .has-sub.active .sub-navigation {
    display: block;
  }
  .main-header .container .main-navigation .has-sub.active .sub-sub-navigation {
    display: block;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: initial;
    left: 100%;
    width: 100%;
    padding: 0;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation.active {
    display: block;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section {
    margin-bottom: 16px;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .title {
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin: 0 0.5em 1em 0;
    margin-right: 0;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .glyphicons {
    display: block;
    line-height: 26px;
    padding: 0.4em 1em;
    min-width: 50px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .glyphicons:hover,
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .glyphicons:focus {
    color: #00488d;
    background-color: #ffffff;
    text-decoration: none;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list .glyphicons.glyphicons-remove {
    color: #00488d;
    background-color: #ffffff;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.offers {
    margin-left: 0.25em;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.offers a {
    border: 1px solid #ffffff;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.offers i {
    font-size: 1.3em;
    padding-left: 10px;
    top: 0;
    vertical-align: top;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li .mega-nav a {
    padding: 0;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li a {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
    padding: 0.55em 0.8em;
    line-height: 1.2em;
    display: block;
    text-transform: capitalize;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.subcategory-topcat a {
    font-weight: bold;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li {
    float: left;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li > a {
    border-radius: 0;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li + li {
    margin-left: 2px;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li.active > a,
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li.active > a:hover,
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li.active > a:focus {
    color: #ffffff;
    background-color: #00488d;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li {
    float: none;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .main-header .container .main-navigation .has-sub .sub-sub-navigation .sub-sub-navigation-section .sub-sub-subcategory-list {
    padding-left: 0;
    list-style: none;
    margin-right: 0;
    display: none;
  }
  .main-header .container .main-navigation .has-sub .sub-sub-navigation .sub-sub-navigation-section .sub-sub-subcategory-list li {
    border-bottom: 0 !important;
    margin-right: 0 !important;
  }
  .main-header .container .main-navigation .has-sub .sub-sub-navigation .sub-sub-navigation-section .sub-sub-subcategory-list li a {
    padding-left: 40px !important;
    font-size: 0.65em;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.offers a {
    padding: 0.5em 0.7em;
    margin: 0px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.offers a {
    border: none;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.offers {
    margin-left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.link-favourites a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E013";
    top: 2px;
    font-size: 1.2em;
    margin-left: 1em ;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li a.sm-back {
    display: none;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li a.sm-back {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 1em 0.2em 0.5em 0.5em;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li a:hover {
    background-color: #ffffff !important;
    color: #00488d !important;
    text-decoration: none;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li a,
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li > a {
    padding: 12px 20px;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li,
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li + li {
    border-bottom: 1px solid #f6f6f6;
    margin-top: 0;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li:last-child,
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li + li:last-child {
    border-bottom: none;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation a.sm-back {
    border-bottom: 1px solid #ffffff;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation a.sm-back:hover {
    text-decoration: none;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li.subcategory-topcat > a {
    padding: 0.8em 20px 0.6em 20px;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li > a {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) and (max-width: 640px) {
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li,
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li + li {
    margin-right: 70px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) and (max-width: 640px) {
  .main-header .container .main-navigation .has-sub .sub-navigation .sub-navigation-section .sub-navigation-list li.has-sub .sub-navigation a.sm-back {
    margin-right: 70px;
  }
}
.main-header .container .main-navigation .nav {
  margin: 0 0.5em 1em 0;
}
.main-header .container .main-navigation .nav li.offers {
  margin-left: 0.25em;
}
.main-header .container .main-navigation .nav li.offers a {
  border: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  .main-header .container .main-navigation .nav li.offers a {
    padding: 0.5em 0.7em;
    margin: 0px;
  }
}
@media (max-width: 1023px) {
  .main-header .container .main-navigation .nav li.offers a {
    border: none;
  }
}
@media (max-width: 1023px) {
  .main-header .container .main-navigation .nav li.offers {
    margin-left: 0;
  }
}
.main-header .container .main-navigation .nav li.offers i {
  font-size: 1.3em;
  padding-left: 10px;
  top: 0;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .main-header .container .main-navigation .nav li.link-favourites a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E013";
    top: 2px;
    font-size: 1.2em;
    margin-left: 1em ;
  }
}
.main-header .container .main-navigation .nav li .mega-nav a {
  padding: 0;
}
.main-header .container .main-navigation .nav li a {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
  padding: 0.55em 0.8em;
  line-height: 1.2em;
  display: block;
  text-transform: capitalize;
}
.main-header .container .main-navigation .nav li.subcategory-topcat a {
  font-weight: bold;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .main-header .container .main-navigation .nav li a.sm-back {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main-header .container .main-navigation .nav li a.sm-back {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 1em 0.2em 0.5em 0.5em;
  }
  .main-header .container .main-navigation .nav li a:hover {
    background-color: #ffffff !important;
    color: #00488d !important;
    text-decoration: none;
  }
  .main-header .container .main-navigation .nav li a,
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li > a {
    padding: 12px 20px;
  }
  .main-header .container .main-navigation .nav li,
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li + li {
    border-bottom: 1px solid #f6f6f6;
    margin-top: 0;
  }
  .main-header .container .main-navigation .nav li:last-child,
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li + li:last-child {
    border-bottom: none;
  }
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation a.sm-back {
    border-bottom: 1px solid #ffffff;
  }
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation a.sm-back:hover {
    text-decoration: none;
  }
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li.subcategory-topcat > a {
    padding: 0.8em 20px 0.6em 20px;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li > a {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) and (max-width: 640px) {
  .main-header .container .main-navigation .nav li,
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation .sub-navigation-section .sub-navigation-list > li + li {
    margin-right: 70px;
  }
}
@media (max-width: 1023px) and (max-width: 640px) {
  .main-header .container .main-navigation .nav li.has-sub .sub-navigation a.sm-back {
    margin-right: 70px;
  }
}
.main-header .container .site-search {
  margin-top: 12px;
  background: transparent;
}
.main-header .container .site-search .input-group {
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}
.main-header .container .site-search .input-group input {
  height: 46px;
  font-size: 16px;
}
.main-header .container .site-search .input-group-btn button {
  height: 46px;
  color: #308dd4;
}
@media (max-width: 1023px) {
  .main-header .container .site-search {
    margin-top: 0;
    display: block;
  }
}
.main-header .container .sm-navigation button.header-toggle-user {
  display: none;
}
.main-header .container .sm-navigation .utility-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation {
  width: auto;
  left: auto;
}
@media (max-width: 1399px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation {
    right: auto;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul {
  padding-left: 0;
  padding-right: 0.6em;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li {
  padding-left: 0;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li a {
  display: block;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul {
    padding-right: 0;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: 400;
  margin: 0;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation p.header-user {
  max-width: 8em;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation small {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: 400;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .logged_in {
  padding-top: 0;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .logged_in .header-user,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .logged_in .header-myaccount,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .logged_in .header-contact {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .logged_in {
    margin-right: 0;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .nav-account {
  height: 70px;
  padding-top: 14px;
  padding-right: 5px;
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .nav-account {
    margin-right: 0;
    display: none;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact {
  text-transform: none;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount a,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact a,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount span,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact span {
  color: #ffffff !important;
  line-height: 26px;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount a,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact a {
  padding: 8px 10px;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount a.active,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact a.active,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact a:hover {
  background: #00488d !important;
  text-decoration: none;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount span,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact span {
  margin-left: 2px;
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount span,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact span {
    display: none;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-re-order a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-re-order a:active,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-re-order a:visited {
  text-decoration: none;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-re-order p {
  display: inline-block;
  padding-left: 0.7em;
  width: auto;
  max-width: 10em;
  vertical-align: top;
  word-break: break-word;
  line-height: 34px;
}
@media (max-width: 1399px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-re-order p {
    line-height: 42px;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav {
  position: relative;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav {
  text-align: left;
  display: none;
  background: #ffffff;
  position: absolute;
  z-index: 100002;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  width: 250px;
  top: 42px;
  left: auto;
  right: -20px;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav:after,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav:after,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav:after,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #ffffff;
  display: block;
  bottom: 0;
  left: auto;
  right: 27px;
  top: -8px;
  margin: 0 0 0 0;
  z-index: 1001;
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav {
    display: none !important;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav p.login-link,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav p.login-link,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav p.login-link,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav p.login-link {
  padding: 0.7em;
  color: #ffffff;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav p.login-link a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav p.login-link a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav p.login-link a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav p.login-link a:hover {
  color: #308dd4;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav p.login-link.logout-link,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav p.login-link.logout-link,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav p.login-link.logout-link,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav p.login-link.logout-link {
  border-top: 1px solid #a9afb7;
  color: #ffffff;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list {
  margin: 0;
  padding: 0;
  float: none;
  padding-left: 0;
  list-style: none;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list li,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list li,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list li,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list li {
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  border-bottom: 1px solid #eeeeee;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list li a,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list li a,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list li a,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list li a {
  color: #308dd4;
  padding: 0.25em 0.8em;
  text-transform: none;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  font-weight: 400;
  line-height: 30px;
  display: block;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list li a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list li a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list li a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list li a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list li a:focus,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list li a:focus,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list li a:focus,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list li a:focus {
  background-color: #dfdfdf;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list li a:hover,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list li a:hover,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list li a:hover,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list li a:hover,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list li a:focus,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list li a:focus,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list li a:focus,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list li a:focus {
    background-color: #dfdfdf !important;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list li.title,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list li.title,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list li.title,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list li.title {
  display: none;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .my-account-sub-nav ul.account-navigation-list li.title + li,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .my-account-sub-nav ul.account-navigation-list li.title + li,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav ul.account-navigation-list li.title + li,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav ul.account-navigation-list li.title + li {
  border-top: 1px solid #a9afb7;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav {
  padding: 0.8em;
  text-align: left;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav p,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav p {
  margin: 10px 0 0;
  font-size: 12px;
  color: #666666;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav h2,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav h2 {
  color: #eb9b0e;
  font-weight: bold;
  margin: 0;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount-nav .contact-sub-nav h2 span,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact-nav .contact-sub-nav h2 span {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}
.main-header .container .sm-navigation .utility-content .miniCartSlot {
  width: auto;
  padding-left: 0;
  position: relative;
  padding-top: 0.4em;
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot {
    margin-right: 20px;
  }
}
@media (max-width: 639px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot {
    margin-right: 10px;
  }
}
.main-header .container .sm-navigation .utility-content .miniCartSlot a {
  display: inline-block;
  vertical-align: top;
}
.main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-link {
  position: relative;
  line-height: 33px;
  float: right;
}
.main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-link .mini-cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  background-color: #00488d;
  min-width: 24px;
  height: 24px;
  border-radius: 20px;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  padding: 0 2px;
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-link .mini-cart-count {
    right: -8px;
  }
}
.main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-link .mini-cart-price {
  display: block;
  margin: 0;
  border: 1px solid #00488d;
}
.main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-icon {
  background: #00488d;
  line-height: 42px;
  width: 3em;
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-icon {
    width: 2.3em;
  }
}
@media (max-width: 639px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-icon {
    width: 42px;
    font-size: 18px;
  }
}
.main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-container {
  border-color: #00488d;
  right: 0;
}
@media (max-width: 639px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-container {
    top: 41px;
  }
}
@media (max-width: 1024px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-container {
    display: none !important;
  }
}
.header-spacer {
  display: none;
}
.main-header.is-sticky + .header-spacer {
  display: block;
  margin-bottom: 0.5em;
}
.main-header .container .sm-navigation {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .main-header .container .sm-navigation {
    margin: 0 0 1em 0;
  }
}
@media (max-width: 639px) {
  .main-header .container .sm-navigation {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .main-header .container .sm-navigation button.header-toggle-user {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation button.header-toggle-user {
    color: #232323;
    display: block;
  }
}
@media (max-width: 639px) {
  .main-header .container .sm-navigation button {
    background-color: #ffffff;
    font-size: 12px !important;
    line-height: 18px !important;
    font-size: 1.2rem !important;
    line-height: 1.7999999999999998rem !important;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li a:focus,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li a:visited {
  background-color: transparent!important;
}
@media (max-width: 639px) {
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-re-order {
    display: none;
  }
}
.main-header .container .sm-navigation .utility-content .miniCartSlot {
  padding-top: 14px;
}
@media (max-width: 1023px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot {
    padding-top: 12px;
  }
}
.main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-link {
  line-height: 40px;
  height: auto;
}
@media (max-width: 639px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot .mini-cart-link {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.7999999999999998rem;
    line-height: 33px;
  }
}
.main-header .container .sm-navigation .utility-content .miniCartSlot .header-re-order {
  display: inline-block;
  margin-right: 0.2em;
}
.main-header .container .sm-navigation .utility-content .miniCartSlot .header-re-order a {
  display: block;
  height: 2.7em;
  width: 3.6em;
}
@media (max-width: 639px) {
  .main-header .container .sm-navigation .utility-content .miniCartSlot .header-re-order a {
    height: 2.5em;
    width: 3em;
  }
}
@media (min-width: 1024px) {
  .main-header .container .sm-navigation .utility-content .header-re-order.hidden-lg {
    display: none;
  }
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation {
  left: auto;
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li a:hover,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li a:focus,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li a:visited {
  background-color: transparent!important;
}
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-myaccount,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-contact {
  line-height: 1.45em;
}
@media (max-width: 1023px) {
  .main-header .container .header-row {
    position: relative;
    padding-bottom: 60px;
  }
  .main-header .container .header-search {
    position: absolute;
    bottom: 8px;
  }
  .main-header .container .nav-menu-hamburger button:nth-child(1) {
    background-color: #308dd4;
    color: #ffffff;
    border: none;
    padding: 9px 8px;
  }
  .main-header .container .nav-menu-hamburger button:nth-child(1) .glyphicons {
    font-size: 24px;
    top: 0;
  }
  .main-header .container .nav-menu-hamburger button:nth-child(1):disabled {
    opacity: 0.3;
  }
  .main-header .container .col-header-secondrow {
    overflow: hidden;
  }
  .main-header .container .col-header-secondrow .nav-menu-hamburger {
    width: auto;
    float: left;
  }
  .main-header .container .col-header-secondrow .nav-menu-hamburger .icon-label {
    display: inline-block;
    padding-left: 0.25em;
  }
  .main-header .container .col-header-secondrow .header-re-order {
    width: 42px;
    float: right;
  }
  .main-header .container .col-header-secondrow .col-header-search {
    margin-left: 85px;
    margin-right: 0;
  }
  .main-header .container .col-header-secondrow .col-header-search .site-search {
    margin: 0 0 0 0.6em;
    padding: 0;
  }
  .main-header .container .col-header-secondrow .col-header-search .site-search .input-group {
    border: none;
    width: 100%;
  }
  .main-header .container .col-header-secondrow .col-header-search .site-search .input-group .form-control {
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
  }
  .main-header .container .col-header-secondrow .col-header-search .site-search .input-group .btn-link {
    padding: 4px 16px;
    height: 40px;
  }
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li p.header-user.header-icon-label,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li p.header-myaccount.header-icon-label,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li p.header-contact.header-icon-label {
    display: block;
  }
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li p.header-user.header-icon-label a,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li p.header-myaccount.header-icon-label a,
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li p.header-contact.header-icon-label a {
    padding-bottom: 0;
  }
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li p.header-user a {
    padding-top: 0;
  }
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li a.header-account-icon {
    display: none;
  }
  .main-header .container .sm-navigation .utility-content .md-secondary-navigation ul li p.header-user {
    max-width: none;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  .main-header .container .col-header-secondrow .header-re-order {
    width: 42px;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  .main-header .container .col-header-secondrow .col-header-search .site-search .input-group .btn-link {
    padding: 7px 16px;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  .main-header .container .col-header-secondrow .nav-menu-hamburger {
    width: 42px !important;
  }
  .main-header .container .col-header-secondrow .col-header-search {
    margin-left: 42px !important;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  .main-header .container .header-search {
    bottom: 10px;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  .main-header .container .header-search {
    bottom: 8px;
  }
}
.main-header .container .header-re-order,
.main-header .container .header-toggle-user,
.main-header .container .header-user-button {
  padding: 0;
  border: none;
}
@media (min-width: 1400px) {
  .main-header .container .header-re-order,
  .main-header .container .header-toggle-user,
  .main-header .container .header-user-button {
    margin-top: 3px;
  }
}
.main-header .container .header-re-order .glyphicons,
.main-header .container .header-toggle-user .glyphicons,
.main-header .container .header-user-button .glyphicons,
.main-header .container .header-re-order .glyphicon,
.main-header .container .header-toggle-user .glyphicon,
.main-header .container .header-user-button .glyphicon {
  top: 0;
  padding: 13px;
  background-color: #308dd4;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1400px) {
  .main-header .container .header-re-order .glyphicons,
  .main-header .container .header-toggle-user .glyphicons,
  .main-header .container .header-user-button .glyphicons,
  .main-header .container .header-re-order .glyphicon,
  .main-header .container .header-toggle-user .glyphicon,
  .main-header .container .header-user-button .glyphicon {
    padding: 10px 10px 9px 10px;
  }
}
.main-header .container .toggle-search-bar button {
  padding: 0;
  border: none;
  background: transparent;
}
@media (min-width: 1400px) {
  .main-header .container .toggle-search-bar button {
    margin-top: 3px;
  }
}
.main-header .container .toggle-search-bar button .glyphicons,
.main-header .container .toggle-search-bar button .glyphicon {
  top: 0;
  padding: 13px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.main-header .container .toggle-search-bar button .glyphicons:hover,
.main-header .container .toggle-search-bar button .glyphicon:hover {
  background-color: #2677b5;
}
@media (min-width: 1400px) {
  .main-header .container .toggle-search-bar button .glyphicons,
  .main-header .container .toggle-search-bar button .glyphicon {
    padding: 10px 10px 9px 10px;
  }
}
.main-header .nav-outer {
  background-color: #308dd4;
}
.main-header .nav-outer .container {
  padding: 0;
}
.main-header .nav-outer .container .main-navigation {
  margin-top: 0;
  background-color: #308dd4;
}
.main-header .nav-outer .container .main-navigation .nav {
  margin: 0;
}
@media (max-width: 639px) {
  main.offcanvas .main-header .container .main-navigation {
    background: none;
  }
}
.oldIE8Message {
  margin-bottom: 0;
  text-align: center;
  background-color: #037562;
  border: #eb9b0e solid 1px;
  padding: 0.5em 2em;
  color: #232323;
}
.oldIE8Message p {
  font-size: 1.5em;
  margin: 0;
}
.main-header.is-sticky .main-header-wrapper {
  height: auto;
}
.main-header.is-sticky .sm-navigation {
  margin: 0;
  float: right;
}
@media (min-width: 1024px) {
  .main-header.is-sticky {
    position: fixed;
    top: 0;
    opacity: 1;
    z-index: 9999;
    width: 100%;
  }
  .main-header.is-sticky .toggle-search-bar {
    display: block !important;
  }
  .main-header.is-sticky .sticky-hidden {
    display: none !important;
    visibility: hidden !important;
  }
  .main-header.is-sticky .site-logo {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-header.is-sticky {
    background: #308dd4;
    background-color: rgba(48, 141, 212, 0.93);
  }
  .main-header.is-sticky .header-row {
    position: relative;
  }
  .main-header.is-sticky .header-row .utility-content {
    position: relative;
    z-index: 999;
  }
  .main-header.is-sticky .main-navigation-links {
    width: 100%;
    margin-top: -65px;
  }
  .main-header.is-sticky .nav-outer .container .main-navigation > .nav > li + li {
    margin-bottom: 0.5em;
  }
  .main-header.is-sticky .nav-outer .container .main-navigation .nav {
    margin-bottom: 0;
    margin-right: 0.25em;
  }
  .main-header.is-sticky .header-links-icons {
    width: 23%;
    float: right;
  }
  .main-header.is-sticky .main-navigation ul.nav {
    max-width: 76%;
  }
  .main-header.is-sticky .header-search {
    width: 66.66666667%;
  }
  .main-header.is-sticky .nav-outer {
    background-color: rgba(48, 141, 212, 0);
  }
  .main-header.is-sticky .nav-outer .container .main-navigation {
    background-color: rgba(48, 141, 212, 0);
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .main-header.is-sticky .header-links-icons {
    width: 34%;
  }
  .main-header.is-sticky .main-navigation ul.nav {
    max-width: 65%;
  }
  .main-header.is-sticky .header-search {
    width: 55%;
  }
}
/*  removing this fix as per HYD-70 and HYD-62

// Fix for long NL language - hide contact details item for screens less than 700px width
.language-nl {
	@media(max-width: 700px) {
		.promo-header .promo-item.promo-contact-details {
			display: none;
		}
	}
}
*/
.mobile-header-bg {
  display: none;
  height: 60px;
  background: #308dd4;
}
@media (max-width: 1023px) {
  .mobile-header-bg {
    display: block;
  }
}
.alternateColors li:nth-child(even) {
  background: #f2f4f7;
}
.mainHeroSpot {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.mainHeroSpot.whiteBoxAlt .heroText {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
}
.mainHeroSpot[class*="whiteBoxAlt-"] .heroText {
  background: #ffffff;
  padding: 1em;
}
.mainHeroSpot.whiteBoxAlt-10 .heroText {
  background: #ffffff;
}
.mainHeroSpot.whiteBoxAlt-9 .heroText {
  background: rgba(255, 255, 255, 0.9);
}
.mainHeroSpot.whiteBoxAlt-8 .heroText {
  background: rgba(255, 255, 255, 0.8);
}
.mainHeroSpot.whiteBoxAlt-7 .heroText {
  background: rgba(255, 255, 255, 0.7);
}
.mainHeroSpot.whiteBoxAlt-6 .heroText {
  background: rgba(255, 255, 255, 0.6);
}
.mainHeroSpot.whiteBoxAlt-5 .heroText {
  background: rgba(255, 255, 255, 0.5);
}
.mainHeroSpot.whiteBoxAlt-4 .heroText {
  background: rgba(255, 255, 255, 0.4);
}
.mainHeroSpot.whiteBoxAlt-3 .heroText {
  background: rgba(255, 255, 255, 0.3);
}
.mainHeroSpot.whiteBoxAlt-2 .heroText {
  background: rgba(255, 255, 255, 0.2);
}
.mainHeroSpot.whiteBoxAlt-1 .heroText {
  background: rgba(255, 255, 255, 0.1);
}
.mainHeroSpot .heroImage img {
  width: 100%;
}
.mainHeroSpot .heroText {
  position: absolute;
  text-align: center;
}
.mainHeroSpot .heroText .mainHeading {
  font-size: 2.2em;
  font-weight: 300;
  margin: 0;
}
.mainHeroSpot .heroText .mainHeading span,
.mainHeroSpot .heroText .mainHeading strong,
.mainHeroSpot .heroText .mainHeading b {
  font-weight: 900;
}
.mainHeroSpot .heroText .site-content,
.mainHeroSpot .heroText p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px;
}
.mainHeroSpot .heroText.no-hero-image {
  position: relative;
  width: 100% !important;
  right: auto !important;
  left: auto !important;
}
.mainHeroSpot .termAconditions {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
}
.mainHeroSpot .termAconditions.no-hero-image {
  position: relative;
  padding-bottom: 2em;
}
.col_xs_bottom_12 {
  bottom: 100%;
}
.col_xs_bottom_11 {
  bottom: 91.66666667%;
}
.col_xs_bottom_10 {
  bottom: 83.33333333%;
}
.col_xs_bottom_9 {
  bottom: 75%;
}
.col_xs_bottom_8 {
  bottom: 66.66666667%;
}
.col_xs_bottom_7 {
  bottom: 58.33333333%;
}
.col_xs_bottom_6 {
  bottom: 50%;
}
.col_xs_bottom_5 {
  bottom: 41.66666667%;
}
.col_xs_bottom_4 {
  bottom: 33.33333333%;
}
.col_xs_bottom_3 {
  bottom: 25%;
}
.col_xs_bottom_2 {
  bottom: 16.66666667%;
}
.col_xs_bottom_1 {
  bottom: 8.33333333%;
}
.col_xs_bottom_0 {
  bottom: 0%;
}
.col_xs_top_12 {
  top: 100%;
}
.col_xs_top_11 {
  top: 91.66666667%;
}
.col_xs_top_10 {
  top: 83.33333333%;
}
.col_xs_top_9 {
  top: 75%;
}
.col_xs_top_8 {
  top: 66.66666667%;
}
.col_xs_top_7 {
  top: 58.33333333%;
}
.col_xs_top_6 {
  top: 50%;
}
.col_xs_top_5 {
  top: 41.66666667%;
}
.col_xs_top_4 {
  top: 33.33333333%;
}
.col_xs_top_3 {
  top: 25%;
}
.col_xs_top_2 {
  top: 16.66666667%;
}
.col_xs_top_1 {
  top: 8.33333333%;
}
.col_xs_top_0 {
  top: 0%;
}
.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;
}
.template-pages-layout-landingLayout2Page .title-component h1 {
  margin-top: 30px;
}
@media (min-width: 640px) {
  .col_sm_bottom_12 {
    bottom: 100%;
  }
  .col_sm_bottom_11 {
    bottom: 91.66666667%;
  }
  .col_sm_bottom_10 {
    bottom: 83.33333333%;
  }
  .col_sm_bottom_9 {
    bottom: 75%;
  }
  .col_sm_bottom_8 {
    bottom: 66.66666667%;
  }
  .col_sm_bottom_7 {
    bottom: 58.33333333%;
  }
  .col_sm_bottom_6 {
    bottom: 50%;
  }
  .col_sm_bottom_5 {
    bottom: 41.66666667%;
  }
  .col_sm_bottom_4 {
    bottom: 33.33333333%;
  }
  .col_sm_bottom_3 {
    bottom: 25%;
  }
  .col_sm_bottom_2 {
    bottom: 16.66666667%;
  }
  .col_sm_bottom_1 {
    bottom: 8.33333333%;
  }
  .col_sm_bottom_0 {
    bottom: 0%;
  }
  .col_sm_top_12 {
    top: 100%;
  }
  .col_sm_top_11 {
    top: 91.66666667%;
  }
  .col_sm_top_10 {
    top: 83.33333333%;
  }
  .col_sm_top_9 {
    top: 75%;
  }
  .col_sm_top_8 {
    top: 66.66666667%;
  }
  .col_sm_top_7 {
    top: 58.33333333%;
  }
  .col_sm_top_6 {
    top: 50%;
  }
  .col_sm_top_5 {
    top: 41.66666667%;
  }
  .col_sm_top_4 {
    top: 33.33333333%;
  }
  .col_sm_top_3 {
    top: 25%;
  }
  .col_sm_top_2 {
    top: 16.66666667%;
  }
  .col_sm_top_1 {
    top: 8.33333333%;
  }
  .col_sm_top_0 {
    top: 0%;
  }
  .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;
  }
  .mainHeroSpot .heroText .mainHeading {
    font-size: 3em;
  }
  .mainHeroSpot .heroText p {
    font-size: 1.1em;
    line-height: 1em;
  }
}
@media (max-width: 640px) {
  .col_sm_bottom_12 {
    bottom: 100%;
  }
  .col_sm_bottom_11 {
    bottom: 91.66666667%;
  }
  .col_sm_bottom_10 {
    bottom: 83.33333333%;
  }
  .col_sm_bottom_9 {
    bottom: 75%;
  }
  .col_sm_bottom_8 {
    bottom: 66.66666667%;
  }
  .col_sm_bottom_7 {
    bottom: 58.33333333%;
  }
  .col_sm_bottom_6 {
    bottom: 50%;
  }
  .col_sm_bottom_5 {
    bottom: 41.66666667%;
  }
  .col_sm_bottom_4 {
    bottom: 33.33333333%;
  }
  .col_sm_bottom_3 {
    bottom: 25%;
  }
  .col_sm_bottom_2 {
    bottom: 16.66666667%;
  }
  .col_sm_bottom_1 {
    bottom: 8.33333333%;
  }
  .col_sm_bottom_0 {
    bottom: 0%;
  }
  .col_sm_top_12 {
    top: 100%;
  }
  .col_sm_top_11 {
    top: 91.66666667%;
  }
  .col_sm_top_10 {
    top: 83.33333333%;
  }
  .col_sm_top_9 {
    top: 75%;
  }
  .col_sm_top_8 {
    top: 66.66666667%;
  }
  .col_sm_top_7 {
    top: 58.33333333%;
  }
  .col_sm_top_6 {
    top: 50%;
  }
  .col_sm_top_5 {
    top: 41.66666667%;
  }
  .col_sm_top_4 {
    top: 33.33333333%;
  }
  .col_sm_top_3 {
    top: 25%;
  }
  .col_sm_top_2 {
    top: 16.66666667%;
  }
  .col_sm_top_1 {
    top: 8.33333333%;
  }
  .col_sm_top_0 {
    top: 0%;
  }
  .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;
  }
  .mainHeroSpot {
    overflow: hidden;
  }
  .mainHeroSpot .heroText .site-content,
  .mainHeroSpot .heroText p {
    margin-bottom: 10px;
  }
  .mainHeroSpot .termAconditions {
    line-height: 1.1em;
  }
}
@media (min-width: 1024px) {
  .col_md_bottom_12 {
    bottom: 100%;
  }
  .col_md_bottom_11 {
    bottom: 91.66666667%;
  }
  .col_md_bottom_10 {
    bottom: 83.33333333%;
  }
  .col_md_bottom_9 {
    bottom: 75%;
  }
  .col_md_bottom_8 {
    bottom: 66.66666667%;
  }
  .col_md_bottom_7 {
    bottom: 58.33333333%;
  }
  .col_md_bottom_6 {
    bottom: 50%;
  }
  .col_md_bottom_5 {
    bottom: 41.66666667%;
  }
  .col_md_bottom_4 {
    bottom: 33.33333333%;
  }
  .col_md_bottom_3 {
    bottom: 25%;
  }
  .col_md_bottom_2 {
    bottom: 16.66666667%;
  }
  .col_md_bottom_1 {
    bottom: 8.33333333%;
  }
  .col_md_bottom_0 {
    bottom: 0%;
  }
  .col_md_top_12 {
    top: 100%;
  }
  .col_md_top_11 {
    top: 91.66666667%;
  }
  .col_md_top_10 {
    top: 83.33333333%;
  }
  .col_md_top_9 {
    top: 75%;
  }
  .col_md_top_8 {
    top: 66.66666667%;
  }
  .col_md_top_7 {
    top: 58.33333333%;
  }
  .col_md_top_6 {
    top: 50%;
  }
  .col_md_top_5 {
    top: 41.66666667%;
  }
  .col_md_top_4 {
    top: 33.33333333%;
  }
  .col_md_top_3 {
    top: 25%;
  }
  .col_md_top_2 {
    top: 16.66666667%;
  }
  .col_md_top_1 {
    top: 8.33333333%;
  }
  .col_md_top_0 {
    top: 0%;
  }
  .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;
  }
  .mainHeroSpot .heroText .mainHeading {
    font-size: 4em;
  }
  .mainHeroSpot .heroText p {
    font-size: 1.3em;
    line-height: 1.2em;
  }
}
@media (min-width: 1400px) {
  .col_lg_bottom_12 {
    bottom: 100%;
  }
  .col_lg_bottom_11 {
    bottom: 91.66666667%;
  }
  .col_lg_bottom_10 {
    bottom: 83.33333333%;
  }
  .col_lg_bottom_9 {
    bottom: 75%;
  }
  .col_lg_bottom_8 {
    bottom: 66.66666667%;
  }
  .col_lg_bottom_7 {
    bottom: 58.33333333%;
  }
  .col_lg_bottom_6 {
    bottom: 50%;
  }
  .col_lg_bottom_5 {
    bottom: 41.66666667%;
  }
  .col_lg_bottom_4 {
    bottom: 33.33333333%;
  }
  .col_lg_bottom_3 {
    bottom: 25%;
  }
  .col_lg_bottom_2 {
    bottom: 16.66666667%;
  }
  .col_lg_bottom_1 {
    bottom: 8.33333333%;
  }
  .col_lg_bottom_0 {
    bottom: 0%;
  }
  .col_lg_top_12 {
    top: 100%;
  }
  .col_lg_top_11 {
    top: 91.66666667%;
  }
  .col_lg_top_10 {
    top: 83.33333333%;
  }
  .col_lg_top_9 {
    top: 75%;
  }
  .col_lg_top_8 {
    top: 66.66666667%;
  }
  .col_lg_top_7 {
    top: 58.33333333%;
  }
  .col_lg_top_6 {
    top: 50%;
  }
  .col_lg_top_5 {
    top: 41.66666667%;
  }
  .col_lg_top_4 {
    top: 33.33333333%;
  }
  .col_lg_top_3 {
    top: 25%;
  }
  .col_lg_top_2 {
    top: 16.66666667%;
  }
  .col_lg_top_1 {
    top: 8.33333333%;
  }
  .col_lg_top_0 {
    top: 0%;
  }
  .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;
  }
  .mainHeroSpot .heroText .mainHeading {
    font-size: 5.36em;
  }
  .mainHeroSpot .heroText p {
    font-size: 2em;
    line-height: 1em;
  }
}
.secondaryHeroSpot {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0.5em 0 0.5em 0;
  overflow: hidden;
  padding: 0 0.5em 0 0.5em;
}
.secondaryHeroSpot.bgGrey {
  background-color: #e1e1e1;
}
.secondaryHeroSpot .heroText {
  background-color: #037562;
  float: left;
  margin: 0 auto;
  text-align: center;
  padding: 1em;
}
.secondaryHeroSpot .heroText .site-content {
  min-height: 100px;
  position: relative;
  margin-bottom: 0.5em;
}
.secondaryHeroSpot .heroText .site-content p {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.2em;
}
.secondaryHeroSpot .heroText div.header {
  display: block;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.5em;
}
.secondaryHeroSpot .heroText .btn-primary {
  color: #00488d;
  font-weight: bold;
  background-color: #ffffff;
  border-color: #232323;
  box-shadow: none;
}
.secondaryHeroSpot .heroText .btn-primary:hover {
  background: none;
}
.secondaryHeroSpot .heroImage {
  background-color: #037562;
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.secondaryHeroSpot .heroImage img {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  height: 100%;
}
@media (max-width: 640px) {
  .secondaryHeroSpot .heroText .site-content {
    margin: 0.5em 0 0.5em 0;
  }
  .secondaryHeroSpot .heroText .site-content p {
    position: relative;
    font-size: 1.2em;
  }
  .secondaryHeroSpot .heroText .btn-primary {
    float: left;
    width: 100%;
    white-space: normal;
  }
}
.breadcrumb-section {
  background-color: transparent;
  width: 100%;
  margin-top: 0.5em;
}
.breadcrumb-section .container {
  width: 100%;
  padding: 0;
}
.breadcrumb-section .breadcrumb li {
  font-size: 14px;
}
@media (max-width: 1023px) {
  .breadcrumb-section .breadcrumb li:not(:last-child):not(:first-child):not( :nth-last-child(2)) {
    display: none;
  }
}
.breadcrumb-section .breadcrumb li.active {
  color: #232323;
}
.breadcrumb-section .breadcrumb li a {
  color: #308dd4;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .pageType-ProductPage .breadcrumb li:not(:nth-last-child(2)):not(:nth-last-child(3)):not(:first-child) {
    display: none;
  }
}
.pageType-ProductPage .breadcrumb li:last-child {
  display: none;
}
body[class*='-account-'] .breadcrumb-section,
body[class*='-loyalty-'] .breadcrumb-section,
body.page-multiStepCheckoutSummaryPage .breadcrumb-section,
body.page-login .breadcrumb-section {
  margin-bottom: 20px;
}
.page-search .breadcrumb-section,
.page-searchEmpty .breadcrumb-section {
  display: none;
}
body {
  color: #232323;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  color: #232323;
}
body ul,
body ol {
  color: #232323;
}
body ul li,
body ol li {
  color: #232323;
}
body p {
  color: #232323;
}
body p a {
  color: #00488d;
  text-decoration: none;
}
.btn {
  white-space: normal;
}
.alert {
  border-radius: 0;
  border: none;
}
.pdfDownload a.pdfLink {
  text-decoration: none;
}
.pdfDownload a.pdfLink .pdfIcon {
  background-image: url("../images/icon-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 30px;
  height: 37px;
  display: inline-block;
}
.pdfDownload a.pdfLink .pdfText {
  vertical-align: top;
  line-height: 37px;
  padding-left: 0.5em;
}
h2.grey-block {
  background-color: #e1e1e1;
  padding: 8px 10px;
  color: #232323;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-top: 2em;
}
.text-standout {
  font-weight: bold;
  color: #308dd4;
}
.loading {
  width: 24px;
  height: 24px;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
}
.nxt-ac-main > div:last-of-type {
  display: none;
}
.nxt-ac-main {
  z-index: 9999 !important;
}
.trustpilot {
  margin-top: 1em;
}
.button-clean {
  border: none;
  background: none;
  outline: none;
}
.expedited-message .glyphicons-clock {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  line-height: 1em;
}
.prescription-required {
  text-align: left;
  margin: 0.5em 0;
}
.prescription-required a,
.prescription-required .prescription-required-wrapper {
  background-color: #fceded;
  border: none;
  border-radius: 0;
  color: #d00000;
  padding: 0.6em 0.6em 0.2em 0.6em;
  display: inline-block;
}
.prescription-required .glyphicons-medicine {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #d00000;
  font-weight: normal;
  padding-right: 0.4em;
  margin-top: -5px;
  padding-bottom: 0.2em;
  float: left;
}
.init-load-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.back-to-top {
  position: fixed;
  top: -105px;
  text-align: center;
  z-index: 999;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0.9);
  width: 100%;
  padding: 0.8em;
}
.back-to-top .toggle-search-bar-mobile {
  position: absolute;
  left: 20px;
  padding: 0em;
  margin-left: 1em;
  background: none;
  border: none;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1400px) {
  .back-to-top .toggle-search-bar-mobile {
    margin-top: 3px;
  }
}
.back-to-top .toggle-search-bar-mobile .glyphicons,
.back-to-top .toggle-search-bar-mobile .glyphicon {
  top: 0;
  padding: 15px;
  background-color: #00488d;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1400px) {
  .back-to-top .toggle-search-bar-mobile .glyphicons,
  .back-to-top .toggle-search-bar-mobile .glyphicon {
    padding: 10px 10px 9px 10px;
  }
}
.back-to-top .sticky-basket {
  position: absolute;
  right: 11px;
}
.back-to-top .mini-cart-link {
  position: relative;
}
.back-to-top .mini-cart-link .mini-cart-icon {
  background: #00488d;
  line-height: 35px;
}
@media (max-width: 1400px) {
  .back-to-top .mini-cart-link .mini-cart-icon {
    line-height: 46px;
    width: 3em;
  }
}
@media (max-width: 1023px) {
  .back-to-top .mini-cart-link .mini-cart-icon {
    width: 2.6em;
  }
}
@media (max-width: 639px) {
  .back-to-top .mini-cart-link .mini-cart-icon {
    width: 45px;
    font-size: 18px;
  }
}
.back-to-top .mini-cart-link .mini-cart-count {
  position: absolute;
  top: -7px;
  right: -10px;
  padding: 0;
  background-color: #00488d;
  min-width: 24px;
  height: 24px;
  border-radius: 20px;
  line-height: 24px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
  padding: 0 2px;
}
@media (max-width: 1023px) {
  .back-to-top .mini-cart-link .mini-cart-count {
    right: -4px;
  }
}
.back-to-top .mini-cart-link .mini-cart-price {
  display: block;
  margin: 0;
  background-color: #f2f4f7;
  background-color: rgba(242, 244, 247, 0.9);
  border: 1px solid #00488d;
  padding: 15px 16px;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.back-to-top .mini-cart-container {
  display: none !important;
}
@media (max-width: 639px) {
  .back-to-top .mini-cart-container {
    top: 41px;
  }
}
@media only screen and (min-width: 1024px) {
  .back-to-top {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .back-to-top {
    display: block;
  }
}
.back-to-top.btn-visible {
  top: 0px;
}
.back-to-top .btn-back-to-top {
  background-color: #f2f4f7;
  background-color: rgba(242, 244, 247, 0.9);
  border-color: #00488d;
  border-width: 1px;
  color: #00488d;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.back-to-top .btn-back-to-top:hover,
.back-to-top .btn-back-to-top:active,
.back-to-top .btn-back-to-top:focus {
  background-color: #ffffff;
  border-color: #00488d;
  color: #00488d;
}
.back-to-top .sticky-search {
  border: #00488d 1px solid;
  width: 85%;
  float: right;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 640px) {
  .back-to-top .site-search {
    display: block;
    margin: 0;
    padding: 1px;
  }
  .back-to-top .sticky-search {
    width: 80%;
    margin: 0;
    border: 0;
  }
}
.back-to-top .sticky-hidden {
  display: none !important;
  visibility: hidden !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link-init-default {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
button.close.link-init-default {
  opacity: 0.2;
}
.link-init-hidden {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
button.close.link-init-hidden {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.anchor {
  display: block;
  position: relative;
  top: -95px;
  visibility: hidden;
}
/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
form .form-group label,
form .control-group label {
  display: block;
}
form .control-group {
  margin-bottom: 15px;
}
form .control-group input[type="radio"] {
  float: left;
}
form .control-group input[type="radio"] + label {
  padding: 0 4em 0 0.5em;
  float: left;
  margin: 0;
  color: #232323;
  font-weight: normal;
}
form .control-group .dob-age-wrapper .year-wrapper {
  max-width: 109px;
}
form .control-group .dob-age-wrapper .dob-year,
form .control-group .dob-age-wrapper .dob-month {
  background-color: #666c71;
  color: #ffffff;
  font-size: 18px;
  padding: 0px 12px;
  margin-right: 5px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 23px;
}
@media (max-width: 640px) {
  form .control-group .dob-age-wrapper {
    margin-top: 10px;
  }
}
form .control-group span {
  display: inline-block;
}
form .control-group span:last-child input[type="radio"] + label {
  padding-right: 0;
}
form .control-group::after {
  content: " ";
  display: table;
  clear: both;
}
form .field-date {
  position: relative;
}
form .field-date .add-on {
  position: absolute;
  top: 9px;
  right: 10px;
}
form .field-date .add-on .icon-calendar {
  background-image: url("../images/icon-sprite.png");
  background-repeat: no-repeat;
  background-position: -105px 0;
  width: 29px;
  height: 29px;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  form .field-date .add-on {
    top: 2px;
  }
}
form .tooltip-container .control-group {
  margin-bottom: 5px;
}
form .additional-info {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  color: #666c71;
  margin-bottom: 15px;
}
form .address-margin {
  margin-top: -10px;
}
form .form-info {
  color: #232323;
}
form .form-info + .required {
  margin-top: -10px;
}
form .required {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  color: #232323;
}
form .link-cancel {
  margin-left: 2em;
  color: #308dd4;
  text-decoration: underline;
}
form .link-cancel:hover {
  text-decoration: none;
}
form button.link-cancel {
  background: none;
  border: none;
}
form .has-error .form-control {
  border-color: #d00000;
}
form .form-control {
  min-height: 33px;
}
form .add-address-left-input {
  margin-right: 0.5em;
}
.alert-danger,
.has-error,
.control-group.error {
  background-color: #fff5f5;
  border: none;
  border-radius: 0;
  color: #d00000;
}
.has-error,
.control-group.error {
  padding: 1em;
}
.feedback-wrapper {
  display: block;
  float: left;
}
.feedback-wrapper > input {
  display: none;
}
.feedback-wrapper > label:before {
  margin: 5px;
  font-size: 2em;
  font-family: 'Glyphicons Halflings';
  content: "\e006";
  font-weight: normal;
}
.feedback-wrapper > label {
  color: #CCC;
  float: right;
}
.feedback-wrapper  > input:checked ~ label,
.feedback-wrapper:not(:checked)  > label:hover,
.feedback-wrapper:not(:checked)  > label:hover ~ label {
  color: #00488d;
}
.feedback-wrapper  > input:checked + label:hover,
.feedback-wrapper  > input:checked ~ label:hover,
.feedback-wrapper  > label:hover ~ input:checked ~ label,
.feedback-wrapper  > input:checked ~ label:hover ~ label {
  color: #308dd4;
}
.language-de .messageFeedbackContainer textarea,
.language-es .messageFeedbackContainer textarea,
.language-fr .messageFeedbackContainer textarea,
.language-nl .messageFeedbackContainer textarea {
  min-height: 85px;
}
.pagination-bar.bottom .col-md-4.ma-col-md-4 {
  width: auto;
}
@media (max-width: 639px) {
  .pagination-bar.bottom .col-md-4.ma-col-md-auto .pager li > a,
  .pagination-bar.bottom .col-md-4.ma-col-md-auto .pager li > span {
    padding: 15px 20px;
  }
  .pagination-bar.bottom .col-md-4.ma-col-md-auto .pager li.page-count {
    padding: 5px 15px;
  }
}
.pagination-bar .pagination li a .glyphicon {
  color: #00488d;
}
.pagination-bar .col-md-4 {
  float: right;
}
.pagination-bar .col-md-4 .pagination > li > a,
.pagination-bar .col-md-4 .pagination > li > span {
  width: auto;
  padding: 5px 12px;
}
.pagination-bar .col-md-4 .pagination > li > a.pagination-arrow,
.pagination-bar .col-md-4 .pagination > li > span.pagination-arrow {
  padding: 5px 8px;
}
@media only screen and (max-width: 1023px) {
  .pagination-bar .col-md-4.ma-col-md-auto {
    float: right;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li {
    display: inline-block;
    vertical-align: top;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li > a,
  .pagination-bar .col-md-4.ma-col-md-auto .pager li > span {
    line-height: 1.6em;
    padding: 5px 14px;
    border-radius: 0;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.page-count {
    padding: 0 10px;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.disabled {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1023px) {
  .pagination-bar .col-md-4.ma-col-md-auto .pager {
    float: none;
    margin: 0 auto;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    vertical-align: middle;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li > a,
  .pagination-bar .col-md-4.ma-col-md-auto .pager li > span {
    padding: 15px 20px;
    border: none;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li .glyphicon-chevron-right {
    padding-left: 5px;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li .glyphicon-chevron-left {
    padding-right: 5px;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.page-count {
    border: none;
    padding: 0 15px;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.disabled span {
    border: none;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.disabled > span:first-child {
    padding: 15px 5px 15px 20px;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.disabled > span:last-child {
    padding: 15px 20px 15px 5px;
  }
}
@media only screen and (max-width: 639px) {
  .pagination-bar .col-md-4.ma-col-md-auto .pager li {
    border: solid 1px #e1e1e1;
    vertical-align: none;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li > a,
  .pagination-bar .col-md-4.ma-col-md-auto .pager li > span {
    padding: 15px 20px;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li .glyphicon-chevron-right {
    padding-left: 0;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.page-count {
    padding: 0 6px;
    width: 60px;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.disabled span {
    border: none;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.disabled > span:first-child {
    padding: 15px 5px 15px 20px;
  }
  .pagination-bar .col-md-4.ma-col-md-auto .pager li.disabled > span:last-child {
    padding: 15px 20px 15px 5px;
  }
}
.account-section .col-md-4.ma-col-md-auto .pagination > li > a.pagination-arrow,
.account-orderhistory .col-md-4.ma-col-md-auto .pagination > li > a.pagination-arrow,
.account-section .col-md-4.ma-col-md-auto .pager > li > a.pagination-arrow,
.account-orderhistory .col-md-4.ma-col-md-auto .pager > li > a.pagination-arrow,
.account-section .col-md-4.ma-col-md-auto .pagination > li > span.pagination-arrow,
.account-orderhistory .col-md-4.ma-col-md-auto .pagination > li > span.pagination-arrow,
.account-section .col-md-4.ma-col-md-auto .pager > li > span.pagination-arrow,
.account-orderhistory .col-md-4.ma-col-md-auto .pager > li > span.pagination-arrow {
  padding: 5px 8px;
  color: #00488d;
}
.USPBanner {
  margin-top: 20px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 639px) {
  .USPBanner {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.USPBanner div {
  border-left: 0;
  border-right: 0;
  text-align: center;
}
@media (max-width: 639px) {
  .USPBanner div {
    margin-bottom: 10px;
  }
}
.USPBanner div div.header {
  background-color: #00488d;
  color: #ffffff;
  font-size: 1.2em;
  margin: 0;
  padding: 0.5em;
  font-weight: 300;
}
.USPBanner div div.header strong,
.USPBanner div div.header span,
.USPBanner div div.header b {
  font-weight: 900;
}
.USPBanner div a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.USPBanner div a:hover {
  text-decoration: none;
}
.secondaryImageHeroSpot {
  float: left;
  background-color: #037562;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0.5em;
}
.secondaryImageHeroSpot.bgGrey {
  background-color: #e1e1e1;
}
.secondaryImageHeroSpot .heroImage {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.secondaryImageHeroSpot .heroImage img {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.secondaryHeroSpotFullWidthBackGround {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.secondaryHeroSpotFullWidthBackGround a {
  text-decoration: none;
}
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement {
  height: 265px;
  padding: 1em;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 1em 1em 0;
}
@media (max-width: 1024px) {
  .secondaryHeroSpotFullWidthBackGround .jsImageReplacement .btn {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 640px) {
  .secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText div.header {
    font-size: 2em;
  }
  .secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText p {
    font-size: 1.1em;
    line-height: 1em;
  }
}
@media (min-width: 1024px) {
  .secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText div.header {
    font-size: 2.5em;
  }
  .secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText p {
    font-size: 1.3em;
    line-height: 1.2em;
  }
}
@media (min-width: 1400px) {
  .secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText div.header {
    font-size: 3em;
  }
  .secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText p {
    font-size: 2em;
    line-height: 1em;
  }
}
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText div.header {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.1;
}
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText div.header span,
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText div.header strong,
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText div.header b {
  font-weight: 900;
}
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText p {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText p span,
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText p strong,
.secondaryHeroSpotFullWidthBackGround .jsImageReplacement .heroText p b {
  font-weight: 900;
}
.brand-carousel {
  margin: 0 auto;
}
.brand-carousel__item {
  width: 25%;
  float: left;
}
.brand-carousel__link {
  display: block;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  margin: 10px;
}
.brand-carousel__link:hover,
.brand-carousel__link:focus {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.brand-carousel__logo {
  width: 100%;
}
@media (min-width: 1024px) {
  .brand-carousel__item {
    width: 12.5%;
  }
}
.title-component h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.title-component h1 span,
.title-component h1 strong,
.title-component h1 b {
  font-weight: 900;
}
.title-component p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .title-component p {
    font-size: 1.1em;
    line-height: 1em;
  }
}
@media (min-width: 1024px) {
  .title-component p {
    font-size: 1.3em;
    line-height: 1.2em;
  }
}
@media (min-width: 1400px) {
  .title-component p {
    font-size: 2em;
    line-height: 1em;
  }
}
.title-component h1 {
  margin-bottom: 30px;
}
.doubleColumnConponents .col-xs-12 {
  padding: 0;
}
.doubleColumnConponents .col-xs-12 .promo-product-item {
  width: 100%;
  padding: 10px;
}
.doubleColumnConponents .col-sm-6 {
  padding: 0;
}
.doubleColumnConponents .col-sm-6 .promo-product-item {
  width: 50%;
  padding: 10px;
}
.promo-product-item {
  display: block;
  padding: 10px;
}
.promo-product-item a:hover {
  text-decoration: none;
  display: block;
}
.promo-product-item .container {
  padding: 10px;
  border: 1px #e1e1e1 solid;
}
.promo-product-item .container:hover {
  border: 1px #ff640f solid;
}
.promo-product-item .imageContainerResize {
  margin: 0px auto;
  text-align: center;
  min-height: 180px;
  overflow: none;
}
.promo-product-item .imageContainerResize img {
  width: 100%;
  max-width: 300px;
}
.promo-product-item h2 {
  color: #ff640f;
  font-weight: 900;
  margin: 0.2em auto;
  display: block;
  text-align: center;
  font-size: 2.145em;
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promo-product-item .primaryText {
  font-size: 1.15em;
  font-weight: 900;
  margin: 0.2em auto;
  height: 22px;
  color: #00488d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promo-product-item .secondaryText {
  font-size: 1.15em;
  font-weight: 300;
  color: #232323;
  margin-top: 0.2em;
}
.promo-product-item .truncate-box {
  height: 76px;
  overflow: hidden;
}
.promo-product-item p {
  margin: 1em auto;
  display: block;
  text-align: center;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.promo-product-item .btn-container {
  text-align: center;
  display: block;
}
.promo-product-item .btn-container .btn {
  margin: 0 auto;
  text-align: center;
}
.promo-product-item .btn-container .btn:hover {
  display: inline-block;
}
.facet-name .accordion-toggle {
  display: block;
}
.facet-name .accordion-toggle .indicator {
  margin-top: 3px;
}
.show-less,
.show-more {
  display: block;
  padding: 5px 0;
  color: #00adcc;
  text-decoration: none;
}
.show-less .indicator,
.show-more .indicator {
  margin-top: 3px;
  padding-right: 5px;
  font-weight: 700;
}
.show-less .indicator-text,
.show-more .indicator-text {
  text-decoration: underline;
}
.show-less:hover,
.show-more:hover {
  text-decoration: none;
}
.show-less:hover .indicator,
.show-more:hover .indicator {
  text-decoration: none;
}
.footerAddon #paymentMethods img {
  max-width: 100%;
}
.footerAddon .thirdPartyLogos {
  float: left;
}
.footerAddon .thirdPartyLogos div {
  margin: 1em 0.5em 1em 0.5em;
  float: left;
}
@media (max-width: 1400px) {
  .footerAddon .thirdPartyLogos #siteseal {
    clear: both;
  }
}
.footerAddon .countrySelector {
  float: right;
  margin: 1em;
}
.footerAddon .countrySelector p {
  float: left;
  text-align: left;
  margin: 3px 0 0 10px;
}
.footerAddon .countrySelector ul {
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.footerAddon .countrySelector ul li {
  list-style: none;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.footerAddon .countrySelector ul li .flag-icon {
  width: 1.5em;
  height: 1.5em;
  background-size: cover;
}
@media (max-width: 480px) {
  .footerAddon .countrySelector {
    float: left;
  }
}
.superFooterAddon {
  background: #f6f6f6;
  padding: 20px 0;
}
.superFooterAddon__container {
  margin-bottom: 20px;
}
.superFooterAddon__container--last {
  margin-bottom: 0;
}
.superFooterAddon__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.superFooterAddon__list-item {
  display: inline-block;
}
.superFooterAddon__card-icon {
  width: 66px;
  height: 40px;
  background-size: cover;
  display: block;
}
.superFooterAddon__flag-icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  display: block;
  border-radius: 50%;
}
@media (min-width: 640px) {
  .superFooterAddon__list--card {
    text-align: right;
  }
  .superFooterAddon__list--flag {
    text-align: right;
  }
  .superFooterAddon__card-icon {
    width: 64px;
    height: 38px;
  }
}
@media (min-width: 1024px) {
  .superFooterAddon__list--card {
    text-align: center;
  }
}
.main-footer {
  margin: 50px 0 0 0;
  color: #00488d;
  font-weight: 400;
  border-top: 1px solid #dedede;
}
@media (max-width: 1023px) {
  .main-footer {
    margin-top: 30px;
  }
}
.main-footer a {
  color: #00488d;
}
.main-footer .footer-links {
  background: #e1e1e1;
}
.main-footer .footer-row {
  padding: 1em 0;
  text-align: right;
  position: relative;
}
.main-footer .footer-row .links {
  width: 13.893617021276595%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  box-sizing: border-box;
  padding-right: 2em;
  text-align: left;
}
.main-footer .footer-row .links.footer-logo {
  width: 15.893617021276595%;
}
.main-footer .footer-row .links.footer-logo .socialLinks {
  color: #232323;
}
.main-footer .footer-row .links.footer-logo .socialLinks li {
  float: left;
  font-size: 2em;
  margin-right: 0.2em;
}
.main-footer .footer-row .links.footer-logo .socialLinks li a {
  color: #979797;
}
.main-footer .footer-row .links.footer-logo .socialLinks li a:hover .social-facebook {
  color: #395999;
}
.main-footer .footer-row .links.footer-logo .socialLinks li a:hover .social-twitter {
  color: #5da8de;
}
.main-footer .footer-row .links.footer-logo .socialLinks li a:hover .social-youtube {
  color: #cd1e20;
}
.main-footer .footer-row .links .title {
  font-weight: 500;
  margin-bottom: 6px;
}
.main-footer .footer-row .links .title + ul {
  margin-top: 0;
}
.main-footer .footer-row .links ul {
  margin: 1em 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  line-height: 1em;
}
.main-footer .footer-row .links ul li {
  padding-bottom: 8px;
}
.main-footer .footer-row .links h4 {
  font-size: 1.15em;
  font-weight: bold;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .main-footer .footer-row .links:nth-child(6) {
    width: 11.893617021276595%;
  }
  .main-footer .footer-row .links.footer-logo {
    width: 17.893617021276595%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 640px) {
  .main-footer .footer-row {
    width: 96%;
    margin: auto;
  }
  .main-footer .footer-row .links,
  .main-footer .footer-row .links:nth-child(6) {
    width: 24.893617021276595%;
  }
  .main-footer .footer-row .links.footer-logo,
  .main-footer .footer-row .links:nth-child(6).footer-logo {
    position: absolute;
    bottom: 10%;
    width: 25%;
  }
  .main-footer .footer-row .links.footer-logo img,
  .main-footer .footer-row .links:nth-child(6).footer-logo img {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .main-footer .footer-row {
    width: 84%;
    margin: auto;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .main-footer .footer-row .links {
    width: 59.893617021276595%;
  }
  .main-footer .footer-row .links.footer-logo {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .main-footer .footer-row .links.footer-logo img {
    display: none;
  }
  .main-footer .footer-row .links:nth-child(odd) {
    width: 39.893617021276595%;
  }
}
@media only screen and (max-width: 480px) {
  .main-footer .footer-row {
    width: 94%;
  }
  .main-footer .footer-row .links {
    width: 52.893617021276595%;
    padding-right: 1em;
  }
  .main-footer .footer-row .links:nth-child(odd) {
    width: 46.893617021276595%;
  }
}
.main-footer .social-links-row {
  padding: 20px 0;
}
.main-footer .social-links-row .social-links {
  display: inline-block;
}
.main-footer .social-links-row .social-links a {
  color: #f2f4f7;
  font-size: 20px;
}
.main-footer .social-links-row .headline {
  text-align: left;
}
@media (min-width: 1024px) {
  .main-footer .social-links-row {
    text-align: center;
  }
}
.main-footer .copyright {
  background: #e1e1e1;
  padding: 10px 0;
  color: #00488d;
}
.mini-cart-container {
  position: absolute;
  top: 55px;
  right: 9px;
  z-index: 9999;
  min-width: 250px;
  background-color: #ffffff;
  border: 1px solid #00488d;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 639px) {
  .mini-cart-container {
    top: 33px;
  }
}
.mini-cart-container .mini-cart {
  padding: 10px;
  background-color: #ffffff;
}
.mini-cart-container .mini-cart button.cart-popup-nav {
  border: none;
  background-color: #308dd4;
  border-radius: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 22px;
  outline: 0;
  z-index: 501;
  cursor: pointer;
  color: #ffffff;
}
@media only screen and (min-width: 640px) and (max-width: 1400px) {
  .mini-cart-container .mini-cart button.cart-popup-nav {
    background-color: #308dd4;
    padding: 0;
  }
}
.mini-cart-container .mini-cart button.cart-popup-nav:hover {
  color: #00488d;
}
.mini-cart-container .mini-cart button.cart-popup-nav:disabled {
  opacity: 0.4;
  cursor: auto;
}
.mini-cart-container .mini-cart button.cart-popup-nav:disabled:hover {
  color: #ffffff;
}
.mini-cart-container .mini-cart .cart-items-container {
  padding: 0;
  margin: 10px 0 10px 0;
  height: 282px;
  overflow: hidden;
  list-style-type: none;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide {
  position: relative;
  padding: 0;
  margin: 0;
  height: 280px;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item {
  position: relative;
  background-color: #ffffff;
  height: 88px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding: 6px 6px 2px 6px;
  color: #00488d;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-remove {
  position: absolute;
  top: -1px;
  right: 4px;
  z-index: 510;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-remove form {
  margin: 0;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-image {
  float: left;
  padding: 0;
  border: none;
  width: 50px;
  height: 40px;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-image a {
  float: left;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-image img {
  height: auto;
  width: auto;
  max-width: 40px;
  max-height: 100%;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-info {
  margin-left: 50px;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-info p {
  color: inherit;
  margin: 0 0 4px 0;
  line-height: 1.1em;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-info .prod-name {
  font-weight: bold;
  max-height: 24px;
  width: 100%;
  overflow: hidden;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-info .prod-name a {
  float: left;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item .prod-info .prod-options {
  font-size: 0.85em;
  max-height: 12px;
  overflow: hidden;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item a {
  color: #00488d;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item a:hover {
  text-decoration: none;
  color: #00488d;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item a.linkLink {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 501;
}
.mini-cart-container .mini-cart .cart-items-container li.cart-slide li.cart-item:hover {
  background-color: #f6f6f6;
}
.mini-cart-container .mini-cart .cart-items-container.container-flexible-height {
  height: auto;
}
.mini-cart-container .mini-cart .cart-items-container.container-flexible-height li.cart-slide {
  height: auto;
}
.mini-cart-container .mini-cart .prod-cart-total {
  margin-top: 0.5em;
  text-align: right;
  font-weight: bold;
}
.mini-cart-container .mini-cart .links {
  margin-top: 6px;
}
.mini-cart-container .mini-cart .empty-popup-cart {
  text-align: center;
  padding: 10px;
}
.mini-cart-container .cart-rollover-message {
  text-align: center;
  padding-top: 0.5em;
  margin-top: 1em;
  border-top: 1px solid #e1e1e1;
}
.mini-cart-container .cart-rollover-message p {
  line-height: 1.2em;
}
.add-to-cart-popup {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  background-color: #e1e1e1;
  background-color: rgba(225, 225, 225, 0.9);
}
.add-to-cart-popup .popup-content {
  padding: 0 20px;
}
.add-to-cart-popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
}
@media only screen and (min-width: 1024px) {
  @-ms-viewport {
    width: auto;
  }
}
.btn-feedback {
  position: fixed;
  top: 50%;
  right: 0;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  transform-origin: right top 0;
  background-color: #f2f4f7;
  border-color: #00488d;
  border-width: 0 1px 1px 1px;
  color: #00488d;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
  opacity: 1;
  z-index: 1001;
}
.btn-feedback .glyphicon {
  padding-left: 10px;
}
.btn-feedback:hover,
.btn-feedback:active,
.btn-feedback:focus {
  padding-top: 15px;
  background-color: #f2f4f7;
  border-color: #00488d;
  color: #00488d;
}
.btn-feedback:disabled {
  background-color: #f2f4f7;
  border-color: #00488d;
  color: #00488d;
  opacity: 0.3;
}
.modal-feedback {
  background-color: #ffffff;
}
.modal-feedback h2 {
  margin-top: 0;
}
.modal-feedback .messageFeedbackContainer {
  margin-top: 2em;
}
.modal-feedback .user-ratings .control-group label {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .modal-feedback .user-ratings .control-group label {
    width: 100%;
  }
}
.modal-feedback .control-group span {
  padding-right: 2em;
}
.modal-feedback .control-group span:last-child {
  padding-right: 0;
}
.modal-feedback .control-group input[type="radio"] + label {
  padding: 0 0 0 6px;
  margin: 0;
  font-size: 0.7em;
  display: block;
  width: 100%;
  box-sizing: border-box;
  float: none;
}
.modal-feedback .control-group input[type="radio"] {
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  float: none;
}
.modal-feedback .feedback-options .form-group label,
.modal-feedback .feedback-options .form-control {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .modal-feedback .feedback-options .form-group label,
  .modal-feedback .feedback-options .form-control {
    width: 100%;
  }
}
.modal-feedback .feedback-options .form-group label {
  padding-right: 2em;
}
.nav .feedback-link .glyphicon {
  padding-left: 10px;
  top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feedback-modal-content select.form-control {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.email-signup-container {
  width: 90%;
  padding: 10px 0 0;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .email-signup-container {
    width: 96%;
  }
}
.email-signup-container .signup-de {
  width: 100%;
  text-align: center;
  padding: 1em 0 2em;
}
.email-signup-container .signup-de a.btn-info {
  color: #ffffff;
}
.email-signup-container .signup-de a.btn-info:hover {
  color: #308dd4;
}
.email-signup-container .btn-newsletter-submit {
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.email-signup-container .btn-newsletter-submit:disabled {
  background-color: #308dd4;
  opacity: 0.3;
}
.email-signup-container .email-signup-form,
.email-signup-container .email-signup-result {
  padding: 10px 0;
}
.email-signup-container .email-signup-result {
  padding: 10px 20px;
  text-align: left;
  display: none;
  word-wrap: break-word;
}
.email-signup-container .email-signup-form:before,
.email-signup-container .email-signup-form:after {
  content: " ";
  display: table;
}
.email-signup-container .email-signup-form:after {
  clear: both;
}
.email-signup-container .email-signup-form:before,
.email-signup-container .email-signup-form:after {
  content: " ";
  display: table;
}
.email-signup-container .email-signup-form:after {
  clear: both;
}
.email-signup-container .email-signup-form h3 {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 5px 2% 0 0;
}
@media only screen and (max-width: 1024px) {
  .email-signup-container .email-signup-form h3 {
    padding-bottom: 2%;
  }
}
@media only screen and (max-width: 820px) {
  .email-signup-container .email-signup-form h3 {
    padding-bottom: 1em;
  }
}
.email-signup-container .email-signup-form .call-out-message {
  display: none;
  padding: 0.6em 1em;
  border: 1px solid #cccccc;
}
.email-signup-container .email-signup-form .newsletter-form-input {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  width: 17.6666666%;
}
.email-signup-container .email-signup-form .newsletter-form-input.newsletter-email {
  width: 32.66666666%;
}
@media only screen and (max-width: 820px) {
  .email-signup-container .email-signup-form .newsletter-form-input {
    width: 48.6666666%;
    margin-bottom: 1.5em;
  }
  .email-signup-container .email-signup-form .newsletter-form-input.newsletter-lastname {
    margin-right: 0;
  }
  .email-signup-container .email-signup-form .newsletter-form-input.newsletter-email {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .email-signup-container .email-signup-form .newsletter-form-input {
    width: 100%;
    margin-right: 0;
  }
}
.email-signup-container .email-signup-form .newsletter-form-input input {
  display: inline-block;
  width: 100%;
  font-weight: 400;
}
.email-signup-container .email-signup-form .newsletter-form,
.email-signup-container .email-signup-form .newsletter-submit {
  display: inline-block;
  vertical-align: top;
}
.email-signup-container .email-signup-form .newsletter-form a,
.email-signup-container .email-signup-form .newsletter-submit a {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  display: inline-block;
}
.email-signup-container .email-signup-form .newsletter-form a:before,
.email-signup-container .email-signup-form .newsletter-submit a:before,
.email-signup-container .email-signup-form .newsletter-form a:after,
.email-signup-container .email-signup-form .newsletter-submit a:after {
  content: " ";
  display: table;
}
.email-signup-container .email-signup-form .newsletter-form a:after,
.email-signup-container .email-signup-form .newsletter-submit a:after {
  clear: both;
}
.email-signup-container .email-signup-form .newsletter-form a:before,
.email-signup-container .email-signup-form .newsletter-submit a:before,
.email-signup-container .email-signup-form .newsletter-form a:after,
.email-signup-container .email-signup-form .newsletter-submit a:after {
  content: " ";
  display: table;
}
.email-signup-container .email-signup-form .newsletter-form a:after,
.email-signup-container .email-signup-form .newsletter-submit a:after {
  clear: both;
}
@media only screen and (max-width: 820px) {
  .email-signup-container .email-signup-form .newsletter-form a,
  .email-signup-container .email-signup-form .newsletter-submit a {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    padding-top: 0.5em;
  }
}
.email-signup-container .email-signup-form .newsletter-submit {
  width: 24%;
}
@media only screen and (max-width: 820px) {
  .email-signup-container .email-signup-form .newsletter-submit {
    width: 100%;
  }
}
.email-signup-container .signup-success,
.email-signup-container .signup-error {
  width: 100%;
  text-align: center;
}
.email-signup-container .signup-success h3,
.email-signup-container .signup-error h3 {
  padding: 0.5em 0 1em;
  margin: 0;
}
.email-signup-container .signup-error {
  display: none;
  color: #d00000;
}
.newsletter-button-subscribe {
  cursor: pointer;
  display: none;
}
.language-de #chat-eGain .btn-help {
  width: 225px;
}
.language-de #chat-eGain .service-details {
  height: 225px;
}
.language-fr #chat-eGain .btn-help {
  width: 255px;
}
.language-fr #chat-eGain .service-details {
  height: 255px;
}
.language-nl #chat-eGain .btn-help {
  width: 227px;
}
.language-nl #chat-eGain .service-details {
  height: 227px;
}
.language-es #chat-eGain .btn-help {
  width: 184px;
}
.language-es #chat-eGain .service-details {
  height: 184px;
}
.language-at #chat-eGain .btn-help {
  width: 254px;
}
.language-at #chat-eGain .service-details {
  height: 254px;
}
#chat-eGain {
  position: fixed;
  top: 51%;
  right: 0;
  width: auto;
  z-index: 999;
}
#chat-eGain .btn-help {
  position: absolute;
  top: -33px;
  left: -33px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform-origin: left bottom 0;
  background-color: #f2f4f7;
  border-color: #00488d;
  border-width: 0 1px 1px 1px;
  color: #00488d;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
  opacity: 1;
  margin-right: 2px;
  min-width: 150px;
  padding-top: 15px;
}
#chat-eGain .btn-help .glyphicons {
  padding-left: 10px;
}
#chat-eGain .btn-help:hover,
#chat-eGain .btn-help:active,
#chat-eGain .btn-help:focus,
#chat-eGain .btn-help:visited {
  left: -42px;
}
#chat-eGain .btn-help:disabled {
  background-color: #f2f4f7;
  border-color: #00488d;
  color: #00488d;
  opacity: 0.3;
}
#chat-eGain a {
  color: #ffffff;
  text-decoration: none;
}
#chat-eGain .title_holder {
  color: #ffffff;
  background-color: #308dd4;
  margin: 0;
  font-size: 1.2em;
  min-width: 220px;
  cursor: pointer;
}
#chat-eGain .title_holder i {
  font-size: 1.8em;
  padding: 0.2em 0.4em;
}
#chat-eGain .title_holder span {
  padding: 0.6em 0.8em 0.6em 0.4em;
  display: inline-block;
}
#chat-eGain .title_holder .chat-initview {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
#chat-eGain .service-details {
  height: 150px;
  margin-top: 9px;
}
#chat-eGain .customerServiceSection {
  color: #ffffff;
  margin: 0;
  font-size: 1.2em;
  padding: 0.11em 0;
  background-color: #979797;
}
#chat-eGain .customerServiceSection i {
  font-size: 1.8em;
  padding: 0.4em;
}
#chat-eGain .customerServiceSection .information {
  display: inline-block;
  padding: 0.3em 0.8em 0.1em 0.4em;
}
#chat-eGain .customerServiceSection .information span {
  font-size: 1em;
  display: inline-block;
}
#chat-eGain .customerServiceSection .information p {
  color: #ffffff;
  font-size: 0.8em;
  margin: 0;
}
#chat-eGain .customerServiceSection:hover {
  background-color: #010101;
}
.nav .icon-link .glyphicons {
  font-size: 1.6em;
  padding-left: 10px;
  top: 0;
  line-height: inherit;
}
.petAdvice h3 {
  margin-bottom: 0;
}
.alert-message {
  position: relative;
  margin: 1em 0 0 0;
  background: #fcf8e3;
  border-radius: 4px;
  border: 1px solid #666c71;
  padding: 0px;
  display: none;
}
.alert-message .container {
  padding: 0px;
}
.alert-message .container p {
  margin: 0.5em 1em;
  font-size: 16px;
  font-weight: 400;
  color: #232323;
}
.alert-message .container .close {
  position: absolute;
  text-shadow: none;
  opacity: 1;
  right: -0.5em;
  top: -0.5em;
  border-radius: 20px;
  background: #fcf8e3;
  color: #666c71;
}
.alert {
  padding: 0.6em;
}
.alert.alert-warning,
.alert.alert-info {
  padding: 0.6em 0.6em 0.6em 2.4em;
  position: relative;
  color: #00488d !important;
  background-color: #edf2f7;
}
.alert.alert-warning p,
.alert.alert-info p,
.alert.alert-warning ul li,
.alert.alert-info ul li {
  line-height: 1.4em;
}
.alert.alert-warning p:not(.alert-sign):before,
.alert.alert-info p:not(.alert-sign):before,
.alert.alert-warning ul li:not(.alert-sign):before,
.alert.alert-info ul li:not(.alert-sign):before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e086";
  font-size: 1.2em;
  line-height: 1.2em;
  position: absolute;
  left: 0.6em;
  top: 0.5em;
}
.alert.alert-warning.expedited-message p:before,
.alert.alert-info.expedited-message p:before,
.alert.alert-warning.deliveryMessage p:before,
.alert.alert-info.deliveryMessage p:before,
.alert.alert-warning.expedited-message ul li:before,
.alert.alert-info.expedited-message ul li:before,
.alert.alert-warning.deliveryMessage ul li:before,
.alert.alert-info.deliveryMessage ul li:before {
  content: "";
}
.alert.alert-warning.expedited-message .glyphicons-clock,
.alert.alert-info.expedited-message .glyphicons-clock,
.alert.alert-warning.deliveryMessage .glyphicons-clock,
.alert.alert-info.deliveryMessage .glyphicons-clock,
.alert.alert-warning.expedited-message .glyphicons-truck,
.alert.alert-info.expedited-message .glyphicons-truck,
.alert.alert-warning.deliveryMessage .glyphicons-truck,
.alert.alert-info.deliveryMessage .glyphicons-truck {
  color: #00488d;
  position: absolute;
  left: 0.6em;
  top: 0.5em;
}
.alert.alert-warning.expedited-message .glyphicons-truck,
.alert.alert-info.expedited-message .glyphicons-truck,
.alert.alert-warning.deliveryMessage .glyphicons-truck,
.alert.alert-info.deliveryMessage .glyphicons-truck {
  top: 0.8em;
}
.alert.promo,
.alert.cart-promo-potential {
  padding: 0.6em 0.6em 0.6em 2.4em;
  position: relative;
  color: #037562;
  background-color: #edf5f4;
}
.alert.promo p,
.alert.cart-promo-potential p,
.alert.promo ul li,
.alert.cart-promo-potential ul li {
  color: #037562;
}
.alert.promo p:not(.alert-sign):before,
.alert.cart-promo-potential p:not(.alert-sign):before,
.alert.promo ul li:not(.alert-sign):before,
.alert.cart-promo-potential ul li:not(.alert-sign):before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E038";
  font-size: 1.25em;
  line-height: 1.25em;
  position: absolute;
  left: 0.6em;
  top: 0.4em;
}
.alert.promo-end-days {
  padding: 0.6em;
}
.alert.promo-end-days--red-variant {
  background-color: #fceded;
  color: #d00000;
}
.alert.promo-end-days--green-variant {
  background-color: #edf5f4;
  color: #037562;
}
.alert.cart-promo-delivery {
  padding: 0.6em 0.6em 0.6em 2.4em;
  position: relative;
  color: #00488d;
  background-color: #edf2f7;
}
.alert.cart-promo-delivery p,
.alert.cart-promo-delivery ul li {
  color: #00488d;
  font-weight: bold;
}
.alert.cart-promo-delivery p:not(.alert-sign):before,
.alert.cart-promo-delivery ul li:not(.alert-sign):before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E059";
  font-size: 1.25em;
  line-height: 1.25em;
  position: absolute;
  left: 0.6em;
  top: 0.4em;
}
.alert.alert-danger:not(.msgAnimalDetailsRequired) {
  padding: 0.6em 0.6em 0.6em 2.8em;
  position: relative;
}
.alert.alert-danger:not(.msgAnimalDetailsRequired) p,
.alert.alert-danger:not(.msgAnimalDetailsRequired) ul li {
  color: #d00000;
}
.alert.alert-danger:not(.msgAnimalDetailsRequired) p:not(.alert-sign):before,
.alert.alert-danger:not(.msgAnimalDetailsRequired) ul li:not(.alert-sign):before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e079";
  font-size: 1.25em;
  line-height: 1.25em;
  position: absolute;
  left: 0.6em;
  top: 0.5em;
}
.alert.alert-danger,
.alert.alert-danger.msgAnimalDetailsRequired {
  background-color: #fceded;
}
.alert.alert-dismissable {
  padding-right: 35px !important;
}
/*  Promo Filter  */
.promo-filter {
  margin: 10px 0 10px 0;
  padding: 10px 10px 0px 10px;
  background-color: #cccccc;
  overflow: hidden;
}
.promo-filter .promo-filter-item {
  display: inline-block;
  margin: 0 8px 8px 0;
  text-align: center;
  background-color: #ffffff;
  vertical-align: top;
}
.promo-filter .promo-filter-item a {
  display: block;
  padding: 4px 8px;
  transition: all 0.3s ease;
}
.promo-filter .promo-filter-item a .promo-filter-icon {
  width: 100px;
  height: 100px;
  background: url("../../common/images/svg/animals-sprite.svg") no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .promo-filter .promo-filter-item a .promo-filter-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .promo-filter .promo-filter-item a .promo-filter-icon {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .promo-filter .promo-filter-item a .filter-label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
.promo-filter .promo-filter-item a .promo-filter-icon-Dog,
.promo-filter .promo-filter-item a .promo-filter-icon-Hun,
.promo-filter .promo-filter-item a .promo-filter-icon-Chi,
.promo-filter .promo-filter-item a .promo-filter-icon-Per,
.promo-filter .promo-filter-item a .promo-filter-icon-Hon {
  background-position: 50% 0%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Cat,
.promo-filter .promo-filter-item a .promo-filter-icon-Kat,
.promo-filter .promo-filter-item a .promo-filter-icon-Cha,
.promo-filter .promo-filter-item a .promo-filter-icon-Gat {
  background-position: 50% 5.88235294%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Fis,
.promo-filter .promo-filter-item a .promo-filter-icon-Acu,
.promo-filter .promo-filter-item a .promo-filter-icon-Poi {
  background-position: 50% 11.76470588%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Sma,
.promo-filter .promo-filter-item a .promo-filter-icon-Kle,
.promo-filter .promo-filter-item a .promo-filter-icon-Pet,
.promo-filter .promo-filter-item a .promo-filter-icon-Kna,
.promo-filter .promo-filter-item a .promo-filter-icon-Ron {
  background-position: 50% 17.64705882%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Bir,
.promo-filter .promo-filter-item a .promo-filter-icon-V\U00F6g,
.promo-filter .promo-filter-item a .promo-filter-icon-Ois,
.promo-filter .promo-filter-item a .promo-filter-icon-Vog {
  background-position: 50% 23.52941176%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Equ,
.promo-filter .promo-filter-item a .promo-filter-icon-Pfe,
.promo-filter .promo-filter-item a .promo-filter-icon-Che,
.promo-filter .promo-filter-item a .promo-filter-icon-Cab,
.promo-filter .promo-filter-item a .promo-filter-icon-Paa {
  background-position: 50% 29.41176471%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Rep {
  background-position: 50% 35.29411765%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Bra,
.promo-filter .promo-filter-item a .promo-filter-icon-Mar,
.promo-filter .promo-filter-item a .promo-filter-icon-Val {
  background-position: 50% 41.17647059%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Oth,
.promo-filter .promo-filter-item a .promo-filter-icon-And,
.promo-filter .promo-filter-item a .promo-filter-icon-Aut {
  background-position: 50% 94.11764706%;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Pre,
.promo-filter .promo-filter-item a .promo-filter-icon-M\U00E9d,
.promo-filter .promo-filter-item a .promo-filter-icon-M\U00C9D {
  background: none;
}
.promo-filter .promo-filter-item a .promo-filter-icon-Pre:before,
.promo-filter .promo-filter-item a .promo-filter-icon-M\U00E9d:before,
.promo-filter .promo-filter-item a .promo-filter-icon-M\U00C9D:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E493";
  line-height: 1.8em;
  font-size: 4em;
  color: #bbb;
}
@media only screen and (max-width: 1400px) {
  .promo-filter .promo-filter-item a .promo-filter-icon-Pre:before,
  .promo-filter .promo-filter-item a .promo-filter-icon-M\U00E9d:before,
  .promo-filter .promo-filter-item a .promo-filter-icon-M\U00C9D:before {
    line-height: 1.6em;
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 1024px) {
  .promo-filter .promo-filter-item a .promo-filter-icon-Pre:before,
  .promo-filter .promo-filter-item a .promo-filter-icon-M\U00E9d:before,
  .promo-filter .promo-filter-item a .promo-filter-icon-M\U00C9D:before {
    line-height: 1.5em;
    font-size: 1.8em;
  }
}
.promo-filter .promo-filter-item a:hover,
.promo-filter .promo-filter-item a:focus,
.promo-filter .promo-filter-item a:active,
.promo-filter .promo-filter-item.active a {
  color: #ffffff;
  background-color: #308dd4;
  text-decoration: none;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon,
.promo-filter .promo-filter-item a:focus .promo-filter-icon,
.promo-filter .promo-filter-item a:active .promo-filter-icon,
.promo-filter .promo-filter-item.active a .promo-filter-icon {
  background-position: 50% 54.85%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Dog,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Dog,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Dog,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Dog,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Hun,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Hun,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Hun,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Hun,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Chi,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Chi,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Chi,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Chi,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Per,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Per,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Per,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Per,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Hon,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Hon,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Hon,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Hon {
  background-position: 50% 47.05882353%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Cat,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Cat,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Cat,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Cat,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Kat,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Kat,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Kat,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Kat,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Cha,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Cha,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Cha,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Cha,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Gat,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Gat,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Gat,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Gat {
  background-position: 50% 52.94117647%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Fis,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Fis,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Fis,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Fis,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Poi,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Poi,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Poi,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Poi,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Acu,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Acu,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Acu,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Acu {
  background-position: 50% 58.82352941%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Sma,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Sma,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Sma,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Sma,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Kle,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Kle,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Kle,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Kle,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Pet,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Pet,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Pet,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Pet,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Kna,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Kna,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Kna,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Kna,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Ron,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Ron,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Ron,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Ron {
  background-position: 50% 64.70588235%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Bir,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Bir,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Bir,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Bir,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-V\U00F6g,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-V\U00F6g,
.promo-filter .promo-filter-item a:active .promo-filter-icon-V\U00F6g,
.promo-filter .promo-filter-item.active a .promo-filter-icon-V\U00F6g,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Ois,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Ois,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Ois,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Ois,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Vog,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Vog,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Vog,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Vog {
  background-position: 50% 70.58823529%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Equ,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Equ,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Equ,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Equ,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Pfe,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Pfe,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Pfe,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Pfe,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Che,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Che,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Che,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Che,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Cab,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Cab,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Cab,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Cab,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Paa,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Paa,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Paa,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Paa {
  background-position: 50% 76.47058824%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Rep,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Rep,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Rep,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Rep {
  background-position: 50% 82.35294118%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Bra,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Bra,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Bra,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Bra,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Mar,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Mar,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Mar,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Mar,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Val,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Val,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Val,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Val {
  background-position: 50% 88.23529412%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Oth,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Oth,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Oth,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Oth,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-And,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-And,
.promo-filter .promo-filter-item a:active .promo-filter-icon-And,
.promo-filter .promo-filter-item.active a .promo-filter-icon-And,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Aut,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Aut,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Aut,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Aut {
  background-position: 50% 100%;
}
.promo-filter .promo-filter-item a:hover .promo-filter-icon-Pre:before,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-Pre:before,
.promo-filter .promo-filter-item a:active .promo-filter-icon-Pre:before,
.promo-filter .promo-filter-item.active a .promo-filter-icon-Pre:before,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-M\U00E9d:before,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-M\U00E9d:before,
.promo-filter .promo-filter-item a:active .promo-filter-icon-M\U00E9d:before,
.promo-filter .promo-filter-item.active a .promo-filter-icon-M\U00E9d:before,
.promo-filter .promo-filter-item a:hover .promo-filter-icon-M\U00C9D:before,
.promo-filter .promo-filter-item a:focus .promo-filter-icon-M\U00C9D:before,
.promo-filter .promo-filter-item a:active .promo-filter-icon-M\U00C9D:before,
.promo-filter .promo-filter-item.active a .promo-filter-icon-M\U00C9D:before {
  color: #ffffff;
}
.promo-filter .promo-all {
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .promo-filter .promo-all {
    float: none;
    display: block;
  }
}
.promo-filter .promo-all a .promo-filter-icon {
  background-image: none;
}
@media only screen and (max-width: 640px) {
  .promo-filter .promo-all a .promo-filter-icon {
    height: 0px;
  }
}
.promo-filter li.active a {
  color: #ffffff;
  background-color: #308dd4;
}
.special-offers-container .price {
  height: 2em;
  padding-top: 0.5em;
  overflow: hidden;
}
.special-offers-container .price.full-range-promo {
  padding-top: 0;
}
.special-offers-container .price.full-range-promo a {
  background-color: #edf5f4;
  color: #037562;
  display: block;
  padding: 3px 10px 3px 10px;
}
@media only screen and (max-width: 639px) {
  .special-offers-container .price.full-range-promo a {
    padding: 3px 5px 3px 5px;
  }
}
@media only screen and (max-width: 639px) {
  .special-offers-container .price {
    height: 3.2em !important;
  }
  .special-offers-container .price .product-label {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 340px) {
  body.language-fr .special-offers-container .price.full-range-promo a,
  body.language-nl .special-offers-container .price.full-range-promo a {
    font-size: 0.8em;
    line-height: 1.8em;
  }
}
.recentlyViewed,
.boughtTogether {
  padding: 40px 0 30px;
}
@media (max-width: 1023px) {
  .recentlyViewed,
  .boughtTogether {
    padding: 30px 0;
  }
}
.recentlyViewed.recommendedProduct,
.boughtTogether.recommendedProduct {
  position: relative;
  display: block;
  clear: both;
}
.recentlyViewed.recommendedProduct .item,
.boughtTogether.recommendedProduct .item {
  padding: 10px;
}
.recentlyViewed.recommendedProduct .carousel,
.boughtTogether.recommendedProduct .carousel {
  text-align: left;
}
.recentlyViewed.recommendedProduct .brand-item .brand-product-image,
.boughtTogether.recommendedProduct .brand-item .brand-product-image {
  display: block;
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .recentlyViewed.recommendedProduct .brand-item .brand-product-image,
  .boughtTogether.recommendedProduct .brand-item .brand-product-image {
    float: left;
    width: 50px;
    margin-right: 10px;
    height: 100px;
  }
}
.recentlyViewed.recommendedProduct .brand-item .brand-product-image img,
.boughtTogether.recommendedProduct .brand-item .brand-product-image img {
  margin: 0 auto;
}
.recentlyViewed.recommendedProduct .brand-item .product-name,
.boughtTogether.recommendedProduct .brand-item .product-name {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  line-height: 1.5em;
  color: #232323;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .recentlyViewed.recommendedProduct .brand-item .product-name,
  .boughtTogether.recommendedProduct .brand-item .product-name {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    line-height: 20px;
    margin-top: 0;
  }
}
.recentlyViewed.recommendedProduct .brand-item .recommendedProductInnerPrice,
.boughtTogether.recommendedProduct .brand-item .recommendedProductInnerPrice {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  margin: 0 auto;
  color: #bf001a;
  display: block;
  height: auto;
}
@media (max-width: 1023px) {
  .recentlyViewed.recommendedProduct .brand-item .recommendedProductInnerPrice,
  .boughtTogether.recommendedProduct .brand-item .recommendedProductInnerPrice {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
  }
  .recentlyViewed.recommendedProduct .brand-item .recommendedProductInnerPrice .promo-price,
  .boughtTogether.recommendedProduct .brand-item .recommendedProductInnerPrice .promo-price {
    display: inline-block;
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
  }
}
.recentlyViewed.recommendedProduct .brand-item .recommendedProductInnerPrice del,
.boughtTogether.recommendedProduct .brand-item .recommendedProductInnerPrice del {
  font-weight: 400;
  color: #979797;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
}
.recentlyViewed.recommendedProduct .brand-item .recommendedProductInnerTextp,
.boughtTogether.recommendedProduct .brand-item .recommendedProductInnerTextp {
  font-size: 1em;
  overflow: hidden;
  height: 57px;
}
.recentlyViewed.recommendedProduct .brand-item a.btn,
.boughtTogether.recommendedProduct .brand-item a.btn {
  color: #ffffff;
}
.recentlyViewed.recommendedProduct .brand-item a.btn:hover,
.boughtTogether.recommendedProduct .brand-item a.btn:hover {
  color: #eb9b0e;
}
.recentlyViewed.recommendedProduct .brand-item button,
.boughtTogether.recommendedProduct .brand-item button {
  text-transform: capitalize;
  padding: 8px 15px;
}
.recentlyViewed.recommendedProduct .brand-item p,
.boughtTogether.recommendedProduct .brand-item p {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0em;
  color: #00488d;
}
.recentlyViewed.recommendedProduct .brand-item p.truncate-box,
.boughtTogether.recommendedProduct .brand-item p.truncate-box {
  height: 50px;
}
@media (max-width: 1023px) {
  .recentlyViewed.recommendedProduct .brand-item p.truncate-box,
  .boughtTogether.recommendedProduct .brand-item p.truncate-box {
    height: 45px;
  }
}
.recentlyViewed.recommendedProduct .brand-item p.variant,
.boughtTogether.recommendedProduct .brand-item p.variant {
  margin-bottom: 1em;
  line-height: 20px;
  min-height: 20px;
  height: 38px;
  overflow: hidden;
}
.recentlyViewed.recommendedProduct .brand-item p a,
.boughtTogether.recommendedProduct .brand-item p a {
  color: #232323;
}
.recentlyViewed.recommendedProduct .owl-item .item,
.boughtTogether.recommendedProduct .owl-item .item {
  width: 100% !important;
}
.recentlyViewed.recommendedProduct .carousel-brands .carousel-inner .owl-wrapper-outer,
.boughtTogether.recommendedProduct .carousel-brands .carousel-inner .owl-wrapper-outer {
  background: none;
  z-index: 10;
}
.recentlyViewed.recommendedProduct .carousel-brands .carousel-inner .item img,
.boughtTogether.recommendedProduct .carousel-brands .carousel-inner .item img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.recentlyViewed.recommendedProduct .recommendedProductButton,
.boughtTogether.recommendedProduct .recommendedProductButton {
  color: #ffffff;
  padding: 8px 15px;
}
.recentlyViewed.recommendedProduct .recommendedProductButton:hover,
.boughtTogether.recommendedProduct .recommendedProductButton:hover {
  color: #eb9b0e;
}
@media (max-width: 1023px) {
  .recentlyViewed.recommendedProduct .recommendedProductButton,
  .boughtTogether.recommendedProduct .recommendedProductButton {
    display: none;
  }
}
@media (max-width: 1023px) {
  .recentlyViewed.recommendedProduct .add_to_cart_form,
  .boughtTogether.recommendedProduct .add_to_cart_form,
  .recentlyViewed.recommendedProduct .variant,
  .boughtTogether.recommendedProduct .variant {
    display: none;
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner-wrapper {
  position: relative;
  min-height: 100px;
}
.spinner::before {
  content: '';
  z-index: 1;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}
.vip-benefit {
  margin: 10px 0px;
}
.vip-benefit .benefitIcon {
  font-size: 2em;
  padding: 5px 0;
}
.vip-benefit .vipCompetition {
  color: #308dd4;
}
.vip-status {
  color: #308dd4;
}
.referral-code-component,
.referral-email-component {
  background-color: #f2f4f7;
  min-height: 160px;
  padding: 1em 1em;
}
.referral-code-component .referral-code-display,
.referral-email-component .referral-code-display {
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 2.5;
  height: 40px;
}
.referral-code-component .email-field,
.referral-email-component .email-field {
  margin-bottom: 0.7em;
}
.referral-code-component .invite-success,
.referral-email-component .invite-success {
  color: #037562;
}
.referral-code-component .invite-email-error,
.referral-email-component .invite-email-error,
.referral-code-component .invite-error,
.referral-email-component .invite-error {
  color: #d00000;
}
.referral-code-component .btn-primary,
.referral-email-component .btn-primary {
  width: auto;
  margin-bottom: 1em;
}
.referral-code-component .btn-info,
.referral-email-component .btn-info {
  width: auto;
}
.referral-code-component .btn.add-invite-email,
.referral-email-component .btn.add-invite-email {
  padding: 0 1em 0 0;
  color: #010101;
  text-transform: none;
  text-align: left;
  margin: 0.5em 0;
  height: 25px;
}
.referral-code-component .btn.add-invite-email span.glyphicons,
.referral-email-component .btn.add-invite-email span.glyphicons {
  padding: 0 0.5em 0 0;
  float: left;
  line-height: 17px;
}
.referral-code-component .btn.add-invite-email:hover,
.referral-email-component .btn.add-invite-email:hover {
  color: #308dd4;
}
.referral-code-component .additional-email-field,
.referral-email-component .additional-email-field {
  width: 90%;
  float: left;
}
@media (max-width: 640px) {
  .referral-code-component .additional-email-field,
  .referral-email-component .additional-email-field {
    width: 85%;
  }
}
.referral-code-component .remove-invite-email,
.referral-email-component .remove-invite-email {
  float: right;
  width: 10%;
}
@media (max-width: 640px) {
  .referral-code-component .remove-invite-email,
  .referral-email-component .remove-invite-email {
    width: 15%;
  }
}
.referral-code-component .remove-invite-email:hover,
.referral-email-component .remove-invite-email:hover {
  color: #308dd4;
}
.referral-code-component .remove-invite-email .glyphicons,
.referral-email-component .remove-invite-email .glyphicons {
  line-height: 22px;
}
.line-1 {
  width: 1px;
  height: 150px;
  background: black;
  margin: auto;
}
@media (max-width: 1399px) {
  .line-1 {
    height: 1px;
    margin-top: 33px;
    margin-bottom: 35px;
    width: 40%;
    border-bottom: 1px solid black;
    text-align: center;
  }
}
.hr-text {
  font-size: 1.5em;
  background-color: #ffffff;
  position: absolute;
  top: 33%;
  padding: 8px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1399px) {
  .hr-text {
    width: auto;
    position: relative;
    top: -16px;
    padding: 0 17px;
  }
}
.referral-benefit {
  height: 200px;
  margin: 10px 0px;
  background-color: #f2f4f7;
}
.referral-benefit h2 {
  text-align: center;
}
.referral-benefit h2 .benefitIcon {
  font-size: 2em;
  padding: 5px 0;
}
.referral-benefit h4 {
  font-size: 2em;
  text-align: center;
}
.referral-benefit p {
  text-align: center;
}
.account-referral-list p {
  margin: 1em;
}
.account-referral-list h2 {
  text-align: left;
}
.account-referral-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.account-referral-list .account-referral-list-item {
  padding: 10px 0;
}
.account-referral-list li + li {
  border-top: 1px solid #e1e1e1;
}
.account-referralHistory h2 {
  margin-bottom: 0;
  padding: 10px;
  background: #f2f4f7;
}
.account-referralHistory .account-referral-list-item p span {
  float: left;
}
.account-referralHistory .account-referral-list-item p strong {
  float: left;
  display: block;
}
.referral-info {
  margin-left: -10px;
}
.referral-info p {
  background-color: #f2f4f7;
  padding: 10px;
}
@media (max-width: 1024px) {
  .referral-email-component {
    min-height: 200px;
  }
}
@media (max-width: 640px) {
  .language-fr .referral-benefit,
  .language-nl .referral-benefit,
  .language-de .referral-benefit,
  .language-es .referral-benefit {
    height: 240px;
  }
  .language-en .referral-benefit {
    height: 220px;
  }
}
@media (max-width: 1399px) {
  .referral-code-component {
    height: auto;
  }
  .referral-code-component,
  .referral-email-component {
    min-height: 170px;
  }
}
.youtube-player {
  position: relative;
  padding-bottom: 430px;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 768px;
  background: #000;
  margin: 5px;
}
@media only screen and (max-width: 830px) {
  .youtube-player {
    padding-bottom: 56.23%;
  }
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: -73px;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
@media only screen and (max-width: 830px) {
  .youtube-player img {
    top: -16.8%;
  }
}
.youtube-player .play {
  height: 66px;
  width: 66px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  padding: 1px;
}
.youtube-player .play:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e029";
  font-size: 64px;
}
.youtube-player:hover .play:before {
  color: #cc181e;
}
.youtube-player:hover img {
  opacity: 0.75;
}
.fourOfour-text h1,
.fourOfour-text p {
  text-align: center;
}
.nxt-ac-item,
.nxt-ac-products-container,
.nxt-ac-section-container,
.nxt-ac-main,
.nxt-ac-header {
  zoom: 1;
}
.nxt-ac-item:after,
.nxt-ac-products-container:after,
.nxt-ac-section-container:after,
.nxt-ac-main:after,
.nxt-ac-header:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: .1px;
  font-size: .1em;
  line-height: 0;
}
.nxt-ac-main {
  z-index: 1050;
  font-size: 13px;
  width: 400px!important;
  position: absolute;
  top: 28px;
  overflow: hidden;
  padding: 5px;
  margin: 0;
  text-align: left;
  border: 1px solid #e1e1e1;
  min-height: 20px;
  -webkit-box-shadow: 0 2px 5px #ccc;
  -moz-box-shadow: 0 2px 5px #ccc;
  box-shadow: 0 2px 5px #ccc;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.nxt-ac-main,
.nxt-ac-main .nxt-ac-products-container,
.nxt-ac-main .nxt-ac-section-container {
  background-color: #ffffff;
}
.nxt-ac-main .nxt-ac-header {
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  color: #666c71;
  cursor: default;
}
.nxt-ac-item {
  cursor: pointer;
  border-top: 1px solid #e1e1e1;
  padding: 8px 6px;
  font-style: normal;
  color: #00488d;
  outline: none;
  font-size: 13px;
  line-height: 16px;
  position: relative;
}
.nxt-ac-products-container {
  padding-top: 8px;
}
.nxt-ac-products-container .nxt-ac-item {
  clear: both;
}
.nxt-ac-main .nxt-ac-selected {
  background: #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.nxt-ac-item img {
  border: none;
  float: left;
  margin-right: 10px;
}
.nxt-ac-item b {
  font-weight: 700;
  text-decoration: underline;
}
.nxt-ac-item .nxt-item-txt {
  display: table-cell;
  padding: 0;
  color: #00488d;
}
.nxt-ac-item .nxt-item-txt a {
  color: #00488d;
  text-decoration: none;
}
.nxt-ac-section-container .nxt-item-txt,
.nxt-ac-section-container .nxt-ac-item h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}
.nxt-ac-section-container .nxt-item-txt b,
.nxt-ac-section-container .nxt-ac-item h3 b,
.nxt-ac-section-container .nxt-item-txt u,
.nxt-ac-section-container .nxt-ac-item h3 u {
  font-weight: 700;
  text-decoration: underline;
}
.nxt-ac-section-container a {
  color: #308dd4;
  text-decoration: none;
  font-weight: 400;
}
.nxt-ac-section-container .nxt-item-txt i {
  color: #666c71;
  font-size: 13px;
  font-style: normal;
}
.nxt-ac-all {
  padding: 6px 5px;
  border-top: 4px solid #e1e1e1;
  text-align: right;
  font-size: 13px;
}
.nxt-ac-all a {
  text-decoration: none;
  color: #308dd4;
}
.nxt-ac-all a:hover {
  text-decoration: underline;
}
.nxt-ac-banner {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  padding: 5px;
}
@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes drift-fadeZoomIn {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes drift-fadeZoomOut {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes drift-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes drift-loader-before {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes drift-loader-after {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.zoom-container {
  position: relative;
}
.zoom-container .zoom-description {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  line-height: 1.4em;
  color: #666c71;
}
@media only screen and (max-width: 740px) {
  .zoom-container .zoom-description {
    display: none;
  }
}
.zoom-container .zoom-description span {
  margin-right: 5px;
}
.drift-zoom-pane {
  background: #ffffff;
  /* This is required because of a bug that causes border-radius to not
  work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 200;
  max-height: 500px;
}
.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
  -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}
.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
  -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}
.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}
.drift-loading .drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
  -webkit-animation: drift-loader-before 1800ms infinite linear;
}
.drift-loading .drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
  -webkit-animation-delay: -900ms;
}
.drift-loading .drift-zoom-pane-loader:before,
.drift-loading .drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.calendarComp {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-left: 1%;
  padding-right: 1%;
  min-height: 700px;
}
@media (max-width: 480px) {
  .calendarComp {
    padding-top: 2%;
    padding-bottom: 3%;
  }
}
@media (max-width: 1023px) {
  .calendarComp {
    padding-bottom: 0;
  }
}
.calendarComp .loaded:hover {
  transition: none;
}
.calendarComp .calendarWindow {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0);
  padding-left: 12px;
  padding-right: 10px;
  padding-top: 4px;
  margin-bottom: 2%;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  float: left;
}
@media (max-width: 1023px) {
  .calendarComp .calendarWindow {
    width: 31.3333%;
  }
}
@media (max-width: 480px) {
  .calendarComp .calendarWindow {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
  }
}
.calendarComp .calendarWindow.loaded {
  opacity: 0.6;
}
.calendarComp .calendarWindow.loaded:not(.no-hover):hover {
  background-color: #308dd4;
  opacity: 0.6;
  cursor: pointer;
  transition: none;
}
.calendarComp .calendarWindow.loaded:not(.no-hover):hover .number {
  background: none;
}
.calendarComp .calendarWindow.loaded:not(.no-hover):hover .number p {
  color: #ffffff;
}
.calendarComp .calendarWindow.transition {
  transition: 0.5s linear all;
}
.calendarComp .calendarWindow .number {
  width: 80%;
  top: 9%;
  left: 10%;
  color: #00488d;
  opacity: 1;
  border: 4px solid #d9edf7;
  text-align: center;
  font-size: 108px;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  background-color: #d9edf7;
}
.calendarComp .calendarWindow .number p {
  display: block;
  color: #00488d;
  position: relative;
}
@media (min-width: 480px) and (max-width: 640px) {
  .calendarComp .calendarWindow .number p {
    line-height: 100%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .calendarComp .calendarWindow .number p {
    top: 7%;
    left: -1%;
  }
}
@media (max-width: 480px) {
  .calendarComp .calendarWindow .number p {
    top: 14%;
  }
}
@media (min-width: 1400px) {
  .calendarComp .calendarWindow .number p {
    font-size: 120px;
    top: 14%;
  }
}
.calendarComp .calendarWindow h3,
.calendarComp .calendarWindow p {
  display: none;
}
.calendarComp .calendarWindow.open-window {
  background-color: #ffffff;
  opacity: 0.95;
  overflow-y: auto;
  overflow-x: hidden;
}
.calendarComp .calendarWindow.open-window h3 {
  display: block;
  color: #00488d;
  font-weight: bold;
}
.calendarComp .calendarWindow.open-window p {
  display: block;
  color: #00488d;
}
.calendarComp .calendarWindow.hide {
  opacity: 0;
  height: 0px;
}
.calendarComp .calendarWindow.hover-off:hover {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0);
}
.symptom-container {
  margin-bottom: 25px;
}
.decision-tree-selector {
  margin-bottom: 1em;
}
.decision-tree-selector img {
  float: left;
}
.decision-tree-selector h2 {
  float: left;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown {
  position: relative;
  width: 100%;
  text-align: left;
  background: none;
  background-color: #ffffff;
  border: 1px solid #308dd4;
  color: #232323;
  box-shadow: none;
  text-transform: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown.btn {
  clear: both;
  width: 100%;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown h4 {
  padding-left: 0.7em;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown p {
  margin-bottom: 3px;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown .dropdown-caret {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-block;
  background-color: #308dd4;
  border-left: 1px solid #e1e1e1;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown .dropdown-caret .caret {
  margin: 35% 14px 0 14px;
  border-top: 10px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  color: #ffffff;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  margin-bottom: 0px;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li {
  border-radius: 0;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  height: 100%;
  padding-top: 10px;
  font-size: 16px;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li h4 {
  margin-top: 0px;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li:hover,
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li:hover span,
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li:hover h4 {
  background-color: #308dd4;
  color: #ffffff;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li:hover.select-open,
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li:hover span.select-open,
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li:hover h4.select-open {
  background-color: #ffffff;
  color: #232323;
  cursor: default;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li:after {
  clear: both;
  content: " ";
  display: block;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li.select-open:hover {
  background-color: #ffffff;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown ul li:last-child {
  border-bottom: none;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown:hover {
  color: #232323;
  box-shadow: none;
  border: 1px solid #eb9b0e;
  outline: none;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown:hover .dropdown-caret {
  background-color: #eb9b0e;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown:focus,
.symptom-section .symptom-selector .symptom-select .btn-dropdown:active,
.symptom-section .symptom-selector .symptom-select .btn-dropdown:visited {
  border: 1px solid #308dd4;
}
.symptom-section .symptom-selector .symptom-select .btn-dropdown:focus .dropdown-caret,
.symptom-section .symptom-selector .symptom-select .btn-dropdown:active .dropdown-caret,
.symptom-section .symptom-selector .symptom-select .btn-dropdown:visited .dropdown-caret {
  background-color: #308dd4;
}
.title-component h1 {
  margin-left: 15px;
  margin-top: 20px;
}
.follow-up-list {
  width: 100%;
  text-align: left;
  background: none;
  background-color: #ffffff;
  color: #232323;
  box-shadow: none;
  text-transform: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.follow-up-list li {
  clear: both;
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5em;
}
@media (max-width: 1023px) {
  .follow-up-list li {
    min-height: 46px;
  }
}
@media (max-width: 1023px) and (min-width: 639px) {
  .follow-up-list li {
    font-size: 18px !important;
    line-height: 1.33;
    padding: 10px;
  }
}
.follow-up-list li.hover,
.follow-up-list li.hover p {
  background-color: #308dd4;
  color: #ffffff;
}
.follow-up-list .reset-button {
  float: right;
}
.follow-up-list .symptom-question {
  border: 1px solid #308dd4;
  padding-left: 1em;
  position: relative;
}
.follow-up-list .symptom-question p {
  margin: 0.5em 0 0.5em;
}
@media (max-width: 639px) {
  .follow-up-list .symptom-question {
    justify-content: space-around;
    padding-top: 0.75em;
  }
}
.answered-symptom {
  border: solid 1px #e1e1e1;
  background-color: #e1e1e1;
  color: #232323;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.mobile-bread-crumb-trail {
  margin-bottom: 10px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mobile-bread-crumb-trail .bread-crumb-diagnosis,
.mobile-bread-crumb-trail .bread-crumb-questions,
.mobile-bread-crumb-trail .bread-crumb-symptom {
  border: solid 2px #e1e1e1;
  background-color: #e1e1e1;
  color: #010101;
  padding: 0.5em;
  margin-bottom: 0.3em;
  margin-right: 18px;
  float: left;
  width: 32%;
  display: inline-block;
  position: relative;
}
@media (max-width: 1399px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis,
  .mobile-bread-crumb-trail .bread-crumb-questions,
  .mobile-bread-crumb-trail .bread-crumb-symptom {
    width: 31.5%;
  }
}
@media (min-width: 478px) and (max-width: 989px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis,
  .mobile-bread-crumb-trail .bread-crumb-questions,
  .mobile-bread-crumb-trail .bread-crumb-symptom {
    width: 30.5%;
  }
}
@media (max-width: 477px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis,
  .mobile-bread-crumb-trail .bread-crumb-questions,
  .mobile-bread-crumb-trail .bread-crumb-symptom {
    width: 29%;
  }
}
.mobile-bread-crumb-trail .bread-crumb-diagnosis.active-crumb,
.mobile-bread-crumb-trail .bread-crumb-questions.active-crumb,
.mobile-bread-crumb-trail .bread-crumb-symptom.active-crumb {
  background-color: #308dd4;
  color: #ffffff;
  border: solid 2px #308dd4;
}
.mobile-bread-crumb-trail .bread-crumb-diagnosis.active-crumb:after,
.mobile-bread-crumb-trail .bread-crumb-questions.active-crumb:after,
.mobile-bread-crumb-trail .bread-crumb-symptom.active-crumb:after {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 15px solid #308dd4;
}
.mobile-bread-crumb-trail .bread-crumb-symptom:after {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 15px solid #e1e1e1;
  left: 100%;
}
.mobile-bread-crumb-trail .bread-crumb-questions.active-crumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid #308dd4;
  border-right: 2px solid #308dd4;
  border-bottom: 19px solid #308dd4;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 1399px) {
  .mobile-bread-crumb-trail .bread-crumb-questions.active-crumb:before {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-bread-crumb-trail .bread-crumb-questions.active-crumb:before {
    margin-top: 4px;
  }
}
.mobile-bread-crumb-trail .bread-crumb-diagnosis {
  margin-right: 0px;
}
.mobile-bread-crumb-trail .bread-crumb-diagnosis.active-crumb:after {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid #308dd4;
  border-right: 2px solid #308dd4;
  border-bottom: 19px solid #308dd4;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 1399px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis.active-crumb:after {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis.active-crumb:after {
    margin-top: 4px;
  }
}
.mobile-bread-crumb-trail .bread-crumb-questions:after {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 15px solid #e1e1e1;
  left: 100%;
}
.mobile-bread-crumb-trail .bread-crumb-questions:after.active-crumb:after {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 15px solid #308dd4;
}
.mobile-bread-crumb-trail .bread-crumb-questions:before {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
  border-bottom: 19px solid #e1e1e1;
  border-left: 15px solid transparent;
  right: 100%;
}
@media screen and (max-width: 1399px) {
  .mobile-bread-crumb-trail .bread-crumb-questions:before {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-bread-crumb-trail .bread-crumb-questions:before {
    margin-top: 4px;
  }
}
.mobile-bread-crumb-trail .bread-crumb-questions:before.active-crumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid #308dd4;
  border-right: 2px solid #308dd4;
  border-bottom: 19px solid #308dd4;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 1399px) {
  .mobile-bread-crumb-trail .bread-crumb-questions:before.active-crumb:before {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-bread-crumb-trail .bread-crumb-questions:before.active-crumb:before {
    margin-top: 4px;
  }
}
.mobile-bread-crumb-trail .bread-crumb-diagnosis:after {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
  border-bottom: 19px solid #e1e1e1;
  border-left: 15px solid transparent;
  right: 100%;
}
@media screen and (max-width: 1399px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis:after {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis:after {
    margin-top: 4px;
  }
}
.mobile-bread-crumb-trail .bread-crumb-diagnosis:after.active-crumb:after {
  content: '';
  display: block;
  position: absolute;
  top: -17%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 19px solid #308dd4;
  border-right: 2px solid #308dd4;
  border-bottom: 19px solid #308dd4;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 1399px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis:after.active-crumb:after {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-bread-crumb-trail .bread-crumb-diagnosis:after.active-crumb:after {
    margin-top: 4px;
  }
}
.questions-app {
  margin-bottom: 15px;
}
.select-animal {
  margin-bottom: 15px;
}
.select-animal a {
  margin-right: 18%;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}
.select-animal a h2 {
  text-transform: uppercase;
  color: #308dd4;
  margin: auto 0;
}
.select-animal .animal-icon {
  width: 100px;
  height: 100px;
  background: url("../../common/images/svg/animals-sprite.svg") no-repeat;
  display: inline-flex;
  margin: 0 auto;
}
.select-animal .animal-icon-Dog,
.select-animal .animal-icon-Hun,
.select-animal .animal-icon-Chi,
.select-animal .animal-icon-Per,
.select-animal .animal-icon-Hon {
  background-position: 50% 0%;
}
.select-animal .animal-icon-Cat,
.select-animal .animal-icon-Kat,
.select-animal .animal-icon-Cha,
.select-animal .animal-icon-Gat {
  background-position: 50% 5.88235294%;
}
#resultContainer ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
#resultContainer ul.dashed {
  list-style-type: none;
}
#resultContainer ul.dashed > li {
  margin-bottom: 1em;
}
#resultContainer ul.dashed > li:before {
  content: "-";
  margin-right: 5px;
}
#resultContainer .high {
  background-color: #fef8ee;
  padding: 0.2em 0.6em 0.2em 0.6em;
}
#resultContainer .high h3,
#resultContainer .high h2,
#resultContainer .high p,
#resultContainer .high li {
  color: #eb9b0e;
}
#resultContainer .urgent {
  background-color: #fceded;
  padding: 0.2em 0.6em 0.2em 0.6em;
}
#resultContainer .urgent h3,
#resultContainer .urgent h2,
#resultContainer .urgent p,
#resultContainer .urgent li {
  color: #d00000;
}
#resultContainer .medium {
  background-color: #d9edf7;
  padding: 0.2em 0.6em 0.2em 0.6em;
}
#resultContainer .medium h3,
#resultContainer .medium h2,
#resultContainer .medium p,
#resultContainer .medium li {
  color: #232323;
}
#resultContainer .self_care {
  background-color: #edf5f4;
  padding: 0.2em 0.6em 0.2em 0.6em;
}
#resultContainer .self_care h3,
#resultContainer .self_care h2,
#resultContainer .self_care p,
#resultContainer .self_care li {
  color: #037562;
}
#resultContainer .diagnosis-back {
  margin-bottom: 20px;
}
#resultContainer .special-offers {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  display: block;
}
#resultContainer .special-offers :hover {
  text-decoration: none;
}
#resultContainer .reset-button {
  display: block;
  margin: 10px auto;
}
#resultContainer .additional-advice {
  margin-top: 3px;
}
.detailed-questions-heading {
  float: left;
  clear: both;
}
.symptom-question-container span {
  font-weight: bold;
  margin-right: 5px;
}
.vet-finder {
  padding: 0;
}
.vet-finder .btn-local-vet {
  background-color: #ad005c;
  border-color: #ad005c;
  margin-bottom: 1em;
}
.vet-finder .btn-local-vet:hover {
  background-color: #ffffff;
  color: #ad005c;
}
.disclaimer-container {
  padding: 0 1em;
}
.disclaimer-container div {
  background: #edf2f7;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.survey-poll {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.survey-poll .survey-poll-border {
  min-height: 265px;
  border: 1px grey solid;
}
.survey-poll .chart-spacing {
  margin-right: 0.3em;
  line-height: 0.7em;
}
.survey-poll .poll-expiry,
.survey-poll .poll-answer-total {
  padding: 0.5em;
}
.survey-poll .poll-question {
  margin-top: 0.7em;
  margin-bottom: 0;
  padding: 0 0.5em 0 0.5em;
}
.survey-poll .survey-poll-list {
  padding: 0.5em 0.5em 0 0.5em;
  width: 100%;
  text-align: left;
  background: none;
  background-color: #ffffff;
  color: #232323;
  box-shadow: none;
  text-transform: none;
  list-style-type: none;
}
.survey-poll .item-hover:hover {
  background-color: #308dd4;
  color: #ffffff;
}
.survey-poll .survey-poll-item {
  border: 1px solid #308dd4;
  width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 0.5em;
}
.survey-poll .survey-poll-item input {
  position: absolute;
  visibility: hidden;
}
.survey-poll .survey-poll-item label {
  border: 1px solid #308dd4;
  width: 100%;
  display: block;
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0;
  font-weight: normal;
}
.survey-poll .js-poll-answerContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.survey-poll .background-transition {
  width: 100%;
  height: 36px;
}
.survey-poll .selected {
  background-color: #308dd4;
}
.survey-poll .not-selected {
  background-color: #cccccc;
}
.survey-poll .desktop-survey-total {
  float: right;
  clear: both;
}
@media screen and (max-width: 480px) {
  .survey-poll label {
    font-size: 12px;
    height: 36px;
  }
  .survey-poll .mobile-survey-total {
    float: none;
    display: block;
  }
}
.bundle-container {
  margin-top: 20px;
}
.bundle-container .bundle-together {
  list-style-type: none;
}
.bundle-container .bundle-together .bundle-item-1,
.bundle-container .bundle-together .bundle-item-2 {
  text-align: center;
}
.bundle-container .bundle-together .bundle-item-1 .brand-item,
.bundle-container .bundle-together .bundle-item-2 .brand-item {
  padding: 10px;
  border: 1px #e1e1e1 solid;
}
@media only screen and (max-width: 480px) {
  .bundle-container .bundle-together .bundle-item-1 .brand-item,
  .bundle-container .bundle-together .bundle-item-2 .brand-item {
    padding: 3px;
  }
}
.bundle-container .bundle-together .bundle-item-1 .brand-item:hover,
.bundle-container .bundle-together .bundle-item-2 .brand-item:hover {
  border: 1px #ff640f solid;
}
.bundle-container .bundle-together .bundle-item-1 .brand-product-image,
.bundle-container .bundle-together .bundle-item-2 .brand-product-image {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.bundle-container .bundle-together .bundle-item-1 .brand-product-image img,
.bundle-container .bundle-together .bundle-item-2 .brand-product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 185px;
}
@media only screen and (max-width: 480px) {
  .bundle-container .bundle-together .left-bundle {
    padding-right: 0;
  }
  .bundle-container .bundle-together .right-bundle {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bundle-container .bundle-together .bundle-together .col-xs-5,
  .bundle-container .bundle-together .bundle-together .col-xs-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.bundle-container .bundle-together .plus-margin-top {
  margin-top: 7em;
}
.bundle-container .bundle-together .bundle-item-plus {
  text-align: center;
}
.bundle-container .bundle-together .bundle-item-plus p {
  font-size: 3.5em;
  color: #eb9b0e;
  font-weight: 600;
}
.bundle-container .price-button-section {
  margin: 0 0 10px;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .bundle-container .price-button-section {
    margin-top: 7em;
  }
}
@media only screen and (min-width: 1024px) {
  .bundle-container .price-button-section {
    margin-top: 7em;
  }
}
@media only screen and (min-width: 640px) {
  .bundle-container .price-button-section {
    margin-top: 7em;
  }
}
@media only screen and (max-width: 480px) {
  .bundle-container .price-button-section {
    margin-top: 20px;
  }
}
.bundle-container .price-button-section .bundle-price {
  font-size: 1.5em;
}
.bundle-container .price-button-section .bundle-price p {
  color: #308dd4;
  font-weight: 600;
}
.bundle-container .price-button-section .bundle-price span {
  color: #eb9b0e;
}
.bundle-container .recommendedProductInnerPrice {
  font-size: 1em;
  font-weight: 900;
  margin: 0.5em auto;
  height: 22px;
  color: #00488d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media only screen and (max-width: 480px) {
  .bundle-container .recommendedProductInnerPrice {
    height: 40px;
  }
}
.bundle-container .recommendedProductInnerPrice del {
  font-weight: 400;
  color: #232323;
}
.bundle-container .recommendedProductInnerText {
  font-size: 1em;
  overflow: hidden;
  height: 57px;
  color: #00488d;
}
.bundle-container .recommendedProductInnerText a.btn {
  color: #ffffff;
}
.bundle-container .recommendedProductInnerText a.btn:hover {
  color: #eb9b0e;
}
.bundle-container .recommendedProductInnerText.truncate-box {
  height: 61px;
}
.bundle-container .recommendedProductInnerText.variant {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.bundle-container .recommendedProductInnerText a {
  color: #00488d;
}
.btn-more {
  color: #ffffff;
  background-color: #00488d;
  border-color: #00488d;
}
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open > .dropdown-toggle.btn-more {
  color: #ffffff;
  background-color: #002e5a;
  border-color: #002950;
}
.btn-more:active,
.btn-more.active,
.open > .dropdown-toggle.btn-more {
  background-image: none;
}
.btn-more.disabled,
.btn-more[disabled],
fieldset[disabled] .btn-more,
.btn-more.disabled:hover,
.btn-more[disabled]:hover,
fieldset[disabled] .btn-more:hover,
.btn-more.disabled:focus,
.btn-more[disabled]:focus,
fieldset[disabled] .btn-more:focus,
.btn-more.disabled:active,
.btn-more[disabled]:active,
fieldset[disabled] .btn-more:active,
.btn-more.disabled.active,
.btn-more[disabled].active,
fieldset[disabled] .btn-more.active {
  background-color: #00488d;
  border-color: #00488d;
}
.btn-more .badge {
  color: #00488d;
  background-color: #ffffff;
}
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
  color: #00488d;
  background-color: #ffffff;
  border-color: #00488d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
  background-image: none;
}
.btn-more.disabled,
.btn-more[disabled],
.btn-more.btn-disabled,
fieldset[disabled] .btn-more,
.btn-more.disabled:hover,
.btn-more[disabled]:hover,
.btn-more.btn-disabled:hover,
fieldset[disabled] .btn-more:hover,
.btn-more.disabled:focus,
.btn-more[disabled]:focus,
.btn-more.btn-disabled:focus,
fieldset[disabled] .btn-more:focus,
.btn-more.disabled:active,
.btn-more[disabled]:active,
.btn-more.btn-disabled:active,
fieldset[disabled] .btn-more:active,
.btn-more.disabled.active,
.btn-more[disabled].active,
.btn-more.btn-disabled.active,
fieldset[disabled] .btn-more.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-more .badge {
  color: #00488d;
  background-color: #ffffff;
}
.btn-promo {
  color: #ffffff;
  background-color: #037562;
  border-color: #037562;
}
.btn-promo:hover,
.btn-promo:focus,
.btn-promo:active,
.btn-promo.active,
.open > .dropdown-toggle.btn-promo {
  color: #ffffff;
  background-color: #024338;
  border-color: #013930;
}
.btn-promo:active,
.btn-promo.active,
.open > .dropdown-toggle.btn-promo {
  background-image: none;
}
.btn-promo.disabled,
.btn-promo[disabled],
fieldset[disabled] .btn-promo,
.btn-promo.disabled:hover,
.btn-promo[disabled]:hover,
fieldset[disabled] .btn-promo:hover,
.btn-promo.disabled:focus,
.btn-promo[disabled]:focus,
fieldset[disabled] .btn-promo:focus,
.btn-promo.disabled:active,
.btn-promo[disabled]:active,
fieldset[disabled] .btn-promo:active,
.btn-promo.disabled.active,
.btn-promo[disabled].active,
fieldset[disabled] .btn-promo.active {
  background-color: #037562;
  border-color: #037562;
}
.btn-promo .badge {
  color: #037562;
  background-color: #ffffff;
}
.btn-promo:hover,
.btn-promo:focus,
.btn-promo:active,
.btn-promo.active,
.open .dropdown-toggle.btn-promo {
  color: #037562;
  background-color: #ffffff;
  border-color: #037562;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-promo:active,
.btn-promo.active,
.open .dropdown-toggle.btn-promo {
  background-image: none;
}
.btn-promo.disabled,
.btn-promo[disabled],
.btn-promo.btn-disabled,
fieldset[disabled] .btn-promo,
.btn-promo.disabled:hover,
.btn-promo[disabled]:hover,
.btn-promo.btn-disabled:hover,
fieldset[disabled] .btn-promo:hover,
.btn-promo.disabled:focus,
.btn-promo[disabled]:focus,
.btn-promo.btn-disabled:focus,
fieldset[disabled] .btn-promo:focus,
.btn-promo.disabled:active,
.btn-promo[disabled]:active,
.btn-promo.btn-disabled:active,
fieldset[disabled] .btn-promo:active,
.btn-promo.disabled.active,
.btn-promo[disabled].active,
.btn-promo.btn-disabled.active,
fieldset[disabled] .btn-promo.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-promo .badge {
  color: #037562;
  background-color: #ffffff;
}
.btn-new {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  padding: 12px 15px;
  text-transform: none;
  font-size: 16px;
  border: 1px solid transparent;
  color: #666c71;
}
.btn-new:hover {
  text-decoration: none;
}
.btn-new-primary {
  color: #ffffff;
  background-color: #308dd4;
  border-color: #2880c2;
}
.btn-new-primary:hover,
.btn-new-primary:focus,
.btn-new-primary:active,
.btn-new-primary.active,
.open > .dropdown-toggle.btn-new-primary {
  color: #ffffff;
  background-color: #2472ad;
  border-color: #1e5e8f;
}
.btn-new-primary:active,
.btn-new-primary.active,
.open > .dropdown-toggle.btn-new-primary {
  background-image: none;
}
.btn-new-primary.disabled,
.btn-new-primary[disabled],
fieldset[disabled] .btn-new-primary,
.btn-new-primary.disabled:hover,
.btn-new-primary[disabled]:hover,
fieldset[disabled] .btn-new-primary:hover,
.btn-new-primary.disabled:focus,
.btn-new-primary[disabled]:focus,
fieldset[disabled] .btn-new-primary:focus,
.btn-new-primary.disabled:active,
.btn-new-primary[disabled]:active,
fieldset[disabled] .btn-new-primary:active,
.btn-new-primary.disabled.active,
.btn-new-primary[disabled].active,
fieldset[disabled] .btn-new-primary.active {
  background-color: #308dd4;
  border-color: #2880c2;
}
.btn-new-primary .badge {
  color: #308dd4;
  background-color: #ffffff;
}
.btn-new-primary:hover,
.btn-new-primary:focus,
.btn-new-primary:active,
.btn-new-primary.active,
.open .dropdown-toggle.btn-new-primary {
  color: #308dd4;
  background-color: #ffffff;
  border-color: #308dd4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-new-primary:active,
.btn-new-primary.active,
.open .dropdown-toggle.btn-new-primary {
  background-image: none;
}
.btn-new-primary.disabled,
.btn-new-primary[disabled],
.btn-new-primary.btn-disabled,
fieldset[disabled] .btn-new-primary,
.btn-new-primary.disabled:hover,
.btn-new-primary[disabled]:hover,
.btn-new-primary.btn-disabled:hover,
fieldset[disabled] .btn-new-primary:hover,
.btn-new-primary.disabled:focus,
.btn-new-primary[disabled]:focus,
.btn-new-primary.btn-disabled:focus,
fieldset[disabled] .btn-new-primary:focus,
.btn-new-primary.disabled:active,
.btn-new-primary[disabled]:active,
.btn-new-primary.btn-disabled:active,
fieldset[disabled] .btn-new-primary:active,
.btn-new-primary.disabled.active,
.btn-new-primary[disabled].active,
.btn-new-primary.btn-disabled.active,
fieldset[disabled] .btn-new-primary.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-new-primary .badge {
  color: #308dd4;
  background-color: #ffffff;
}
.btn-new-secondary {
  color: #ffffff;
  background-color: #eb9b0e;
  border-color: #d38b0d;
}
.btn-new-secondary:hover,
.btn-new-secondary:focus,
.btn-new-secondary:active,
.btn-new-secondary.active,
.open > .dropdown-toggle.btn-new-secondary {
  color: #ffffff;
  background-color: #bb7b0b;
  border-color: #996509;
}
.btn-new-secondary:active,
.btn-new-secondary.active,
.open > .dropdown-toggle.btn-new-secondary {
  background-image: none;
}
.btn-new-secondary.disabled,
.btn-new-secondary[disabled],
fieldset[disabled] .btn-new-secondary,
.btn-new-secondary.disabled:hover,
.btn-new-secondary[disabled]:hover,
fieldset[disabled] .btn-new-secondary:hover,
.btn-new-secondary.disabled:focus,
.btn-new-secondary[disabled]:focus,
fieldset[disabled] .btn-new-secondary:focus,
.btn-new-secondary.disabled:active,
.btn-new-secondary[disabled]:active,
fieldset[disabled] .btn-new-secondary:active,
.btn-new-secondary.disabled.active,
.btn-new-secondary[disabled].active,
fieldset[disabled] .btn-new-secondary.active {
  background-color: #eb9b0e;
  border-color: #d38b0d;
}
.btn-new-secondary .badge {
  color: #eb9b0e;
  background-color: #ffffff;
}
.btn-new-secondary:hover,
.btn-new-secondary:focus,
.btn-new-secondary:active,
.btn-new-secondary.active,
.open .dropdown-toggle.btn-new-secondary {
  color: #eb9b0e;
  background-color: #ffffff;
  border-color: #eb9b0e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-new-secondary:active,
.btn-new-secondary.active,
.open .dropdown-toggle.btn-new-secondary {
  background-image: none;
}
.btn-new-secondary.disabled,
.btn-new-secondary[disabled],
.btn-new-secondary.btn-disabled,
fieldset[disabled] .btn-new-secondary,
.btn-new-secondary.disabled:hover,
.btn-new-secondary[disabled]:hover,
.btn-new-secondary.btn-disabled:hover,
fieldset[disabled] .btn-new-secondary:hover,
.btn-new-secondary.disabled:focus,
.btn-new-secondary[disabled]:focus,
.btn-new-secondary.btn-disabled:focus,
fieldset[disabled] .btn-new-secondary:focus,
.btn-new-secondary.disabled:active,
.btn-new-secondary[disabled]:active,
.btn-new-secondary.btn-disabled:active,
fieldset[disabled] .btn-new-secondary:active,
.btn-new-secondary.disabled.active,
.btn-new-secondary[disabled].active,
.btn-new-secondary.btn-disabled.active,
fieldset[disabled] .btn-new-secondary.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-new-secondary .badge {
  color: #eb9b0e;
  background-color: #ffffff;
}
.btn-new-default {
  color: #232323;
  background-color: #ffffff;
  border-color: #cccccc;
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}
.btn-new-default:hover,
.btn-new-default:focus,
.btn-new-default:active,
.btn-new-default.active,
.open > .dropdown-toggle.btn-new-default {
  color: #232323;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-new-default:active,
.btn-new-default.active,
.open > .dropdown-toggle.btn-new-default {
  background-image: none;
}
.btn-new-default.disabled,
.btn-new-default[disabled],
fieldset[disabled] .btn-new-default,
.btn-new-default.disabled:hover,
.btn-new-default[disabled]:hover,
fieldset[disabled] .btn-new-default:hover,
.btn-new-default.disabled:focus,
.btn-new-default[disabled]:focus,
fieldset[disabled] .btn-new-default:focus,
.btn-new-default.disabled:active,
.btn-new-default[disabled]:active,
fieldset[disabled] .btn-new-default:active,
.btn-new-default.disabled.active,
.btn-new-default[disabled].active,
fieldset[disabled] .btn-new-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-new-default .badge {
  color: #ffffff;
  background-color: #232323;
}
.btn-new-default:hover,
.btn-new-default:focus,
.btn-new-default:active,
.btn-new-default.active,
.open .dropdown-toggle.btn-new-default {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-new-default:active,
.btn-new-default.active,
.open .dropdown-toggle.btn-new-default {
  background-image: none;
}
.btn-new-default.disabled,
.btn-new-default[disabled],
.btn-new-default.btn-disabled,
fieldset[disabled] .btn-new-default,
.btn-new-default.disabled:hover,
.btn-new-default[disabled]:hover,
.btn-new-default.btn-disabled:hover,
fieldset[disabled] .btn-new-default:hover,
.btn-new-default.disabled:focus,
.btn-new-default[disabled]:focus,
.btn-new-default.btn-disabled:focus,
fieldset[disabled] .btn-new-default:focus,
.btn-new-default.disabled:active,
.btn-new-default[disabled]:active,
.btn-new-default.btn-disabled:active,
fieldset[disabled] .btn-new-default:active,
.btn-new-default.disabled.active,
.btn-new-default[disabled].active,
.btn-new-default.btn-disabled.active,
fieldset[disabled] .btn-new-default.active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: transparent;
}
.btn-new-default .badge {
  color: #ffffff;
  background-color: #232323;
}
.btn-new-default:hover,
.btn-new-default:focus {
  background: #eee;
  border-color: #cccccc;
  color: #232323;
}
.btn-new-default:disabled {
  color: #9a9fa3;
}
.ST-personalised {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.ST-personalised.show {
  opacity: 1;
}
.mainRibbonSpot {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.mainRibbonSpot.whiteBoxAlt .heroText {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
}
.mainRibbonSpot[class*="whiteBoxAlt-"] .heroText {
  background: #ffffff;
  padding: 1em;
}
.mainRibbonSpot.whiteBoxAlt-10 .heroText {
  background: #ffffff;
}
.mainRibbonSpot.whiteBoxAlt-9 .heroText {
  background: rgba(255, 255, 255, 0.9);
}
.mainRibbonSpot.whiteBoxAlt-8 .heroText {
  background: rgba(255, 255, 255, 0.8);
}
.mainRibbonSpot.whiteBoxAlt-7 .heroText {
  background: rgba(255, 255, 255, 0.7);
}
.mainRibbonSpot.whiteBoxAlt-6 .heroText {
  background: rgba(255, 255, 255, 0.6);
}
.mainRibbonSpot.whiteBoxAlt-5 .heroText {
  background: rgba(255, 255, 255, 0.5);
}
.mainRibbonSpot.whiteBoxAlt-4 .heroText {
  background: rgba(255, 255, 255, 0.4);
}
.mainRibbonSpot.whiteBoxAlt-3 .heroText {
  background: rgba(255, 255, 255, 0.3);
}
.mainRibbonSpot.whiteBoxAlt-2 .heroText {
  background: rgba(255, 255, 255, 0.2);
}
.mainRibbonSpot.whiteBoxAlt-1 .heroText {
  background: rgba(255, 255, 255, 0.1);
}
.mainRibbonSpot .heroImage img {
  width: 100%;
}
.mainRibbonSpot .heroText {
  position: absolute;
  text-align: center;
}
.mainRibbonSpot .heroText h1 {
  font-size: 2.2em;
  font-weight: 300;
  margin: 0;
}
.mainRibbonSpot .heroText h1 span,
.mainRibbonSpot .heroText h1 strong,
.mainRibbonSpot .heroText h1 b {
  font-weight: 900;
}
.mainRibbonSpot .heroText .site-content,
.mainRibbonSpot .heroText p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px;
}
.mainRibbonSpot .heroText.no-hero-image {
  position: relative;
  width: 100% !important;
  right: auto !important;
  left: auto !important;
}
.mainRibbonSpot .termAconditions {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
}
.mainRibbonSpot .termAconditions.no-hero-image {
  position: relative;
  padding-bottom: 2em;
}
.col_xs_bottom_12 {
  bottom: 100%;
}
.col_xs_bottom_11 {
  bottom: 91.66666667%;
}
.col_xs_bottom_10 {
  bottom: 83.33333333%;
}
.col_xs_bottom_9 {
  bottom: 75%;
}
.col_xs_bottom_8 {
  bottom: 66.66666667%;
}
.col_xs_bottom_7 {
  bottom: 58.33333333%;
}
.col_xs_bottom_6 {
  bottom: 50%;
}
.col_xs_bottom_5 {
  bottom: 41.66666667%;
}
.col_xs_bottom_4 {
  bottom: 33.33333333%;
}
.col_xs_bottom_3 {
  bottom: 25%;
}
.col_xs_bottom_2 {
  bottom: 16.66666667%;
}
.col_xs_bottom_1 {
  bottom: 8.33333333%;
}
.col_xs_bottom_0 {
  bottom: 0%;
}
.col_xs_top_12 {
  top: 100%;
}
.col_xs_top_11 {
  top: 91.66666667%;
}
.col_xs_top_10 {
  top: 83.33333333%;
}
.col_xs_top_9 {
  top: 75%;
}
.col_xs_top_8 {
  top: 66.66666667%;
}
.col_xs_top_7 {
  top: 58.33333333%;
}
.col_xs_top_6 {
  top: 50%;
}
.col_xs_top_5 {
  top: 41.66666667%;
}
.col_xs_top_4 {
  top: 33.33333333%;
}
.col_xs_top_3 {
  top: 25%;
}
.col_xs_top_2 {
  top: 16.66666667%;
}
.col_xs_top_1 {
  top: 8.33333333%;
}
.col_xs_top_0 {
  top: 0%;
}
.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;
}
.template-pages-layout-landingLayout2Page .title-component h1 {
  margin-top: 30px;
}
@media (min-width: 640px) {
  .col_sm_bottom_12 {
    bottom: 100%;
  }
  .col_sm_bottom_11 {
    bottom: 91.66666667%;
  }
  .col_sm_bottom_10 {
    bottom: 83.33333333%;
  }
  .col_sm_bottom_9 {
    bottom: 75%;
  }
  .col_sm_bottom_8 {
    bottom: 66.66666667%;
  }
  .col_sm_bottom_7 {
    bottom: 58.33333333%;
  }
  .col_sm_bottom_6 {
    bottom: 50%;
  }
  .col_sm_bottom_5 {
    bottom: 41.66666667%;
  }
  .col_sm_bottom_4 {
    bottom: 33.33333333%;
  }
  .col_sm_bottom_3 {
    bottom: 25%;
  }
  .col_sm_bottom_2 {
    bottom: 16.66666667%;
  }
  .col_sm_bottom_1 {
    bottom: 8.33333333%;
  }
  .col_sm_bottom_0 {
    bottom: 0%;
  }
  .col_sm_top_12 {
    top: 100%;
  }
  .col_sm_top_11 {
    top: 91.66666667%;
  }
  .col_sm_top_10 {
    top: 83.33333333%;
  }
  .col_sm_top_9 {
    top: 75%;
  }
  .col_sm_top_8 {
    top: 66.66666667%;
  }
  .col_sm_top_7 {
    top: 58.33333333%;
  }
  .col_sm_top_6 {
    top: 50%;
  }
  .col_sm_top_5 {
    top: 41.66666667%;
  }
  .col_sm_top_4 {
    top: 33.33333333%;
  }
  .col_sm_top_3 {
    top: 25%;
  }
  .col_sm_top_2 {
    top: 16.66666667%;
  }
  .col_sm_top_1 {
    top: 8.33333333%;
  }
  .col_sm_top_0 {
    top: 0%;
  }
  .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;
  }
  .mainRibbonSpot .heroText h1 {
    font-size: 3em;
  }
  .mainRibbonSpot .heroText p {
    font-size: 1.1em;
    line-height: 1em;
  }
}
@media (max-width: 640px) {
  .col_sm_bottom_12 {
    bottom: 100%;
  }
  .col_sm_bottom_11 {
    bottom: 91.66666667%;
  }
  .col_sm_bottom_10 {
    bottom: 83.33333333%;
  }
  .col_sm_bottom_9 {
    bottom: 75%;
  }
  .col_sm_bottom_8 {
    bottom: 66.66666667%;
  }
  .col_sm_bottom_7 {
    bottom: 58.33333333%;
  }
  .col_sm_bottom_6 {
    bottom: 50%;
  }
  .col_sm_bottom_5 {
    bottom: 41.66666667%;
  }
  .col_sm_bottom_4 {
    bottom: 33.33333333%;
  }
  .col_sm_bottom_3 {
    bottom: 25%;
  }
  .col_sm_bottom_2 {
    bottom: 16.66666667%;
  }
  .col_sm_bottom_1 {
    bottom: 8.33333333%;
  }
  .col_sm_bottom_0 {
    bottom: 0%;
  }
  .col_sm_top_12 {
    top: 100%;
  }
  .col_sm_top_11 {
    top: 91.66666667%;
  }
  .col_sm_top_10 {
    top: 83.33333333%;
  }
  .col_sm_top_9 {
    top: 75%;
  }
  .col_sm_top_8 {
    top: 66.66666667%;
  }
  .col_sm_top_7 {
    top: 58.33333333%;
  }
  .col_sm_top_6 {
    top: 50%;
  }
  .col_sm_top_5 {
    top: 41.66666667%;
  }
  .col_sm_top_4 {
    top: 33.33333333%;
  }
  .col_sm_top_3 {
    top: 25%;
  }
  .col_sm_top_2 {
    top: 16.66666667%;
  }
  .col_sm_top_1 {
    top: 8.33333333%;
  }
  .col_sm_top_0 {
    top: 0%;
  }
  .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;
  }
  .mainRibbonSpot {
    overflow: inherit;
  }
  .mainRibbonSpot .heroText {
    top: 0;
  }
  .mainRibbonSpot .heroText .site-content,
  .mainRibbonSpot .heroText p {
    margin-bottom: 10px;
  }
  .mainRibbonSpot .termAconditions {
    line-height: 1.1em;
  }
}
@media (min-width: 1024px) {
  .col_md_bottom_12 {
    bottom: 100%;
  }
  .col_md_bottom_11 {
    bottom: 91.66666667%;
  }
  .col_md_bottom_10 {
    bottom: 83.33333333%;
  }
  .col_md_bottom_9 {
    bottom: 75%;
  }
  .col_md_bottom_8 {
    bottom: 66.66666667%;
  }
  .col_md_bottom_7 {
    bottom: 58.33333333%;
  }
  .col_md_bottom_6 {
    bottom: 50%;
  }
  .col_md_bottom_5 {
    bottom: 41.66666667%;
  }
  .col_md_bottom_4 {
    bottom: 33.33333333%;
  }
  .col_md_bottom_3 {
    bottom: 25%;
  }
  .col_md_bottom_2 {
    bottom: 16.66666667%;
  }
  .col_md_bottom_1 {
    bottom: 8.33333333%;
  }
  .col_md_bottom_0 {
    bottom: 0%;
  }
  .col_md_top_12 {
    top: 100%;
  }
  .col_md_top_11 {
    top: 91.66666667%;
  }
  .col_md_top_10 {
    top: 83.33333333%;
  }
  .col_md_top_9 {
    top: 75%;
  }
  .col_md_top_8 {
    top: 66.66666667%;
  }
  .col_md_top_7 {
    top: 58.33333333%;
  }
  .col_md_top_6 {
    top: 50%;
  }
  .col_md_top_5 {
    top: 41.66666667%;
  }
  .col_md_top_4 {
    top: 33.33333333%;
  }
  .col_md_top_3 {
    top: 25%;
  }
  .col_md_top_2 {
    top: 16.66666667%;
  }
  .col_md_top_1 {
    top: 8.33333333%;
  }
  .col_md_top_0 {
    top: 0%;
  }
  .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;
  }
  .mainRibbonSpot .heroText h1 {
    font-size: 4em;
  }
  .mainRibbonSpot .heroText p {
    font-size: 1.3em;
    line-height: 1.2em;
  }
}
@media (min-width: 1400px) {
  .col_lg_bottom_12 {
    bottom: 100%;
  }
  .col_lg_bottom_11 {
    bottom: 91.66666667%;
  }
  .col_lg_bottom_10 {
    bottom: 83.33333333%;
  }
  .col_lg_bottom_9 {
    bottom: 75%;
  }
  .col_lg_bottom_8 {
    bottom: 66.66666667%;
  }
  .col_lg_bottom_7 {
    bottom: 58.33333333%;
  }
  .col_lg_bottom_6 {
    bottom: 50%;
  }
  .col_lg_bottom_5 {
    bottom: 41.66666667%;
  }
  .col_lg_bottom_4 {
    bottom: 33.33333333%;
  }
  .col_lg_bottom_3 {
    bottom: 25%;
  }
  .col_lg_bottom_2 {
    bottom: 16.66666667%;
  }
  .col_lg_bottom_1 {
    bottom: 8.33333333%;
  }
  .col_lg_bottom_0 {
    bottom: 0%;
  }
  .col_lg_top_12 {
    top: 100%;
  }
  .col_lg_top_11 {
    top: 91.66666667%;
  }
  .col_lg_top_10 {
    top: 83.33333333%;
  }
  .col_lg_top_9 {
    top: 75%;
  }
  .col_lg_top_8 {
    top: 66.66666667%;
  }
  .col_lg_top_7 {
    top: 58.33333333%;
  }
  .col_lg_top_6 {
    top: 50%;
  }
  .col_lg_top_5 {
    top: 41.66666667%;
  }
  .col_lg_top_4 {
    top: 33.33333333%;
  }
  .col_lg_top_3 {
    top: 25%;
  }
  .col_lg_top_2 {
    top: 16.66666667%;
  }
  .col_lg_top_1 {
    top: 8.33333333%;
  }
  .col_lg_top_0 {
    top: 0%;
  }
  .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;
  }
  .mainRibbonSpot .heroText h1 {
    font-size: 5.36em;
  }
  .mainRibbonSpot .heroText p {
    font-size: 2em;
    line-height: 1em;
  }
}
@media screen and (max-width: 480px) {
  .mainRibbonSpot .heroImage {
    min-height: 49px;
  }
}
.share-product {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #dedede;
  padding: 1em 15px 1em 0;
  text-align: left;
  background: white;
}
.share-product:before,
.share-product:after {
  content: " ";
  display: table;
}
.share-product:after {
  clear: both;
}
.share-product:before,
.share-product:after {
  content: " ";
  display: table;
}
.share-product:after {
  clear: both;
}
.share-product .zoom-description {
  display: none;
}
.share-product__details {
  float: left;
  width: 70%;
}
.share-product__name {
  font-size: 15px;
  font-size: 1.5rem;
  color: #232323;
  font-weight: 400;
  padding-bottom: 5px;
  text-align: left;
}
.share-product__social-wrap {
  margin-top: 10px;
}
.share-product__social-fb {
  float: left;
  margin-right: 10px;
}
.share-product__media-wrap {
  float: left;
  width: 30%;
}
.share-product__media-wrap img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  .share-product {
    border: 1px solid #dedede;
    padding: 1em;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    clear: none;
  }
  .share-product__details {
    width: 100%;
    float: none;
  }
  .share-product__name {
    min-height: 50px;
    display: block;
    text-align: center;
  }
  .share-product__media-wrap {
    width: 100%;
    float: none;
  }
  .share-product__social-wrap {
    text-align: center;
    margin-bottom: 10px;
  }
  .share-product__social-fb {
    line-height: 11px;
    display: inline-block;
    float: none;
    margin-right: 0;
    display: inline-block !important;
  }
  .share-product__social-tw {
    display: inline-block;
  }
}
.promoHeader {
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}
.promoHeader__item {
  margin: 5px 0;
  text-align: center;
  line-height: 18px;
}
.promoHeader__link {
  color: #eb9b0e;
  font-size: 13px;
  font-weight: bold;
}
.promoHeader__link:hover,
.promoHeader__link:focus {
  color: #eb9b0e;
  text-decoration: none;
}
.promoHeader__glyph {
  line-height: 20px;
  width: 21px;
}
.promoHeader__trust-pilot-hide-word {
  width: 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.promoHeader__trust-pilot-wrapper {
  height: 24px;
  margin-left: -60px;
}
.promoHeader__trust-pilot-wrapper--3-stars {
  margin-left: -112px;
}
.promoHeader__separator {
  width: 100%;
  height: 0;
  clear: both;
}
@media (min-width: 640px) {
  .promoHeader__separator {
    display: none;
  }
  .promoHeader__trust-pilot-wrapper {
    float: right;
    margin-right: 0;
  }
  .promoHeader__trust-pilot-hide-word {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .promoHeader {
    padding: 0;
  }
  .promoHeader__item {
    margin: 10px 0;
    line-height: 24px;
  }
  .promoHeader__separator {
    display: none;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-pagination {
  height: 50px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.owl-page {
  background: #308dd4;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  /* float: left; */
  margin-right: 10px;
  /* text-align: center; */
  display: inline-block;
}
.owl-page.active {
  background: #00488d;
}
.owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.owl-product-carousel {
  padding-bottom: 20px;
}
.owl-product-carousel__item {
  border: 1px #e1e1e1 solid;
  background: white;
  padding: 7px;
  margin: 7px;
}
.owl-product-carousel__item:hover {
  border: 1px #ccc solid;
}
.owl-product-carousel__link:hover {
  text-decoration: none;
}
.owl-product-carousel__image-wrap {
  max-width: 250px;
  margin: 0 auto;
}
.owl-product-carousel__title {
  font-size: 14px;
  line-height: 24px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  line-height: 1.5em;
  color: #232323;
  height: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.owl-product-carousel__product-current-price {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 700;
  margin: 0 auto;
  color: #bf001a;
  height: auto;
}
.owl-product-carousel__product-previous-price {
  font-weight: 400;
  color: #979797;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-decoration: line-through;
}
.owl-product-carousel {
  padding-bottom: 40px;
}
.owl-product-carousel .owl-controls {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 38px;
}
.owl-product-carousel .owl-controls .owl-prev {
  width: 50%;
  float: left;
}
.owl-product-carousel .owl-controls .owl-prev:hover {
  opacity: 0.5;
}
.owl-product-carousel .owl-controls .owl-prev .glyphicon {
  float: right;
  margin-right: 20px;
  color: #00488d;
  font-size: 2em;
}
.owl-product-carousel .owl-controls .owl-next {
  width: 50%;
  float: left;
}
.owl-product-carousel .owl-controls .owl-next:hover {
  opacity: 0.5;
}
.owl-product-carousel .owl-controls .owl-next .glyphicon {
  float: left;
  margin-left: 20px;
  color: #00488d;
  font-size: 2em;
}
.owl-product-carousel__promo-ribbon-wrap {
  position: absolute;
  top: 17px;
  right: -4px;
  width: 100%;
  padding: 0 5px;
}
.owl-product-carousel__promo-ribbon {
  background: #037562;
  color: #fff;
  display: inline-block;
  padding: 6px 13px;
  overflow: visible;
  min-height: 32px;
  max-width: 98%;
  line-height: 22px;
  text-decoration: none;
  border: 2px solid #fff;
  box-shadow: 0 0 2px 0 rgba(160, 160, 160, 0.5);
  border-radius: 4px;
  float: right;
}
@media (min-width: 1024px) {
  .owl-product-carousel .owl-pagination {
    display: none;
  }
  .owl-product-carousel__item {
    padding: 20px;
  }
}
.boxedContent {
  padding: 22px;
  background-color: #f6f6f6;
  margin-bottom: 15px;
}
.boxedContent--last {
  margin-bottom: 0;
}
.boxedContent__title {
  margin: 0 0 15px 0;
}
@media (min-width: 480px) {
  .boxedContent {
    margin-bottom: 25px;
  }
  .boxedContent--last {
    margin-bottom: 0;
  }
}
.cookieMessage {
  background-color: #f6f6f6;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 20px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.cookieMessage__column-button {
  margin-top: 20px;
  text-align: center;
}
.cookieMessage__content {
  margin: 0;
  line-height: 34px;
}
.cookieMessage__content:before {
  content: " ";
  background: url(/_ui/responsive/common/images/cookie.png);
  position: relative;
  left: auto;
  top: 8px;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  vertical-align: text-bottom;
  display: block;
  float: left;
}
.cookieMessage__content a {
  color: #00488d;
}
.cookieMessage__button {
  padding: 6px 15px;
}
@media (min-width: 640px) {
  .cookieMessage__column-content {
    width: 80%;
    float: left;
  }
  .cookieMessage__column-button {
    margin-top: 0;
    width: 20%;
    float: left;
  }
  .cookieMessage__button {
    float: right;
  }
}
ul.article-list {
  padding: 0;
  margin: 0 -10px;
}
ul.article-list li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul.article-list li a {
  display: block;
  margin: 10px;
}
ul.article-list li .article-container {
  border: 1px solid #e1e1e1;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
}
ul.article-list li .article-container:hover {
  border-color: #00488d;
}
ul.article-list li .article-container img {
  width: 100%;
  height: auto;
}
ul.article-list li .article-container p {
  margin: 1em 0 0 0;
}
ul.article-list li .article-container h4 {
  font-weight: normal;
  padding: 0;
  margin: 0 0 1em;
  min-height: 2em;
}
ul.article-list li:nth-child(odd) {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  ul.article-list {
    margin: 0 -5px;
  }
  ul.article-list li a {
    margin: 5px;
  }
  ul.article-list li .article-container {
    padding: 1em 0.5em;
  }
}
@media only screen and (min-width: 640px) {
  ul.article-list li:nth-child(odd) {
    clear: none;
  }
}
.my_account .account-navigation-header {
  padding-top: 0;
}
.my_account .account-navigation-header a.nav-title {
  color: #00488d;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: none;
  font-weight: 900;
  display: inline;
}
.my_account .account-navigation-header .account-navigation-logout a {
  display: inline;
}
@media (max-width: 1023px) {
  .my_account .account-navigation-header {
    min-height: 30px;
  }
  .my_account .account-navigation-header a {
    float: left;
  }
  .my_account .account-navigation-header .account-navigation-logout {
    float: right;
  }
}
.my_account .account-navigation-list .title {
  color: #010101;
}
.my_account .account-navigation-list li a {
  color: #010101;
  font-weight: 300;
  line-height: 24px;
}
.my_account .account-home-section .account-home-section-header {
  background-color: #e1e1e1;
  text-transform: none;
}
.my_account .account-home-section .account-home-section-header h4 {
  color: #010101;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  margin: 0;
}
.my_account .account-home-section .account-home-section-header h4 strong {
  font-weight: 700;
}
.my_account .account-home-section-content ul li a {
  color: #010101;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 300;
  line-height: 24px;
}
.product-details {
  margin-top: 25px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .product-details {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.product-details .product-details-content {
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .product-details .product-details-content {
    padding-right: 10px;
  }
}
.product-details .product-header {
  padding: 0 10px;
}
.product-details .product-header .rating {
  margin: 0;
}
.product-details .product-header .rating .rating-stars {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  letter-spacing: 50px;
  min-width: 85px;
}
.product-details .product-header .rating .rating-stars span {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  overflow: hidden;
  height: 1.5em;
  display: block;
  float: left;
}
.product-details .product-image-wrapper {
  padding: 20px 0 10px;
}
@media (min-width: 1023px) {
  .product-details .product-image-wrapper {
    position: relative;
    top: -75px;
    padding: 0;
  }
}
.product-details .selectize-dropdown {
  width: 70px;
  display: inline-block;
}
.product-details .select-error label {
  color: #d00000;
}
.product-details .addtocart-component .btn span {
  color: #ffffff;
}
.product-details .addtocart-component .btn:hover span,
.product-details .addtocart-component .btn:active span,
.product-details .addtocart-component .btn:visited span {
  color: #eb9b0e;
}
.product-details .addtocart-component .btn:focus {
  background-color: #eb9b0e;
  color: #ffffff;
  border: 1px solid #eb9b0e;
}
.product-details .name {
  color: #232323;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1023px) {
  .product-details .name {
    font-size: 24px;
  }
}
.product-details .rating {
  margin: 5px 0 0;
}
.product-details .description {
  padding: 10px 0;
}
.product-details .description p {
  line-height: 1.6em;
}
@media (max-width: 1023px) {
  .product-details .description {
    display: none;
  }
}
.product-details .alert {
  margin: 10px 0;
}
@media (max-width: 1023px) {
  .product-details .price-display {
    margin-top: 10px;
  }
}
.product-details .display-prices {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.product-details .display-prices li {
  display: block;
  vertical-align: bottom;
}
.product-details .display-prices .price-label {
  width: 33%;
  max-width: 80px;
  display: inline-block;
  text-transform: capitalize;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: normal;
}
.product-details .display-prices .price-value {
  font-size: 28px;
  line-height: 42px;
  font-size: 2.8rem;
  line-height: 4.199999999999999rem;
  font-weight: bold;
  color: #bf001a;
}
.product-details .display-prices .price-was-value {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-decoration: line-through;
}
.product-details .display-prices .price-saving-value {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #bf001a;
}
.product-details .product-offer-info {
  color: #666c71;
  font-size: 18px;
  font-weight: bold;
}
.product-details .product-offer-info .deliveryMessage {
  color: #308dd4;
}
.product-details .stock-status {
  font-weight: bold;
  vertical-align: top;
  padding: 14px 0 0 10px;
  display: inline-block;
  color: #666c71;
  line-height: 1.2em;
}
.product-details .stock-status .glyphicons {
  margin-right: 2px;
}
.product-details .stock-status.in-stock {
  color: #4caf50;
}
.product-details .add-to-cart {
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .product-details .add-to-cart {
    padding: 0;
    border: none;
  }
}
.product-details .addtocart-component label {
  padding: 6px 1em 0 0;
  color: #666666;
  font-weight: normal;
  vertical-align: middle;
}
@media only screen and (max-width: 1400px) {
  .product-details .addtocart-component label {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-details .addtocart-component label {
    padding-top: 12px;
  }
}
.product-details .addtocart-component label.qty-disabled {
  color: #979797;
}
.product-details .addtocart-component .js-qty-selector-input {
  color: #3a3a3b;
  border-radius: 3px;
  text-align: left;
  padding: 2px 10px;
}
.product-details .addtocart-component .js-qty-selector-input:not(.disabled-primary-input):disabled {
  color: #979797;
}
.product-details .addtocart-component .disabled-primary-input:disabled {
  background-color: #ffffff;
}
.product-details .addtocart-component .qty-selector {
  width: auto;
  min-width: 70px;
  margin-bottom: 10px;
  float: right;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .product-details .addtocart-component .qty-selector {
    height: 44px;
  }
}
.product-details .addtocart-component select#qty {
  width: 100%;
  height: 35px;
}
.product-details .addtocart-component .selectize-control.single .selectize-input:after {
  right: 10px;
}
.product-details .addtocart-component .selectize-input.items {
  padding: 7px 8px;
}
.product-details .addtocart-component .selectize-input.items input {
  height: auto;
}
.product-details .addtocart-component #addToCartButton {
  width: 100%;
  display: block;
}
.product-details .addtocart-component #addToCartButton .glyphicons {
  line-height: 1.3em;
}
.product-details .addtocart-component .prescription-required {
  margin-bottom: 0;
}
.product-details .addtocart-component .prescription-required a {
  display: block;
  width: 100%;
  padding: 0.5em;
  text-align: center;
}
.product-details .addtocart-component .prescription-required a .glyphicons {
  float: none;
  padding-bottom: 0;
}
.product-details .addtocart-component .AddToCart-PickUpInStoreAction {
  padding-top: 1em;
  clear: both;
  width: auto;
  display: block;
}
.product-details .addtocart-component .AddToCart-PickUpInStoreAction {
  text-align: right;
}
.product-details .addtocart-component .AddToCart-PickUpInStoreAction .btn {
  width: auto;
  display: inline-block;
}
.product-details .addtocart-component .button-disabled {
  cursor: not-allowed;
}
.product-details .addtocart-component .btn-block:disabled {
  color: #fff;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  cursor: not-allowed;
}
.product-details .addtocart-component .btn-block.disabled-primary-colour:disabled {
  background-color: #eb9b0e;
  border-color: #eb9b0e;
}
.product-details input {
  height: 2.4em;
}
.add-to-favourites {
  margin-top: 15px;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
}
.add-to-favourites:after {
  content: "";
  display: table;
  clear: both;
}
.add-to-favourites .glyphicons {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
}
.product-share {
  margin-top: 1em;
  clear: both;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.product-share,
.product-share .a2a_default_style,
.product-share a {
  float: left;
}
.product-share .share-label {
  float: left;
  line-height: 1.8em;
  color: #232323;
  padding-right: 0.8em;
}
.product-share .a2a_kit a {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: #e1e1e1;
  filter: grayscale(100%);
}
.product-share .a2a_kit a span.a2a_s_facebook,
.product-share .a2a_kit a span.a2a_s_google_plus {
  opacity: .6;
}
.product-share .a2a_kit a span {
  border-radius: 0 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-share .a2a_kit a span {
    opacity: 0.75;
  }
}
.product-share .a2a_kit a:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.product-share .a2a_kit a:hover span {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .product-share {
    padding-bottom: 1em;
  }
}
.free-delivery {
  text-align: center;
}
.page-productDetails .prod_image_main {
  text-align: center;
  margin-bottom: 20px;
  height: 300px;
}
.page-productDetails .prod_image_main .zoom {
  position: relative;
  cursor: zoom-in;
}
.page-productDetails .prod_image_main .zoom .glyphicons {
  position: absolute;
  top: 0px;
  left: 300px;
  font-size: 1.4em;
  line-height: 1.4em;
}
@media only screen and (max-width: 740px) {
  .page-productDetails .prod_image_main .zoom {
    cursor: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .page-productDetails .prod_image_main {
    margin: auto;
  }
}
.page-productDetails .prod_image_main img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 300px;
}
@media only screen and (min-width: 1400px) {
  .page-productDetails .prod_image_main {
    text-align: left;
    margin-bottom: 0;
  }
}
.page-productDetails .tabs {
  margin: 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
}
.page-productDetails .tabs.tabs-responsive {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.page-productDetails .tabs .tabs-list {
  margin: 0 auto;
  max-width: 1400px;
  padding: 10px 10px 0;
  border: none;
}
.page-productDetails .tabs .tabs-list > li.active a {
  background-color: #ffffff;
  border: none;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #ffffff;
  color: #232323;
}
.page-productDetails .tabs .tabs-list > li a {
  text-transform: capitalize;
  background-color: #e1e1e1;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-right: 8px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 3px 3px 0 0;
  padding: 6px 12px;
  font-weight: normal;
  color: #3a3a3b;
}
.page-productDetails .tabs .tab-details {
  padding: 0 10px;
}
@media only screen and (max-width: 1400px) {
  .page-productDetails .tabs.tabs-responsive .tabhead,
  .page-productDetails .tabs.tabs-responsive .tab_drawer_heading {
    background-color: #e1e1e1;
    text-transform: uppercase;
  }
  .page-productDetails .tabs.tabs-responsive .tabhead.active,
  .page-productDetails .tabs.tabs-responsive .tab_drawer_heading.active {
    background-color: #232323;
  }
  .page-productDetails .tabs .tabs-list {
    max-width: 1024px;
  }
}
.page-productDetails .tab_container .open-accordian,
.page-productDetails .tab_container .close-accordian {
  display: none;
  float: right;
  margin-top: -2px;
}
@media (max-width: 1023px) {
  .page-productDetails {
    border-bottom: 1px solid #dddddd;
  }
  .page-productDetails .tabhead:focus,
  .page-productDetails .tab_drawer_heading:focus {
    outline: none;
  }
  .page-productDetails .tabhead.d_active,
  .page-productDetails .tab_drawer_heading.d_active {
    color: #232323;
  }
  .page-productDetails .tabhead.d_active .close-accordian,
  .page-productDetails .tab_drawer_heading.d_active .close-accordian {
    display: block;
  }
  .page-productDetails .tabhead.d_active .open-accordian,
  .page-productDetails .tab_drawer_heading.d_active .open-accordian {
    display: none;
  }
  .page-productDetails .tabhead .open-accordian,
  .page-productDetails .tab_drawer_heading .open-accordian {
    display: block;
  }
  .page-productDetails .tab-details {
    padding: 0 10px!important;
  }
  .page-productDetails .tabbody {
    padding: 20px 0;
  }
}
.page-productDetails .tabbody {
  padding: 30px 10px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .page-productDetails .tabbody {
    padding: 20px 10px 0;
  }
}
.page-productDetails .tabbody.review-wrapper {
  padding-top: 30px;
  border: none;
}
@media (max-width: 1023px) {
  .page-productDetails .tabbody.review-wrapper {
    padding: 10px 10px 20px;
  }
}
.page-productDetails .tab_content {
  padding: 20px;
  display: none;
}
.page-productDetails .tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-productDetails .tabs {
    display: none;
  }
  .page-productDetails .tab_drawer_heading {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    /*background-color: #ccc;*/
    /*color: #fff;*/
    /*border-top: 1px solid #333;*/
    margin: -1px 0 0 0;
    line-height: 1;
    padding: 15px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .page-productDetails .d_active {
    background-color: white;
    color: #232323;
  }
}
.page-productDetails .product-vmd-info {
  border-top: 1px solid #e1e1e1;
  padding-top: 1em;
  padding-bottom: 0;
  margin-top: 1em;
}
.page-productDetails .product-vmd-info p {
  padding-bottom: 0;
}
.page-productDetails .global-alerts {
  margin-top: 1em;
}
@media only screen and (max-width: 480px) {
  body.language-fr .product-details .addtocart-component label,
  body.language-de .product-details .addtocart-component label {
    padding-right: 4px;
  }
  body.language-fr .product-details .btn,
  body.language-de .product-details .btn {
    padding: 10px;
  }
}
.lt-IE .product-details .product-share .a2a_kit a span {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.lt-IE .product-details .product-share .a2a_kit a span:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(enabled=false)";
}
.stock-notification a.link-cancel {
  margin-left: 2em;
}
.stock-notification .stock-notification-label {
  padding-top: 0.5em;
  color: #666c71;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  text-align: center;
}
.stock-notification .oos-panel {
  overflow: hidden;
}
.stock-notification .oos-panel .price-has-promo {
  text-decoration: line-through;
}
.stock-notification .oos-panel .variant-selling-price {
  font-weight: bold;
}
.stock-notification .oos-panel .variant-info {
  font-weight: normal;
}
.stock-notification .oos-add-to-cart {
  margin-top: 20px;
}
.stock-notification .oos-add-to-cart .list-unstyled li {
  margin-bottom: 10px;
}
.stock-notification .oos-add-to-cart .badge {
  background-color: #5cb85c;
  font-weight: normal;
}
.stock-notification .btn-oosnotification {
  background-color: #308dd4;
  width: 100%;
  margin-top: 10px;
}
.stock-notification .btn-oosnotification .glyphicon {
  top: 2px;
  left: -3px;
}
.stock-notification .btn-oosnotification:hover,
.stock-notification .btn-oosnotification:focus {
  background-color: #eee;
}
.variant-was-price,
.variant-stockstatus {
  color: #979797;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  padding-right: 5px;
}
.variant-was-price {
  text-decoration: line-through;
}
.variant-name-single {
  display: inline-block;
  width: 33%;
  max-width: 80px;
  vertical-align: top;
}
.variant-name label {
  color: #666666;
  font-weight: normal;
  margin-bottom: 10px;
}
.variant-sale-price {
  display: none;
}
.only-one-option {
  display: inline-block;
  width: 60%;
}
.variant-section {
  margin-top: 10px;
}
.variant-select {
  width: 100%;
  margin-bottom: 5px;
}
.variant-select .variant-list {
  width: 100%;
  text-align: left;
  background: none;
  background-color: #ffffff;
  color: #232323;
  box-shadow: none;
  text-transform: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.variant-select .variant-list li {
  clear: both;
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.variant-select .variant-list li.variant-haspromo {
  background-color: #edf5f4;
}
@media (max-width: 1023px) {
  .variant-select .variant-list li {
    min-height: 46px;
  }
}
@media (max-width: 1023px) and (min-width: 639px) {
  .variant-select .variant-list li {
    font-size: 18px !important;
    line-height: 1.33;
    padding: 10px;
  }
}
.variant-select .variant-list li .variant-promo-info {
  color: #037562;
  padding-left: 1.9em;
  position: relative;
  margin-top: 4px;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
}
.variant-select .variant-list li .variant-promo-info p {
  color: #037562;
  margin: 0;
}
.variant-select .variant-list li .variant-promo-info:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E038";
  font-size: 1.25em;
  line-height: 1.25em;
  position: absolute;
  left: 2px;
  top: 0;
}
.variant-select .variant-list li:hover {
  background: #308dd4;
  color: #ffffff;
  border: 1px solid #308dd4;
}
.variant-select .variant-list li:hover .variant-extras .variant-promo-price,
.variant-select .variant-list li:hover .variant-extras .price-has-promo,
.variant-select .variant-list li:hover .variant-extras .promo-price,
.variant-select .variant-list li:hover .variant-extras .variant-was-price,
.variant-select .variant-list li:hover .variant-extras .variant-selling-price {
  color: #ffffff;
}
.variant-select .variant-list li:hover .variant-promo-info,
.variant-select .variant-list li:hover .variant-promo-info p,
.variant-select .variant-list li:hover .variant-priceperkg {
  color: #ffffff;
}
.variant-select .variant-list li.variant-outofstock,
.variant-select .variant-list li.variant-outofstock:hover {
  cursor: not-allowed;
  border: 1px solid #cccccc;
  color: #979797;
  background: #ffffff;
  font-style: italic;
}
.variant-select .variant-list li.variant-outofstock .variant-selling-price,
.variant-select .variant-list li.variant-outofstock:hover .variant-selling-price,
.variant-select .variant-list li.variant-outofstock .variant-was-price,
.variant-select .variant-list li.variant-outofstock:hover .variant-was-price,
.variant-select .variant-list li.variant-outofstock .variant-priceperkg,
.variant-select .variant-list li.variant-outofstock:hover .variant-priceperkg {
  color: #979797 !important;
}
.variant-select .variant-list li .promo-price {
  font-size: 1em;
}
.variant-select .variant-list li .variant-priceperkg {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  color: #979797;
  margin-left: 5px;
  display: inline-block;
}
.variant-select .variant-list li.variant-active {
  background: #e6fbff;
  border-color: #00adcc;
  color: #00adcc;
  -webkit-box-shadow: inset 0 0  0 1px @colourWhite;
  box-shadow: inset 0 0  0 1px @colourWhite;
}
.variant-select .variant-list li.variant-active span,
.variant-select .variant-list li.variant-active .variant-selling-price,
.variant-select .variant-list li.variant-active .variant-was-price,
.variant-select .variant-list li.variant-active .variant-promo-info,
.variant-select .variant-list li.variant-active .variant-promo-info p {
  color: #00adcc !important;
}
.variant-select .variant-list li.variant-active:hover {
  border: 1px solid #00adcc;
}
.variant-select .variant-list li.variant-outofstock.variant-active {
  color: #cccccc !important;
}
.variant-select .variant-list li.variant-single {
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  color: #666c71;
  margin: 0;
  cursor: default;
}
@media (max-width: 1023px) {
  .variant-select .variant-list li.variant-single {
    min-height: initial;
  }
}
.variant-select .variant-list li.variant-single:hover,
.variant-select .variant-list li.variant-single:focus,
.variant-select .variant-list li.variant-single.variant-active {
  border: none;
  background-color: transparent;
}
.variant-select .variant-list li.variant-single:hover .variant-promo-info,
.variant-select .variant-list li.variant-single:focus .variant-promo-info,
.variant-select .variant-list li.variant-single.variant-active .variant-promo-info,
.variant-select .variant-list li.variant-single:hover .variant-promo-info p,
.variant-select .variant-list li.variant-single:focus .variant-promo-info p,
.variant-select .variant-list li.variant-single.variant-active .variant-promo-info p {
  color: #037562;
}
.variant-select .variant-list li.variant-single label {
  padding: 0;
  background: transparent!important;
  cursor: default;
  border: none!important;
  color: #666c71 !important;
}
@media (max-width: 1023px) {
  .variant-select .variant-list li.variant-single label {
    min-height: initial;
  }
}
.variant-select .variant-list li.variant-single label .variant-list-name {
  color: #232323 !important;
}
.variant-select .variant-list li.variant-single label .variant-priceperkg {
  color: #666c71 !important;
}
@media (max-width: 1023px) {
  .variant-select .variant-list li.variant-single input {
    height: auto;
  }
}
.variant-select .variant-list li.variant-single .variant-was-price {
  display: none;
}
.variant-select .variant-list li.variant-single .variant-priceperkg,
.variant-select .variant-list li.variant-single .variant-list-name {
  color: #666666 !important;
  width: auto;
}
.variant-select .variant-list li.variant-single .variant-list-name {
  margin-right: 5px;
  color: #666c71 !important;
}
.variant-select .variant-list li.variant-single .variant-radio:checked + label .variant-promo-info,
.variant-select .variant-list li.variant-single .variant-radio:checked + label .variant-promo-info p {
  color: #037562;
}
.variant-select .variant-list li:after {
  clear: both;
  content: " ";
  display: block;
}
.variant-select .variant-list .variant-list-item {
  border: 1px solid #dddddd;
  border-radius: 3px;
  width: 100%;
  padding: 0;
  position: relative;
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  background: -o-linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}
@media (max-width: 639px) {
  .variant-select .variant-list .variant-list-item {
    justify-content: space-around;
  }
}
.variant-select .variant-list .variant-list-item .variant-extras {
  display: inline-block;
  text-align: right;
  width: 40%;
  float: right;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (max-width: 1023px) {
  .variant-select .variant-list .variant-list-item .variant-extras {
    margin-left: auto;
  }
}
.variant-select .variant-list .variant-list-item .variant-extras .variant-selling-price {
  font-weight: bold;
  color: #bf001a;
}
.variant-select .variant-list .variant-list-item .variant-extras .variant-info {
  font-size: 0.8em;
  display: inline-block;
}
@media (max-width: 639px) {
  .variant-select .variant-list .variant-list-item .variant-extras .variant-info {
    float: right;
    display: block;
    clear: both;
  }
}
.variant-select .variant-list .variant-list-item .variant-list-name {
  display: inline-block;
  width: 60%;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (max-width: 1023px) {
  .variant-select .variant-list .variant-list-item .variant-list-name {
    width: 50%;
    top: 30%;
  }
}
.variant-select .variant-list .variant-list-item label {
  width: 100%;
  display: block;
  padding: 0.5em 1em;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .variant-select .variant-list .variant-list-item label {
    min-height: 46px;
    padding: 0.7em 1em;
  }
}
@media (max-width: 639px) {
  .variant-select .variant-list .variant-list-item label {
    padding-top: 0.75em;
  }
}
.variant-select .variant-list .variant-list-item.variant-outofstock label {
  cursor: not-allowed;
}
.variant-select .variant-list .variant-list-item .variant-radio {
  position: absolute;
  visibility: hidden;
}
.variant-select .variant-list .variant-list-item .variant-radio:checked + label {
  background: #e6fbff;
  border: 1px solid #00adcc;
  color: #00adcc;
}
.variant-select .variant-list .variant-list-item .variant-radio:checked + label span,
.variant-select .variant-list .variant-list-item .variant-radio:checked + label .variant-selling-price,
.variant-select .variant-list .variant-list-item .variant-radio:checked + label .variant-was-price,
.variant-select .variant-list .variant-list-item .variant-radio:checked + label .variant-promo-info,
.variant-select .variant-list .variant-list-item .variant-radio:checked + label .variant-promo-info p {
  color: #00adcc;
}
.variant-select .variant-list .variant-list-name {
  margin: auto 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rating {
  display: inline-block;
  vertical-align: middle;
}
.rating:before,
.rating:after {
  content: " ";
  display: table;
}
.rating:after {
  clear: both;
}
.rating:before,
.rating:after {
  content: " ";
  display: table;
}
.rating:after {
  clear: both;
}
.rating .rating-stars {
  margin: 0 20px 0 0;
  padding: 3px 0 1px;
  letter-spacing: 50px;
  min-width: 85px;
}
.rating .rating-stars span {
  font-size: 22px;
  color: #dee3e8;
  overflow: hidden;
  position: static;
  width: 1em;
  height: 1em;
  display: block;
  float: left;
  margin: 0 0.2em 0 0;
}
.rating .rating-stars span.fh {
  width: 0.5em;
  margin-right: 0;
}
.rating .rating-stars span.lh {
  width: 0.5em;
  text-indent: -0.5em;
  margin-left: 0;
}
.rating .rating-stars span.qlh {
  width: 0.35em;
  margin-right: 0;
}
.rating .rating-stars span.qrh {
  width: 0.65em;
  text-indent: -0.35em;
  margin-left: 0;
}
.rating .rating-stars span.tqlh {
  width: 0.65em;
  margin-right: 0;
}
.rating .rating-stars span.tqrh {
  width: 0.35em;
  text-indent: -0.65em;
  margin-left: 0;
}
.rating .rating-stars span.active {
  color: #eb9b0e;
}
.rating.rating-set .rating-stars {
  cursor: pointer;
}
.rating a {
  padding: 0 10px;
}
.rating,
.rating a {
  color: #308dd4;
}
.rating p.no-ratings {
  font-size: 15px;
  margin-top: 3px;
}
.ratings {
  margin: 5px 0 15px;
}
.ratings a {
  padding: 0 10px;
  vertical-align: middle;
}
.ratings,
.ratings a {
  color: #308dd4;
}
.ratings .showReviews {
  vertical-align: middle;
}
.reviewRow {
  padding: 25px 0;
}
.reviewRow .selected-lang-flag {
  padding-left: 2em;
}
.reviewRow .chooseReviewLang {
  padding-top: 5px;
}
@media only screen and (min-width: 1400px) {
  .reviewRow .chooseReviewLang {
    display: inline;
  }
}
.topReviewRow {
  padding: 0 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 640px) {
  .topReviewRow .average-rating-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.topReviewRow .rating-percentage-section {
  display: flex;
  padding-left: 0;
}
.topReviewRow .rating-percentage-section .progress {
  width: 75%;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .topReviewRow .rating-percentage-section .progress {
    width: 70%;
  }
}
.topReviewRow .rating-percentage-section .progress .progress-bar {
  background-color: #4caf50;
}
.topReviewRow .rating-percentage-section .rating-text {
  margin-right: 10px;
}
.topReviewRow .rating-percentage-section .rating-percentage {
  margin-left: 10px;
}
.emptyReviewRow {
  padding-top: 0;
}
.averageRating {
  padding: 0 10px;
}
@media only screen and (min-width: 640px) {
  .averageRating {
    display: flex;
    flex-direction: column;
  }
}
.averageRating .rating {
  font-size: 2em;
}
.averageRating.ratingText .no-ratings {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  .averageRating.ratingText p {
    margin: 5px 0 0;
  }
}
.averageRating.ratingText span {
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
  margin-left: 10px;
}
.review-pagination-bar {
  float: right;
  padding: 0;
}
.review-pagination-bar .show-less,
.review-pagination-bar .show-more {
  display: block;
  padding: 5px 0;
  color: #00adcc;
  text-decoration: none;
}
.review-pagination-bar .show-less .indicator-text,
.review-pagination-bar .show-more .indicator-text {
  text-decoration: underline;
}
.review-pagination-bar .show-less:hover,
.review-pagination-bar .show-more:hover {
  text-decoration: none;
}
.review-pagination-bar .show-less:hover .indicator,
.review-pagination-bar .show-more:hover .indicator {
  text-decoration: none;
}
.review-pagination-bar .js-review-write-toggle {
  float: right;
}
@media only screen and (max-width: 639px) {
  .review-pagination-bar .js-review-write-toggle {
    float: none !important;
  }
}
.review-pagination-bar .js-review-write-toggle.review-empty {
  margin-top: 10px;
  float: left;
}
.review-pagination-bar .glyphicons-pencil {
  margin-right: 8px;
  font-size: 15px;
  top: 3px;
}
.review-container .review-details .write-review-container .form-control {
  border-radius: 3px;
}
.review-container .review-details .write-review-container .js-ratingSetInput {
  display: none;
}
.review-container .review-details h3 {
  font-size: 20px;
}
.review-container .review-details .write-review-container .write-review {
  padding-top: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e1e1e1;
}
.review-container .review-details .write-review-container .write-review .form-group {
  margin-bottom: 20px;
}
.review-container .review-details .write-review-container .write-review .rating-stars {
  font-size: 2em;
}
@media (max-width: 1023px) {
  .review-container .review-details .write-review-container .write-review .rating-stars {
    font-size: 3em;
  }
}
.review-container .review-details .write-review-container .write-review .toFewCharacters {
  border: 1px solid #ffdce1;
}
.review-container .review-details .write-review-container .write-review .jqEasyCounterMsg {
  width: 100% !important;
  display: none;
}
#reviews .review-list .review-entry {
  clear: both;
}
#reviews .review-list .review-entry .content {
  font-size: 15px;
  line-height: 23px;
}
#reviews .review-list .review-entry .rating {
  margin-top: 5px;
}
#reviews p {
  font-size: 15px;
  padding-left: 0;
  margin-top: 3px;
  color: #010101;
  line-height: 23px;
}
#reviews #review-lang-selector {
  height: 35px;
  min-width: 110px;
}
@media only screen and (max-width: 1023px) {
  #reviews #review-lang-selector {
    font-size: 16px;
  }
}
#reviews li {
  padding: 15px 0 23px 0;
  margin-left: -38px;
  list-style-type: none;
  border-bottom: 1px dashed #cccccc;
}
#reviews li:last-child {
  border-bottom: none;
}
#reviews li .title {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 0.5em;
}
#reviews li .content {
  padding: 0.5em 0;
}
#reviews li .author,
#reviews li .date {
  font-weight: bold;
  color: #010101;
}
@media only screen and (max-width: 639px) {
  #reviews #chooseReviewLang {
    float: none!important;
  }
}
.recommended-products-wrapper {
  background-color: #f6f6f6;
}
.recommended-products-wrapper.recommended-products-bottom {
  margin-bottom: 40px;
}
.recommended-products-wrapper h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 1023px) {
  .recommended-products-wrapper h3 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.thumbnailContainer {
  margin-top: 5px;
}
.thumbnailContainer .pdpThumbnail {
  width: fit-content;
  float: left;
  margin-right: 5px;
  width: 90px;
  height: 90px;
  cursor: pointer;
  position: relative;
}
.thumbnailContainer .videoThumbnail:after {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -75%);
  width: 50px;
  height: 35px;
  background: url('/_ui/responsive/common/images/youtubePlayButton.png');
  background-size: cover;
  content: '';
  opacity: 0.6;
}
.thumbnailContainer .videoThumbnail:hover:after {
  opacity: 1;
}
.thumbnailContainer .videoThumbnail .youtubeThumbnail {
  padding-top: 12%;
}
.thumbnailContainer .selectedThumbnail {
  border: 2px #ff640f solid;
}
.youtubeIFrame {
  width: inherit;
  height: inherit;
}
.productTabLinks {
  padding-top: 10px;
}
.productTabLinks .pdpTabLink {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .productTabLinks .pdpTabLink {
    margin-right: 5px;
  }
}
.productTabLinks .mobileOnlyLink {
  display: none;
}
@media (max-width: 1023px) {
  .productTabLinks .mobileOnlyLink {
    display: -webkit-inline-box;
  }
}
.account-orderhistory .product-list-item {
  position: relative;
}
.account-orderhistory .product-list-item .thumb img {
  max-width: 100%;
  height: auto;
}
.account-orderhistory .product-list-item .name {
  font-size: 1.3em;
  color: #308dd4;
  font-weight: bold;
  margin-top: 10px;
}
.account-orderhistory .product-list-item .summary {
  color: #232323;
  padding-top: 10px;
  padding-bottom: 10px;
}
.account-orderhistory .product-list-item .price {
  color: #00488d;
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  display: inline;
}
.account-orderhistory .product-list-item .price del {
  color: #232323;
}
.account-orderhistory .product-list-item .promo-price {
  display: inline;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.account-orderhistory .product-list-item .qty-selector {
  margin: 0 1em 0 0;
  width: auto;
}
.account-orderhistory .product-list-item .qty-selector span,
.account-orderhistory .product-list-item .qty-selector input,
.account-orderhistory .product-list-item .qty-selector {
  float: left;
  height: 2.4em;
  font-weight: normal;
}
.account-orderhistory .product-list-item .qty-selector span {
  line-height: 3.2em;
}
.account-orderhistory .product-list-item .qty-selector input {
  margin-left: 1em;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistory .product-list-item .qty-selector span {
    line-height: 2.4em;
  }
}
.account-orderhistory .product-list-item .btn:disabled {
  color: #fff;
  background-color: #232323;
  opacity: 0.2;
  line-height: 1.6em;
}
.account-orderhistory .product-list-item .add_Loyalty_VIP_product {
  padding-top: 10px;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .account-orderhistory .btn {
    padding: 9px 15px;
  }
  .account-orderhistory .btn:disabled {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .account-orderhistory .account-orderhistory-list {
    padding: 0;
  }
  .account-orderhistory .reorder-price {
    float: right;
    padding-bottom: 1em;
  }
  .account-orderhistory .btn {
    padding: 9px 7px;
  }
  .account-orderhistory .btn:disabled {
    padding: 10px 8px;
  }
}
.account-section-content .results-displayed {
  width: auto;
  display: inline-block;
}
.account-section-content .results-displayed strong {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.account-section-content .account-orderdetail .order-details p {
  margin: 0;
}
.account-section-content .account-orderdetail .order-details .name {
  float: left;
  display: block;
  margin: 0;
}
.account-section-content .account-orderdetail .order-details .price {
  float: right;
}
.account-section-content .account-orderdetail .order-details .quantityUnits {
  float: left;
}
.account-section-content .account-orderdetail .order-details .promotions {
  float: left;
}
.account-section-content .account-orderdetail .order-details .buyagain {
  margin: 1em 0 1em 0;
  clear: both;
}
.account-section-content .account-orderhistory-pagination .ma-col-md-auto {
  float: right;
}
.account-section-content .account-orderhistory-pagination .ma-col-md-auto .pagination {
  float: right;
}
.account-section-content .account-orderhistory-pagination .ma-col-md-auto .pagination > li > a,
.account-section-content .account-orderhistory-pagination .ma-col-md-auto .pagination > li > span {
  width: auto;
}
.account-section-content .account-orderhistory-pagination .ma-col-md-auto .pager {
  float: right;
}
.account-section-content .account-orderhistory-pagination .ma-col-md-auto .pager li a {
  border-radius: 0;
  color: #00488d;
}
@media only screen and (min-width: 640px) {
  .account-section-content .account-orderhistory-pagination .ma-col-md-auto {
    min-width: 40%;
  }
}
.account-section-content .account-orderhistory-list h4 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 300;
}
.account-section-content .account-orderhistory-list .order-details li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.account-section-content p span {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.account-section-content p strong {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.account-section-content p .popover-label {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: normal;
}
.account-section-content p .popover-label:hover {
  cursor: pointer;
}
.account-section-content p .popover-label span {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}
.account-paymentdetails .account-paymentdetails-list .right {
  float: right;
}
.account-paymentdetails .account-paymentdetails-list .remove {
  padding-top: 10px;
}
.account-paymentdetails .account-paymentdetails-list ul {
  padding: 0;
}
.account-paymentdetails .account-paymentdetails-list .account-paymentdetails-list-item {
  list-style: none;
  margin: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}
.account-paymentdetails .account-paymentdetails-list .account-paymentdetails-list-item:first-child {
  border-top: none;
}
.account-paymentdetails .account-paymentdetails-list .account-paymentdetails-list-item .remove-item-confirm {
  display: inline;
}
.account-paymentdetails .account-paymentdetails-list .account-paymentdetails-list-item ul {
  padding: 0;
  list-style: none;
}
.account-paymentdetails .account-paymentdetails-list .account-paymentdetails-list-item ul li {
  border: none;
  padding: 0;
}
.account-paymentdetails .account-paymentdetails-list .account-paymentdetails-list-item ul li strong {
  text-transform: capitalize;
}
.account-paymentdetails .account-paymentdetails-list .account-paymentdetails-list-item ul li p {
  margin: 0;
}
.petProfile .addPet {
  margin-bottom: 17px;
}
.petProfile .rightLine {
  border-right: 1px solid #e1e1e1;
  padding-right: 24px;
  margin-right: 24px;
}
.petProfile .animalProfileList {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.petProfile .animalProfileList li {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  color: #666c71;
}
.petProfile .animalProfileList li:first-child {
  border-top: none;
}
.petProfile .animalProfileList li:last-child {
  padding: 10px 0 17px 0;
}
.petProfile .animalProfileList li .modal-content .btn-info,
.petProfile .animalProfileList li .modal-content .btn-default {
  margin-top: 0px;
}
.petProfile .animalProfileList h2 {
  font-size: 1em;
  font-weight: 900;
  color: #00488d;
  padding: 0;
  float: left;
}
.petProfile .animalProfileList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.petProfile .animalProfileList ul li {
  padding: 5px 0 5px 0;
  margin: 0;
  border-top: 0px solid #e1e1e1;
  width: 100%;
}
.petProfile .animalProfileList ul li:last-child {
  border-bottom: 0px solid #e1e1e1;
  padding: 5px 0 5px 0;
}
.petProfile .animalProfileList .button-row {
  float: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.petProfile .animalProfileList .button-row li {
  margin-right: 5px;
}
.petProfile .animalProfileList .button-row li .pet-profile-progress {
  width: auto;
}
.petProfile .animalProfileList .button-row li a {
  width: auto;
}
.petProfile .animalProfileList .button-row .delete-profile li {
  width: auto;
}
.petProfile .animalProfileList .button-row .remove-item {
  float: right;
}
.petProfile .animalProfileList .petProfile .animalProfileList ul li {
  width: auto;
}
.petProfile .animalProfileList .delete-profile {
  width: auto;
}
@media (max-width: 640px) {
  .petProfile .pet-name {
    display: table-header-group;
  }
  .petProfile .pet-details {
    display: table-row-group;
  }
  .petProfile .pet-change {
    display: table-footer-group;
  }
  .petProfile .pet-change .button-row {
    float: left;
    margin-left: 0.7em;
  }
}
.level-on {
  z-index: 200;
}
.level-on .level .round-marker {
  border: 5px solid #eb9b0e;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .level-on .level .round-marker {
    -webkit-box-shadow: 0 0 15px 5px #979797;
    box-shadow: 0 0 40px 5px #979797;
  }
}
.loyalty-totals {
  font-size: 20px;
}
.loyalty-totals span {
  padding: 0 1em;
  border-right: 1px solid #232323;
}
.loyalty-totals span:last-child {
  border-right: 0px solid #232323;
}
.loyalty-totals span.glyphicons {
  border-right: 0px solid #232323;
}
.loyalty-totals span:first-child {
  padding: 0 1em 0 0;
}
@media (max-width: 640px) {
  .loyalty-totals span {
    display: block;
    border-right: 0px solid #232323;
    padding-left: 0;
  }
}
.loyalty-slot .content {
  padding-left: 10px;
}
.vip .benefits-title {
  display: inline-block;
  padding-left: 10px;
}
.align-loyalty-text-block {
  padding-left: 0;
}
.progress-line {
  width: 90%;
  height: 30px;
  background: #00488d;
  position: absolute;
  top: 190px;
  left: 50px;
}
.level-achieved-marker .level-complete {
  visibility: visible;
  background: none;
}
.required-orders-5 .progress-width {
  width: 0;
  height: 30px;
  background: #eb9b0e;
  position: absolute;
  top: 190px;
  left: 50px;
}
.required-orders-5 .loyalty-level-1 {
  z-index: 200;
}
.required-orders-5 .loyalty-level-1 .level .round-marker {
  border: 5px solid #eb9b0e;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .required-orders-5 .loyalty-level-1 .level .round-marker {
    -webkit-box-shadow: 0 0 15px 5px #979797;
    box-shadow: 0 0 40px 5px #979797;
  }
}
.required-orders-4 .progress-width {
  width: 20%;
  height: 30px;
  background: #eb9b0e;
  position: absolute;
  top: 190px;
  left: 50px;
}
.required-orders-4 .loyalty-level-1 .level-complete {
  visibility: visible;
  background: none;
}
.required-orders-4 .loyalty-level-1 .level .round-marker {
  background-image: url(../../theme-blue/images/loyalty/MA-Stamp-PNG.png);
}
.required-orders-4 .loyalty-level-1 .level .round-marker p {
  display: none;
}
.required-orders-4 .loyalty-level-2 {
  z-index: 200;
}
.required-orders-4 .loyalty-level-2 .level .round-marker {
  border: 5px solid #eb9b0e;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .required-orders-4 .loyalty-level-2 .level .round-marker {
    -webkit-box-shadow: 0 0 15px 5px #979797;
    box-shadow: 0 0 40px 5px #979797;
  }
}
.required-orders-3 .progress-width {
  width: 35%;
  height: 30px;
  background: #eb9b0e;
  position: absolute;
  top: 190px;
  left: 50px;
}
.required-orders-3 .loyalty-level-1 .level-complete,
.required-orders-3 .loyalty-level-2 .level-complete {
  visibility: visible;
  background: none;
}
.required-orders-3 .loyalty-level-1 .level .round-marker,
.required-orders-3 .loyalty-level-2 .level .round-marker {
  background-image: url(../../theme-blue/images/loyalty/MA-Stamp-PNG.png);
}
.required-orders-3 .loyalty-level-1 .level .round-marker p,
.required-orders-3 .loyalty-level-2 .level .round-marker p {
  display: none;
}
.required-orders-3 .loyalty-level-3 {
  z-index: 200;
}
.required-orders-3 .loyalty-level-3 .level .round-marker {
  border: 5px solid #eb9b0e;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .required-orders-3 .loyalty-level-3 .level .round-marker {
    -webkit-box-shadow: 0 0 15px 5px #979797;
    box-shadow: 0 0 40px 5px #979797;
  }
}
.required-orders-2 .progress-width {
  width: 50%;
  height: 30px;
  background: #eb9b0e;
  position: absolute;
  top: 190px;
  left: 50px;
}
.required-orders-2 .loyalty-level-1 .level-complete,
.required-orders-2 .loyalty-level-2 .level-complete,
.required-orders-2 .loyalty-level-3 .level-complete {
  visibility: visible;
  background: none;
}
.required-orders-2 .loyalty-level-1 .level .round-marker,
.required-orders-2 .loyalty-level-2 .level .round-marker,
.required-orders-2 .loyalty-level-3 .level .round-marker {
  background-image: url(../../theme-blue/images/loyalty/MA-Stamp-PNG.png);
}
.required-orders-2 .loyalty-level-1 .level .round-marker p,
.required-orders-2 .loyalty-level-2 .level .round-marker p,
.required-orders-2 .loyalty-level-3 .level .round-marker p {
  display: none;
}
.required-orders-2 .loyalty-level-4 {
  z-index: 200;
}
.required-orders-2 .loyalty-level-4 .level .round-marker {
  border: 5px solid #eb9b0e;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .required-orders-2 .loyalty-level-4 .level .round-marker {
    -webkit-box-shadow: 0 0 15px 5px #979797;
    box-shadow: 0 0 40px 5px #979797;
  }
}
.required-orders-1 .progress-width {
  width: 70%;
  height: 30px;
  background: #eb9b0e;
  position: absolute;
  top: 190px;
  left: 50px;
}
.required-orders-1 .loyalty-level-1 .level-complete,
.required-orders-1 .loyalty-level-2 .level-complete,
.required-orders-1 .loyalty-level-3 .level-complete,
.required-orders-1 .loyalty-level-4 .level-complete {
  visibility: visible;
  background: none;
}
.required-orders-1 .loyalty-level-1 .level .round-marker,
.required-orders-1 .loyalty-level-2 .level .round-marker,
.required-orders-1 .loyalty-level-3 .level .round-marker,
.required-orders-1 .loyalty-level-4 .level .round-marker {
  background-image: url(../../theme-blue/images/loyalty/MA-Stamp-PNG.png);
}
.required-orders-1 .loyalty-level-1 .level .round-marker p,
.required-orders-1 .loyalty-level-2 .level .round-marker p,
.required-orders-1 .loyalty-level-3 .level .round-marker p,
.required-orders-1 .loyalty-level-4 .level .round-marker p {
  display: none;
}
.required-orders-1 .loyalty-level-5 {
  z-index: 200;
}
.required-orders-1 .loyalty-level-5 .level .round-marker {
  border: 5px solid #eb9b0e;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .required-orders-1 .loyalty-level-5 .level .round-marker {
    -webkit-box-shadow: 0 0 15px 5px #979797;
    box-shadow: 0 0 40px 5px #979797;
  }
}
.required-orders-0 .progress-width {
  width: 90%;
  height: 30px;
  background: #eb9b0e;
  position: absolute;
  top: 190px;
  left: 50px;
}
.required-orders-0 .loyalty-level-1 .level-complete,
.required-orders-0 .loyalty-level-2 .level-complete,
.required-orders-0 .loyalty-level-3 .level-complete,
.required-orders-0 .loyalty-level-4 .level-complete,
.required-orders-0 .loyalty-level-5 .level-complete {
  visibility: visible;
  background: none;
}
.required-orders-0 .loyalty-level-1 .level .round-marker,
.required-orders-0 .loyalty-level-2 .level .round-marker,
.required-orders-0 .loyalty-level-3 .level .round-marker,
.required-orders-0 .loyalty-level-4 .level .round-marker,
.required-orders-0 .loyalty-level-5 .level .round-marker {
  background-image: url(../../theme-blue/images/loyalty/MA-Stamp-PNG.png);
}
.required-orders-0 .loyalty-level-1 .level .round-marker p,
.required-orders-0 .loyalty-level-2 .level .round-marker p,
.required-orders-0 .loyalty-level-3 .level .round-marker p,
.required-orders-0 .loyalty-level-4 .level .round-marker p,
.required-orders-0 .loyalty-level-5 .level .round-marker p {
  display: none;
}
.required-orders-0 .loyalty-level-6 {
  z-index: 200;
}
.required-orders-0 .loyalty-level-6 .level .round-marker {
  border: 5px solid #eb9b0e;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .required-orders-0 .loyalty-level-6 .level .round-marker {
    -webkit-box-shadow: 0 0 15px 5px #979797;
    box-shadow: 0 0 40px 5px #979797;
  }
}
.level-visual {
  text-align: center;
}
.level-visual.loyalty-level-6 .round-marker {
  border: 5px solid #00488d;
}
.level-visual .level-complete {
  visibility: hidden;
}
.level-visual .round-marker {
  margin: 0 auto;
  border: 5px solid #308dd4;
  padding: 2.5em 2em;
  border-radius: 6em;
  background: #ffffff;
  width: 160px;
  height: 160px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .level-visual .round-marker {
    margin-left: -30px;
  }
}
.language-fr .level-visual .round-marker p {
  margin-top: -10px;
}
.language-nl .loyalty-level-2 .round-marker p {
  margin: -2px;
}
.bowl-section {
  margin-top: 2em;
}
.bowl-section .col-centered {
  margin: 0 auto;
  float: none;
}
.bowl-section .dog-bowl {
  background-image: url(../../common/images/loyalty/bowl.png);
  background-size: cover;
  height: 264px;
  background-position-y: -1755px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .bowl-section .dog-bowl {
    height: 167px;
    background-position-y: -1106px;
  }
}
.bowl-section .required-orders-0 .dog-bowl {
  height: 415px;
  background-position-y: 0px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .bowl-section .required-orders-0 .dog-bowl {
    height: 262px;
    background-position-y: 0px;
  }
}
.bowl-section .required-orders-1 .dog-bowl {
  height: 400px;
  background-position-y: -418px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .bowl-section .required-orders-1 .dog-bowl {
    height: 253px;
    background-position-y: -262px;
  }
}
.bowl-section .required-orders-2 .dog-bowl {
  height: 332px;
  background-position-y: -818px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .bowl-section .required-orders-2 .dog-bowl {
    height: 208px;
    background-position-y: -515px;
  }
}
.bowl-section .required-orders-3 .dog-bowl {
  height: 324px;
  background-position-y: -1149px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .bowl-section .required-orders-3 .dog-bowl {
    height: 203px;
    background-position-y: -724px;
  }
}
.bowl-section .required-orders-4 .dog-bowl {
  height: 284px;
  background-position-y: -1473px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .bowl-section .required-orders-4 .dog-bowl {
    height: 179px;
    background-position-y: -927px;
  }
}
.progress-background {
  background: #f2f4f7;
  padding-bottom: 50px;
}
.progress-background h2 {
  font-size: 1em;
}
.account-loyaltyHistory h2 {
  margin-bottom: 0;
  padding: 10px;
  background: #f2f4f7;
}
.account-loyaltyHistory .account-orderhistory-list-titles {
  padding: 0;
}
.account-loyaltyHistory .account-orderhistory-list-titles h4 {
  margin: 0;
}
.account-loyaltyHistory .account-orderhistory-list-item p span {
  float: left;
}
.account-loyaltyHistory .account-orderhistory-list-item p strong {
  float: left;
  display: block;
}
.account-loyaltyHistory .account-orderhistory-list-item .voucher-status {
  text-transform: uppercase;
}
.pageLabel-multiStepCheckoutSummary .main-navigation,
.pageLabel-multiStepCheckoutSummary .mobile-header-bg,
.pageLabel-multiStepCheckoutSummary .header-toggle-user {
  display: none!important;
}
.pageLabel-multiStepCheckoutSummary .sm-navigation {
  height: 70px;
}
.pageLabel-multiStepCheckoutSummary .sm-navigation .md-secondary-navigation {
  display: none !important;
}
.pageLabel-multiStepCheckoutSummary .col-header-search {
  display: none;
}
.pageLabel-multiStepCheckoutSummary .btn.btn-default.btn-large.pull-right.header-toggle-user {
  display: none !important;
}
.pageLabel-multiStepCheckoutSummary .header-re-order {
  display: none;
}
.pageLabel-multiStepCheckoutSummary .nav-menu-hamburger {
  display: none;
}
@media (max-width: 1023px) {
  .pageLabel-multiStepCheckoutSummary .form-control {
    font-size: 14px;
  }
  .pageLabel-multiStepCheckoutSummary .main-header .container .header-row {
    padding-bottom: 15px;
  }
}
.pageLabel-multiStepCheckoutSummary .breadcrumb-section {
  display: none;
}
.pageLabel-multiStepCheckoutSummary .back-to-top .toggle-search-bar-mobile {
  display: none !important;
}
.checkout-login .headline {
  padding: 10px 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.checkout-login .btn.btn-block + .btn.btn-block {
  margin-top: 10px;
}
.checkout-login .checkBoxForm {
  margin-bottom: 15px;
}
.checkout-headline {
  font-size: 27px;
  margin: 10px 0;
  font-weight: 300;
}
.checkout-headline span {
  color: #00488d;
}
.checkout-steps {
  color: #232323;
}
.checkout-steps .name-margin {
  margin-bottom: 0;
}
.checkout-steps .headline {
  padding: 10px 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.checkout-steps .checkout-toggle-address-close,
.checkout-steps .checkout-toggle-address-change {
  text-align: right;
  display: block;
  padding-right: 10px;
  cursor: pointer;
}
.checkout-steps .checkout-toggle-address-close {
  margin-bottom: 1em;
}
.checkout-steps .not-selected-address {
  opacity: 1;
  height: auto;
}
.checkout-steps .hidden-addresses {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.checkout-steps .checkout-address-close .checkout-edit-address {
  display: none;
}
.checkout-steps .checkout-address-close [type="radio"]:checked + label:after {
  opacity: 0;
}
.checkout-steps .checkout-address-close [type="radio"]:not(:checked) + label:before,
.checkout-steps .checkout-address-close [type="radio"]:checked + label:before {
  opacity: 0;
}
.checkout-steps .checkout-address-open .checkout-edit-address {
  display: block;
}
.checkout-steps .checkout-address-open [type="radio"]:checked + label:after {
  opacity: 1;
}
.checkout-steps .checkout-address-open [type="radio"]:not(:checked) + label:before,
.checkout-steps .checkout-address-open [type="radio"]:checked + label:before {
  opacity: 1;
}
.checkout-steps .step-head {
  background: #c7cbd0;
  padding: 0 20px 0 70px;
  cursor: default;
  font-weight: 300;
  color: #3a3a3b;
  font-size: 18px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  height: 44px;
  counter-increment: checkout;
  position: relative;
}
.checkout-steps .step-head:before {
  content: counter(checkout);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 50px;
  text-align: center;
  font-size: 1.2em;
  line-height: 44px;
}
.checkout-steps .step-head.paypal-express-title:before {
  content: "";
}
.checkout-steps .step-head.paypal-back {
  cursor: pointer;
}
.checkout-steps .step-head.paypal-back:before {
  content: "\e079";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkout-steps .step-head.active:before,
.checkout-steps .step-head.done:before {
  font-weight: bold;
}
@media (max-width: 1023px) {
  .checkout-steps .step-head {
    height: 55px;
  }
}
.checkout-steps .step-head:hover,
.checkout-steps .step-head:focus {
  text-decoration: none;
}
.checkout-steps .step-head .title {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.checkout-steps .step-head.active {
  background: #3a3a3b;
  color: #ffffff;
}
.checkout-steps .step-head.done {
  cursor: pointer;
  background: #a9afb7;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 2px 0 #6d7989;
  box-shadow: 0 2px 2px 0 #6d7989;
}
.checkout-steps .step-head .edit {
  height: auto;
  text-align: center;
  color: #3a3a3b;
  font-size: 25px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.checkout-steps .step-body > div {
  margin: 10px 0;
}
.checkout-steps .step-body #addressEntry ul {
  display: block;
  list-style: none;
  padding: 0;
}
.checkout-steps .step-body #addressEntry ul li {
  margin: 1.5em 0 1.5em 0;
  display: inline-block;
}
.checkout-steps .step-body #addressEntry ul li.radioForm {
  margin: 0 0;
  width: 100%;
}
.checkout-steps .step-body #addressEntry ul label {
  font-weight: 500;
}
.checkout-steps .step-body #addressEntry .radioForm [type="radio"]:not(:checked) + label,
.checkout-steps .step-body #addressEntry .radioForm [type="radio"]:checked + label {
  padding-top: 2px;
}
.checkout-steps .step-body .showNewAddress {
  color: #308dd4;
}
.checkout-steps .step-body .checkout-indent {
  margin: 0 20px;
}
.checkout-steps .step-body .checkout-indent.checkout-indent-address {
  margin: 0;
}
.checkout-steps .step-body .checkout-indent .field-select-address {
  display: none;
}
.checkout-steps .step-body .radio-indent {
  margin: 0 2px;
}
.checkout-steps .step-body .checkout-indent-payment {
  margin: 0 10px;
}
.checkout-steps .step-body hr {
  margin: 10px 0;
  border-color: #b6b6b6;
}
.checkout-steps .step-body .btn.checkout-next {
  margin: 20px 0;
}
.checkout-steps .checkout-paymentmethod .radioForm [type="radio"]:not(:checked) + label,
.checkout-steps .checkout-paymentmethod .radioForm [type="radio"]:checked + label {
  padding-left: 70px;
  display: inline-block;
}
.checkout-steps .checkout-paymentmethod .radioForm [type="radio"]:not(:checked):disabled + label,
.checkout-steps .checkout-paymentmethod .radioForm [type="radio"]:checked:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkout-steps .checkout-paymentmethod .radioForm [type="radio"]:not(:checked):disabled + label:before,
.checkout-steps .checkout-paymentmethod .radioForm [type="radio"]:checked:disabled + label:before {
  border-color: #666c71 !important;
}
.checkout-steps .checkout-paymentmethod .checkBoxFormBlue [type="checkbox"]:not(:checked) ~ label,
.checkout-steps .checkout-paymentmethod .checkBoxFormBlue [type="checkbox"]:checked ~ label {
  padding-left: 60px !important;
}
.checkout-steps .checkout-paymentmethod .radioForm {
  clear: both;
  margin: 2em 0 1em 0;
}
.checkout-steps .checkout-paymentmethod .radioForm:last-child {
  margin-bottom: 0;
}
.checkout-steps .checkout-paymentmethod .payment-mode-name {
  margin-top: -28px;
  margin-bottom: 8px;
  padding-left: 1em;
  font-weight: normal;
}
.checkout-steps .checkout-paymentmethod .payment-mode-name.payment-mode-name-creditcard {
  margin-top: -37px;
}
.checkout-steps .checkout-paymentmethod .checkout-credit-cards {
  background-image: url("../images/icon-sprite.png");
  width: 62px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: -136px 0;
}
.checkout-steps .checkout-paymentmethod .billing-checkout-init {
  display: none;
  padding-top: 1em;
}
.checkout-steps .checkout-paymentmethod .checkout-billing-address {
  border-top: 1px solid #e1e1e1;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.checkout-steps .checkout-paymentmethod .checkout-billing-address .cardForm {
  padding-top: 1em;
}
.checkout-steps .checkout-paymentmethod .checkout-billing-address .cardForm input,
.checkout-steps .checkout-paymentmethod .checkout-billing-address .cardForm select {
  background-color: #f2f4f7;
}
.checkout-steps .checkout-paymentmethod .checkout-billing-address.edit {
  border-top: none;
}
.checkout-steps .checkout-paymentmethod .user-has-cards {
  margin: 1em 0 5em 0;
  position: relative;
}
.checkout-steps .checkout-paymentmethod .user-has-cards > input[type="radio"] {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.checkout-steps .checkout-paymentmethod .user-has-cards > label {
  cursor: pointer;
  color: #308dd4;
  display: inline-block;
  padding-left: 10px;
  font-weight: normal;
}
.checkout-steps .checkout-paymentmethod .user-has-cards > label:hover {
  color: #002141;
  text-decoration: underline;
}
.checkout-steps .checkout-paymentmethod .user-has-cards .label-color {
  color: #00488d;
}
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .loyalty-credit-applied p {
  margin-bottom: 0;
}
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .loyalty-credit-applied .alert-danger {
  background: none;
}
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .loyalty-credit-applied .glyphicon-chevron-down,
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .loyalty-credit-applied .glyphicon-chevron-up {
  top: -15px;
  color: #232323;
}
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .availableLoyaltyCredits {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #308dd4;
}
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .availableLoyaltyCredits p:before {
  content: none;
}
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .availableLoyaltyCredits .checkBoxFormSibling [type="checkbox"]:not(:checked) ~ label:before,
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .availableLoyaltyCredits .checkBoxFormSibling [type="checkbox"]:checked ~ label:before {
  top: 10px;
}
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .availableLoyaltyCredits .checkBoxFormSibling [type="checkbox"]:not(:checked) ~ label:after,
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .availableLoyaltyCredits .checkBoxFormSibling [type="checkbox"]:checked ~ label:after {
  top: 13px;
}
.checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer label {
  font-weight: normal;
}
@media (max-width: 480px) {
  .checkout-steps .checkout-paymentmethod #LoyaltyCreditSectionContainer .alert {
    padding-right: 1.6em;
  }
}
.checkout-steps .checkout-paymentmethod #StoreCreditSection .alert-success {
  color: #232323;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list {
  padding: 0;
  margin: 0;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li.savedcards-list-labels {
  border-bottom: 1px solid #e1e1e1;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li div {
  display: inline-block;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li div.payment-select {
  width: auto;
  padding-right: 1.5em;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li div.payment-type {
  width: auto;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li div.card-image img {
  margin-left: -3px;
  width: 50px;
}
@media (max-width: 640px) {
  .checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li div.card-image img {
    margin-left: -12px;
  }
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li div.payment-number {
  width: 120px;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list li div.payment-expiry {
  width: 60px;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-select-view,
.account-paymentdetails .account-paymentdetails-list ul .card-select-view,
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view {
  display: block;
  width: 100%;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-select-view label,
.account-paymentdetails .account-paymentdetails-list ul .card-select-view label,
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view label,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view label {
  display: block;
  float: left;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-select-view .card-edit,
.account-paymentdetails .account-paymentdetails-list ul .card-select-view .card-edit,
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .card-edit,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view .card-edit {
  padding-left: 1em;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-select-view .cvc-container,
.account-paymentdetails .account-paymentdetails-list ul .card-select-view .cvc-container,
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .cvc-container,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view .cvc-container {
  float: left;
  width: 6em;
  margin-left: 4.8em;
  clear: both;
  margin-top: 15px;
}
@media (max-width: 640px) {
  .checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-select-view .cvc-container,
  .account-paymentdetails .account-paymentdetails-list ul .card-select-view .cvc-container,
  .checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .cvc-container,
  .account-paymentdetails .account-paymentdetails-list ul .card-edit-view .cvc-container {
    margin-left: 4.1em;
  }
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .edit-card-response,
.account-paymentdetails .account-paymentdetails-list ul .edit-card-response {
  display: none;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view {
  display: none;
  padding-top: 1em;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .card-edit-label,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view .card-edit-label,
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view select,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view select {
  float: left;
  width: auto;
  margin-right: 0.5em;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .card-edit-label,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view .card-edit-label,
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .card-edit-input,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view .card-edit-input {
  display: inline-block;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view select,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view select {
  margin-bottom: 0.5em;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .card-edit-actions,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view .card-edit-actions {
  display: block;
  clear: both;
  font-weight: normal;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .card-edit-actions .link-cancel,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view .card-edit-actions .link-cancel {
  margin-left: 2em;
  color: #308dd4;
  text-decoration: underline;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view .card-edit-actions .link-cancel:hover,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view .card-edit-actions .link-cancel:hover {
  text-decoration: none;
}
.checkout-steps .checkout-paymentmethod #SavedCardsContainer .savedcards-list .card-edit-view p,
.account-paymentdetails .account-paymentdetails-list ul .card-edit-view p {
  line-height: 2.3em;
}
.checkout-shipping {
  margin-bottom: 1em;
}
.checkout-shipping #deliveryMethodForm label {
  font-weight: normal;
}
.checkout-shipping #deliveryMethodForm label ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.checkout-shipping #deliveryMethodForm label ul li {
  font-weight: 500;
}
.checkout-shipping #deliveryMethodForm input[type="radio"]:checked + label {
  background-color: #f2f4f7;
  border: 1px solid #cccccc;
}
.checkout-shipping #deliveryMethodForm input[type="radio"] + label {
  border: 1px solid #cccccc;
  margin-bottom: 11px;
  padding: 16px 16px 16px 70px;
}
.checkout-shipping #deliveryMethodForm [type="radio"]:not(:checked) + label:before,
.checkout-shipping #deliveryMethodForm [type="radio"]:checked + label:before {
  top: 14px;
  left: 16px;
}
.checkout-shipping #deliveryMethodForm [type="radio"]:not(:checked) + label:after,
.checkout-shipping #deliveryMethodForm [type="radio"]:checked + label:after {
  top: 21px;
  left: 14px;
}
@media (max-width: 1024px) {
  .checkout-shipping #deliveryMethodForm [type="radio"]:not(:checked) + label:after,
  .checkout-shipping #deliveryMethodForm [type="radio"]:checked + label:after {
    top: 22px;
  }
}
.checkout-shipping #deliveryMethodForm h4 {
  margin: 0 0 0.5em 0;
  font-size: 1.15em;
  font-weight: bold;
}
.checkout-shipping #deliveryMethodForm .pointInfo .pointName {
  font-weight: bold;
  font-size: 15px;
}
.checkout-shipping #deliveryMethodForm .pointInfo .pointOpenings {
  margin-top: 10px;
}
.checkout-shipping #deliveryMethodForm .pointInfo .pointOpenings .day {
  font-weight: bold;
  float: left;
  clear: both;
  width: 70px;
}
.checkout-shipping #deliveryMethodForm .pointInfo .pointOpenings .separator {
  font-weight: bold;
  margin-right: 10px;
  margin-left: 5px;
}
.checkout-shipping #deliveryMethodForm .pointInfo .pointOpenings .hours {
  float: left;
  display: flex;
  padding-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .checkout-shipping #deliveryMethodForm .pointInfo .pointOpenings .day {
    font-weight: bold;
    clear: both;
  }
  .checkout-shipping #deliveryMethodForm .pointInfo .pointOpenings .hours {
    clear: both;
  }
  .checkout-shipping #deliveryMethodForm .pointInfo .pointOpenings .separator {
    display: none;
  }
}
.checkout-shipping #deliveryMethodForm .pointInfo .closingInfo {
  margin-top: 5px;
  font-weight: bold;
}
.checkout-shipping #deliveryMethodForm .delivery-instructions {
  display: inline-block;
}
.checkout-shipping #deliveryMethodForm .delivery-instructions textarea {
  resize: none;
}
.checkout-shipping #deliveryMethodForm .delivery-instructions .jqEasyCounterMsg {
  width: 200px;
  float: left;
  text-align: left;
}
.checkout-shipping #deliveryMethodForm .delivery-instructions .inputFields {
  margin-top: 0.5em;
}
.checkout-shipping #deliveryMethodForm .delivery-instructions #otherField {
  display: none;
}
.checkout-shipping #deliveryMethodForm .delivery-instructions #addressField {
  display: none;
}
.checkout-shipping #deliveryMethodForm .delivery-instructions #addressField input {
  padding: 0;
}
.checkout-shipping #deliveryMethodForm .delivery-instructions #addressField label {
  padding: 0;
}
.checkout-shipping .checkout-shipping-items {
  background: #f2f4f7;
  padding: 10px;
  margin: 10px 0;
}
.checkout-shipping .checkout-shipping-items .checkout-shipping-items-header {
  padding: 0 0 10px 0;
  font-size: 18px;
}
.checkout-shipping .checkout-shipping-items ul {
  padding-left: 0;
  list-style: none;
}
.checkout-shipping .checkout-shipping-items ul li {
  font-size: 12px;
}
.checkout-shipping .checkout-shipping-items ul li .name {
  font-weight: bold;
}
.checkout-shipping .simplify-pickup-locations {
  background: #f2f4f7;
  padding: 10px;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header {
  background: #b3bfd0;
  padding: 10px;
  line-height: 35px;
  margin: -10px -10px 10px -10px;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  content: " ";
  display: table;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  clear: both;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  content: " ";
  display: table;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  clear: both;
}
.checkout-shipping .simplify-pickup-locations ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.checkout-shipping .simplify-pickup-locations ul li + li {
  border-top: 1px solid #b3bfd0;
}
.checkout-shipping .simplify-pickup-locations ul a {
  color: #00488d;
  background: #ffffff;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.checkout-shipping #newAddressEntry .checkbox label {
  padding-left: 0;
}
#addressbook,
#savedpayments {
  display: none;
  padding-bottom: 20px;
}
#colorbox #addressbook,
#colorbox #savedpayments {
  display: block;
}
#addressbook ul,
#savedpayments ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#addressbook ul li,
#savedpayments ul li {
  padding: 10px 0;
}
.checkout-review .checkout-review-section,
.checkout-review-mobile .checkout-review-section {
  padding: 10px 0;
}
.checkout-review .checkout-review-section .title,
.checkout-review-mobile .checkout-review-section .title {
  font-weight: bold;
  background: #f2f4f7;
  padding: 10px;
}
.checkout-review .checkout-review-section .content,
.checkout-review-mobile .checkout-review-section .content {
  padding: 10px;
}
.checkout-review .btn-place-order,
.checkout-review-mobile .btn-place-order {
  margin-top: 1em;
}
.checkout-review .loading-checkout,
.checkout-review-mobile .loading-checkout {
  display: none;
}
.checkout-review .btn-place-order-inactive,
.checkout-review-mobile .btn-place-order-inactive {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
@media (max-width: 1400px) {
  .checkout-review .checkBoxFormBlueSibling [type="checkbox"]:not(:checked) ~ label,
  .checkout-review-mobile .checkBoxFormBlueSibling [type="checkbox"]:not(:checked) ~ label,
  .checkout-review .checkBoxFormBlueSibling [type="checkbox"]:checked ~ label,
  .checkout-review-mobile .checkBoxFormBlueSibling [type="checkbox"]:checked ~ label {
    padding-top: 0 !important;
  }
}
.checkout-review-final .promo.alert {
  margin-top: 1em;
}
.checkout-order-summary {
  color: #232323;
}
.checkout-order-summary .headline {
  font-size: 18px;
  font-weight: 300;
  background: #3a3a3b;
  padding: 0 20px;
  line-height: 44px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .checkout-order-summary .headline {
    line-height: 55px;
  }
}
.checkout-order-summary .checkout-cart-link {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}
.checkout-order-summary .checkout-order-summary-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
}
.checkout-order-summary .checkout-order-summary-list li {
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}
.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}
.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li:last-child {
  padding: 1em 0em;
  border: 0;
}
.checkout-order-summary .checkout-order-summary-list .thumb img {
  max-width: 100%;
  max-height: 120px;
}
.checkout-order-summary .checkout-order-summary-list .price {
  font-weight: bold;
}
.checkout-order-summary .checkout-order-summary-list .price del {
  color: #232323;
  font-size: 1em;
}
.checkout-order-summary .checkout-order-summary-list .details .name {
  font-weight: bold;
}
@media (max-width: 480px) {
  .checkout-order-summary .checkout-order-summary-list .details .individual-price {
    font-size: 12px;
  }
}
.checkout-order-summary .checkout-order-summary-list .details .qty {
  display: inline;
}
@media (max-width: 480px) {
  .checkout-order-summary .checkout-order-summary-list .details .qty {
    font-size: 12px;
  }
}
.checkout-order-summary .checkout-order-summary-list .details .variants {
  display: block;
  width: auto;
}
@media (max-width: 480px) {
  .checkout-order-summary .checkout-order-summary-list .details .variants,
  .checkout-order-summary .checkout-order-summary-list .details .variants + .prescription-required {
    font-size: 12px;
  }
}
.checkout-order-summary .checkout-order-summary-list .details .dropdown-toggle .caret {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .checkout-order-summary .checkout-order-summary-list .details .dropdown-toggle .caret {
    margin-left: 4px;
  }
}
.checkout-order-summary .checkout-order-summary-list .stock-status {
  clear: both;
  padding: 10px 0;
  font-size: 12px;
}
.checkout-order-summary .checkout-order-summary-list li.section {
  margin-top: 10px;
  background: #f2f4f7;
  padding: 10px 20px;
  border: 0;
}
.checkout-order-summary .checkout-order-summary-list li.section .title {
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-order-summary .checkout-order-summary-list li.section .address {
  font-size: 12px;
}
.checkout-order-summary .checkout-order-summary-list li.section .alternatetitle {
  float: left;
  margin: 0 10px 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-order-summary .checkout-order-summary-list li.section .summary-shipping-title {
  width: auto;
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li.section .summary-shipping-name,
.checkout-order-summary .checkout-order-summary-list li.section .summary-shipping-address {
  font-size: 12px;
}
.checkout-order-summary .checkout-order-summary-list li.section .summary-shipping-address {
  margin-left: 150px;
  padding-top: 2px;
}
.checkout-order-summary .checkout-order-summary-list li.section .summary-shipping-name {
  padding-top: 1px;
}
.checkout-order-summary .checkout-order-summary-list li.section .summary-payment {
  clear: both;
  margin-bottom: 10px;
}
.checkout-order-summary .checkout-order-summary-list li.section .summary-payment .address {
  padding-top: 1px;
}
.checkout-order-summary .checkout-order-summary-list li.section .collectionPointInfo {
  font-weight: bold;
}
.checkout-order-summary .loyalty-credit-warning {
  padding: 0 20px;
}
.checkout-order-summary .subtotals {
  background: #f2f4f7;
  padding: 10px 20px;
}
.checkout-order-summary .subtotals .subtotal-headline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout-order-summary .subtotal span,
.checkout-order-summary .shipping span,
.checkout-order-summary .tax span,
.checkout-order-summary .saving span,
.checkout-order-summary .totals span {
  float: right;
}
.checkout-order-summary .subtotal li.section,
.checkout-order-summary .shipping li.section,
.checkout-order-summary .tax li.section,
.checkout-order-summary .saving li.section,
.checkout-order-summary .totals li.section {
  margin-top: 10px;
  background: #f2f4f7;
  padding: 10px 20px;
  border: 0;
}
.checkout-order-summary .subtotal li.section .title,
.checkout-order-summary .shipping li.section .title,
.checkout-order-summary .tax li.section .title,
.checkout-order-summary .saving li.section .title,
.checkout-order-summary .totals li.section .title {
  float: left;
  margin: 0 10px 0 0;
  width: 76px;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-order-summary .subtotal li.section .address,
.checkout-order-summary .shipping li.section .address,
.checkout-order-summary .tax li.section .address,
.checkout-order-summary .saving li.section .address,
.checkout-order-summary .totals li.section .address {
  margin-left: 86px;
  font-size: 12px;
}
.checkout-order-summary .subtotal li.section .alternatetitle,
.checkout-order-summary .shipping li.section .alternatetitle,
.checkout-order-summary .tax li.section .alternatetitle,
.checkout-order-summary .saving li.section .alternatetitle,
.checkout-order-summary .totals li.section .alternatetitle {
  float: left;
  margin: 0 10px 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-order-summary .subtotal li.section .summary-shipping-title,
.checkout-order-summary .shipping li.section .summary-shipping-title,
.checkout-order-summary .tax li.section .summary-shipping-title,
.checkout-order-summary .saving li.section .summary-shipping-title,
.checkout-order-summary .totals li.section .summary-shipping-title {
  width: auto;
  clear: both;
}
.checkout-order-summary .subtotal li.section .summary-shipping-name,
.checkout-order-summary .shipping li.section .summary-shipping-name,
.checkout-order-summary .tax li.section .summary-shipping-name,
.checkout-order-summary .saving li.section .summary-shipping-name,
.checkout-order-summary .totals li.section .summary-shipping-name,
.checkout-order-summary .subtotal li.section .summary-shipping-address,
.checkout-order-summary .shipping li.section .summary-shipping-address,
.checkout-order-summary .tax li.section .summary-shipping-address,
.checkout-order-summary .saving li.section .summary-shipping-address,
.checkout-order-summary .totals li.section .summary-shipping-address {
  font-size: 12px;
}
.checkout-order-summary .subtotal li.section .summary-shipping-address,
.checkout-order-summary .shipping li.section .summary-shipping-address,
.checkout-order-summary .tax li.section .summary-shipping-address,
.checkout-order-summary .saving li.section .summary-shipping-address,
.checkout-order-summary .totals li.section .summary-shipping-address {
  margin-left: 150px;
  padding-top: 2px;
}
.checkout-order-summary .totals {
  font-weight: bold;
  margin: 10px -20px 0;
  padding: 10px 20px;
  border-top: 1px solid #adaeb0;
  font-size: 18px;
}
.checkout-order-summary .realTotals p {
  margin-bottom: 5px;
}
.checkout-success .checkout-success-headline {
  font-size: 18px;
  margin: 10px;
}
.checkout-success .checkout-success-headline span {
  color: #00488d;
}
.checkout-success .checkout-success-body {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}
.checkout-success .checkout-success-body .checkout-success-body-headline {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.checkout-success .checkout-success-body .promo p:before {
  left: auto;
  text-indent: -30px;
}
.checkout-success .checkout-success-body #SMSUpdates {
  padding: 10px 0;
  background-color: #e1e1e1;
  margin-bottom: 10px;
}
.checkout-success .checkout-success-body #SMSUpdates input {
  min-height: 33px;
}
.checkout-success .checkout-success-body #SMSUpdates .btn {
  padding: 6px 15px;
  vertical-align: top;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .checkout-success .checkout-success-body #SMSUpdates .btn {
    padding: 4px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .checkout-success .checkout-success-body #SMSUpdates .btn {
    padding: 4px 7px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-success .checkout-success-body #SMSUpdates .btn {
    padding: 4px;
  }
}
.page-orderConfirmationPage main {
  background: #fafafa;
}
.checkout-success-body-register {
  overflow: hidden;
  margin: 20px 0 35px 0;
}
.checkout-success-body-register .login-section,
.checkout-success-body-register .register-section {
  margin: 0 auto;
  float: none;
  background-color: #f2f4f7;
  padding: 15px;
}
.checkout-success-body-register .checkout-success-body-register-email {
  display: inline-block;
  margin-left: 5px;
}
.checkout-success-body-register form {
  padding: 20px 0;
  text-align: left;
}
.msgAnimalDetailsRequired {
  display: inline-block;
}
.animal-details-required p.msgAnimalDetailsRequired {
  background-color: #fff5f5;
  color: #d00000;
}
p#animal-selected {
  font-size: 16px;
  width: 100%;
}
.alert-sign:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e079";
  font-size: 1.2em;
  margin-right: .3em;
}
.checkout-help {
  text-align: center;
  font-size: 15px;
  padding: 10px;
  margin-top: 2em;
}
.termsAndConditions-section {
  padding-bottom: 20px;
}
.checkout-termsAndConditions {
  font-size: 15px;
  padding: 10px;
  margin-top: 0.5em;
}
label.terms {
  margin: 15px 0;
}
fieldset#cardDate > .control-label,
fieldset#startDate > .control-label {
  font-weight: bold;
  margin-bottom: 5px;
}
fieldset#cardDate .form-group .control-label,
fieldset#startDate .form-group .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.promo-small {
  display: inline-block;
  padding: 8px;
  margin: 10px 0;
}
.radio-help {
  color: #3a3a3b;
  display: block;
  font-size: 12px;
  padding-left: 45px;
}
.variants {
  display: inline-block;
  width: 60%;
}
@media only screen and (max-width: 480px) {
  .variants {
    width: 100%;
  }
}
.variants ul {
  padding: 0;
}
.variants .alert p {
  margin-bottom: 5px;
}
.animal-details-required.alert {
  padding: 10px 0 0 0;
}
.dropdown-menu-form,
ul.dropdown-menu-form {
  padding: 0px 10px;
  margin-bottom: 1em;
}
.dropdown-menu-form .divider,
ul.dropdown-menu-form .divider {
  padding: 0;
  border-bottom: none;
}
.dropdown-menu-form .checkbox,
ul.dropdown-menu-form .checkbox {
  margin: 0;
  padding: 0 15px 0 30px;
}
.dropdown-menu-form .checkbox:hover,
ul.dropdown-menu-form .checkbox:hover,
.dropdown-menu-form .checkbox:focus,
ul.dropdown-menu-form .checkbox:focus {
  cursor: pointer;
}
.dropdown-menu-form input[type="checkbox"],
ul.dropdown-menu-form input[type="checkbox"] {
  margin-left: -20px;
}
.dropdown-menu-form li.divider,
ul.dropdown-menu-form li.divider {
  padding: 0;
  border-bottom: none;
}
.dropdown-menu-form li > a,
ul.dropdown-menu-form li > a {
  display: inline-block;
  padding: 6px 12px;
}
.dropdown-menu-form li > a.btn-info,
ul.dropdown-menu-form li > a.btn-info {
  color: #ffffff;
}
.dropdown-menu-form li > a.btn-info:hover,
ul.dropdown-menu-form li > a.btn-info:hover {
  color: #308dd4;
  background-color: #ffffff;
}
.dropdown-menu-form li > a.btn-default,
ul.dropdown-menu-form li > a.btn-default {
  color: #ffffff;
}
.dropdown-menu-form li > a.btn-default:hover,
ul.dropdown-menu-form li > a.btn-default:hover {
  color: #a9afb7;
  background-color: #ffffff;
}
.dropdown-menu-form li > a.add-animal,
ul.dropdown-menu-form li > a.add-animal {
  clear: none;
  float: left;
  color: #308dd4;
  text-decoration: underline;
  background: none !important;
  padding: 0.5em 0 0.5em 0;
}
.dropdown-menu-form li > a.add-animal:hover,
ul.dropdown-menu-form li > a.add-animal:hover {
  background: none !important;
  text-decoration: none;
}
.dropdown-menu-form .btn.close-animal-dropdown,
ul.dropdown-menu-form .btn.close-animal-dropdown {
  float: right;
  clear: none;
}
.field-container {
  border-bottom: 1px solid #959595;
}
.payment-wrapper {
  padding: 5px;
}
.datepicker {
  z-index: 2000 !important;
}
.animal-details-form .form-control {
  max-width: 100%;
}
.animal-details-form.animal-details-summary .control-group dt {
  float: left;
}
.animal-details-form.animal-details-summary .control-group dd {
  overflow: hidden;
}
.animal-details-form.animal-details-summary .control-group .dob-age-wrapper {
  display: none;
}
.animal-details-form.animal-details-summary .intro-text,
.animal-details-form.animal-details-summary .pet-group-individual,
.animal-details-form.animal-details-summary .mandatory,
.animal-details-form.animal-details-summary .add-on,
.animal-details-form.animal-details-summary .required {
  display: none;
}
.animal-details-form.animal-details-summary .control-label,
.animal-details-form.animal-details-summary .form-control,
.animal-details-form.animal-details-summary .field-date,
.animal-details-form.animal-details-summary dt,
.animal-details-form.animal-details-summary dd,
.animal-details-form.animal-details-summary label,
.animal-details-form.animal-details-summary .form-select {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}
.animal-details-form.animal-details-summary label,
.animal-details-form.animal-details-summary label.control-label {
  padding-right: 5px;
}
.animal-details-form.animal-details-summary .form-control[disabled],
.animal-details-form.animal-details-summary .form-control[readonly],
.animal-details-form.animal-details-summary fieldset,
.animal-details-form.animal-details-summary fieldset[disabled],
.animal-details-form.animal-details-summary .form-control,
.animal-details-form.animal-details-summary select,
.animal-details-form.animal-details-summary select[disabled] {
  background: none;
  border: none;
  cursor: text;
  box-shadow: none;
  padding: 0;
  -webkit-box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
  min-height: 1px;
  height: auto;
  line-height: 1em;
  font-size: 1em;
  -webkit-text-fill-color: #3a3a3b;
  opacity: 1;
  -webkit-opacity: 1;
  color: #3a3a3b;
  width: auto;
  max-width: 100%;
}
.animal-details-form.animal-details-summary select::-ms-expand {
  display: none;
}
.animal-details-form.animal-details-summary .animal-group,
.animal-details-form.animal-details-summary .animal-individual {
  padding-bottom: 5px;
}
.animal-details-form.animal-details-summary dt.animal-group,
.animal-details-form.animal-details-summary dt.animal-individual {
  padding-bottom: 0;
}
.animal-details-form.animal-details-summary .form-textarea label,
.animal-details-form.animal-details-summary .form-textarea textarea {
  display: block;
  width: 100%;
}
.animal-details-form.animal-details-summary .form-textarea textarea,
.animal-details-form.animal-details-summary .form-textarea textarea.form-control,
.animal-details-form.animal-details-summary .form-textarea textarea.form-control[disabled] {
  padding: 0;
  min-height: 20px;
  margin-top: -4px;
  line-height: 1.25em;
  width: 100%;
}
.animal-details-form.animal-details-summary .form-group,
.animal-details-form.animal-details-summary .control-group {
  margin: 0;
}
#AnimalAddEditDialog .alert,
#AnimalAddEditDialog dl {
  margin-bottom: 0;
}
#AnimalAddEditDialog h2 {
  margin-top: 0;
}
#AnimalAddEditDialog #animal-form-submit-confirm,
#AnimalAddEditDialog #animalSummaryEdit {
  display: none;
}
#AnimalAddEditDialog.summary-form #animal-form-submit-save {
  display: none;
}
#AnimalAddEditDialog.summary-form #animal-form-submit-confirm,
#AnimalAddEditDialog.summary-form #animalSummaryEdit {
  display: inline-block;
}
@media (max-width: 480px) {
  #AnimalAddEditDialog.summary-form #animal-form-submit .btn-info {
    display: block;
  }
  #AnimalAddEditDialog.summary-form #animal-form-submit #animalSummaryEdit {
    margin: 1em 0 0 0;
    float: left;
  }
  #AnimalAddEditDialog.summary-form #animal-form-submit .link-cancel {
    margin: 1em 0 0 1em;
    float: left;
  }
}
.defaultPaymentDetail {
  height: 30px;
}
.prescription-container .animal-details-required.alert {
  margin-bottom: 10px;
}
.prescription-container .animal-details-required.alert .msgAnimalDetailsRequired {
  width: 100%;
  margin-bottom: 0.5em;
}
.prescription-container .prescription-required a {
  width: 100%;
}
.prescription-container .animal-menu-container .dropdown {
  width: 100%;
}
.prescription-container .animal-menu-container .dropdown .dropdown-toggle {
  width: 100%;
}
.prescription-container .animal-menu-container .dropdown ul {
  width: 100%;
}
.prescription-container .animal-menu-container .dropdown ul div {
  margin-top: 5px;
  margin-bottom: 0;
}
.credit-notice .alert,
.credit-notice .promo {
  margin-bottom: 0;
}
.loyalty-credit-warning {
  color: #d00000;
  padding: 0.6em 0 0.6em 0;
  display: inline-block;
}
#collectionPointsWidget {
  display: none;
  margin-top: -15px;
  margin-bottom: 15px;
}
#collectionPointsWidget #collectionPointSearch {
  font-weight: bold;
  background-color: #f2f4f7;
  border: 1px solid #cccccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
#collectionPointsWidget #collectionPointSearch .collectionSearch {
  margin-left: 15px;
}
#collectionPointsWidget #collectionPointSearch .collectionSearch #searchCollectionPoints {
  margin-left: 15px;
}
#collectionPointsWidget #collectionPointSearch #collectionSearchInput {
  margin-left: 10px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  #collectionPointsWidget #collectionPointSearch .inputSection {
    display: block;
  }
  #collectionPointsWidget #collectionPointSearch .inputSection #collectionSearchInput {
    margin-left: 0px;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  #collectionPointsWidget #collectionPointSearch .inputSection {
    display: block;
    padding: 0 10px 0 0;
  }
  #collectionPointsWidget #collectionPointSearch .inputSection #collectionSearchInput {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  #collectionPointsWidget #collectionPointSearch .inputSection #searchCollectionPoints {
    display: block;
    margin: 0 0 10px 0;
  }
}
#collectionPointsWidget #collectionNoResult {
  display: none;
  padding-top: 5px;
  padding-left: 15px;
  width: 100%;
  color: #d00000;
}
#collectionPointsWidget #collectionPointsDisplay {
  border: 1px solid #cccccc;
  height: 450px;
  margin-top: 10px;
}
#collectionPointsWidget #collectionPointsDisplay #collectionPointsMap {
  height: 450px;
  width: 55%;
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}
#collectionPointsWidget #collectionPointsDisplay #collectionPointsText {
  height: 100%;
  width: 45%;
  float: left;
  overflow-y: auto;
}
#collectionPointsWidget #collectionPointsDisplay #collectionPointsText .collectionPoint {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  min-height: 10%;
}
#collectionPointsWidget #collectionPointsDisplay #collectionPointsText .collectionPoint:last-child {
  border-bottom: 0px solid #cccccc;
}
#collectionPointsWidget #collectionPointsDisplay #collectionPointsText .collectionPoint:hover {
  text-decoration: underline;
}
#collectionPointsWidget #collectionPointsDisplay #collectionPointsText .collectionPoint .collectionName {
  display: inherit;
}
@media only screen and (max-width: 1024px) {
  #collectionPointsWidget #collectionPointsDisplay #collectionPointsText .collectionPoint .collectionName {
    margin-left: 0px;
    padding-right: 5px;
  }
}
#collectionPointsWidget #collectionPointsDisplay #collectionPointsText .collectionPoint .collectionAddress {
  font-size: 12px;
}
#collectionPointsWidget #collectionPointsDisplay #collectionPointsText .selected {
  border: 1px solid #00488d;
  background-color: #f2f4f7;
}
.collectionPoint__icon {
  display: inline-block;
  padding: 2px;
  background-repeat: no-repeat;
  margin-right: 5px;
  float: left;
  width: 27px;
  height: 36px;
}
.collectionPoint__icon--DPD {
  background-image: url(/_ui/responsive/common/images/map-icons/dpd.png);
  background-position: 0 6px;
}
.collectionPoint__icon--PassMyParcel {
  background-image: url(/_ui/responsive/common/images/map-icons/pass-my-parcel.png);
}
.collectionPoint__carrier {
  margin-right: 10px;
}
.collectionPoint__button {
  clear: both;
  display: block;
  width: 100px;
  margin-top: 10px;
}
@keyframes collectionPoints__loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.collectionPoints__loader {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 0;
  line-height: 0;
  top: -22px;
}
.collectionPoints__loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 6px;
  border: 2px solid #ccc;
  border-radius: 50%;
  animation: collectionPoints__loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
.collectionPoints__loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.collectionPoints__loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.collectionPoints__loader div:nth-child(3) {
  animation-delay: -0.15s;
}
.category-header-section {
  margin: 0 0 25px;
}
.category-header-section h1.category-page-header {
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  margin-top: 10px;
}
.category-header-section span.total-results {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #666666;
  display: inline-block;
}
@media (max-width: 639px) {
  .category-header-section span.total-results {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
  }
}
.category-header-section .col-pagination-view-sort span.sort-text {
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 1399px) {
  .category-header-section .col-pagination-view-sort span.sort-text {
    right: 150px;
  }
}
.category-header-section .col-pagination-view-sort .col-pagination-refine {
  float: right !important;
}
.category-header-section .col-pagination-results,
.category-header-section .col-pagination-view-sort {
  padding: 0;
  text-align: right;
}
.category-header-section .col-pagination-results {
  text-align: left;
}
.category-header-section .sort-refine-bar {
  margin: 0 auto;
  right: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .category-header-section .sort-refine-bar {
    text-align: left;
  }
}
.category-header-section .sort-refine-bar .form-group {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.category-header-section .sort-refine-bar .form-group select {
  width: auto;
}
@media only screen and (max-width: 1399px) {
  .category-header-section .sort-refine-bar .form-group select {
    font-size: 13px;
  }
}
@media only screen and (max-width: 639px) {
  .category-header-section .sort-refine-bar .form-group select {
    font-size: 16px;
  }
}
.category-header-section .sort-refine-bar button {
  padding-left: 10px;
  padding-right: 10px;
}
.category-header-section .sort-refine-bar .sortby-container {
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 5px;
}
.category-header-section .sort-refine-bar .sortby-container .btn-sort {
  display: none;
}
@media (max-width: 1023px) {
  .category-header-section .sort-refine-bar .sortby-container {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 639px) {
  .category-header-section .sort-refine-bar .sortby-container {
    position: relative;
  }
  .category-header-section .sort-refine-bar .sortby-container .btn-sort {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: auto;
    height: 45px;
  }
  .category-header-section .sort-refine-bar .sortby-container .sortby-form {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .category-header-section .sort-refine-bar .sortby-container .sortby-form select {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 45px;
    padding: 10px 2px;
  }
  .category-header-section .sort-refine-bar .sortby-container .sortby-form select:hover {
    cursor: pointer;
  }
  .category-header-section .sort-refine-bar .sortby-container .sortby-form select option:first-child {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .category-header-section .sort-refine-bar .col-pagination-refine {
    float: right;
  }
}
@media only screen and (max-width: 639px) {
  .category-header-section .sort-refine-bar .category-header-section {
    margin: 15px 0;
  }
  .category-header-section .sort-refine-bar .sort-refine-bar {
    margin-top: 10px;
  }
  .category-header-section .sort-refine-bar .col-pagination-view-sort,
  .category-header-section .sort-refine-bar .col-pagination-refine {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .category-header-section .sort-refine-bar .col-pagination-refine {
    padding: 0;
    float: right;
  }
}
#refineModal .facet-refine-container {
  display: table!important;
  float: none!important;
  padding: 0!important;
}
#refineModal .facet-category-container,
#refineModal .facet-filter-container {
  border: none;
  padding: 0;
  margin: 0;
}
.facet-refine-container {
  position: relative;
  padding: 4px 10px;
  margin-bottom: 10px;
  display: table;
}
.facet-refine-container:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #dedede;
}
.facet-refine-container .facet-name {
  margin-left: 8px;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-top: 4px;
}
.facet-refine-container .facet-values {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.facet-refine-container .facet-values ul.facet-list {
  display: inline-block;
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
.facet-refine-container .facet-values ul.facet-list .facet-refine-label {
  border: 1px solid #00adcc;
  color: #00adcc;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  padding: 3px 10px;
  float: left;
}
.facet-refine-container .facet-values ul.facet-list .facet-refine-label a:hover {
  text-decoration: none;
}
.facet-refine-container .facet-values a {
  color: #00adcc;
  display: block;
}
.facet-refine-container .facet-values a span.glyphicon-remove {
  font-size: 12px;
  margin: 0;
  top: 1px;
  left: 2px;
  color: #00adcc;
}
.facet-refine-container .facet-refine-clear {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  color: #00adcc;
  margin-top: 2px;
}
.facet-refine-container .facet-refine-clear span.glyphicon-remove {
  font-size: 12px;
  margin-right: 2px;
  color: #00adcc;
}
.facet-refine-container .facet-refine-clear:hover {
  text-decoration: none;
}
.facet-refine-container hr {
  color: #cccccc;
  background-color: #cccccc;
  border: none;
  height: 1px;
  margin: 5px auto;
}
.product-listing .price-wrapper {
  display: inline-block;
  margin-right: 8px;
}
.product-listing .rating {
  display: flex;
  font-size: 15px;
  color: #666c71;
}
.product-listing .rating .rating-stars {
  padding-top: 2px;
  margin-right: 2px;
}
.product-listing .rating span.glyphicon-star {
  font-size: 18px;
}
.facet-filter-container .facet-values .selectize-input .item,
.facet-filter-container .facet-values .selectize-input .item.active {
  border: 1px solid #00adcc;
  color: #00adcc;
  background: #ffffff;
  border-radius: 4px;
  padding: 2px 0 2px 8px;
  box-shadow: none;
}
.facet-filter-container .facet-values .selectize-input .item a,
.facet-filter-container .facet-values .selectize-input .item.active a {
  display: inline-block;
  color: #00adcc;
  width: 25px;
  height: 100%;
  text-align: center;
  font-size: 17px;
}
.facet-filter-container .facet-values .selectize-input .item a:hover,
.facet-filter-container .facet-values .selectize-input .item.active a:hover {
  text-decoration: none;
}
.facet-filter-container .facet-values .selectize-input .item.active {
  background: #f2f4f7;
}
@media (min-width: 640px) and (min-height: 431px), (min-width: 769px) {
  .page-productList main,
  .page-search main {
    background: #fafafa;
  }
  .product-listing-wrapper {
    padding: 0;
  }
  .product-listing .product-item {
    margin-bottom: 20px;
  }
  .product-listing .product-item.row {
    margin-left: 0;
    margin-right: 0;
  }
  .product-listing .product-item .product-item-inner {
    min-height: 338px;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #ffffff;
    padding: 15px;
    transition: border 250ms;
  }
  .product-listing .product-item .product-item-inner:hover {
    border: 1px solid #cccccc;
  }
  .product-listing .product-item .product-item-inner .product-info-image,
  .product-listing .product-item .product-item-inner .price-panel {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .product-listing .product-item .product-item-inner .product-info-image {
    height: 160px;
  }
  .product-listing .product-item .product-item-inner .price-panel {
    margin-top: 2px;
    min-height: 20px;
  }
  .product-listing .product-item .product-item-inner .price-panel a:hover {
    text-decoration: none;
  }
  .product-listing .product-item .product-item-inner .price-panel .price {
    display: inline;
    color: #bf001a;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: bold;
  }
  .product-listing .product-item .product-item-inner .price-panel .price del {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.7999999999999998rem;
    color: #979797;
  }
  .product-listing .product-item .product-item-inner .price-panel .promo-price {
    display: inline;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .product-listing .product-item .product-item-inner .price-panel .in-stock {
    color: #4caf50;
    padding-left: 5px;
    font-size: 13px;
    vertical-align: middle;
  }
  .product-listing .product-item .product-item-inner .price-panel .in-stock.glyphicons-ok {
    padding-left: 0;
    font-size: 12px;
  }
  .product-listing .product-item .product-item-inner .price-panel .out-stock {
    color: #979797;
    padding-left: 5px;
    font-size: 13px;
  }
  .product-listing .product-item .product-item-inner .price-panel .out-stock.glyphicons-remove {
    vertical-align: text-top;
    padding-left: 0;
    padding-top: 2px;
  }
  .product-listing .product-item .product-item-inner .addtocart {
    display: none;
  }
  .product-listing .product-item .product-item-inner .product-image {
    position: relative;
  }
  .product-listing .product-item .product-item-inner .tooltip {
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 5px);
  }
  .product-listing .product-item .product-item-inner .tooltip .tooltip-inner {
    background-color: #ffffff;
    color: #d00000;
    padding: 5px;
  }
  .product-listing .product-item .product-item-inner .tooltip .tooltip-arrow {
    border-right-color: #ffffff;
  }
  .product-listing .product-item .product-item-inner .glyphicons-medicine {
    color: #d00000;
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: normal;
    position: absolute;
    top: auto;
    bottom: -6px;
    left: -6px;
    z-index: 9;
    background-color: #ffffff;
    border-radius: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    border: 1px solid #d00000;
  }
  .product-listing .product-item .product-item-inner .product-item-image {
    text-align: center;
  }
  .product-listing .product-item .product-item-inner .product-item-image img.img-missing[src$="/"] {
    background-color: #cccccc;
    color: #666c71;
    padding-top: 50px;
  }
  .product-listing .product-item .product-item-inner .product-item-image img.img-missing[src$="/"]:after {
    content: "(missing-image)";
    display: block;
  }
  .product-listing .product-item .product-item-inner .product-item-image .img-responsive {
    margin: 0 auto;
    width: auto;
    max-height: 160px;
  }
  .product-listing .product-item .product-item-inner .product-label-more {
    text-align: center;
    line-height: 15px;
    height: 15px;
    margin: 3px 0 8px;
    font-size: 12px;
  }
  .product-listing .product-item .product-item-inner .product-label-more.plm-mobile {
    display: none;
  }
  .product-listing .product-item .stock-level {
    float: right;
    max-width: 98px;
    text-align: right;
  }
  .product-listing .bundle.alert {
    display: none;
  }
  .product-listing .promo-ribbon {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    padding: 0 5px;
  }
  .product-listing .ribbon-container {
    overflow: visible;
    text-align: right;
  }
  .product-listing .ribbon-container.ribbon-favourites {
    top: 5px;
    right: 4px;
  }
  .product-listing .ribbon-container > span {
    display: inline-block;
    padding: 6px 13px;
    background: #037562;
    overflow: visible;
    min-height: 32px;
    max-width: 98%;
    line-height: 22px;
    color: #ffffff;
    text-decoration: none;
    /* Rectangle 2: */
    border: 2px solid #ffffff;
    box-shadow: 0 0 2px 0 rgba(160, 160, 160, 0.5);
    border-radius: 4px;
  }
  .product-listing .ribbon-container > span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E066";
    padding: 0 5px 0 0;
    border-radius: 4px;
    top: 2px;
  }
  .product-listing .ribbon-container .promo-msg {
    display: block;
    overflow: hidden;
    height: 22px;
  }
  .product-listing .details {
    margin: 0;
  }
  .product-listing .details .truncate-box {
    height: 50px;
    overflow: hidden;
  }
  .product-listing .details .truncate-box .name {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
  }
  .product-listing .details .description {
    display: none;
  }
  .product-listing .details .prescription-required {
    display: none !important;
  }
  .product-listing .review-stars {
    margin-top: 5px;
    height: 24px;
    font-size: 18px;
  }
  .page-productList .category-page-description,
  .page-search .category-page-description {
    margin: 10px 0;
  }
  .page-productList .category-page-description p a,
  .page-search .category-page-description p a {
    color: #308dd4;
  }
  .page-productList .category-header-section,
  .page-search .category-header-section {
    margin: 0 0 15px;
    padding: 0 10px;
  }
  .page-productList .sort-refine-bar,
  .page-search .sort-refine-bar {
    overflow: hidden;
    margin: 0 -15px 0 0;
  }
  .page-productList .sort-refine-bar {
    padding: 0 10px 10px 0;
  }
  .page-search .sort-refine-bar {
    padding: 0 10px 10px 0;
  }
}
@media (min-width: 640px) and (min-height: 431px) and only screen and (max-width: 480px), (min-width: 769px) and only screen and (max-width: 480px) {
  .product-listing .ribbon-container > span {
    height: 24px;
    padding: 3px 8px;
    font-size: 0.8em;
    line-height: 1.8em;
  }
}
@media (max-width: 639px), (max-width: 768px) and (max-height: 430px) {
  .product-listing p.name {
    font-weight: bold;
    color: #00488d;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    padding-bottom: 5px;
    margin-bottom: 0;
    display: block;
  }
  .product-listing .addtocart {
    clear: both;
    text-align: right;
    padding: 10px 0 0 0;
  }
  .product-listing .addtocart button {
    margin-bottom: 10px;
  }
  .product-listing .product-item {
    padding: 1em 15px 1em 0;
    width: 100% !important;
    box-sizing: content-box;
  }
  .product-listing .product-item:before,
  .product-listing .product-item:after {
    content: " ";
    display: table;
  }
  .product-listing .product-item:after {
    clear: both;
  }
  .product-listing .product-item:before,
  .product-listing .product-item:after {
    content: " ";
    display: table;
  }
  .product-listing .product-item:after {
    clear: both;
  }
  .product-listing .product-item + .product-item {
    margin-top: 10px;
  }
  .product-listing .product-item:nth-child(2n) {
    background: none repeat scroll 0 0 #f2f4f7;
  }
  .product-listing .product-item .promo-ribbon {
    display: none;
  }
  .product-listing .product-item .product-item-image {
    display: block;
    max-width: 100px;
  }
  .product-listing .thumb {
    float: left;
    margin-right: 10px;
    display: block;
  }
  .product-listing .stock-level {
    display: inline-block;
  }
  .product-listing .addtocart button + button {
    margin-left: 10px;
  }
  .product-listing .product-info-image .product-image {
    padding-left: 0 !important;
    height: 100px;
  }
  .product-listing .product-info-image .product-image img {
    height: auto;
    max-width: 100px;
    max-height: 100px;
  }
  .product-listing .product-info-image .glyphicons-medicine {
    display: none;
  }
  .product-listing .product-info-image .product-image {
    display: inline-block;
    vertical-align: top;
  }
  .product-listing .details {
    width: 100%;
    padding-left: 100px;
  }
  .product-listing .details .alert {
    margin: 0.75em 0 0 0;
  }
  .product-listing .details .description {
    display: none;
  }
  .product-listing .price-panel {
    text-align: right;
    float: right;
  }
  .product-listing .price-panel a:hover {
    text-decoration: none;
  }
  .product-listing .price-panel .product-label,
  .product-listing .price-panel .price {
    display: inline;
  }
  .product-listing .price-panel .product-label {
    color: #00488d;
  }
  .product-listing .price-panel .price {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding-left: 0.1em;
  }
  .product-listing .price-panel .promo-price {
    display: inline;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .product-listing .product-info-image {
    font-size: 90%;
  }
  .product-listing .product-info-image .product-image {
    width: 32%;
    padding: 0 3% 0 0;
  }
  .product-listing .product-info-image .product-image img {
    max-width: 100%;
    height: auto;
  }
  .product-listing .price-panel .price {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .product-listing .price-panel .addtocart .btn {
    padding: 12px 4px;
  }
  .product-listing .glyphicons-chevron-right {
    position: absolute;
    right: 0px;
    top: 45%;
    color: #979797;
    font-size: 1.8rem;
  }
  .product-listing .details .alert,
  .product-listing .product-item:nth-child(2n) {
    background-color: transparent;
  }
  .product-listing .product-item {
    position: relative;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #dedede;
    margin: 0;
  }
  .product-listing .product-item:first-child {
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #dedede;
  }
  .product-listing .product-item + .product-item {
    margin-top: 0;
  }
  .product-listing .product-info-image {
    width: auto;
    padding: 0;
  }
  .product-listing .product-info-image .product-image {
    width: auto;
  }
  .product-listing .details {
    width: 100%;
    padding-left: 120px;
  }
  .product-listing .price-panel {
    width: 100%;
    padding-left: 120px;
    text-align: left;
    float: none;
  }
  .product-listing .addtocart {
    display: none;
  }
  .product-listing .price-panel .price,
  .product-listing .price-panel .product-label {
    color: #bf001a;
    font-weight: bold;
  }
  .product-listing .product-label-more {
    padding: 5px 0;
  }
  .product-listing .product-label-more.plm-tablet {
    display: none;
  }
  .product-listing .price del {
    color: #979797;
    font-size: 14px;
  }
  .product-listing p.name {
    color: #232323;
    font-weight: 400;
  }
  .product-listing .details .alert {
    margin: 2px 0;
    padding: 0 0 0 20px;
  }
  .product-listing .details .alert p::before {
    top: 0;
    left: 0;
    font-size: 12px;
  }
  .product-listing .in-stock {
    color: #4caf50;
    font-weight: bold;
    padding-left: 5px;
  }
  .product-listing .in-stock.glyphicons-ok {
    vertical-align: text-top;
    padding-left: 0;
  }
  .product-listing .out-stock {
    color: #979797;
    font-weight: bold;
    padding-left: 5px;
  }
  .product-listing .out-stock.glyphicons-remove {
    vertical-align: text-top;
    padding-left: 0;
    padding-top: 1px;
  }
  .product-listing .rating {
    margin-top: 5px;
    color: #666666;
  }
  .product-listing .rating-stars {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
  }
  .product-listing .details .bundle.alert.promo {
    background-color: #037562;
    border-radius: 4px;
    padding: 0 5px 2px 8px;
    margin: 0 0 5px 0;
    display: inline-block;
    max-width: 95%;
  }
  .product-listing .details .bundle.alert.promo p {
    line-height: 21px;
  }
  .product-listing .details .bundle.alert.promo p,
  .product-listing .details .bundle.alert.promo ul li {
    color: #ffffff;
    font-weight: bold;
    padding: 2px 6px 2px 2px;
  }
  .product-listing .details .bundle.alert.promo p:not(.alert-sign):before,
  .product-listing .details .bundle.alert.promo ul li:not(.alert-sign):before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25em;
    content: "\E066";
    background-color: #037562;
    color: #ffffff;
    padding: 5px 6px 2px 0;
    border-radius: 4px;
  }
  .category-header-section .sort-refine-bar {
    margin-top: 5px;
  }
  .page-search .category-header-section h1 {
    font-size: 18px;
  }
}
@media (max-width: 639px) and only screen and (max-width: 640px), (max-width: 768px) and (max-height: 430px) and only screen and (max-width: 640px) {
  .product-listing .product-item {
    padding: 1em 0.1em;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1400px) {
  .product-listing .product-item .product-item-inner .price-panel .stock-level {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .product-listing .product-item .product-item-inner .price-panel .stock-level .glyphicons {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .category-header-section .total-results {
    margin-top: 10px;
  }
  .sort-refine-bar .btn-default.facets-present {
    color: #00adcc;
  }
  .facet-refine-container:before {
    left: 0;
    right: 0;
  }
  .facet-refine-container .facet-name {
    width: 100px;
  }
  .facet-refine-container .facet-values {
    display: block;
  }
  .facet-refine-container .facet-refine-clear {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 750px) {
  .product-listing .product-item.col-xs-6.col-sm-4.col-md-4.col-lg-3 {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .category-header-section .col-pagination-results {
    padding-top: 5px;
  }
  .category-header-section select {
    height: 38px;
    min-width: 180px;
  }
}
.product-listing {
  padding-left: 0;
  list-style: none;
}
.product-listing .product-item-link {
  text-decoration: none;
  cursor: pointer;
}
.product-listing .product-label-more {
  color: #979797;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .product-listing .product-item-inner {
    min-height: 315px !important;
  }
}
.product-listing .product-item-image {
  text-align: center;
}
.product-listing .product-item-image img.img-missing[src$="/"] {
  background-color: #cccccc;
  color: #666c71;
  padding-top: 50px;
}
.product-listing .product-item-image img.img-missing[src$="/"]:after {
  content: "(missing-image)";
  display: block;
}
.product-listing .product-item-image .img-responsive {
  margin: 0 auto;
  width: auto;
  max-height: 190px;
  max-width: 100%;
}
@media only screen and (max-width: 440px) {
  .product-listing .product-item-image .img-responsive {
    max-height: 130px;
  }
  .product-listing .product-item-image img.img-missing[src$="/"] {
    height: 130px;
  }
}
@media only screen and (max-width: 380px) {
  .product-listing .product-item-image .img-responsive {
    max-height: 100px;
  }
  .product-listing .product-item-image img.img-missing[src$="/"] {
    height: 100px;
  }
}
@media (min-width: 640px) and (max-width: 830px) {
  .product-listing .stock-level {
    float: none !important;
  }
}
.sort-refine-bar .btn-default {
  background: #f7f7f7;
  background: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background: -o-linear-gradient(#ffffff, #f7f7f7);
  background: -moz-linear-gradient(#ffffff, #f7f7f7);
  background: linear-gradient(#ffffff, #f7f7f7);
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #666666;
}
.sort-refine-bar .glyphicons-sort-by-attributes-alt {
  top: 5px;
  padding-right: 5px;
}
.sort-refine-bar .glyphicons-filter {
  top: 5px;
  padding-right: 5px;
}
.search-empty {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.search-empty .headline {
  margin-bottom: 20px;
}
.search-empty .search-suggestions {
  margin-bottom: 20px;
}
.results h1 {
  font-size: 18px;
}
.pagination-bar.bottom .list-view {
  display: inline-block;
  vertical-align: top;
}
.pagination-bar.bottom .list-view ul {
  list-style-type: none;
  padding: 0;
}
.pagination-bar.bottom .list-view ul li {
  display: inline;
  float: left;
  padding-right: 0.5em;
  line-height: 1em;
}
@media only screen and (max-width: 1400px) and (min-width: 1024px) {
  .pagination-bar.bottom .list-view ul li {
    padding-right: 3px;
  }
}
@media only screen and (max-width: 639px) {
  .pagination-bar.bottom .list-view ul li {
    padding: 0;
  }
}
.pagination-bar.bottom .list-view ul li button.list-view-option {
  background: none;
  background-color: #ffffff;
  border: 1px solid #a9afb7;
  padding: 6px;
  outline: none;
}
.pagination-bar.bottom .list-view ul li button.list-view-option:hover {
  background-color: #e1e1e1;
}
.pagination-bar.bottom .list-view ul li button.list-view-option.active {
  border: 2px solid #308dd4;
  padding: 5px;
}
@media only screen and (max-width: 639px) {
  .pagination-bar.bottom .list-view ul li button.list-view-option.active {
    display: none;
  }
}
.pagination-bar.bottom .list-view ul li button.list-view-option .glyphicon {
  font-size: 1.25em;
}
@media (max-width: 1023px) {
  .pagination-bar.bottom .list-view ul li button.list-view-option {
    padding: 9px 8px 8px 8px;
  }
  .pagination-bar.bottom .list-view ul li button.list-view-option.active {
    border: 2px solid #308dd4;
    padding: 8px 7px 7px 7px;
  }
}
@media only screen and (max-width: 640px) {
  .pagination-bar.bottom {
    padding-bottom: 0;
  }
  .pagination-bar.bottom .list-view,
  .pagination-bar.bottom .form-group {
    padding-bottom: 9px;
  }
}
.page-specialOffers .special-offers-container h1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  body.language-fr .product-listing.product-list .price-panel .addtocart .btn:disabled {
    padding: 10px;
    font-size: 80% !important;
    min-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body.language-fr .product-listing.product-list .price-panel .addtocart .btn:disabled {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 480px) {
  body.language-de .product-listing.product-list .price-panel .addtocart .btn:disabled {
    font-size: 90% !important;
  }
}
@media only screen and (min-width: 1400px) {
  body.language-de .product-listing .product-item .product-item-inner .price-panel .out-stock,
  body.language-at .product-listing .product-item .product-item-inner .price-panel .out-stock {
    font-size: 13px;
  }
  body.language-de .product-listing .product-item .product-item-inner .price-panel .out-stock.glyphicons-remove,
  body.language-at .product-listing .product-item .product-item-inner .price-panel .out-stock.glyphicons-remove {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  body.language-es .product-listing .product-item .product-item-inner .price-panel .out-stock.glyphicons-remove {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 640px) {
  body.language-de .product-listing.product-grid .product-item-with-basket .addtocart-component,
  body.language-fr .product-listing.product-grid .product-item-with-basket .addtocart-component {
    min-height: 68px;
  }
}
@media only screen and (max-width: 639px) {
  body.language-de .product-listing.product-grid .product-item-with-basket .addtocart-component,
  body.language-fr .product-listing.product-grid .product-item-with-basket .addtocart-component {
    min-height: 68px;
  }
}
body.language-de .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock,
body.language-fr .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock {
  padding: 6px 0px;
}
@media only screen and (max-width: 440px) {
  body.language-de .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock,
  body.language-fr .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock {
    font-size: 0.8em !important;
  }
}
@media only screen and (max-width: 340px) {
  body.language-de .product-listing.product-grid .product-item-with-basket .addtocart-component,
  body.language-fr .product-listing.product-grid .product-item-with-basket .addtocart-component {
    min-height: 60px;
  }
  body.language-de .product-listing.product-grid .product-item-with-basket .addtocart-component .btn,
  body.language-fr .product-listing.product-grid .product-item-with-basket .addtocart-component .btn {
    font-size: 0.8em !important;
    line-height: 2em !important;
    padding: 6px 4px !important;
  }
  body.language-de .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock,
  body.language-fr .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock {
    font-size: 0.7em !important;
    padding: 10px 4px !important;
  }
}
body.language-nl .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock,
body.language-es .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock {
  padding: 6px 0px 6px 0px;
}
@media only screen and (max-width: 440px) {
  body.language-nl .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock,
  body.language-es .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock {
    font-size: 0.8em !important;
  }
}
@media only screen and (max-width: 440px) {
  body.language-es .product-listing.product-grid .product-item-with-basket .addtocart-component {
    min-height: 0;
  }
}
@media only screen and (max-width: 340px) {
  body.language-nl .product-listing.product-grid .product-item-with-basket .addtocart-component {
    min-height: 48px;
  }
  body.language-nl .product-listing.product-grid .product-item-with-basket .addtocart-component .btn.out-of-stock {
    line-height: 1.1em !important;
  }
}
h1.info-page-title {
  font-weight: 500;
  margin: 20px 0 10px 0;
}
h1.info-page-title span,
h1.info-page-title strong,
h1.info-page-title b {
  font-weight: 900;
}
.CarouselComponent {
  position: relative;
  clear: both;
}
.CarouselComponent .item a:hover {
  text-decoration: none;
}
.CarouselComponent .item .container {
  padding: 10px;
  border: 1px #e1e1e1 solid;
}
.CarouselComponent .item .container:hover {
  border: 1px #ff640f solid;
}
.CarouselComponent .item .truncate-box {
  margin-top: 0.2em;
  overflow: hidden;
  height: 76px;
}
.CarouselComponent .item .truncate-box p {
  font-size: 1.15em;
  font-weight: 300;
  color: #232323;
  margin-top: 0.2em;
}
.CarouselComponent .item .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CarouselComponent .brand-product {
  margin-bottom: 0.5em;
  max-height: 300px;
  overflow: hidden;
}
.CarouselComponent .carousel-brands .carousel-inner .owl-buttons {
  visibility: visible;
  width: 20px;
  height: 40px;
}
.CarouselComponent .carousel-brands .carousel-inner .owl-buttons .owl-prev,
.CarouselComponent .carousel-brands .carousel-inner .owl-buttons .owl-next {
  background-image: url("../images/icon-sprite.png");
  background-position: -41px 3px;
  background-repeat: no-repeat;
  top: 40% !important;
  width: 20px;
  height: 40px;
  color: rgba(255, 255, 255, 0);
}
.CarouselComponent .carousel-brands .carousel-inner .owl-buttons .owl-prev:hover,
.CarouselComponent .carousel-brands .carousel-inner .owl-buttons .owl-next:hover {
  outline: 0;
  text-decoration: none;
  opacity: 0.9;
}
.CarouselComponent .carousel-brands .carousel-inner .owl-buttons .owl-next {
  background-position: -85px 3px;
}
@media only screen and (max-width: 1024px) {
  .CarouselComponent .carousel-brands .carousel-inner .owl-buttons.left,
  .CarouselComponent .carousel-brands .carousel-inner .owl-buttons.right {
    display: none;
  }
}
.CarouselComponent .carousel-brands .carousel-inner .owl-controls .owl-pagination {
  display: none;
  bottom: 0px;
}
.CarouselComponent .carousel-brands .carousel-inner .owl-controls .owl-pagination .owl-page span {
  height: 24px;
  width: 24px;
}
.CarouselComponent .carousel-brands .carousel-inner .owl-wrapper-outer {
  background-color: #ffffff;
}
.CarouselComponent .carousel-brands .carousel-inner .item {
  padding: 10px;
  width: 100% !important;
}
.CarouselComponent .carousel-brands .carousel-inner .item p {
  font-size: 1.15em;
  font-weight: 300;
  height: 66px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.2em;
}
.CarouselComponent .carousel-brands .carousel-inner .item .btn-primary {
  color: #ffffff;
}
.CarouselComponent .carousel-brands .carousel-inner .item .btn-primary:hover {
  color: #eb9b0e;
}
.CarouselComponent .carousel-brands .carousel-inner .item img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.CarouselComponent .maProductCarousel.owl-carousel {
  display: block;
}
.CarouselComponent .no-carousel .item {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
.CarouselComponent .no-carousel .item img {
  max-width: 100%;
}
.recommendedProduct {
  position: relative;
  display: block;
  clear: both;
}
.recommendedProduct .item {
  padding: 10px;
}
.recommendedProduct .brand-item .recommendedProductInnerPrice {
  font-size: 1em;
  font-weight: 900;
  margin: 0.2em auto;
  height: 22px;
  color: #bf001a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommendedProduct .brand-item .recommendedProductInnerPrice:hover {
  color: #bf001a;
}
.recommendedProduct .brand-item .recommendedProductInnerText.variant {
  font-size: 0.9em;
}
.recommendedProduct .brand-item .recommendedProductInnerText a {
  font-size: 1em;
}
.recommendedProduct .brand-item a.btn {
  color: #ffffff;
}
.recommendedProduct .brand-item a.btn:hover {
  color: #eb9b0e;
}
.recommendedProduct .brand-item p {
  font-size: 1em;
  font-weight: 300;
  color: #232323;
}
.recommendedProduct .brand-item p a {
  color: #232323;
}
.recommendedProduct .brand-item .truncate-box {
  margin-top: 0.2em;
  overflow: hidden;
}
.recommendedProduct .owl-item .item {
  width: 100% !important;
}
.recommendedProduct .owl-item .item .brand-item {
  padding: 10px;
}
.recommendedProduct .carousel-brands .carousel-inner .owl-wrapper-outer {
  background: none;
}
.recommendedProduct .carousel-brands .carousel-inner .item img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
@media (min-width: 1400px) {
  .recommendedProduct .no-carousel .item:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .recommendedProduct .no-carousel .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .recommendedProduct .no-carousel .item:nth-child(2n+1) {
    clear: both;
  }
}
.contact-form textarea {
  min-height: 100px;
}
.maReccomProductCarousel {
  overflow: visible;
}
.maReccomProductCarousel .owl-controls {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 38px;
}
.maReccomProductCarousel .owl-controls .owl-buttons {
  visibility: visible;
}
.maReccomProductCarousel .owl-controls .owl-buttons .owl-prev,
.maReccomProductCarousel .owl-controls .owl-buttons .owl-next {
  font-size: 1em;
}
.maReccomProductCarousel .owl-controls .owl-buttons .owl-prev span.glyphicon,
.maReccomProductCarousel .owl-controls .owl-buttons .owl-next span.glyphicon {
  color: #00488d;
  font-size: 2em;
}
.maReccomProductCarousel .owl-controls .owl-buttons .owl-prev:before,
.maReccomProductCarousel .owl-controls .owl-buttons .owl-next:before {
  content: none;
}
.maReccomProductCarousel .owl-controls .owl-buttons .owl-prev:hover,
.maReccomProductCarousel .owl-controls .owl-buttons .owl-next:hover {
  opacity: 0.5;
}
.maReccomProductCarousel .owl-controls .owl-buttons .owl-next {
  right: -3em;
}
@media only screen and (max-width: 1023px) {
  .maReccomProductCarousel .owl-controls .owl-buttons .owl-next {
    right: -2em;
  }
}
.maReccomProductCarousel .owl-controls .owl-buttons .owl-prev {
  left: -2.7em;
}
@media only screen and (max-width: 1023px) {
  .maReccomProductCarousel .owl-controls .owl-buttons .owl-prev {
    left: -1.8em;
  }
}
.maReccomProductCarousel .owl-wrapper-outer .owl-wrapper:first-child {
  padding-left: 0;
}
.CarouselComponent .maReccomProductCarousel.maProductCarousel.owl-carousel {
  display: none;
}
.recommendedProduct.imageCarouselResize.recentlyViewed,
.recommendedProduct.imageCarouselResize.boughtTogether {
  opacity: 1;
  -webkit-animation: fadeinSlow 2s linear;
  -moz-animation: fadeinSlow 2s linear;
  -ms-animation: fadeinSlow 2s linear;
  -o-animation: fadeinSlow 2s linear;
  animation: fadeinSlow 2s linear;
}
.recentlyViewedProduct {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}
.recentlyViewedProduct .item {
  margin-bottom: 20px;
}
.recentlyViewedProduct .item .brand-item {
  border: 1px solid #e1e1e1;
  padding: 1em;
  min-height: 340px;
  text-align: center;
}
.recentlyViewedProduct .item .brand-item .recentlyViewedProductImage {
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
}
.recentlyViewedProduct .item .brand-item .recentlyViewedProductInnerPrice {
  margin-top: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  color: #308dd4;
}
.recentlyViewedProduct .item .brand-item .truncate-box {
  height: 62px;
  overflow: hidden;
}
.recentlyViewedProduct .item .brand-item .recentlyViewedProductButton {
  position: absolute;
  margin-left: 30px;
  margin-right: 30px;
  left: 0;
  right: 0;
  top: 285px;
}
#PetAdvicePage .articleItem h3 {
  color: #00488d;
}
#PetAdvicePage .articleItem p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px;
}
.account-favourites .glyphicons,
.add-to-favourites .glyphicons {
  color: #308dd4;
  font-size: 1.3em;
  font-weight: bold;
}
.account-favourites .glyphicons.glyphicons-heart-empty,
.add-to-favourites .glyphicons.glyphicons-heart-empty {
  font-weight: normal;
  background-color: #ffffff;
}
.account-favourites .button-favourites,
.add-to-favourites .button-favourites,
.account-favourites .button-favourites p,
.add-to-favourites .button-favourites p,
.account-favourites .button-favourites span,
.add-to-favourites .button-favourites span,
.account-favourites .button-favourites p span,
.add-to-favourites .button-favourites p span {
  color: #308dd4;
}
.account-favourites .button-favourites:hover .glyphicons,
.add-to-favourites .button-favourites:hover .glyphicons,
.account-favourites .button-favourites p:hover .glyphicons,
.add-to-favourites .button-favourites p:hover .glyphicons {
  font-weight: normal;
}
.account-favourites .button-favourites:hover .glyphicons-heart-empty,
.add-to-favourites .button-favourites:hover .glyphicons-heart-empty,
.account-favourites .button-favourites p:hover .glyphicons-heart-empty,
.add-to-favourites .button-favourites p:hover .glyphicons-heart-empty {
  font-weight: bold;
}
.account-favourites .button-favourites:hover .favourites-label,
.add-to-favourites .button-favourites:hover .favourites-label,
.account-favourites .button-favourites p:hover .favourites-label,
.add-to-favourites .button-favourites p:hover .favourites-label {
  text-decoration: underline;
}
.account-favourites .button-favourites:disabled .favourites-label,
.add-to-favourites .button-favourites:disabled .favourites-label,
.account-favourites .button-favourites:disabled .glyphicons,
.add-to-favourites .button-favourites:disabled .glyphicons {
  opacity: 0.5;
}
.account-favourites .button-favourites:disabled:hover .glyphicons,
.add-to-favourites .button-favourites:disabled:hover .glyphicons {
  font-weight: bold;
}
.account-favourites .button-favourites:disabled:hover .glyphicons-heart-empty,
.add-to-favourites .button-favourites:disabled:hover .glyphicons-heart-empty {
  font-weight: normal;
}
.account-favourites .button-favourites:disabled:hover .favourites-label,
.add-to-favourites .button-favourites:disabled:hover .favourites-label {
  text-decoration: none;
}
.account-favourites .product-details-container,
.add-to-favourites .product-details-container {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.account-favourites .favourite-removed,
.add-to-favourites .favourite-removed {
  opacity: 0.6;
}
.add-to-favourites {
  width: 100%;
}
.add-to-favourites p,
.add-to-favourites button,
.add-to-favourites span {
  float: left;
  margin-bottom: 0;
}
.add-to-favourites .favourites-label-container {
  margin: 0 0 0 20px;
  text-align: left;
}
.add-to-favourites button {
  padding-left: 0;
}
.add-to-favourites p {
  padding-left: 6px;
}
.add-to-favourites p a {
  color: #308dd4;
}
.add-to-favourites p.favourite-variant {
  display: block;
  clear: both;
  padding-top: 2px;
}
.add-to-favourites p.favourite-variant span {
  display: inline;
  float: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.pulse {
  -webkit-animation: pulse 0.5s linear 1;
  animation: pulse 0.5s linear 1;
}
.js-forgotten-password-link {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #308dd4;
}
.login-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 40px auto 20px;
}
.login-wrapper h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
}
.login-wrapper h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
}
.login-wrapper p,
.login-wrapper ul {
  line-height: 1.8em;
}
.login-wrapper ul {
  padding-left: 30px;
}
.login-wrapper label {
  color: #666666;
}
.login-wrapper form a {
  color: #308dd4;
}
.login-wrapper .login-content {
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: table;
  width: 100%;
}
.login-wrapper .login-footer:after {
  content: "";
  display: table;
  clear: both;
}
.login-wrapper .right-content,
.login-wrapper .left-content {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.login-wrapper .left-content {
  padding: 30px 25px;
}
.login-wrapper .right-content {
  padding: 30px 5%;
}
.login-wrapper .new-account {
  background-color: #f6f6f6;
  border-radius: 0 5px 5px 0;
}
.login-wrapper .new-account h2 {
  margin-bottom: 20px;
}
.login-wrapper .new-account button,
.login-wrapper .new-account a {
  margin-bottom: 15px;
}
.login-wrapper .separator {
  margin: 30px 0;
  border-top: 1px solid #dddddd;
}
.login-wrapper .form-control {
  border-radius: 5px;
  border-color: #cccccc;
  min-height: 45px;
  box-shadow: none;
}
.login-wrapper .form-control:focus {
  border-color: #308dd4;
}
.login-wrapper .form-control.password-strength::placeholder {
  font-size: 14px;
}
.login-wrapper .form-group.has-error {
  padding: 0!important;
  background-color: transparent;
}
.login-wrapper select {
  height: 45px;
  box-sizing: border-box;
}
.login-wrapper .control-label {
  color: #666666;
}
.login-wrapper .password-input-block {
  position: relative;
}
.login-wrapper .remember-me-block {
  float: left;
  padding: 8px 0 10px 0;
}
.login-wrapper .remember-me-block .rememberMe {
  padding-left: 5px;
  color: #666666;
  cursor: pointer;
  line-height: 20px;
  margin-bottom: 0;
}
.login-wrapper .remember-me-block input {
  cursor: pointer;
}
.login-wrapper .loyalty-toggle {
  margin: 5px 0 15px;
  display: inline-block;
  font-weight: bold;
}
.login-wrapper .loyalty-toggle .arrow-down {
  display: none;
}
.login-wrapper .loyalty-toggle .arrow-down.show {
  display: inline-block !important;
}
.login-wrapper .login-section {
  margin: 0;
}
.login-wrapper .account-title-mobile {
  display: none;
}
.login-wrapper .loyalty-input {
  display: none;
}
.login-wrapper .password-input {
  position: relative;
}
.login-wrapper #toggle-show-password {
  position: absolute;
  top: 0;
  right: 0;
}
.login-wrapper .forgotten-password {
  margin: 0;
}
.login-wrapper .forgotten-password h2 {
  margin: 0;
}
.login-wrapper .forgotten-password button.close {
  display: inline-block;
  width: auto;
}
.login-wrapper .sign-in-submit-button button {
  margin-right: 15px;
}
.login-wrapper .tooltip {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 5px);
}
.login-wrapper .tooltip .tooltip-inner {
  background-color: white;
  color: #555;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid #308dd4;
}
.login-wrapper .tooltip.right .tooltip-arrow {
  border-right-color: #308dd4;
}
.login-wrapper .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #308dd4;
}
@media (max-width: 640px) {
  .login-wrapper {
    width: auto;
    margin: 0 auto 20px;
    margin-top: 20px;
    padding: 0 5px;
  }
  .login-wrapper .login-content {
    display: block;
    border: none;
  }
  .login-wrapper h1 {
    display: none;
  }
  .login-wrapper .right-content,
  .login-wrapper .left-content {
    width: 100%;
    display: block;
  }
  .login-wrapper .register-section {
    margin-bottom: 0;
  }
  .login-wrapper .register-section button.register {
    white-space: initial;
  }
  .login-wrapper .left-content {
    padding: 0 0 20px 0;
  }
  .login-wrapper .right-content {
    padding: 0;
  }
  .login-wrapper .new-account {
    background-color: #f6f6f6;
    border-radius: 0;
    padding: 25px 15px;
    margin: 0 -15px;
    width: 100vw;
    box-sizing: border-box;
    position: relative;
  }
  .login-wrapper .button-link,
  .login-wrapper button {
    width: 100%;
  }
  .login-wrapper .sign-in-submit-button button {
    width: auto;
    margin-right: 15px;
    white-space: initial;
  }
  .login-wrapper .remember-me-block {
    padding: 8px 0 10px 0;
  }
  .login-wrapper .rememberMe {
    margin-bottom: 0;
    padding: 0;
  }
  .login-wrapper .js-forgotten-password-link {
    display: inline-block;
    width: auto;
  }
  .login-wrapper .account-title-mobile {
    display: block;
  }
}
@media (max-width: 530px) {
  .language-fr .login-wrapper .js-forgotten-password-link {
    display: block;
    position: initial;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    float: right;
    max-width: 50%;
  }
  .language-fr .login-wrapper .sign-in-submit-button {
    float: none;
  }
  .language-fr .login-wrapper .sign-in-submit-button button.loginAndCheckoutButton {
    margin-right: 0;
    width: 100%;
    display: block;
  }
}
.login-section .checkBoxFormBlueSibling [type="checkbox"]:not(:checked) ~ label,
.login-section .checkBoxFormBlueSibling [type="checkbox"]:checked ~ label {
  padding-top: 6px !important;
}
.error-page .container,
.error-page-ps .container,
.error-page-pm .container {
  max-width: 94%;
  margin-top: 1em;
}
.error-page .siteLogo,
.error-page-ps .siteLogo,
.error-page-pm .siteLogo {
  padding: 2em;
}
.error-page .siteLogo img,
.error-page-ps .siteLogo img,
.error-page-pm .siteLogo img {
  max-width: 100%;
  height: auto;
}
.error-page .top-links,
.error-page-ps .top-links,
.error-page-pm .top-links {
  text-align: right;
  margin: 1em;
}
.error-page .es-content,
.error-page-ps .es-content,
.error-page-pm .es-content,
.error-page .gb-content,
.error-page-ps .gb-content,
.error-page-pm .gb-content,
.error-page .nl-content,
.error-page-ps .nl-content,
.error-page-pm .nl-content,
.error-page .at-content,
.error-page-ps .at-content,
.error-page-pm .at-content,
.error-page .de-content,
.error-page-ps .de-content,
.error-page-pm .de-content,
.error-page .fr-content,
.error-page-ps .fr-content,
.error-page-pm .fr-content {
  display: none;
}
.error-page .main-body,
.error-page-ps .main-body,
.error-page-pm .main-body {
  text-align: center;
  padding: 2em 0;
}
.error-page .error-page-header-link,
.error-page-ps .error-page-header-link,
.error-page-pm .error-page-header-link,
.error-page .error-page-header-link:hover,
.error-page-ps .error-page-header-link:hover,
.error-page-pm .error-page-header-link:hover {
  color: #ffffff;
}
.error-page-ps .error-page-header-link,
.error-page-ps .error-page-header-link:hover {
  color: #00488d;
}
.error-page-pm .error-page-header-link,
.error-page-pm .error-page-header-link:hover {
  color: #308dd4;
}
body[class*="-WOWAwards"] .row.static-page {
  position: relative;
}
@media (max-width: 480px) {
  body[class*="-WOWAwards"] .row.static-page {
    padding-bottom: 80px;
  }
}
body[class*="-WOWAwards"] .row.static-page .col-md-3 {
  float: right;
  padding-bottom: 10px;
  z-index: 9;
  position: relative;
}
@media (max-width: 480px) {
  body[class*="-WOWAwards"] .row.static-page .col-md-3 {
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  body[class*="-WOWAwards"] .row.static-page .col-md-9 {
    float: left;
    border-right: 1px solid #cccccc;
  }
}
.wow-awards-form {
  max-width: 600px;
  margin-top: 1em;
}
.wow-awards-form p.required {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  color: #010101;
}
.wow-awards-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #00488d;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  margin-top: 15px;
}
.wow-awards-form label.required::after {
  content: "*";
  font-weight: bold;
  color: #00488d;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}
.wow-awards-form input:not([type=checkbox]):not([type=button]),
.wow-awards-form select,
.wow-awards-form textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wow-awards-form input:not([type=checkbox]):not([type=button]):focus,
.wow-awards-form select:focus,
.wow-awards-form textarea:focus {
  border-color: #308dd4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 141, 212, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 141, 212, 0.6);
}
.wow-awards-form input:not([type=checkbox]):not([type=button])::-moz-placeholder,
.wow-awards-form select::-moz-placeholder,
.wow-awards-form textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.wow-awards-form input:not([type=checkbox]):not([type=button]):-ms-input-placeholder,
.wow-awards-form select:-ms-input-placeholder,
.wow-awards-form textarea:-ms-input-placeholder {
  color: #777777;
}
.wow-awards-form input:not([type=checkbox]):not([type=button])::-webkit-input-placeholder,
.wow-awards-form select::-webkit-input-placeholder,
.wow-awards-form textarea::-webkit-input-placeholder {
  color: #777777;
}
.wow-awards-form textarea {
  height: 6.7em;
}
.wow-awards-form button,
.wow-awards-form input[type="button"],
.wow-awards-form input[type="submit"] {
  display: block;
  margin-bottom: 1em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  white-space: normal;
  color: #ffffff;
  background-color: #308dd4;
}
.wow-awards-form button:focus,
.wow-awards-form input[type="button"]:focus,
.wow-awards-form input[type="submit"]:focus,
.wow-awards-form button:active:focus,
.wow-awards-form input[type="button"]:active:focus,
.wow-awards-form input[type="submit"]:active:focus,
.wow-awards-form button.active:focus,
.wow-awards-form input[type="button"].active:focus,
.wow-awards-form input[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wow-awards-form button:hover,
.wow-awards-form input[type="button"]:hover,
.wow-awards-form input[type="submit"]:hover,
.wow-awards-form button:focus,
.wow-awards-form input[type="button"]:focus,
.wow-awards-form input[type="submit"]:focus {
  text-decoration: none;
  color: #308dd4;
  background-color: #ffffff;
  border-color: #308dd4;
}
.wow-awards-form button:active,
.wow-awards-form input[type="button"]:active,
.wow-awards-form input[type="submit"]:active,
.wow-awards-form button.active,
.wow-awards-form input[type="button"].active,
.wow-awards-form input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wow-awards-form div,
.wow-awards-form h3 {
  display: block;
  clear: both;
}
.wow-awards-form input[type="checkbox"] {
  width: 30px;
  height: 30px;
  float: left;
}
.wow-awards-form input[type="checkbox"] + small {
  float: left;
  padding-left: 1em;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  margin-top: 4px;
  line-height: 30px;
}
.wow-awards-form input[type="checkbox"] + small::after {
  display: block;
  clear: both;
  content: " ";
  width: 1px;
  height: 30px;
}
.wow-awards-form a.addnominees,
.wow-awards-form a.removenominee {
  color: #308dd4;
  text-decoration: underline;
}
.wow-awards-form a.addnominees:hover,
.wow-awards-form a.removenominee:hover {
  text-decoration: none;
}
.wow-awards-form .status {
  padding: 0;
  margin: 0;
}
.wow-awards-form .status li.error {
  background-color: #fff5f5;
  border: none;
  border-radius: 0;
  color: #d00000;
  padding: 0 1em;
  list-style-type: none;
}
.wow-awards-form .status li.error:first-child {
  padding-top: 1em;
  margin-top: 1em;
}
.wow-awards-form .status li.error:last-child {
  padding-bottom: 1em;
}
.wow-awards-form #nominationform::before {
  content: 'Fields marked * are required';
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  color: #010101;
  display: inline-block;
}
.wow-awards-form a.assoc,
.wow-awards-nominations a.assoc {
  display: inline-block;
  margin-top: 4em;
}
.wow-awards-form a.assoc div,
.wow-awards-nominations a.assoc div {
  padding-top: 1em;
}
.wow-awards-nominations .recent-nomination {
  border-bottom: 1px solid #f2f4f7;
}
.wow-awards-nominations .recent-nomination h2 {
  font-size: 18px;
  font-weight: bold;
}
.wow-awards-nominations .recent-nomination ul {
  padding: 0 0 1em 0;
}
.wow-awards-nominations .recent-nomination ul li {
  list-style-type: none;
}
.wow-awards-nominations .recent-nomination ul li .date {
  display: block;
}
.wow-awards-nominations .recent-nomination ul li.nomination {
  padding-top: 0.5em;
  color: #010101;
}
.wow-awards-nominations .autoloader {
  padding-top: 20px;
}
.wow-awards-nominations .autoloader a {
  color: #308dd4;
  text-decoration: underline;
}
.wow-awards-nominations .autoloader a:hover {
  text-decoration: none;
}
body.language-fr .wow-awards-form #nominationform::before {
  content: 'Les champs marqués * sont obligatoires';
}
body.language-de .wow-awards-form #nominationform::before {
  content: 'Die Felder mit * sind Pflichtfelder';
}
body.language-es .wow-awards-form #nominationform::before {
  content: 'Los datos marcados con * son obligatorios';
}
body.language-nl .wow-awards-form #nominationform::before {
  content: 'Velden gemarkeerd met een * zijn verplicht';
}
.page-PetInsurancePage #breadcrumb,
.page-PetInsuranceCatPage #breadcrumb,
.page-PetInsuranceDogPage #breadcrumb,
.page-PetInsuranceKittenPage #breadcrumb,
.page-PetInsurancePuppyPage #breadcrumb {
  display: none;
}
.insurance-page {
  margin-top: -10px;
}
.insurance-page .insurance-header {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-header {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-header {
    padding: 50px 0 20px;
  }
}
.insurance-page .insurance-header h1 {
  color: #ffffff;
  font-size: 64px;
  line-height: 96px;
  font-size: 6.4rem;
  line-height: 9.600000000000001rem;
  font-weight: bold;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-header h1 {
    font-size: 56px;
    line-height: 84px;
    font-size: 5.6rem;
    line-height: 8.399999999999999rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-header h1 {
    font-size: 48px;
    line-height: 72px;
    font-size: 4.8rem;
    line-height: 7.199999999999999rem;
    line-height: 1em;
  }
}
.insurance-page .insurance-header p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-header p {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    max-width: 280px;
  }
}
.insurance-page .insurance-header .insurance-header-button {
  display: inline-block;
  padding-top: 30px;
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-header .insurance-header-button {
    display: block;
    padding-top: 30px;
  }
}
.insurance-page .insurance-header .insurance-header-button p {
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-header .insurance-header-button p {
    display: none;
  }
}
.insurance-page .insurance-header .insurance-header-button p span {
  margin-top: 2px;
  margin-right: 5px;
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-header .insurance-header-button a {
    display: block;
    width: 100%;
  }
}
.insurance-page .insurance-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.insurance-page .insurance-section-blue {
  background: #308dd4;
  background: linear-gradient(225deg, #3a9ae4 0%, #308dd4 100%);
  color: #ffffff;
}
.insurance-page .insurance-section-blue h2,
.insurance-page .insurance-section-blue h3,
.insurance-page .insurance-section-blue p {
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-section-blue {
    padding-bottom: 0;
  }
  .insurance-page .insurance-section-blue h2 {
    margin-bottom: 30px;
  }
}
.insurance-page .insurance-section-grey {
  background: #f6f6f6;
  background: linear-gradient(#f6f6f6 0%, #ffffff 100%);
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-section-grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.insurance-page .insurance-section-light-blue {
  background: #F1F7FB;
}
.insurance-page .insurance-section-bg-image {
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-section-bg-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-section-bg-image {
    padding-bottom: 30px;
  }
}
.insurance-page .insurance-section-bg-image .insurance-section-bg-image-content {
  position: relative;
  z-index: 2;
}
.insurance-page .insurance-section-bg-image h2,
.insurance-page .insurance-section-bg-image h3,
.insurance-page .insurance-section-bg-image p {
  color: #ffffff;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.insurance-page .insurance-section-padding-top {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-section-padding-top {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-section-no-padding-bottom-mobile {
    padding-bottom: 0;
  }
}
.insurance-page h2 {
  font-size: 46px;
  line-height: 69px;
  font-size: 4.6rem;
  line-height: 6.8999999999999995rem;
  color: #308dd4;
  margin: 0 0 30px;
  line-height: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .insurance-page h2 {
    font-size: 40px;
    line-height: 60px;
    font-size: 4rem;
    line-height: 6rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .insurance-page h2 {
    font-size: 36px;
    line-height: 54px;
    font-size: 3.6rem;
    line-height: 5.4rem;
    line-height: 1em;
    margin: 0 0 20px;
  }
}
.insurance-page h3 {
  font-size: 22px;
  line-height: 33px;
  font-size: 2.2rem;
  line-height: 3.3000000000000003rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .insurance-page h3 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .insurance-page h3 {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.insurance-page p,
.insurance-page td {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
@media only screen and (max-width: 480px) {
  .insurance-page p,
  .insurance-page td {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
  }
}
.insurance-page ul,
.insurance-page ol {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
@media only screen and (max-width: 480px) {
  .insurance-page ul,
  .insurance-page ol {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
  }
}
.insurance-page .intro-text {
  font-size: 22px;
  line-height: 33px;
  font-size: 2.2rem;
  line-height: 3.3000000000000003rem;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.4em;
}
@media only screen and (max-width: 640px) {
  .insurance-page .intro-text {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .insurance-page .intro-text {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.insurance-page blockquote {
  background-color: #F1F7FB;
  background-image: url('/_ui/responsive/common/images/insurance/quote.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 60px 50px;
  border: none;
  padding: 25px;
  position: relative;
  margin-top: 8px;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page blockquote {
    margin: 30px -10px 0;
    padding: 40px 30px 30px;
    background-position: 10px 20px;
  }
}
.insurance-page blockquote p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  color: #999999;
  margin: 0;
}
.insurance-page blockquote p span {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.insurance-page blockquote .quote {
  color: #308dd4;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding-right: 15%;
}
.insurance-page blockquote .signature {
  max-width: 170px;
  display: block;
  margin: 20px 0 10px -5px;
}
.insurance-page blockquote .illustration {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  max-width: 75px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page blockquote .illustration {
    right: 30px;
  }
}
.insurance-page .insurance-icon {
  max-width: 100px;
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-icon {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-right: 20px;
    margin: 0 0 25px 0;
  }
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-types-content {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    margin-bottom: 25px;
  }
  .insurance-page .insurance-types-content h3 {
    margin-top: 0;
  }
}
.insurance-page .insurance-coverage-table {
  background-color: #ffffff;
  padding: 20px 10px 10px;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-left: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-coverage-table {
    margin-left: 0;
    margin-top: 20px;
  }
}
.insurance-page .insurance-coverage-table h3 {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0;
}
.insurance-page .insurance-coverage-table ul {
  margin: 0;
  padding: 0;
}
.insurance-page .insurance-coverage-table ul li {
  margin: 15px 0;
  list-style-type: none;
  position: relative;
  padding: 0 0 0 30px;
}
.insurance-page .insurance-coverage-table ul li span {
  position: absolute;
  left: 0;
  top: 4px;
}
.insurance-page .insurance-coverage-table ul li .glyphicons-ok {
  color: #4caf50;
}
.insurance-page .insurance-coverage-table ul li .glyphicons-remove {
  color: #bf001a;
}
.insurance-page .insurance-coverage-table td {
  padding: 0 10px;
  vertical-align: top;
}
.insurance-page .insurance-annotation {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  color: #666666;
  margin: 20px 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-annotation {
    margin-left: 0;
  }
}
.insurance-page .insurance-annotation a {
  color: #eb9b0e;
}
.insurance-page .insurance-price-wrapper {
  text-align: center;
}
.insurance-page .insurance-price {
  color: #eb9b0e;
  display: inline-block;
  margin: 0 auto;
}
.insurance-page .insurance-price .insurance-price-value {
  font-size: 80px;
  line-height: 120px;
  font-size: 8rem;
  line-height: 12rem;
  font-weight: bold;
  line-height: 0.9em;
}
.insurance-page .insurance-price .insurance-price-value span {
  font-size: 36px;
  line-height: 54px;
  font-size: 3.6rem;
  line-height: 5.4rem;
  font-weight: normal;
  margin-right: -20px;
}
.insurance-page .insurance-price .insurance-price-top {
  text-align: left;
}
.insurance-page .insurance-price .insurance-price-bottom {
  text-align: right;
}
.insurance-page .insurance-price .insurance-price-bottom,
.insurance-page .insurance-price .insurance-price-top {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.insurance-page .glyphicons-chevron-right {
  line-height: 1.5em;
}
.insurance-page .trustpilot-widget {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .insurance-page .trustpilot-widget {
    margin-top: 30px;
  }
}
.insurance-page .insurance-quote-button {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .insurance-page .insurance-quote-button {
    display: block;
    width: 100%;
  }
}
.insurance-page .insurance-quote-button span {
  margin-left: 10px;
}
.insurance-page .insurance-footer {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-footer {
    padding-top: 30px;
  }
}
.insurance-page .insurance-footer .insurance-pet-thumb {
  position: relative;
  display: block;
}
.insurance-page .insurance-footer .insurance-pet-thumb img {
  width: 100%;
  margin: 25px 0 10px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-footer .insurance-pet-thumb img {
    margin-top: 15px;
  }
}
.insurance-page .insurance-footer .insurance-pet-thumb .insurance-pet-thumb-content {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-footer .insurance-pet-thumb .insurance-pet-thumb-content {
    left: 20px;
    top: 15px;
  }
}
.insurance-page .insurance-footer .insurance-pet-thumb .insurance-pet-thumb-content h3 {
  color: #ffffff;
  font-size: 64px;
  line-height: 96px;
  font-size: 6.4rem;
  line-height: 9.600000000000001rem;
  line-height: 1em;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-footer .insurance-pet-thumb .insurance-pet-thumb-content h3 {
    font-size: 54px;
    line-height: 81px;
    font-size: 5.4rem;
    line-height: 8.100000000000001rem;
    line-height: 1em;
  }
}
.insurance-page .insurance-footer .insurance-pet-thumb .insurance-pet-thumb-content span {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-left: 3px;
}
@media only screen and (max-width: 1024px) {
  .insurance-page .insurance-footer .insurance-pet-thumb .insurance-pet-thumb-content span {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    line-height: 1.2em;
  }
}
.insurance-page .insurance-footer a {
  color: #eb9b0e;
}
.insurance-page .insurance-footer a .glyphicons-chevron-right {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  margin-top: 2px;
}
.hills {
  max-width: 760px;
  margin: 0 auto;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  min-width: 320px;
}
.hills .row {
  margin-left: 0;
  margin-right: 0;
}
.hills__header {
  position: relative;
  margin-top: 10px;
}
.hills__header-content {
  position: absolute;
  top: 20%;
  left: 10%;
}
.hills__title {
  color: #0055a5;
  font-size: 30px;
  font-weight: bold;
}
.hills__subtitle {
  font-size: 15px;
  color: white;
  width: 50%;
  margin-top: 29px;
}
.hills__logo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hills__product {
  margin-bottom: 20px;
}
.hills__product-title {
  color: #0055a5;
  font-weight: bold;
}
.hills__product-title--sup {
  font-size: 10px;
}
.hills__product-description {
  color: #585858;
  margin-bottom: 20px;
}
.hills__button {
  background-color: #0055a5;
  color: white;
  padding: 8px 14px;
  margin: 0 4px 5px 4px;
  display: inline-block;
}
.hills__button:hover,
.hills__button:focus {
  color: white;
  text-decoration: none;
}
.hills__campaigns {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hills__campaign-wrap {
  margin-bottom: 20px;
}
.hills__campaign-wrap:last-child {
  margin-bottom: 0;
}
.hills__campaign {
  display: block;
}
.hills__campaign-media {
  width: 100%;
  display: block;
  height: auto;
}
.hills__video {
  margin-bottom: 30px;
}
.hills__video-description {
  color: #0055a5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.hills__video-wrapper {
  padding-bottom: calc(45%) !important;
}
.hills__footer {
  background: #0055a5;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 0;
}
.hills__footer-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0 15px 0 0;
  display: inline;
}
.hills__social {
  display: inline;
}
.hills__social-link {
  width: 50px;
  display: inline-block;
}
.hills__social-icon {
  width: 100%;
}
@media (min-width: 560px) {
  .hills__header-content {
    top: 24%;
  }
}
@media (min-width: 640px) {
  .hills__header-content {
    top: 31%;
  }
  .hills__subtitle {
    font-size: 20px;
  }
  .hills__campaign-wrap {
    margin-bottom: 0;
  }
}
.main-header .container .site-search .input-group {
  border: 1px solid #fff;
  background-color: #fff;
}
.main-header .container .header-re-order .glyphicons,
.main-header .container .header-toggle-user .glyphicons,
.main-header .container .header-user-button .glyphicons,
.main-header .container .toggle-search-bar button .glyphicons,
.main-header .container .header-re-order .glyphicon,
.main-header .container .header-toggle-user .glyphicon,
.main-header .container .header-user-button .glyphicon,
.main-header .container .toggle-search-bar button .glyphicon {
  background-color: #00488d;
}
.main-header .container .header-icon-label,
.main-header .container p.header-icon-label,
.main-header .container .sm-navigation .utility-content .md-secondary-navigation .header-re-order p.header-icon-label {
  display: none;
}
.main-header.is-sticky .header-re-order .glyphicons,
.main-header.is-sticky .header-toggle-user .glyphicons,
.main-header.is-sticky .header-user-button .glyphicons,
.main-header.is-sticky .toggle-search-bar button .glyphicons,
.main-header.is-sticky .header-re-order .glyphicon,
.main-header.is-sticky .header-toggle-user .glyphicon,
.main-header.is-sticky .header-user-button .glyphicon,
.main-header.is-sticky .toggle-search-bar button .glyphicon {
  background-color: transparent;
}
.main-header.is-sticky .header-re-order .glyphicons:hover,
.main-header.is-sticky .header-toggle-user .glyphicons:hover,
.main-header.is-sticky .header-user-button .glyphicons:hover,
.main-header.is-sticky .toggle-search-bar button .glyphicons:hover,
.main-header.is-sticky .header-re-order .glyphicon:hover,
.main-header.is-sticky .header-toggle-user .glyphicon:hover,
.main-header.is-sticky .header-user-button .glyphicon:hover,
.main-header.is-sticky .toggle-search-bar button .glyphicon:hover {
  background-color: #00488d;
}
@media (max-width: 1023px) {
  .language-fr .main-header .container .col-header-secondrow .nav-menu-hamburger {
    width: 112px;
  }
  .language-fr .main-header .container .col-header-secondrow .col-header-search {
    margin-left: 112px;
  }
}
@media (max-width: 1023px) {
  .language-nl .main-header .container .col-header-secondrow .nav-menu-hamburger,
  .language-es .main-header .container .col-header-secondrow .nav-menu-hamburger {
    width: 102px;
  }
  .language-nl .main-header .container .col-header-secondrow .col-header-search,
  .language-es .main-header .container .col-header-secondrow .col-header-search {
    margin-left: 102px;
  }
}
.account-favourites .glyphicons,
.add-to-favourites .glyphicons {
  color: #00488d;
}
.account-favourites .pagination-bar .col-md-4.ma-col-md-4 {
  padding-bottom: 1em;
}
.level-achieved-marker .level .round-marker {
  background-image: url(../../theme-blue/images/loyalty/MA-Stamp-PNG.png);
}
.level-achieved-marker .level .round-marker p {
  display: none;
}
.u-color--red {
  color: #bf001a;
}
.u-color--orange {
  color: #eb9b0e;
}
.u-color--green {
  color: #4CAF50;
}
.u-text-align--center {
  text-align: center;
}
.u-text-align--right {
  text-align: right;
}
.u-text-align--left {
  text-align: left;
}
.u-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.u-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
