﻿@import url("//hello.myfonts.net/count/315eb");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #44ADE2;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ============================================================================= 
   Reset
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
*, *:before, *:after {
  box-sizing: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.rich-text ul, .rich-text ol, .rich-text dl {
  list-style-position: outside;
  padding-left: 1rem;
  margin: 1rem 0 2rem 0;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text dl {
  padding: 0;
}
.rich-text dt, .rich-text dd {
  display: block;
  margin: 0;
}
.rich-text dt {
  font-weight: bold;
  font-size: 110%;
}
.rich-text dd {
  margin-bottom: 0.5rem;
}
.rich-text table {
  font-size: 0.9em;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.rich-text caption {
  text-align: left;
}
.rich-text td, .rich-text th {
  padding: 1rem;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
.rich-text th {
  background: #fcfcfc;
  font-weight: bold;
}

legend {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

sub {
  vertical-align: sub;
  font-size: 50%;
}

pre {
  font-family: monospace;
  clear: left;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  font-size: 80%;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

small {
  font-size: 60%;
}

a:hover {
  opacity: 0.7;
}

.hover a:hover {
  opacity: 0.7;
}

.table-wrapper {
  margin: 1rem 0;
  overflow-x: auto;
}

/* ============================================================================= 
   Videos
   ========================================================================== */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper video {
  object-fit: cover;
}
.video-wrapper iframe, .video-wrapper video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a:focus, select:focus {
  outline-color: #44ADE2;
}

select:focus {
  border-color: #44ADE2 !important;
}

input {
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* ==================================================================================================================== 
Phosphor Grid
==================================================================================================================== */
.container {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 98vw;
}
.container.full-width {
  padding: 0;
  max-width: 100%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.row--align-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.row.row--justify-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.row.row--align-bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.row.row--stretch {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.row.row--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-tb-1, .col-tb-2, .col-tb-3, .col-tb-4, .col-tb-5, .col-tb-6, .col-tb-7, .col-tb-8, .col-tb-9, .col-tb-10, .col-tb-11, .col-tb-12, .col-tb,
.col-tb-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 1024px) {
  .order-first {
    -ms-flex-order: 1;
    order: 1;
  }
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (min-width: 600px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 2000px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

img[alt] {
  font-size: 0.7rem;
}

.js .js-fancybox-content {
  display: none;
}

.u-txt-left {
  text-align: left;
}

.u-txt-right {
  text-align: right;
}

.u-txt-center, .text-center {
  text-align: center;
}
.u-txt-center ul, .u-txt-center li, .text-center ul, .text-center li {
  list-style-position: inside;
}

.u-more {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #333;
}
.u-more:after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 3px;
  border: 2px solid #333;
  border-left: 0;
  border-bottom: 0;
  display: inline-block;
  position: relative;
}

.no-touch .u-img-grey {
  /*transition-duration: @include 1s;*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-touch .u-img-grey:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.u-list-inline-block li {
  display: inline-block;
}

.u-hidden-visually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-hidden {
  display: none;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-float-right {
  float: right;
}

.u-table {
  display: table;
  width: 100%;
}

.u-tr {
  display: table-row;
}

.u-td {
  display: table-cell;
  vertical-align: middle;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-title-case {
  text-transform: none;
}

.u-small {
  font-size: 0.9rem;
}

img:not([src]) {
  visibility: hidden;
}

.image-wrapper img {
  width: 100%;
}

.u-img-link {
  display: block;
}

@media screen and (max-width: 1280px) {
  .u-lg-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .md-hide {
    display: none !important;
  }
}

.u-disable-select {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.w-100 {
  width: 100%;
}

@media print {
  header, footer, .side-nav, #productForm {
    display: none;
  }
}
html {
  font-family: "Gentona", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
html .app-wrapper {
  max-width: 2000px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

@media screen and (max-width: 1023px) {
  html.has-search .app-wrapper, html.menu-open .app-wrapper {
    padding-top: 10rem;
  }
}
.added-to-cart-wrapper {
  display: none;
}

.app-wrapper {
  min-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10rem 0 0 0;
  position: relative;
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .app-wrapper {
    padding: 7rem 0 0 0;
  }
}
@media screen and (min-width: 2000px) {
  .app-wrapper {
    padding: 8rem 0 0 0;
  }
}

main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
}
main .content {
  flex: 1;
}

footer {
  flex: 1;
}

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  header {
    min-height: 5rem;
  }
}
@media screen and (min-width: 2000px) {
  header {
    min-height: 6rem;
  }
}
header .menu-icon {
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
}
header .menu-icon i {
  display: block;
  width: 2.6rem;
  height: 3px;
  background: #0067AB;
  margin: 4px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .menu-icon:before, header .menu-icon:after {
  width: 2.6rem;
  height: 3px;
  background: #0067AB;
  content: "";
  margin: 4px 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media screen and (min-width: 1024px) {
  header .menu-icon {
    display: none;
  }
}
header nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  background: white;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1023px) {
  header nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  header nav {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 2000px) {
  header nav {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 1023px) {
  header .logo-wrapper {
    flex: 1;
    text-align: center;
  }
  header .logo-wrapper .logo {
    display: inline-block;
  }
}
header .logo-wrapper .logo img {
  height: 3rem;
}
@media screen and (min-width: 1024px) {
  header .logo-wrapper .logo img {
    height: 4rem;
  }
}
@media screen and (min-width: 2000px) {
  header .logo-wrapper .logo img {
    height: 5rem;
  }
}
header form.search-wrapper {
  display: none;
}
@media screen and (min-width: 1024px) {
  header form.search-wrapper {
    display: block;
    margin-left: 5%;
  }
  header form.search-wrapper > div {
    max-width: 30rem;
  }
}
header a.account {
  display: none;
}
@media screen and (min-width: 1024px) {
  header a.account {
    display: inline-block;
    padding: 0 2rem;
    text-decoration: underline;
  }
}
header .mini-cart a:not(.cart) {
  display: none;
}
@media screen and (max-width: 1023px) {
  header .mini-cart a.cart {
    background: url(/images/cart-icon.svg) no-repeat;
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
    display: block;
    position: relative;
  }
  header .mini-cart a.cart .mini-cart-quantity {
    min-width: 1.6rem;
    height: 1.6rem;
    background: #333;
    color: white;
    position: absolute;
    right: -0.4rem;
    top: 0;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-weight: bold;
  }
  header .mini-cart a.cart .mini-cart-total, header .mini-cart a.cart .cart-label, header .mini-cart a.cart span:last-child {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  header .mini-cart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #2C7BA3;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header .mini-cart > * {
    padding: 1rem 0.5rem;
  }
  header .mini-cart .items {
    padding: 0 2rem;
  }
  header .mini-cart .items span.cart-label, header .mini-cart .items span.mini-cart-total {
    font-weight: bold;
    text-transform: uppercase;
  }
  header .mini-cart a:not(.cart) {
    display: block;
    background: #44ADE2;
    color: white;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 600;
  }
  header .mini-cart a:not([href]) {
    cursor: default;
  }
}

@media screen and (max-width: 1023px) {
  html.has-search header nav, html.menu-open header nav {
    padding-bottom: 0.3rem;
    position: relative;
  }
  html.has-search header nav:before, html.menu-open header nav:before {
    display: block;
    position: absolute;
    background: #FBFBFB;
    bottom: 0;
    left: 0;
    right: 0;
    top: 4.5rem;
    content: "";
  }
  html.has-search header .search-wrapper, html.menu-open header .search-wrapper {
    display: block;
    order: 5;
    width: 100%;
    flex: initial;
    padding-top: 0.8rem;
  }
}
form.search-wrapper {
  display: block;
  flex: 1;
}
form.search-wrapper > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
form.search-wrapper > div input {
  height: 3.6rem;
  border: 0;
  padding: 1rem;
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  border-radius: 0rem;
  font-family: "Gentona";
}
@media handheld, only screen and (min-width: 1024px) {
  form.search-wrapper > div input {
    font-size: 1.2rem;
  }
}
form.search-wrapper > div button {
  background: #44ADE2 url(/images/search-icon.svg) no-repeat center center;
  background-size: 1.5rem;
  border: 0;
  color: white;
  font-weight: bold;
  width: 3.6rem;
  color: transparent;
  cursor: pointer;
  margin: 0;
}
form.search-wrapper > div button:hover {
  opacity: 0.8;
}

footer {
  max-width: 2000px;
  margin: 0 auto;
  background-image: url("/images/footer_bg.png"), linear-gradient(90deg, #0067AB 0%, #00B4CD 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 600px) {
  footer {
    background-image: url("/images/mobile-footer-bg.svg"), linear-gradient(90deg, #0067AB 0%, #00B4CD 100%);
  }
}
footer .promise {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-image: linear-gradient(90deg, rgb(205, 81, 85) 0%, rgb(250, 175, 100) 100%);
  color: white;
}
@media screen and (max-width: 1023px) {
  footer .promise {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 0;
    border-right: 0;
  }
}
footer .promise > div {
  padding: 2rem;
  line-height: 1.2;
  font-size: 2.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.11px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .promise > div {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  footer .promise > div {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  footer .promise > div {
    width: auto;
  }
  footer .promise > div:nth-child(odd) {
    border-left: 0;
  }
  footer .promise > div:nth-child(even) {
    border-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .promise > div {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .promise > div {
    font-size: 2.5rem;
  }
}
footer .promise > div > div {
  display: block;
}
@media screen and (min-width: 768px) {
  footer .promise > div > div {
    display: flex;
  }
}
footer .promise .learn_more {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
footer .promise .learn_more a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  padding: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  footer .promise .learn_more a {
    padding: 0 0.5rem 0 2rem;
  }
}
footer .promise .learn_more a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid rgb(255, 255, 255);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 0;
  border-right: 0;
  position: relative;
  transition: transform 0.25s ease-out;
  margin: 0.5rem 0 0 0.5rem;
}
footer .promise .icon-wrapper {
  font-weight: 500;
  width: 4rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1023px) {
  footer .promise .icon-wrapper {
    width: 8rem;
  }
}
footer .promise .icon-wrapper img {
  height: auto;
  width: 4rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  footer .promise .icon-wrapper img {
    width: 8rem;
  }
}
footer .disclaimer {
  background: rgba(0, 124, 180, 0.28);
  color: white;
  padding: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 768px) {
  footer .disclaimer {
    padding: 3rem;
  }
}
footer .disclaimer div:first-child {
  flex: 1;
}
footer .disclaimer div:first-child > :last-child {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  footer .disclaimer .logo {
    display: none;
  }
}
footer .disclaimer .logo img {
  height: 5rem;
}
footer .footer-utils {
  width: 100%;
  color: white;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  footer .footer-utils {
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-utils {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 3rem 0;
  }
}
footer .footer-utils a {
  color: white;
}
footer .footer-utils ul li {
  margin: 0.3rem 0;
  font-weight: bold;
}
footer .footer-utils ul li a {
  display: block;
}
@media screen and (min-width: 1024px) {
  footer .footer-utils > div {
    flex: 1;
    padding: 0 3rem;
    border-right: 1px solid white;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer-utils > div:first-child {
    display: none;
  }
}
footer .footer-utils > div:last-child {
  border: 0;
}
footer .footer-utils .newsletter-sign-up {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  footer .footer-utils .newsletter-sign-up {
    margin-bottom: 4rem;
  }
}
footer .footer-utils .newsletter-sign-up p {
  font-weight: 500;
}
footer .footer-utils .newsletter-sign-up label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}
footer .footer-utils .newsletter-sign-up .field-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}
footer .footer-utils .newsletter-sign-up .field-wrapper input[type=email] {
  flex: 1;
  padding: 1rem;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  border: 0;
  width: 100%;
  background-color: #fff;
  margin: 0;
}
@media handheld, only screen and (min-width: 1024px) {
  footer .footer-utils .newsletter-sign-up .field-wrapper input[type=email] {
    font-size: 1.2rem;
  }
}
footer .footer-utils .newsletter-sign-up .field-wrapper input[type=submit], footer .footer-utils .newsletter-sign-up .field-wrapper button[type=submit] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  border: 0;
  background: #0077B2;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 2rem;
  cursor: pointer;
  margin: 0;
}
footer .footer-utils .newsletter-sign-up .field-wrapper input[type=submit]:hover, footer .footer-utils .newsletter-sign-up .field-wrapper button[type=submit]:hover {
  opacity: 0.8;
}
footer .footer-utils .contact-details {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer .footer-utils .contact-details {
    text-align: left;
  }
}
footer .footer-utils .contact-details .title {
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  footer .footer-utils .contact-details .title {
    display: none;
  }
}
footer .footer-utils .contact-details .logo {
  display: block;
  margin-bottom: 2rem;
}
footer .footer-utils .contact-details .logo img {
  height: 4rem;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  footer .footer-utils .contact-details .logo {
    display: none;
  }
}
footer .footer-utils .contact-details .phone {
  font-size: 1.6rem;
  color: #ffffff;
  display: block;
  margin: 1.3rem 0;
}
@media screen and (max-width: 600px) {
  footer .footer-utils .contact-details .phone {
    margin: 1.3rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-utils .contact-details .address {
    display: none;
  }
}

.btn:not(.search-btn):not(.no-default):not(.submit-newsletter), a.btn:not(.search-btn):not(.no-default):not(.submit-newsletter), button:not(.search-btn):not(.no-default):not(.submit-newsletter), input[type=submit]:not(.search-btn):not(.no-default):not(.submit-newsletter), input[type=button]:not(.search-btn):not(.no-default):not(.submit-newsletter) {
  font-family: "Gentona", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  padding: 1.4rem;
  text-align: center;
  text-decoration: none;
  background: #44ADE2;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  max-width: 100%;
  border: 0.1rem solid #44ADE2;
  opacity: 1;
  min-width: 16rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn:not(.search-btn):not(.no-default):not(.submit-newsletter).inactive, a.btn:not(.search-btn):not(.no-default):not(.submit-newsletter).inactive, button:not(.search-btn):not(.no-default):not(.submit-newsletter).inactive, input[type=submit]:not(.search-btn):not(.no-default):not(.submit-newsletter).inactive, input[type=button]:not(.search-btn):not(.no-default):not(.submit-newsletter).inactive {
  opacity: 0.2;
  pointer-events: none;
}

.btn.search-btn, .btn.no-default, .btn.submit-newsletter {
  -webkit-appearance: none;
  appearance: none;
}

.btn.btn-secondary {
  background: white;
  color: #44ADE2;
}

.chevron-right span {
  position: relative;
}
.chevron-right span:after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  opacity: 0.5;
  position: absolute;
  right: -1.6rem;
  border: 0.3rem solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
}

.content {
  width: 100%;
  overflow: hidden;
}

.slider {
  display: block;
  position: relative;
  height: 36px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 1rem;
}
.slider .slider-touch-left, .slider .slider-touch-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  height: 36px;
  width: 36px;
  padding: 6px;
  z-index: 2;
}
.slider .slider-touch-left span, .slider .slider-touch-right span {
  display: block;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
}
.slider .slider-line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 36px);
  left: 18px;
  top: 16px;
  height: 4px;
  border-radius: 4px;
  background: #F0F0F0;
  z-index: 0;
  overflow: hidden;
}
.slider .slider-line span {
  display: block;
  height: 100%;
  width: 0%;
  background: #44ADE2;
}

@media screen and (max-width: 1023px) {
  html.menu-open {
    overflow: hidden;
  }
  html.menu-open body {
    overflow: hidden;
  }
  html.menu-open body nav.side-nav {
    left: 0;
    display: block;
  }
  html.menu-open .menu-icon {
    position: relative;
  }
  html.menu-open .menu-icon i {
    opacity: 0;
    position: absolute;
    top: 0.6rem;
  }
  html.menu-open .menu-icon:before, html.menu-open .menu-icon:after {
    position: absolute;
  }
  html.menu-open .menu-icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.6rem;
  }
  html.menu-open .menu-icon:before {
    top: 0.6rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

nav.side-nav {
  background: #F9F9F9;
}
nav.side-nav .js.utils {
  color: #0077B2;
  padding: 0 15px;
}
nav.side-nav .js.utils a:focus {
  outline: 0;
  color: #0077B2;
}
nav.side-nav .js.utils li a {
  font-weight: 600;
}
nav.side-nav .phone:focus {
  outline: 0;
  color: rgba(0, 119, 178, 0.8);
}
nav.side-nav ul > li a {
  padding: 0.7rem 0;
  color: #0077B2;
}
nav.side-nav ul > li ul {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
nav.side-nav ul > li.has-children > a:after {
  display: none;
}
nav.side-nav ul > li.has-children > a i {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  position: relative;
  left: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #44ADE2;
  border-left: 0;
  border-bottom: 0;
}
nav.side-nav .phone {
  color: #0077B2;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  margin: 1rem 0;
}
@media screen and (max-width: 1023px) {
  nav.side-nav .phone {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1023px) {
  nav.side-nav {
    background: #FFFFFF;
    padding: 2rem 0;
    top: 8.7rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: fixed;
    left: -100%;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  nav.side-nav .panel {
    padding: 0px;
  }
  nav.side-nav ul > li:last-child a {
    border: 0;
  }
  nav.side-nav ul > li a {
    padding: 0.9rem 1.3rem;
    font-size: 1.1rem;
    margin: 0rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  nav.side-nav ul > li a span {
    flex: 1;
  }
  nav.side-nav ul li.has-children > a i {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    position: relative;
    left: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 2px solid #44ADE2;
    border-left: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  nav.side-nav {
    display: block;
    position: relative;
    padding: 2rem;
    left: 0;
    width: 20%;
    top: 0;
    z-index: 1;
  }
  nav.side-nav .sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    overflow: hidden;
    top: 10rem;
  }
}
@media screen and (min-width: 1280px) {
  nav.side-nav {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 2000px) {
  nav.side-nav {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  nav.side-nav {
    top: 9rem;
  }
}
nav.side-nav .home_menu {
  position: relative;
  font-weight: 600;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
  display: flex;
}
@media screen and (max-width: 1023px) {
  nav.side-nav .home_menu {
    margin: 0 1rem;
    width: auto;
    font-size: 1.1rem;
  }
}
nav.side-nav .home_menu .home_menu_icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1600px) {
  nav.side-nav .home_menu .home_menu_icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
  }
}
nav.side-nav .home_menu a {
  color: #595C5E;
}
nav.side-nav .home_menu a:hover {
  opacity: 1;
}
nav.side-nav .home_menu:hover {
  background-color: #FDFDFD;
  border-radius: 0.5rem;
}
nav.side-nav .main-nav-wrapper {
  min-height: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
nav.side-nav .account-nav {
  padding: 0 15px;
}
nav.side-nav .account-nav li a {
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  nav.side-nav .account-nav {
    display: none;
  }
}
nav.side-nav .main-nav {
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  /*.panel {

  	ul:first-child {
  		> li {
  			a {
  				&:after {
  					content: "";
  					width: 0.5rem;
  					height: 0.5rem;
  					opacity: 0.45;
  					border: 2px solid rgba(31,31,31,0.38);
  					@include rotate(225deg);
  					border-top: 0;
  					border-right: 0;
  					top: 0.5rem;
  					position: relative;
  					transition: transform 0.25s ease-out;
  				}
  			}
  		}
  	}
  }*/
}
nav.side-nav .main-nav p {
  color: #0077B2;
  font-weight: 600;
  font-style: italic;
  padding: 0 15px;
  margin: 1rem 0;
}
@media screen and (max-width: 1023px) {
  nav.side-nav .main-nav p {
    margin: 1rem;
    font-size: 1.1rem;
  }
}
nav.side-nav .main-nav .accordion {
  position: relative;
  border-bottom: 2px solid #FDFDFD;
  color: #595C5E;
  font-weight: 600;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
  display: flex;
}
nav.side-nav .main-nav .accordion:nth-last-child(2) {
  border: none;
}
@media screen and (max-width: 1023px) {
  nav.side-nav .main-nav .accordion {
    margin: 0 1rem;
    width: auto;
    border-bottom: 2px solid #FAF4F4;
    font-size: 1.1rem;
  }
}
nav.side-nav .main-nav .accordion .menu_icon {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1600px) {
  nav.side-nav .main-nav .accordion .menu_icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
  }
}
nav.side-nav .main-nav .accordion .menu_cat {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.side-nav .main-nav .accordion .menu_cat:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0.45;
  border: 2px solid rgba(31, 31, 31, 0.38);
  transform: rotate(315deg);
  border-top: 0;
  border-right: 0;
  position: relative;
  display: inline-block;
  transition: transform 0.25s ease-out;
}
nav.side-nav .main-nav .accordion:before {
  content: "";
  border-bottom: 2px solid #FDFDFD;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 1rem;
  display: none;
}
nav.side-nav .main-nav .accordion:hover {
  background-color: #FDFDFD;
  border-radius: 0.5rem;
}
nav.side-nav .main-nav .active {
  background-color: #FDFDFD;
  border-radius: 0.5rem;
}
nav.side-nav .main-nav .active .menu_cat:after {
  transform: rotate(135deg);
  transition: transform 0.15s ease-in;
}
nav.side-nav .main-nav .product-category:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0.45;
  border: 2px solid rgba(31, 31, 31, 0.38);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 0;
  border-right: 0;
  top: 0.5rem;
  left: 0.5rem;
  position: relative;
  transition: transform 0.25s ease-out;
}
nav.side-nav .main-nav .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
nav.side-nav .main-nav li.has-children {
  overflow: hidden;
}
nav.side-nav .main-nav .child-nav:focus {
  outline: none;
}
nav.side-nav .main-nav li a {
  font-size: 1rem;
  line-height: 1.3;
  color: #595C5E;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  nav.side-nav .main-nav li a {
    font-size: 1.1rem;
  }
}
nav.side-nav .main-nav li a:focus {
  outline: none;
  color: #0077B2;
}
nav.side-nav .main-nav li a.ico {
  font-weight: 300;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1rem;
  justify-content: flex-start;
  /*&:before {
  	content: "";
  	@include rotate(225deg);
  	position: relative;
  	left: 0.2rem;
  	width: 0.5rem;
  	height: 0.5rem;
  	border: 2px solid $color-blue;
  	border-left: 0;
  	border-bottom: 0;
  	transition: transform 0.25s ease-out;
  }*/
}
nav.side-nav .main-nav li a.ico span {
  font-size: 1rem;
  padding-left: 0.5rem;
}
nav.side-nav ul.account-nav li.username {
  color: #44ADE2;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
nav.side-nav ul.account-nav li.username span {
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  nav.side-nav ul.account-nav li.username span {
    margin: 0 1rem;
    padding: 1.3rem;
  }
}

html.no-nav nav.side-nav {
  left: -20%;
  position: fixed;
}
@media screen and (max-width: 1023px) {
  html.no-nav nav.side-nav {
    left: -100%;
  }
}

ul.breadcrumbs {
  padding: 2rem 0;
}
@media handheld, only screen and (max-width: 100%) {
  ul.breadcrumbs {
    flex-wrap: wrap;
  }
}
ul.breadcrumbs li {
  display: inline;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
  padding: 0.7rem 1.4rem 0.7rem 0;
  position: relative;
  display: inline-block;
}
ul.breadcrumbs li a:after, ul.breadcrumbs li span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  right: 0.6rem;
  top: 1.1rem;
}
ul.breadcrumbs li:last-child a:after, ul.breadcrumbs li:last-child span:after {
  display: none;
}
ul.breadcrumbs li.home-bc a svg {
  height: 0.8rem;
  display: inline-block;
  padding-right: 0.2rem;
  position: relative;
  top: 0.03rem;
}
ul.breadcrumbs.progress li:not(.selected) a {
  text-decoration: underline;
}
ul.breadcrumbs.progress li.selected {
  color: #44ADE2;
}
ul.breadcrumbs.progress li.selected a {
  color: #44ADE2;
}

.spinner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.spinner div {
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  font-size: 20px;
  line-height: 48px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #484848;
  color: white;
  cursor: pointer;
}
.spinner input {
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  outline: 0;
  font-size: 16px;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader.hidden {
  display: none;
  transition: 0.3s ease-in-out;
}

.loader {
  transition: 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loader-svg {
  animation: rotate 2s linear infinite;
  width: 20px;
  height: 20px;
}
.loader-svg .path {
  stroke: rgb(255, 255, 255);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.page-standard .content-wrapper, .page-landing .content-wrapper {
  margin: 0 2rem 3rem;
}
@media handheld, only screen and (min-width: 768px) {
  .page-standard .content-wrapper, .page-landing .content-wrapper {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .page-standard .content-wrapper, .page-landing .content-wrapper {
    margin: 0 6rem 4rem;
  }
}
.page-standard .column-block .block-richtext, .page-landing .column-block .block-richtext {
  margin: 0rem !important;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-standard .column-block .block-richtext, .page-landing .column-block .block-richtext {
    margin: 1rem !important;
  }
}
.page-standard .column-block .block-media-inline, .page-landing .column-block .block-media-inline {
  margin: 0rem !important;
}
@media handheld, only screen and (min-width: 768px) {
  .page-standard .column-block .block-media-inline, .page-landing .column-block .block-media-inline {
    margin: 0rem 2rem 0rem 0rem !important;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .page-standard .column-block .block-media-inline, .page-landing .column-block .block-media-inline {
    margin: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .page-standard .column-block-wrapper, .page-landing .column-block-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-standard .column-block-wrapper .block-media-full-width, .page-landing .column-block-wrapper .block-media-full-width {
    margin: 2rem 0rem 0rem;
  }
  .page-standard .column-block-wrapper .block-media-inline, .page-landing .column-block-wrapper .block-media-inline {
    order: 1;
    margin: 1rem 0rem !important;
  }
  .page-standard .column-block-wrapper .block-richtext:last-child, .page-landing .column-block-wrapper .block-richtext:last-child {
    margin: 0 0 2rem;
  }
  .page-standard .block-team .h3, .page-landing .block-team .h3 {
    font-size: 2rem;
    margin: 1rem 2rem;
  }
  .page-standard .block-team .items, .page-landing .block-team .items {
    margin: 1rem 1rem;
  }
}

@media screen and (max-width: 1023px) {
  html.page-standard header nav, .page-landing header nav {
    padding-bottom: 0.3rem;
    position: relative;
  }
  html.page-standard header nav:before, .page-landing header nav:before {
    display: block;
    position: absolute;
    background: #FBFBFB;
    bottom: 0;
    left: 0;
    right: 0;
    top: 4.5rem;
    content: "";
  }
  html.page-standard header .search-wrapper, .page-landing header .search-wrapper {
    display: block;
    order: 5;
    width: 100%;
    flex: initial;
    padding-top: 0.8rem;
  }
  html.page-standard ul.breadcrumbs, .page-landing ul.breadcrumbs {
    display: none;
  }
}
.page-help .content-wrapper {
  padding: 3rem 2rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-help .content-wrapper {
    padding: 0rem 5rem 2rem 5rem;
  }
}
.page-help .content-wrapper .search-wrapper button {
  background-color: #212121;
}
.page-help .block-faqs {
  margin: 2rem 0;
}
.page-help .block-faqs .faq-accordion {
  margin: 0;
}
.page-help .option-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 2rem 0;
}
.page-help .option-wrapper label {
  display: inline-block;
  font-size: 16px;
  padding-top: 2px;
}
.page-help .option-wrapper .select-wrapper {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  background: white;
  overflow: hidden;
}
.page-help .option-wrapper .select-wrapper:after {
  width: 9px;
  height: 9px;
  pointer-events: none;
  right: 0.8rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  content: "";
  border: 2px solid #333;
  display: block;
  border-left: 0;
  border-top: 0;
}
.page-help .option-wrapper .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  background: white;
  background-image: none;
  width: 100%;
  margin: 0;
  padding: 0 2.3rem 0 1rem;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  font-weight: 700;
  font-family: "Gentona", helvetica, arial, sans-serif;
}

.help-topics {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 1.5rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .help-topics {
    margin: 0 4rem;
  }
}
.help-topics a {
  padding: 0.5rem;
  font-weight: 600;
  font-size: 18px;
  width: 50%;
  min-height: 13rem;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media handheld, only screen and (max-width: 767px) {
  .help-topics a {
    width: 100%;
    min-height: 7rem;
    font-size: 16px;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .help-topics a {
    width: 33.333%;
    padding: 1rem;
  }
}
.help-topics a span {
  background: #F5F5F5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  html.page-help .app-wrapper {
    padding-top: 5rem;
  }
  html.page-help ul.breadcrumbs {
    display: none;
  }
}
.product-category-page .filters {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}
.product-category-page .category-header-wrapper {
  background: url("/images/Product_list_header_bg.svg") no-repeat top center;
  background-size: cover;
  color: #ffffff;
  padding: 2rem;
}
.product-category-page .category-header-wrapper ul.breadcrumbs {
  padding: 0 0 2rem;
}
@media handheld, only screen and (max-width: 100%) {
  .product-category-page .category-header-wrapper ul.breadcrumbs {
    flex-wrap: wrap;
  }
}
.product-category-page .category-header-wrapper ul.breadcrumbs li a, .product-category-page .category-header-wrapper ul.breadcrumbs li span {
  padding: 0.7rem 1.4rem 0.7rem 0;
  position: relative;
  color: #fff;
}
.product-category-page .category-header-wrapper ul.breadcrumbs li a:after, .product-category-page .category-header-wrapper ul.breadcrumbs li span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  right: 0.6rem;
  top: 1.1rem;
}
.product-category-page .category-header-wrapper ul.breadcrumbs li:last-child a:after, .product-category-page .category-header-wrapper ul.breadcrumbs li:last-child span:after {
  display: none;
}
.product-category-page .category-header-wrapper ul.breadcrumbs li.home-bc a svg {
  height: 0.8rem;
  display: inline-block;
  padding-right: 0.2rem;
  position: relative;
  top: 0.03rem;
  fill: #fff;
}
.product-category-page .category-header-wrapper ul.breadcrumbs.progress li:not(.selected) a {
  text-decoration: underline;
}
.product-category-page .category-header-wrapper ul.breadcrumbs.progress li.selected {
  color: #44ADE2;
}
.product-category-page .category-header-wrapper ul.breadcrumbs.progress li.selected a {
  color: #44ADE2;
}
@media handheld, only screen and (max-width: 767px) {
  .product-category-page .category-header-wrapper {
    background: url("/images/mobile_product_list_header_bg.svg") no-repeat top center;
    background-size: cover;
    padding: 1rem;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .product-category-page .category-header-wrapper {
    padding: 2rem 2.5rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .product-category-page .category-header-wrapper {
    padding: 2.5rem 3.5rem;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  .product-category-page .category-header-wrapper {
    padding: 3rem 5rem;
  }
}
.product-category-page .category-header-wrapper .category-heading {
  font-weight: 500;
}
.product-category-page .content {
  background: #F8F8F8;
}
@media handheld, only screen and (max-width: 1023px) {
  .product-category-page .close-filters {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
  }
  .product-category-page .close-filters:before, .product-category-page .close-filters:after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2px;
    position: absolute;
    top: 1.25rem;
    background: #212121;
  }
  .product-category-page .close-filters:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .product-category-page .close-filters:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.product-category-page .mob-filter-btn {
  display: block;
  flex: 1;
}
.product-category-page .mob-filter-btn a {
  border: 1px solid #ccc;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ffffff;
}
.product-category-page .mob-filter-btn a span {
  word-wrap: normal;
  display: inline-block;
  min-width: 2.5rem;
}
.product-category-page .mob-filter-btn a:before {
  width: 2rem;
  height: 2rem;
  background: url(/images/filter.svg) no-repeat center;
  content: "";
  margin-right: 0.5rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .product-category-page .mob-filter-btn {
    display: none;
  }
}
.product-category-page .filter-label {
  margin-right: 2rem;
  color: #ffffff;
}
@media handheld, only screen and (max-width: 1023px) {
  .product-category-page .filter-label {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
  }
}
@media handheld, only screen and (max-width: 1023px) {
  .product-category-page.filter-open {
    position: fixed;
    overflow: hidden;
  }
  .product-category-page.filter-open .wrapper-option-filters {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 3000;
    background: white;
    padding: 3rem;
    overflow-y: scroll;
  }
  .product-category-page.filter-open .wrapper-option-filters a {
    font-weight: bold;
  }
  .product-category-page.filter-open .wrapper-option-filters div.filter-group {
    display: block;
    border: 0;
    padding: 0;
    width: 100%;
    position: static;
  }
}
.product-category-page .wrapper-option-filters {
  display: none;
  /*a:hover + div.filter-group{
  	display: block;
  }*/
}
@media handheld, only screen and (min-width: 1024px) {
  .product-category-page .wrapper-option-filters {
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.product-category-page .wrapper-option-filters a {
  display: block;
  margin: 0 3rem 0 0;
  cursor: pointer;
}
.product-category-page .button-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-category-page .filter {
  position: relative;
  color: #ffffff;
}
@media handheld, only screen and (max-width: 1023px) {
  .product-category-page .filter {
    margin: 2rem 0;
    color: #212121;
  }
}
@media handheld, only screen and (max-width: 1023px) {
  .product-category-page a.filter {
    text-transform: capitalize;
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
  }
}
.product-category-page .filter-group {
  display: none;
  z-index: 200;
  background: white;
  border: 1px solid whitesmoke;
  position: absolute;
  width: 20rem;
  padding: 2rem;
  left: -2rem;
  color: #000;
}
.product-category-page .filter-group .form-field {
  margin: 0.3rem 0;
}
.product-category-page .filter-group label {
  cursor: pointer;
}
@media handheld, only screen and (min-width: 1024px) {
  .product-category-page .filter-group.filter-open {
    display: block;
  }
}
.product-category-page .sort-form-field label {
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .product-category-page .sort-form-field label {
    display: block;
  }
}
.product-category-page .select-wrapper {
  position: relative;
  display: inline-block;
  height: 2.7rem;
  background: white;
}
@media handheld, only screen and (max-width: 767px) {
  .product-category-page .select-wrapper {
    background: transparent;
  }
}
.product-category-page .select-wrapper:after {
  pointer-events: none;
  right: 0.8rem;
  position: absolute;
  top: 1rem;
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #fff;
}
@media handheld, only screen and (min-width: 768px) {
  .product-category-page .select-wrapper:after {
    border-top: 11px solid #000;
  }
}
.product-category-page .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  background: white;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 2rem 0 1rem;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
@media handheld, only screen and (min-width: 1024px) {
  .product-category-page .select-wrapper select {
    border: 1px solid black;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .product-category-page .select-wrapper select {
    background: transparent;
    color: white;
    font-size: 12px;
  }
}

.list-products {
  background: #f1f1f1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.8rem;
}
@media handheld, only screen and (min-width: 768px) {
  .list-products {
    padding: 1.8rem;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  .list-products {
    padding: 4rem;
  }
}
.list-products a {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media handheld, only screen and (min-width: 768px) {
  .list-products a {
    -webkit-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%;
    width: 33.333%;
    padding: 1rem;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  .list-products a {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%;
  }
}
.list-products a.new .img-wrapper:after {
  position: absolute;
  content: "new";
  background: #00BBED;
  text-transform: uppercase;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  display: block;
  top: 1rem;
  left: 1rem;
  padding: 0.1rem 0.6rem;
}
.list-products a.new .img-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 12px solid transparent;
  border-left: 1rem solid #00BBED;
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
  z-index: 1;
}
.list-products a.sale .img-wrapper:after {
  position: absolute;
  content: "sale";
  background: #00576C;
  text-transform: uppercase;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  display: block;
  top: 1rem;
  left: 1rem;
  padding: 0.1rem 0.6rem;
}
.list-products a.sale .img-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 12px solid transparent;
  border-left: 1rem solid #00576C;
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
  z-index: 1;
}
.list-products a .img-wrapper {
  margin-bottom: 1rem;
  position: relative;
  background: white;
}
.list-products a .img-wrapper img {
  display: block;
  height: auto;
  width: 100%;
}
.list-products a .img-wrapper img.item-product {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.list-products a div.title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.product-page .app-wrapper {
  background: white;
}
.product-page .breadcrumb-wrapper {
  display: none;
}
@media handheld, only screen and (min-width: 768px) {
  .product-page .breadcrumb-wrapper {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .product-page .search-wrapper {
    display: block;
    order: 5;
    width: 100%;
    flex: initial;
    padding-top: 0.8rem;
  }
}
.product-page .gallery-wrapper {
  background: white;
  margin: 0.3rem 0 1rem 0;
  position: relative;
}
@media handheld, only screen and (min-width: 768px) {
  .product-page .gallery-wrapper {
    margin: 0 2rem 0 0;
  }
}
.product-page .gallery-wrapper .image-wrapper {
  position: relative;
  display: block;
}
.product-page .gallery-wrapper .image-wrapper img {
  max-height: 600px;
  object-fit: contain;
}
.product-page .gallery-wrapper .image-wrapper:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #e6e6e6 url(/images/loader.svg) center center no-repeat;
}
.product-page .gallery-wrapper.loading .image-wrapper:after {
  opacity: 1;
}
.product-page .gallery-wrapper.gallery {
  padding-bottom: 18%;
}
@media handheld, only screen and (min-width: 768px) {
  .product-page .gallery-wrapper.gallery {
    padding-right: 18%;
    padding-bottom: 0;
  }
}
.product-page .gallery-wrapper .tn-wrapper {
  position: absolute;
  background: white;
  border-left: 2px solid whitesmoke;
  right: 0;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-page .gallery-wrapper .tn-wrapper ::-webkit-scrollbar {
  display: none;
}
@media handheld, only screen and (min-width: 768px) {
  .product-page .gallery-wrapper .tn-wrapper {
    right: 0;
    top: 0;
    display: block;
    bottom: 0;
    left: auto;
    overflow-y: scroll;
    width: 20%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product-page .gallery-wrapper .tn-wrapper ::-webkit-scrollbar {
    display: none;
  }
}
.product-page .gallery-wrapper .tn-wrapper img {
  border: 2px solid whitesmoke;
  cursor: pointer;
  max-width: 8rem;
}
@media handheld, only screen and (min-width: 768px) {
  .product-page .gallery-wrapper .tn-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.product-page .gallery-wrapper .tn-wrapper img:first-child {
  border-top: 0;
}
.product-page .gallery-wrapper .tn-wrapper img:last-child {
  border-bottom: 0;
}
.product-page .details {
  padding: 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .product-page .details {
    padding: 0 0 0 3rem;
  }
}
.product-page .overview-wrapper {
  background: whitesmoke;
}
@media handheld, only screen and (min-width: 768px) {
  .product-page .overview-wrapper {
    padding: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .product-page .overview-wrapper {
    padding: 4rem 6rem;
  }
}
.product-page .overview-wrapper .container {
  max-width: 100vw;
  padding: 0;
}
.product-page .overview-wrapper .breadcrumbs {
  padding-top: 0;
}
.product-page .list-products {
  background: whitesmoke;
}
.product-page .product-overview h4 {
  color: #44ADE2;
  font-size: 1.3rem;
}
.product-page .product-overview h1 {
  max-width: 640px;
}
.product-page .product-overview .sku-code {
  font-weight: 600;
  margin: 0 0 2rem;
}
.product-page .product-overview .register {
  font-size: 1.3rem;
  background: rgba(68, 173, 226, 0.2);
  padding: 1rem;
  border: 1px solid #44ADE2;
}
.product-page .product-overview .register a {
  text-decoration: underline;
  text-decoration-color: green;
  text-decoration-style: dotted;
}
.product-page .product-overview .product-variants-label {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.product-page .product-overview .select-wrapper {
  border: 1px solid black;
  min-width: 20rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  height: 4rem;
  line-height: 3;
  background: white;
  overflow: hidden;
}
.product-page .product-overview .select-wrapper:after {
  width: 0.9rem;
  height: 0.9rem;
  pointer-events: none;
  right: 1.3rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1.2rem;
  content: "";
  border: 2px solid #ccc;
  display: block;
  border-left: 0;
  border-top: 0;
}
.product-page .product-overview .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  background: white;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 5rem 0 2rem;
  font-size: 1.4rem;
  color: #333333;
  cursor: pointer;
}
.product-page .product-overview .spinner-wrapper {
  margin: 1rem 0;
}
.product-page .product-overview .spinner-wrapper .spinner-label {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.product-page .product-overview .price {
  font-size: 2.2rem;
  margin: 1rem 0;
  font-weight: 600;
}
.product-page .product-overview .price .uom {
  font-size: 1rem;
  font-weight: 500;
}
.product-page .product-overview .price .gst-label {
  /*color: #79b90c;*/
  font-weight: 600;
  font-size: 1rem;
}
.product-page .product-info {
  background: white;
}
@media handheld, only screen and (max-width: 767px) {
  .product-page .product-info .block-richtext {
    margin: 2rem;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .product-page .product-info .column-block {
    margin: 0;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .product-page .product-info .column-block {
    margin: 3rem 1rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .product-page .product-info .column-block {
    margin: 4rem;
  }
}
.product-page .product-info .block-faqs .question {
  color: #44ADE2;
}
@media handheld, only screen and (max-width: 767px) {
  .product-page .product-info .column-block-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-page .product-info .column-block-wrapper .block-media-inline {
    order: -1;
    margin: 2rem;
  }
  .product-page .product-info .column-block-wrapper .block-media-inline .media-wrapper {
    margin-bottom: 0rem;
  }
}
.product-page .related-products {
  background: whitesmoke;
}
.product-page .related-products .inner {
  padding: 3rem 2rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .product-page .related-products .inner {
    padding: 4rem 5rem;
  }
}
.product-page .related-products h3 {
  padding: 0 1rem;
  color: #0083B8;
}
.product-page .related-products .list-products {
  padding: 0;
}

html.added-to-cart {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
html.added-to-cart .pop-up-wrapper {
  position: relative;
}
html.added-to-cart .pop-up-wrapper .js.close:not(.btn) {
  position: absolute;
  right: -1rem;
  top: -1rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: white;
  cursor: pointer;
}
html.added-to-cart .pop-up-wrapper .close-icon {
  width: 3rem;
  height: 3rem;
}
html.added-to-cart .pop-up-wrapper .close-icon:before, html.added-to-cart .pop-up-wrapper .close-icon:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  position: absolute;
  top: 1.25rem;
  background: #212121;
}
html.added-to-cart .pop-up-wrapper .close-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.added-to-cart .pop-up-wrapper .close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html.added-to-cart div.added-to-cart-wrapper {
  position: absolute;
  background: rgba(51, 51, 51, 0.2);
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
html.added-to-cart div.added-to-cart-wrapper > span.close {
  position: absolute;
  background: rgba(51, 51, 51, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  left: 0;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content {
  background: white;
  padding: 2rem;
  margin: 1rem;
  position: relative;
  z-index: 100;
  max-width: 700px;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .header {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-right: 3rem;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .btn-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .btn-wrapper .btn {
  min-width: 0;
  width: 50%;
  font-size: 1rem;
  padding: 1rem 0.3rem;
  line-height: 1rem;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .btn-wrapper .btn.btn-primary {
  margin-left: 0.3rem;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .btn-wrapper .btn.btn-secondary {
  color: #44ADE2;
  background: white;
  border: 1px solid #44ADE2;
  margin-right: 0.3rem;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .product {
  background: whitesmoke;
  margin: 1rem 0;
  border: 2px solid whitesmoke;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .product .img-wrapper {
  width: 30%;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .product .hgroup {
  width: 70%;
  padding: 1.4rem;
  font-size: 1.3rem;
}
html.added-to-cart div.added-to-cart-wrapper .added-to-cart-content .product .hgroup .title {
  font-weight: 600;
}

.page-cart .cart-wrapper .row .summary {
  padding: 3rem;
}
.page-cart .cart-wrapper .row .summary .btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media handheld, only screen and (min-width: 2000px) {
  .page-cart .main-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.cart-view .cart-row {
  padding: 3rem 0;
  border-bottom: 0.5rem solid white;
}
.cart-view .cart-row .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cart-view .cart-row .inner:first-child {
  padding-top: 0;
}
@media handheld, only screen and (min-width: 1rem) {
  .cart-view .cart-row .inner {
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
}
.cart-view .cart-row .inner .quantity-wrapper {
  flex: 1;
}
@media handheld, only screen and (min-width: 1024px) {
  .cart-view .cart-row .inner .quantity-wrapper {
    flex: initial;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .cart-view .cart-row .inner .quantity-wrapper {
    display: flex;
    justify-content: center;
    margin-left: 6rem;
  }
}
.cart-view .cart-row .inner .img {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
@media handheld, only screen and (min-width: 1024px) {
  .cart-view .cart-row .inner .img {
    flex: 1;
    margin: 0;
  }
}
.cart-view .cart-row .inner .img h3 {
  line-height: 1.3;
  font-size: 1.3rem;
}
.cart-view .cart-row .inner .img img {
  margin-right: 2rem;
}
@media handheld, only screen and (max-width: 767px) {
  .cart-view .cart-row .inner .img img {
    width: 5rem;
  }
}
.cart-view .cart-row .inner .img a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media handheld, only screen and (max-width: 1023px) {
  .cart-view .cart-row .inner .img {
    width: 55%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .cart-view .cart-row .inner .img {
    width: 70%;
  }
}
.cart-view .cart-row .inner .price {
  font-weight: bold;
  padding: 0 1rem;
  font-size: 1.2rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .cart-view .cart-row .inner .price {
    padding: 0 2rem;
    font-size: 1.3rem;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .cart-view .cart-row .inner .price {
    flex: 2;
  }
  .cart-view .cart-row .inner .price.price-left {
    text-align: right;
  }
  .cart-view .cart-row .inner .price.price-right {
    text-align: right;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .cart-view .cart-row .inner .spinner div, .cart-view .cart-row .inner .spinner input {
    width: 40px;
    height: 40px;
  }
}

.discount-field-wrapper {
  border: 1px solid #212121;
  margin-bottom: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.discount-field-wrapper input[type=text] {
  flex: 1;
  border: 0;
  font-size: 16px;
  width: 100%;
}
.discount-field-wrapper input, .discount-field-wrapper button {
  height: 4rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 1rem;
}
.discount-field-wrapper button {
  background: #212121;
  color: white;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  display: block;
  margin: 0;
}

.summary-table {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .summary-table {
    font-size: 1.3rem;
  }
}
.summary-table div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.summary-table div > div:first-child {
  flex: 1;
}
.summary-table .total {
  font-weight: 700;
}

.summary-table div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.summary-table div > div {
  padding: 1rem 0;
}

.page-checkout .content {
  background: #FBFBFB;
}
.page-checkout h1 {
  margin-bottom: 2rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout h1 {
    display: block;
  }
}
@media handheld, only screen and (min-width: 2000px) {
  .page-checkout .breadcrumbs {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .main-row {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.page-checkout .main-row.summary-open .mob-show-summary .label:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0.3rem;
}
.page-checkout .main-row.summary-open .summary-wrapper {
  display: block;
}
@media handheld, only screen and (min-width: 2000px) {
  .page-checkout .main-row {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page-checkout .or {
  text-align: center;
  margin: 1rem 0;
  font-style: italic;
  font-weight: 300;
  display: none;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .or {
    display: none;
  }
}
.page-checkout .content-wrapper {
  padding-bottom: 6rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .content-wrapper {
    padding: 3rem 6rem 6rem 0;
  }
}
.page-checkout .addresses {
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.page-checkout .addresses .address-title {
  margin-bottom: 1rem;
}
.page-checkout .addresses p {
  font-weight: normal;
  font-size: 1.1rem;
}
.page-checkout .addresses p .edit-billing-address, .page-checkout .addresses p .edit-shipping-address {
  text-decoration: underline;
}
.page-checkout.login-guest .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout.login-guest .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.page-checkout.login-guest .content .row {
  margin-top: 3rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout.login-guest .content .row {
    margin-top: 0rem;
  }
}
.page-checkout.login-guest h1 {
  text-align: center;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .guest-wrapper {
    border-left: 1rem solid white;
  }
}
.page-checkout .login, .page-checkout .guest {
  max-width: 30rem;
  margin: auto;
  font-size: 1.3rem;
}
.page-checkout .login h2, .page-checkout .guest h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.page-checkout .login a.btn, .page-checkout .login button, .page-checkout .guest a.btn, .page-checkout .guest button {
  width: 100%;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .login .mobile-login-toggle, .page-checkout .guest .mobile-login-toggle {
    display: none !important;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .login > div, .page-checkout .guest > div {
    min-height: 17.5rem;
  }
}
.page-checkout .login a, .page-checkout .guest a {
  text-decoration: underline;
}
.page-checkout .login.guest > div, .page-checkout .guest.guest > div {
  display: none;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .login.guest > div, .page-checkout .guest.guest > div {
    display: block;
  }
}
@media handheld, only screen and (max-width: 1023px) {
  .page-checkout .login.guest a:after, .page-checkout .guest.guest a:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 0;
    border-right: 0;
    bottom: 0.2rem;
    left: 0.8rem;
    position: relative;
  }
}
@media handheld, only screen and (max-width: 1023px) {
  .page-checkout .login.login, .page-checkout .guest.login {
    margin-bottom: 4rem;
  }
}
@media handheld, only screen and (max-width: 1023px) {
  .page-checkout .login.login .mobile-login-toggle:after, .page-checkout .guest.login .mobile-login-toggle:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    border-top: 0;
    border-right: 0;
    bottom: 0.2rem;
    left: 0.8rem;
    position: relative;
  }
}
.page-checkout .login.login.login-checkout .mobile-login-toggle, .page-checkout .guest.login.login-checkout .mobile-login-toggle {
  display: none;
}
.page-checkout .login.login.login-checkout > div, .page-checkout .guest.login.login-checkout > div {
  display: block;
}
.page-checkout .login.login.login-checkout > div h2, .page-checkout .guest.login.login-checkout > div h2 {
  display: none;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .login.login.login-checkout > div h2, .page-checkout .guest.login.login-checkout > div h2 {
    display: block;
  }
}
.page-checkout .login.login > div, .page-checkout .guest.login > div {
  display: none;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .login.login > div, .page-checkout .guest.login > div {
    display: block;
  }
}
.page-checkout .login.login .btn, .page-checkout .guest.login .btn {
  background: #3D91BB !important;
}
.page-checkout .login a.btn, .page-checkout .login button {
  width: 100%;
  background: #3D91BB !important;
}
.page-checkout .checkout-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-checkout .checkout-footer .chevron-left {
  flex: 1;
}
.page-checkout .checkout-footer .chevron-left:before {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #212121;
  display: inline-block;
  margin-right: 0.5rem;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-right: 0;
}
.page-checkout.review-order section {
  margin-bottom: 3rem;
}
.page-checkout.review-order section h4 {
  font-size: 1.4rem;
}
.page-checkout.payment .form-wrapper input[type=submit] {
  margin-bottom: 0rem;
}
.page-checkout.payment .form-wrapper .payment-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: relative;
}
.page-checkout.payment .form-wrapper .payment-logo a {
  margin-right: 1rem;
}
.page-checkout.payment .form-wrapper h3 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .page-checkout .search-wrapper {
    display: block;
    order: 5;
    width: 100%;
    flex: initial;
    padding-top: 0.8rem;
  }
}

.mob-show-summary {
  background: #44ADE2;
  padding: 1.5rem 2rem;
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 3rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media handheld, only screen and (min-width: 1024px) {
  .mob-show-summary {
    display: none;
  }
}
.mob-show-summary .label:after {
  margin-left: 0.3rem;
  position: relative;
  bottom: 0.2rem;
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border: 3px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
}
.mob-show-summary span:not(.label) {
  flex: 1;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .page-checkout:not(.page-cart) .summary-wrapper {
    display: none;
    border-bottom: #44ADE2 2px solid;
  }
}

.page-checkout .summary-wrapper {
  margin-bottom: 4rem;
}
.page-checkout .summary-wrapper .offer-message {
  margin-bottom: 2rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .summary-wrapper {
    padding: 3rem;
    display: block;
    background: #F5F5F5;
    border-bottom: 0;
  }
}
.page-checkout .summary-wrapper .cart-summary {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.page-checkout .summary-wrapper .cart-summary li {
  padding: 2rem 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0.7rem solid white;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-checkout .summary-wrapper .cart-summary li {
    -webkit-align-items: top;
    -ms-align-items: top;
    align-items: top;
  }
}
.page-checkout .summary-wrapper .cart-summary li:first-child {
  padding-top: 0;
}
.page-checkout .summary-wrapper .cart-summary li .img-wrapper {
  width: 8rem;
  margin-right: 2rem;
}
.page-checkout .summary-wrapper .cart-summary li .title {
  flex: 1;
  padding-right: 1.3rem;
}
.page-checkout .summary-wrapper .cart-summary li .title div:first-child {
  font-weight: 600;
}
.page-checkout .summary-wrapper .cart-summary li .price {
  font-weight: bold;
}
.page-checkout .summary-wrapper .btn {
  width: 100%;
}

.page-checkout.information .addresses .address-title {
  margin-bottom: 1rem;
}
.page-checkout.information .addresses .items {
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}
.page-checkout.information .addresses .items label.item {
  display: block;
  background: white;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.page-checkout.information .addresses .items label.item span {
  flex: 1;
  padding: 0 1rem;
}
.page-checkout.information .addresses .items label.item:last-child {
  border: 0;
}
.page-checkout.information .add-address {
  font-size: 1.2rem;
  margin: 2rem 0;
}
.page-checkout.information .add-address a {
  cursor: pointer;
  text-decoration: underline;
}

@media handheld, only screen and (max-width: 1023px) {
  .page-form .app-wrapper {
    padding-top: 10rem;
  }
  .page-form .search-wrapper {
    display: block;
    order: 5;
    width: 100%;
    flex: initial;
    padding-top: 0.8rem;
  }
  .page-form ul.breadcrumbs {
    display: none;
  }
}

.page-form .form-wrapper {
  max-width: 40rem;
}

.page-form .content, .page-hcp .content {
  background: #FBFBFB;
}
.page-form .content-wrapper, .page-hcp .content-wrapper {
  padding: 3rem 2rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-form .content-wrapper, .page-hcp .content-wrapper {
    padding: 3rem 6rem;
  }
}

.page-contact .content-wrapper {
  padding: 6rem;
}

.page-account .content {
  background: #FBFBFB;
}
.page-account h1 {
  margin-bottom: 0rem;
}
.page-account .orders-wrapper .item {
  padding: 2rem 0;
  border-bottom: 0.5rem solid white;
  font-size: 0.8rem;
}
@media handheld, only screen and (min-width: 768px) {
  .page-account .orders-wrapper .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.page-account .orders-wrapper .item:last-child {
  border: 0;
}
.page-account .orders-wrapper .item a.btn {
  font-size: 0.8rem;
  padding: 0.8rem;
  min-width: auto;
  width: 100%;
}
.page-account .orders-wrapper .item .order-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-account .orders-wrapper .item .order-list .img-wrapper {
  width: 6rem;
  margin-right: 0.5rem;
}
.page-account .orders-wrapper .item .order-list table {
  min-width: 17rem;
  margin: 2rem 0rem;
}
.page-account .orders-wrapper .item .order-list table td:first-child {
  padding: 0rem 1rem 0rem 0.3rem;
  font-weight: bold;
  text-align: right;
}
@media handheld, only screen and (min-width: 768px) {
  .page-account .orders-wrapper .item .order-list table td:first-child {
    text-align: right;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .page-account .orders-wrapper .item .order-list table {
    margin: 0 3rem 0 0;
  }
}
.page-account .orders-wrapper .item .shipping-info {
  line-height: 1.6;
  flex: 1;
  padding-right: 3rem;
  margin: 1rem 0;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-account .orders-wrapper .item .shipping-info {
    margin: 0;
  }
}
.page-account .items-addresses .item {
  padding: 2rem;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  background: white;
}
.page-account .items-addresses .item div:first-child {
  flex: 1;
}
.page-account .items-addresses .item a {
  text-decoration: underline;
  padding: 1rem;
  display: block;
}
.page-account .cart-view {
  padding: 0;
  margin-bottom: 3rem;
}
.page-account .cart-footer .total {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.page-account .account-select-wrapper {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  background: white;
  overflow: hidden;
  width: 100%;
}
.page-account .account-select-wrapper:after {
  width: 9px;
  height: 9px;
  pointer-events: none;
  left: 12rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1.5rem;
  content: "";
  border: 2px solid #fff;
  display: block;
  border-left: 0;
  border-top: 0;
}
.page-account .account-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  font-family: "Gentona", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  padding: 1.4rem;
  margin: 0;
  border: 0px;
  width: 100%;
  text-decoration: none;
  background: #44ADE2;
  background-clip: padding-box;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 0px;
}
@media screen and (max-width: 1023px) {
  .page-account ul.breadcrumbs {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .page-account .account-navigation {
    display: none !important;
  }
  .page-account .home_menu {
    display: none !important;
  }
  .page-account .main-nav-wrapper {
    display: none !important;
  }
}

.page-home .content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-home .content-wrapper h1 {
  margin: 0;
}
@media handheld, only screen and (min-width: 768px) {
  .page-home .block-featured-products .list-products a {
    -webkit-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%;
    width: 33.333%;
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
.page-home .news-wrapper {
  background-color: #F5FBFD;
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .page-home .news-wrapper {
    display: none;
  }
}
.page-home .news-wrapper > div {
  margin: 0rem 2rem 0rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-home .news-wrapper h2 {
  color: #0084B8;
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
  letter-spacing: -0.1px;
  margin: 2rem 1rem 1rem;
  flex: 1;
}
@media handheld, only screen and (min-width: 1024px) {
  .page-home .news-wrapper h2 {
    font-size: 2.1rem;
  }
}
.page-home .news-wrapper .more_btn {
  margin: 2rem 2rem 1rem;
  font-size: 1rem;
  display: flex;
}
.page-home .news-wrapper .more_btn:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgb(0, 0, 0);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 0;
  border-right: 0;
  position: relative;
  transition: transform 0.25s ease-out;
  margin: 0.5rem 0 0 0.5rem;
  color: #000;
}
.page-home .news-wrapper .list-news {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100vw;
}
.page-home .news-wrapper .list-news a {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media handheld, only screen and (min-width: 768px) {
  .page-home .news-wrapper .list-news a {
    -webkit-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%;
    width: 33.333%;
    padding: 1rem;
  }
}
.page-home .news-wrapper .list-news a .img-wrapper {
  margin-bottom: 1rem;
  position: relative;
}
.page-home .news-wrapper .list-news a .img-wrapper img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-home .news-wrapper .list-news a .img-wrapper img.item-product {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-home .news-wrapper .list-news a div.title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
.page-home .column-block {
  margin: 0rem 2rem 4rem;
}
.page-home .column-block h2.block-title {
  color: #0084B8;
  font-style: italic;
  font-size: 2.2rem;
}
@media handheld, only screen and (max-width: 1023px) {
  .page-home .column-block {
    display: none;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .page-home .column-block .column-block-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page-home .column-block .column-block-wrapper > div {
    margin: 0 1rem !important;
  }
}
.page-home .block-text-media .item-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.page-home .block-text-media .item-wrapper .media-wrapper {
  margin: 0 0 1rem 0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.page-home .block-text-media .item-wrapper .media-wrapper .image-wrapper img {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-home .block-text-media .item-wrapper .content-wrapper h3.title {
  text-align: center;
  font-size: 1.3rem;
  padding: 0 1rem;
}

.carousel {
  background: #F8F8F8;
}

.carousel-cell {
  width: 100%;
  min-height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
}
@media handheld, only screen and (min-width: 768px) {
  .carousel-cell {
    min-height: 40rem;
  }
}
.carousel-cell:before {
  display: block;
  background: url(/images/heartplus_icon.svg) no-repeat bottom right;
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 2rem;
  right: 2rem;
  z-index: 200;
}
@media screen and (max-width: 600px) {
  .carousel-cell:before {
    display: none;
  }
}
.carousel-cell > div {
  mix-blend-mode: multiply;
  color: #000000;
  width: 100%;
  min-height: 40rem;
  z-index: 100;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media handheld, only screen and (min-width: 600px) {
  .carousel-cell > div {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.carousel-cell > div.dark {
  color: white;
}
.carousel-cell > div.dark:before {
  background: linear-gradient(45deg, #212121 0%, rgba(33, 33, 33, 0) 70%);
}
.carousel-cell > div.overlay-1:before {
  opacity: 10%;
}
.carousel-cell > div.overlay-2:before {
  opacity: 20%;
}
.carousel-cell > div.overlay-3:before {
  opacity: 30%;
}
.carousel-cell > div.overlay-4:before {
  opacity: 40%;
}
.carousel-cell > div.overlay-5:before {
  opacity: 50%;
}
.carousel-cell > div.overlay-6:before {
  opacity: 60%;
}
.carousel-cell > div.overlay-7:before {
  opacity: 70%;
}
.carousel-cell > div.overlay-8:before {
  opacity: 80%;
}
.carousel-cell > div.overlay-9:before {
  opacity: 90%;
}
.carousel-cell > div:after {
  display: block;
  background: url(/images/mobile-banner-overlay.svg) no-repeat bottom left;
  background-size: 100vw;
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 374px) {
  .carousel-cell > div:after {
    bottom: -5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 399px) {
  .carousel-cell > div:after {
    bottom: -9rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  .carousel-cell > div:after {
    bottom: -10rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  .carousel-cell > div:after {
    bottom: -20rem;
  }
}
@media screen and (min-width: 600px) {
  .carousel-cell > div:before {
    display: block;
    background: linear-gradient(90deg, #0077B2 30%, rgba(0, 119, 178, 0) 80%);
    background-position: left 0px bottom -160px;
    content: "";
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .carousel-cell > div:after {
    display: block;
    background: url(/images/plus_icon.svg) no-repeat center left;
    content: "";
    position: absolute;
    opacity: 1;
    left: 3rem;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .carousel-cell > div:after {
    background-size: 45%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1280px) {
  .carousel-cell > div:after {
    background-size: 45%;
  }
}
.carousel-cell .overlay {
  position: relative;
  z-index: 2;
  padding: 0 2rem 6rem 2rem;
  color: white;
}
@media handheld, only screen and (min-width: 600px) {
  .carousel-cell .overlay {
    padding: 3rem;
    width: 60%;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .carousel-cell .overlay {
    padding: 4rem;
    width: 50%;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .carousel-cell .overlay {
    padding: 0rem 8rem 0 6rem;
    width: 45%;
  }
}
.carousel-cell .overlay > * {
  margin: 1rem 0;
}
.carousel-cell .overlay > *.offer-label {
  margin: 0;
}
.carousel-cell .overlay .h1 {
  font-style: italic;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .carousel-cell .overlay .h1 {
    width: 50%;
    font-size: 2.5rem;
  }
  .carousel-cell .overlay .subtitle {
    font-size: 1rem;
  }
}
.carousel-cell img {
  width: 100%;
}
.carousel-cell .subtitle {
  font-size: 1rem;
}
.carousel-cell .half-width .image-wrapper {
  margin: 1rem auto;
  width: 50%;
}
@media handheld, only screen and (min-width: 768px) {
  .carousel-cell .half-width .image-wrapper {
    width: 50%;
    height: 100%;
    margin: auto;
  }
}
.carousel-cell .half-width picture, .carousel-cell .half-width .image-wrapper {
  mix-blend-mode: multiply;
  max-height: 400px;
  display: block;
}
.carousel-cell .half-width img {
  display: block;
  max-height: 500px;
  height: auto;
  mix-blend-mode: multiply;
  object-fit: contain;
}
.carousel-cell .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.carousel-cell .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a.carousel-cell .subtitle span {
  position: relative;
  /*&:after {
      content: "";
      width: 1.3rem;
      height: 1.3rem;
      display: inline-block;
      position: relative;
      margin-left: 0.5rem;
      @include rotate(45deg);
      border: 0.2rem solid $color-blue;
      border-left: 0;
      border-bottom: 0;
      position: absolute;
      right: -1.5rem;
      bottom: 0;
  }*/
}
a.carousel-cell .subtitle span:after {
  content: "Learn More";
  display: block;
  position: relative;
  border-bottom: 1px solid #ffffff;
  left: 0;
  right: 0;
  top: 1rem;
  bottom: 0;
  font-weight: 700;
  width: 5.1rem;
  text-align: center;
}

.flickity-page-dots {
  position: absolute;
  bottom: 3rem;
}

@media screen and (max-width: 599px) {
  .flickity-page-dots {
    left: 2rem;
    text-align: left;
  }
  .flickity-page-dots .dot {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.flickity-viewport {
  position: relative;
}

.flickity-slider a:hover {
  opacity: 1;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.page-news .content-wrapper {
  margin: 0 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .page-news .content-wrapper {
    margin: 0 2rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .page-news .content-wrapper {
    margin: 0 6rem;
  }
}
.page-news .news-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-news .news-wrapper > div {
  padding: 1.5rem;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.11px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.page-news .news-wrapper > div h1 {
  color: #138DC4;
  font-weight: 600;
  letter-spacing: -0.13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-news .news-wrapper > div h1 {
    font-size: 2rem;
  }
}
.page-news .news-wrapper > div p {
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
}
.page-news .news-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-news .news-block .news-block-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 767px) {
  .page-news .news-block .news-block-wrapper {
    max-width: 100%;
    overflow-y: hidden;
    scroll-behavior: smooth;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 1.5rem;
  }
}
.page-news .news-block .news-block-wrapper .news-btn {
  display: inline-block;
  padding: 10px 25px;
  margin: 1rem 0.5rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05px;
  text-align: center;
  cursor: pointer;
  border-radius: 10rem;
  background-color: #EDEBEB;
}
@media handheld, only screen and (max-width: 767px) {
  .page-news .news-block .news-block-wrapper .news-btn {
    white-space: nowrap;
    display: block;
  }
}
.page-news .news-block .news-block-wrapper .active {
  border-radius: 10rem;
  opacity: 1;
  background-image: linear-gradient(270deg, rgb(0, 103, 172) 0%, rgb(0, 179, 205) 100%);
  color: #fff;
}
.page-news .list-news {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem;
}
@media handheld, only screen and (min-width: 768px) {
  .page-news .list-news {
    padding: 1.8rem;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  .page-news .list-news {
    padding: 4rem;
  }
}
.page-news .list-news a {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media handheld, only screen and (min-width: 768px) {
  .page-news .list-news a {
    -webkit-flex-basis: 33.333%;
    -ms-flex-basis: 33.333%;
    flex-basis: 33.333%;
    width: 33.333%;
    padding: 1rem;
  }
}
.page-news .list-news a .img-wrapper {
  margin-bottom: 1rem;
  position: relative;
}
.page-news .list-news a .img-wrapper img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-news .list-news a .img-wrapper img.item-product {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-news .list-news a div.title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.page-news .pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
}
.page-news .pagination .pagination-block {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-news .pagination .pagination-block a {
  text-decoration: none;
  font-size: 18px;
  padding: 0.5rem 1rem;
  font-weight: 500;
}
.page-news .pagination .pagination-block a > i {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: #0079B4;
}
.page-news .pagination .pagination-block .prev, .page-news .pagination .pagination-block .next {
  cursor: pointer;
  border-radius: 5px;
  background-color: #F4F4F4;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
}
.page-news .news-article {
  margin: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .page-news .news-article {
    margin: 0 2rem 2rem;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .page-news .news-article {
    margin: 0 2rem 2rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .page-news .news-article {
    margin: 0 6rem 4rem;
    max-width: 960px;
  }
}
.page-news .news-article > div {
  margin: 2rem 0;
}
.page-news .news-article h1 {
  margin-bottom: 1rem;
}
.page-news .news-article .block-text-media .item-wrapper .content-wrapper {
  display: none;
}
.page-news .news-article .block-text-media .item-wrapper .media-wrapper {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.page-news .news-article .block-richtext h3 {
  font-size: 1.3rem;
}
.page-news .share-modal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 1rem 0 !important;
}
.page-news .share-modal div:first-child {
  flex: 1;
}
.page-news .share-modal div:first-child > :last-child {
  margin: 0;
}
.page-news .share-modal .share-button {
  position: relative;
}
.page-news .share-modal .share-button .toggle {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 10;
  display: block;
  border-radius: 25px;
  cursor: pointer;
  background-color: transparent;
  color: #a4a4a4;
  box-shadow: inset 0 0 0 1px #a4a4a4;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .page-news .share-modal .share-button .toggle {
    width: 30px;
    height: 30px;
  }
}
.page-news .share-modal .share-button .toggle:hover {
  box-shadow: inset 0 0 0 39px #44ADE2;
  color: #ffffff;
}
.page-news .share-modal .share-button .toggle:after {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-family: "FontAwesome";
  content: "\f1e0";
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  left: -2px;
}
@media screen and (max-width: 767px) {
  .page-news .share-modal .share-button .toggle:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    left: 0;
  }
}
.page-news .share-modal .toggle-input {
  display: none;
}
.page-news .share-modal .toggle-input:checked + .toggle {
  box-shadow: inset 0 0 0 39px #44ADE2;
  color: #fff;
}
.page-news .share-modal .toggle-input:checked + .toggle:after {
  transform: rotate(45deg);
  -webkit-animation: bar1 0.5s forwards;
  animation: bar1 0.5s forwards;
}
.page-news .share-modal .toggle-input:checked + .toggle:before {
  transform: rotate(-45deg);
  -webkit-animation: bar2 0.5s forwards;
  animation: bar2 0.5s forwards;
}
.page-news .share-modal .toggle-input:checked + .toggle:after, .page-news .share-modal .toggle-input:checked + .toggle:before {
  background-color: #F4F3ED;
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .page-news .share-modal .toggle-input:checked + .toggle:after, .page-news .share-modal .toggle-input:checked + .toggle:before {
    width: 15px;
    left: 8px;
    top: 15px;
  }
}
.page-news .share-modal .network-list {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 25px;
  width: 120px;
  margin: 0;
  padding: 0;
  border-radius: 26px;
  overflow: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s cubic-bezier(0.43, 0.26, 0.37, 1.73);
  transform-origin: 0% 50%;
  transform: perspective(600px) rotateX(0) rotateY(90deg) rotateZ(0);
}
@media screen and (max-width: 767px) {
  .page-news .share-modal .network-list {
    width: 90px;
  }
}
.page-news .share-modal .network-list li {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .page-news .share-modal .network-list li {
    width: 30px;
    height: 30px;
  }
}
.page-news .share-modal .network-list a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-indent: 120%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-news .share-modal .network-list a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.page-news .share-modal .network-list a:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  font-family: "FontAwesome";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  color: #fff;
  background-color: #95a5a6;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .page-news .share-modal .network-list a:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.page-news .share-modal .network-list:hover a:before {
  background-color: #bdc3c7;
}
.page-news .share-modal .network-list .pinterest a:before {
  content: "\f231";
}
.page-news .share-modal .network-list .pinterest a:hover:before {
  background-color: #E60023;
}
.page-news .share-modal .network-list .facebook a:before {
  content: "\f09a";
}
.page-news .share-modal .network-list .facebook a:hover:before {
  background-color: #2C609B;
}
.page-news .share-modal .network-list .envelope a:before {
  content: "\f0e0";
}
.page-news .share-modal .network-list .envelope a:hover:before {
  background-color: #EC3F25;
}
.page-news .share-modal input:checked ~ .network-list {
  left: -125px;
  opacity: 1;
  transform: perspective(600px) rotateX(0) rotateY(0) rotateZ(0);
}
@media screen and (max-width: 767px) {
  .page-news .share-modal input:checked ~ .network-list {
    left: -100px;
  }
}
@-webkit-keyframes bar1 {
  0% {
    content: "";
    width: 46px;
    height: 50px;
    background-color: transparent;
    transform: rotate(0deg) scale(1);
    top: 0;
    left: 0;
    opacity: 1;
  }
  50% {
    background-color: transparent;
    content: "";
    width: 46px;
    height: 50px;
    top: 0;
    left: 0;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  50.001% {
    background-color: #fff;
    left: 10px;
    top: 22px;
    content: "";
    height: 3px;
    width: 30px;
  }
  60% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}
@keyframes bar1 {
  0% {
    content: "";
    width: 46px;
    height: 50px;
    background-color: transparent;
    transform: rotate(0deg) scale(1);
    top: 0;
    left: 0;
    opacity: 1;
  }
  50% {
    background-color: transparent;
    content: "";
    width: 46px;
    height: 50px;
    top: 0;
    left: 0;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  50.001% {
    background-color: #fff;
    left: 10px;
    top: 22px;
    content: "";
    height: 3px;
    width: 30px;
  }
  60% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}
@-webkit-keyframes bar2 {
  0% {
    background-color: transparent;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  50% {
    background-color: transparent;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  60% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) scale(1);
  }
}
@keyframes bar2 {
  0% {
    background-color: transparent;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  50% {
    background-color: transparent;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  60% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) scale(1);
  }
}

@media screen and (max-width: 1023px) {
  html.page-news header nav {
    padding-bottom: 0.3rem;
    position: relative;
  }
  html.page-news header nav:before {
    display: block;
    position: absolute;
    background: #FBFBFB;
    bottom: 0;
    left: 0;
    right: 0;
    top: 4.5rem;
    content: "";
  }
  html.page-news header .search-wrapper {
    display: block;
    order: 5;
    width: 100%;
    flex: initial;
    padding-top: 0.8rem;
  }
}
.offer-label {
  background: #FA6400;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0.8;
}

.product-page .offer {
  min-width: 300px;
  max-width: 475px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 1rem 0;
}
.product-page .offer.type-add-to-cart {
  margin-top: 3rem;
}

.offer {
  background: rgba(250, 100, 0, 0.4);
  flex: 1;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(0.5rem) translateY(0.5rem);
  -moz-transform: translateX(0.5rem) translateY(0.5rem);
  -ms-transform: translateX(0.5rem) translateY(0.5rem);
  -o-transform: translateX(0.5rem) translateY(0.5rem);
  transform: translateX(0.5rem) translateY(0.5rem);
}
.offer .offer-label {
  position: absolute;
  top: -1rem;
  padding: 7px 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1.2;
}
@media handheld, only screen and (min-width: 600px) {
  .offer .offer-label {
    line-height: 0.8;
  }
}
.offer.type-add-to-cart {
  margin-top: 1.5rem;
}
.offer.type-add-to-cart .offer-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media handheld, only screen and (min-width: 600px) {
  .offer.type-add-to-cart .offer-inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.offer.type-add-to-cart .offer-inner img {
  width: 100px;
  height: 100px;
}
.offer.type-add-to-cart .description {
  margin-bottom: 1rem;
  flex: 1;
}
@media handheld, only screen and (min-width: 600px) {
  .offer.type-add-to-cart .description {
    padding: 0 1rem;
    margin-bottom: 0;
  }
}
.offer .offer-inner {
  position: relative;
  padding: 1.2rem;
  border: 1px dashed #333;
  background: white;
  -webkit-transform: translateX(-0.5rem) translateY(-0.5rem);
  -moz-transform: translateX(-0.5rem) translateY(-0.5rem);
  -ms-transform: translateX(-0.5rem) translateY(-0.5rem);
  -o-transform: translateX(-0.5rem) translateY(-0.5rem);
  transform: translateX(-0.5rem) translateY(-0.5rem);
}
.offer .offer-inner .add-to-cart-offer {
  color: #fa6400;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
}
.offer button.add-to-cart-offer {
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-family: "Gentona", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background: #44ADE2;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 0.9;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  max-width: 100%;
  border: none;
  opacity: 1;
}
.offer .offer-desc {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0.5rem 0;
}
.offer .spinner-wrapper {
  margin: 0 !important;
}

.form-wrapper label {
  font-weight: bold;
  font-size: 1.1rem;
}
.form-wrapper .form-field {
  margin-bottom: 2rem;
}
.form-wrapper .select-wrapper {
  border: 1px solid #ccc;
  width: 100%;
  position: relative;
  display: inline-block;
  /* margin-bottom: 1rem;*/
  height: 4rem;
  line-height: 3;
  background: white;
  overflow: hidden;
}
.form-wrapper .select-wrapper:after {
  width: 0.9rem;
  height: 0.9rem;
  pointer-events: none;
  right: 1.3rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1.2rem;
  content: "";
  border: 2px solid #ccc;
  display: block;
  border-left: 0;
  border-top: 0;
}
.form-wrapper .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  background: white;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1.2rem 1rem 1.2rem 1rem;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.form-wrapper .rad-chk label {
  position: relative;
  padding: 0.4rem 0 0 2rem;
  display: block;
  line-height: 1.4;
}
.form-wrapper .rad-chk label input {
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.form-wrapper .input-wrapper {
  position: relative;
}
.form-wrapper .input-wrapper label {
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  font-size: 0.8rem;
  color: rgba(51, 51, 51, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.form-wrapper .input-wrapper input[type=text], .form-wrapper .input-wrapper input[type=email], .form-wrapper .input-wrapper input[type=password], .form-wrapper .input-wrapper input[type=tel], .form-wrapper .input-wrapper input[type=search], .form-wrapper .input-wrapper input[type=number], .form-wrapper .input-wrapper textarea {
  padding: 1.4rem 1rem 1.4rem 1rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: "Gentona", helvetica, arial, sans-serif;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: 0;
}
@media handheld, only screen and (min-width: 1024px) {
  .form-wrapper .input-wrapper input[type=text], .form-wrapper .input-wrapper input[type=email], .form-wrapper .input-wrapper input[type=password], .form-wrapper .input-wrapper input[type=tel], .form-wrapper .input-wrapper input[type=search], .form-wrapper .input-wrapper input[type=number], .form-wrapper .input-wrapper textarea {
    font-size: 1.1rem;
  }
}
.form-wrapper .input-wrapper input[type=text]:focus, .form-wrapper .input-wrapper input[type=email]:focus, .form-wrapper .input-wrapper input[type=password]:focus, .form-wrapper .input-wrapper input[type=tel]:focus, .form-wrapper .input-wrapper input[type=search]:focus, .form-wrapper .input-wrapper input[type=number]:focus, .form-wrapper .input-wrapper textarea:focus {
  border-color: black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.form-wrapper .input-wrapper input[type=text]:not(:placeholder-shown), .form-wrapper .input-wrapper input[type=email]:not(:placeholder-shown), .form-wrapper .input-wrapper input[type=password]:not(:placeholder-shown), .form-wrapper .input-wrapper input[type=tel]:not(:placeholder-shown), .form-wrapper .input-wrapper input[type=search]:not(:placeholder-shown), .form-wrapper .input-wrapper input[type=number]:not(:placeholder-shown), .form-wrapper .input-wrapper textarea:not(:placeholder-shown) {
  padding: 2rem 1rem 0.8rem 1rem;
}
.form-wrapper .input-wrapper input[type=text]:not(:placeholder-shown) + label, .form-wrapper .input-wrapper input[type=email]:not(:placeholder-shown) + label, .form-wrapper .input-wrapper input[type=password]:not(:placeholder-shown) + label, .form-wrapper .input-wrapper input[type=tel]:not(:placeholder-shown) + label, .form-wrapper .input-wrapper input[type=search]:not(:placeholder-shown) + label, .form-wrapper .input-wrapper input[type=number]:not(:placeholder-shown) + label, .form-wrapper .input-wrapper textarea:not(:placeholder-shown) + label {
  opacity: 1;
}
.form-wrapper .half-fields {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-wrapper .half-fields .form-field {
  flex: 1;
}
.form-wrapper .half-fields .form-field:first-child {
  margin-right: 0.5rem;
}
.form-wrapper .half-fields .form-field:last-child {
  margin-left: 0.5rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .form-wrapper .half-fields .form-field:first-child {
    margin-right: 1rem;
  }
  .form-wrapper .half-fields .form-field:last-child {
    margin-left: 1rem;
  }
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=number]:focus, textarea:focus {
  border-color: black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

input.input-validation-error {
  border: 1px solid #ff6d6d !important;
}

.field-validation-error {
  color: #ff6d6d;
  display: block;
  margin-top: 0.5rem;
}

button[disabled] {
  opacity: 0.6 !important;
  cursor: default;
}

.column-block {
  margin: 3rem 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .column-block {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .column-block {
    margin: 4rem 5rem;
  }
}
.column-block > div {
  margin: 2rem 0 !important;
}
@media handheld, only screen and (min-width: 768px) {
  .column-block .column-block-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .column-block .column-block-wrapper > div {
    flex: 1;
    margin: 0 2rem !important;
  }
  .column-block h2.block-title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.column-block .list-products a {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 0;
}
.column-block .block-team .items {
  margin: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.column-block .block-team .items .item {
  width: auto;
  padding: 0.5rem;
}
.column-block .block-team .items .item:first-child {
  padding-left: 0;
}
.column-block .block-team .items .item:last-child {
  padding-right: 0;
}
.column-block .block-green-overlay .item {
  padding: 2rem;
}
.column-block .block-green-overlay .item .hgroup-overlay {
  min-height: 10rem;
  padding: 2rem;
}
.column-block .block-green-overlay .item .hgroup-overlay h3 {
  font-size: 1.3rem;
}

.block-green-overlay {
  margin: 3rem 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .block-green-overlay {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-green-overlay {
    margin: 3rem 6rem;
  }
}
.block-green-overlay .item {
  padding: 3rem;
  margin: 1rem 0;
  border: 1px solid #ebebeb;
  position: relative;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1024px) {
  .block-green-overlay .item {
    padding: 7rem;
  }
}
.block-green-overlay .item a {
  min-width: 50%;
}
.block-green-overlay .item .hgroup-overlay {
  background: rgba(68, 173, 226, 0.7);
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 1rem;
  text-align: center;
  color: white;
  padding: 4rem 10rem;
  min-height: 18rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .block-green-overlay .item .hgroup-overlay h3 {
    font-size: 2.4rem;
  }
}

.block-richtext {
  margin: 3rem 2rem;
}
@media handheld, only screen and (max-width: 600px) {
  .block-richtext {
    margin: 0rem;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .block-richtext {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-richtext {
    margin: 3rem 6rem;
  }
}

.block-media-full-width {
  margin: 3rem 2rem;
}
@media handheld, only screen and (max-width: 767px) {
  .block-media-full-width {
    margin: 3rem 0rem;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .block-media-full-width {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .block-media-full-width {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-media-full-width {
    margin: 3rem 6rem;
  }
}
.block-media-full-width .media-wrapper {
  border: 3px solid whitesmoke;
}
.block-media-full-width .caption {
  margin: 0;
  background: whitesmoke;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
}
.block-media-full-width.no-border .media-wrapper {
  border: 0;
}

.block-media-inline {
  margin: 3rem 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .block-media-inline {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-media-inline {
    margin: 3rem 6rem;
  }
}
.block-media-inline .media-wrapper {
  margin-bottom: 2rem;
}
.block-team {
  margin: 3rem 0;
}
@media handheld, only screen and (min-width: 1024px) {
  .block-team {
    margin: 3rem 0;
  }
}
.block-team h2.h3 {
  margin: 2rem;
}
@media handheld, only screen and (min-width: 1024px) {
  .block-team h2.h3 {
    margin: 2rem 6rem;
  }
}
.block-team .items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .block-team .items {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-team .items {
    margin: 2rem 5rem;
  }
}
.block-team .item {
  width: 50%;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block-team .item {
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .block-team .item {
    width: 25%;
  }
}
.block-team .item .image-wrapper {
  border: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.block-team .item .image-wrapper img {
  display: block;
}
.block-team .item .title {
  font-weight: bold;
}

.block-featured-products {
  margin: 0rem 2rem 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .block-featured-products {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-featured-products {
    margin: 2rem;
  }
}
.block-featured-products h2 {
  padding: 1rem;
  color: #0084B8;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.1px;
}
.block-featured-products .list-products {
  background: white;
  padding: 0;
}
.block-featured-products .list-products .img-wrapper {
  background: #F8F8F8;
}
.block-featured-products .list-products .img-wrapper img {
  mix-blend-mode: multiply;
}

.block-text-media {
  margin: 3rem 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .block-text-media {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-text-media {
    margin: 3rem 6rem;
  }
}
.block-text-media.no-border .item-wrapper .media-wrapper {
  border: 0;
}
@media screen and (min-width: 768px) {
  .block-text-media.align-top .item-wrapper {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.block-text-media .item-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.block-text-media .item-wrapper .media-wrapper {
  margin-bottom: 3rem;
  border: 1px solid #ebebeb;
}
@media screen and (min-width: 1024px) {
  .block-text-media .item-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .block-text-media .item-wrapper .content-wrapper, .block-text-media .item-wrapper .media-wrapper {
    flex: 1;
  }
  .block-text-media .item-wrapper .media-wrapper {
    margin: 0 0 0 3rem;
  }
}
.block-text-media .item-wrapper .content-wrapper {
  margin: 0 3rem 0 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .block-text-media.reverse .item-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .block-text-media.reverse .item-wrapper .media-wrapper {
    margin: 0 3rem 0 0;
  }
  .block-text-media.reverse .content-wrapper {
    margin: 0 0 0 3rem;
  }
}

.block-faqs {
  margin: 3rem 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .block-faqs {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-faqs {
    margin: 3rem 6rem;
  }
}
.block-faqs h2.h3 {
  margin: 0 2rem 0 0;
}
.block-faqs .question {
  display: block;
  padding: 1rem 2rem 1rem 0;
  cursor: pointer;
  font-weight: 400;
  position: relative;
}
.block-faqs .question.active:after {
  transform: rotate(225deg);
}
.block-faqs .question:after {
  transition: 0.3s ease-in-out;
  width: 1rem;
  height: 1rem;
  border: 2px solid black;
  content: "";
  display: block;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  top: 1rem;
  position: absolute;
}
.block-faqs .answer {
  padding-bottom: 1rem;
}
.block-faqs .faq {
  padding: 1rem 0;
  border-bottom: 1px solid #979797;
}

.block-downloads {
  margin: 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  .block-downloads {
    margin: 3rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .block-downloads {
    margin: 3rem 6rem;
  }
}
.block-downloads h2.h3 {
  margin: 0 0 2rem 0;
}
.block-downloads .items .item {
  display: block;
  background-image: linear-gradient(90deg, rgb(68, 173, 226) 0%, rgb(0, 119, 178) 100%);
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  position: relative;
  color: white;
  margin: 1rem 0;
  font-size: 1.1rem;
}
.block-downloads .items .item .title {
  font-weight: bold;
}
.block-downloads .items .item:after {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/download-icon.svg") no-repeat center center;
  background-size: 100%;
}

.grid-blocks {
  margin: 2rem 1rem;
}
.grid-blocks + .grid-blocks {
  margin-top: 0;
  position: relative;
  top: -1rem;
  margin-bottom: 1rem;
}
@media handheld, only screen and (min-width: 768px) {
  .grid-blocks + .grid-blocks {
    top: -2rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .grid-blocks + .grid-blocks {
    top: -1rem;
  }
}
@media handheld, only screen and (min-width: 768px) {
  .grid-blocks {
    margin: 3rem 2rem;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .grid-blocks {
    margin: 2rem 2rem;
  }
}
.grid-blocks .wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .grid-blocks .wrapper {
    padding: 0 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.grid-blocks .wrapper .half-width-column {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .half-width-column {
    width: 50%;
    margin: 1rem;
  }
}
.grid-blocks .wrapper .column {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .column {
    margin: 0 1rem;
  }
}
.grid-blocks .wrapper .half-width {
  height: 70vw;
}
@media screen and (max-width: 320px) {
  .grid-blocks .wrapper .half-width {
    flex: 1;
    height: 20rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .grid-blocks .wrapper .half-width {
    flex: 1;
    height: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .grid-blocks .wrapper .half-width {
    flex: 1;
    height: 45rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .half-width {
    flex: 1;
    height: 26rem;
  }
}
@media screen and (min-width: 1280px) {
  .grid-blocks .wrapper .half-width {
    flex: 1;
    height: 32rem;
  }
}
@media screen and (min-width: 1600px) {
  .grid-blocks .wrapper .half-width {
    flex: 1;
    height: 36rem;
  }
}
.grid-blocks .wrapper .half-width .img-wrapper {
  order: -1;
  width: 15%;
  margin-left: 3rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-blocks .wrapper .half-width .img-wrapper {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .grid-blocks .wrapper .half-width .img-wrapper {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .half-height {
    flex: 1;
    height: 12rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .grid-blocks .wrapper .half-height {
    flex: 1;
    height: 15rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .grid-blocks .wrapper .half-height {
    flex: 1;
    height: 17rem;
    margin-bottom: 2rem;
  }
}
.grid-blocks .wrapper .half-height .img-wrapper {
  order: -1;
  width: 15%;
  margin-left: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-blocks .wrapper .half-height .img-wrapper {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .grid-blocks .wrapper .half-height .img-wrapper {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .half-height img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
  }
}
.grid-blocks .wrapper .half-height .overlay {
  flex: 1;
}
.grid-blocks .wrapper .half-height:last-child {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .grid-blocks .wrapper .half-height:last-child {
    margin-bottom: 1rem;
  }
}
.grid-blocks .wrapper a.item .overlay .subtitle span {
  position: relative;
}
.grid-blocks .wrapper a.item .overlay .subtitle span:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: none;
  position: relative;
  margin-left: 0.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0.2rem solid #44ADE2;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: -1.5rem;
  bottom: -0.1rem;
}
.grid-blocks .wrapper a.item.dark {
  color: white;
}
.grid-blocks .wrapper .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background-color: #F8F8F8;
  border: 1px solid #ebebeb;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  position: relative;
  background-position: center center;
  border-radius: 1rem;
}
.grid-blocks .wrapper .item.top {
  background-position: top center;
}
.grid-blocks .wrapper .item.bottom {
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .grid-blocks .wrapper .item {
    margin: 0 0 2rem 0;
    min-height: 35vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-blocks .wrapper .item {
    margin: 0 0 2rem 0;
    min-height: 30vw;
  }
}
.grid-blocks .wrapper .item:before {
  background: url(/images/arrow.svg) no-repeat bottom right;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 2rem;
  right: 2rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .grid-blocks .wrapper .item:before {
    background-size: 1rem;
  }
}
.grid-blocks .wrapper .item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: linear-gradient(45deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 70%);
}
.grid-blocks .wrapper .item.dark {
  color: white;
}
.grid-blocks .wrapper .item.dark:after {
  background: linear-gradient(45deg, #212121 0%, rgba(33, 33, 33, 0) 70%);
}
.grid-blocks .wrapper .item.green.dark {
  color: white;
}
.grid-blocks .wrapper .item.green:after, .grid-blocks .wrapper .item.green.dark:after {
  background: linear-gradient(45deg, #e9f4d8 0%, rgba(233, 244, 216, 0) 70%);
}
.grid-blocks .wrapper .item.overlay-0:after {
  opacity: 0.1;
}
.grid-blocks .wrapper .item.overlay-1:after {
  opacity: 1;
  background: rgba(210, 91, 87, 0.2);
}
.grid-blocks .wrapper .item.overlay-2:after {
  opacity: 0.5;
  background: rgba(62, 168, 222, 0.56);
}
.grid-blocks .wrapper .item.overlay-3:after {
  opacity: 0.3;
}
.grid-blocks .wrapper .item.overlay-4:after {
  opacity: 0.4;
}
.grid-blocks .wrapper .item.overlay-5:after {
  opacity: 0.5;
}
.grid-blocks .wrapper .item.overlay-6:after {
  opacity: 0.6;
}
.grid-blocks .wrapper .item.overlay-7:after {
  opacity: 0.7;
}
.grid-blocks .wrapper .item.overlay-8:after {
  opacity: 0.8;
}
.grid-blocks .wrapper .item.overlay-9:after {
  opacity: 0.9;
}
.grid-blocks .wrapper .item .img-wrapper {
  position: relative;
  z-index: 1;
}
.grid-blocks .wrapper .item .img-wrapper.multiply {
  mix-blend-mode: multiply;
}
.grid-blocks .wrapper .item.green {
  background-color: #E9F4D8;
}
.grid-blocks .wrapper .item.half-width {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grid-blocks .wrapper .item.half-width .overlay {
  padding: 2.5rem 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .grid-blocks .wrapper .item.half-width .overlay {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-blocks .wrapper .item.half-width .overlay {
    padding: 3rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .item.half-width .overlay {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .grid-blocks .wrapper .item.half-width .overlay {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .grid-blocks .wrapper .item.half-width .overlay {
    padding: 3.5rem 2rem;
  }
}
.grid-blocks .wrapper .item.half-width .overlay .title-wrapper .subtitle {
  font-size: 1.2rem;
  position: absolute;
  opacity: 1;
  left: -4rem;
  top: 21rem;
  bottom: 0;
}
@media screen and (max-width: 320px) {
  .grid-blocks .wrapper .item.half-width .overlay .title-wrapper .subtitle {
    left: -3rem;
    top: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .grid-blocks .wrapper .item.half-width .overlay .title-wrapper .subtitle {
    left: -5rem;
    top: 40rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .item.half-width .overlay .title-wrapper .subtitle {
    left: -5rem;
    top: 22rem;
  }
}
@media screen and (min-width: 1280px) {
  .grid-blocks .wrapper .item.half-width .overlay .title-wrapper .subtitle {
    left: -5rem;
    top: 28rem;
  }
}
@media screen and (min-width: 1600px) {
  .grid-blocks .wrapper .item.half-width .overlay .title-wrapper .subtitle {
    top: 32rem;
    left: -6rem;
  }
}
.grid-blocks .wrapper .item.full-width {
  width: 100%;
}
.grid-blocks .wrapper .item.full-width .img-wrapper {
  order: -1;
  width: 4%;
  margin-left: 3rem;
}
.grid-blocks .wrapper .item.full-width .overlay {
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .item.full-width .overlay {
    padding: 3rem;
    font-size: 1.4rem;
  }
  .grid-blocks .wrapper .item.full-width .overlay .title {
    font-size: 2.2rem;
  }
  .grid-blocks .wrapper .item.full-width .overlay .subtitle span:after {
    width: 1.7rem;
    height: 1.7rem;
    bottom: -0.2rem;
  }
}
.grid-blocks .wrapper .overlay {
  position: relative;
  z-index: 100;
  padding: 2rem 1rem 2rem 1rem;
  word-break: keep-all;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .grid-blocks .wrapper .overlay {
    padding: 2rem 1rem 2rem 2rem;
  }
}
.grid-blocks .wrapper .overlay .title-wrapper {
  text-align: left;
  color: white;
}
.grid-blocks .wrapper .overlay .title-wrapper .title {
  font-size: 2.1rem;
  font-style: italic;
  line-height: 1;
  font-weight: 600;
  margin: 0.5rem 0;
  color: white;
}
@media screen and (max-width: 320px) {
  .grid-blocks .wrapper .overlay .title-wrapper .title {
    font-size: 1.8rem;
  }
}
.grid-blocks .wrapper .overlay .title-wrapper .subtitle {
  font-size: 1.2rem;
}
.grid-blocks .wrapper.dark {
  color: white;
}

.sitemap-block li > ul {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "GolosText";
  src: url("/fonts/GolosText-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gentona";
  src: url("/fonts/315EB1_0_0.eot") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-weight: 600;
  font-family: "Gentona";
  src: url("/fonts/315EB1_0_0.eot");
  src: url("/fonts/315EB1_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_0_0.woff2") format("woff2"), url("/fonts/315EB1_0_0.woff") format("woff"), url("/fonts/315EB1_0_0.ttf") format("truetype");
}
@font-face {
  font-weight: 600;
  font-family: "Gentona";
  src: url("/fonts/315EB1_0_0.eot");
  src: url("/fonts/315EB1_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_0_0.woff2") format("woff2"), url("/fonts/315EB1_0_0.woff") format("woff"), url("/fonts/315EB1_0_0.ttf") format("truetype");
}
@font-face {
  font-weight: 500;
  font-family: "Gentona";
  src: url("/fonts/315EB1_1_0.eot");
  src: url("/fonts/315EB1_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_1_0.woff2") format("woff2"), url("/fonts/315EB1_1_0.woff") format("woff"), url("/fonts/315EB1_1_0.ttf") format("truetype");
}
@font-face {
  font-weight: 100;
  font-family: "Gentona";
  src: url("/fonts/315EB1_2_0.eot");
  src: url("/fonts/315EB1_2_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_2_0.woff2") format("woff2"), url("/fonts/315EB1_2_0.woff") format("woff"), url("/fonts/315EB1_2_0.ttf") format("truetype");
}
@font-face {
  font-weight: 250;
  font-family: "Gentona";
  src: url("/fonts/315EB1_7_0.eot");
  src: url("/fonts/315EB1_7_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_7_0.woff2") format("woff2"), url("/fonts/315EB1_7_0.woff") format("woff"), url("/fonts/315EB1_7_0.ttf") format("truetype");
}
@font-face {
  font-weight: 300;
  font-family: "Gentona";
  src: url("/fonts/315EB1_8_0.eot");
  src: url("/fonts/315EB1_8_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_8_0.woff2") format("woff2"), url("/fonts/315EB1_8_0.woff") format("woff"), url("/fonts/315EB1_8_0.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Gentona";
  src: url("/fonts/315EB1_A_0.eot");
  src: url("/fonts/315EB1_A_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_A_0.woff2") format("woff2"), url("/fonts/315EB1_A_0.woff") format("woff"), url("/fonts/315EB1_A_0.ttf") format("truetype");
}
@font-face {
  font-weight: 200;
  font-family: "Gentona";
  src: url("/fonts/315EB1_B_0.eot");
  src: url("/fonts/315EB1_B_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_B_0.woff2") format("woff2"), url("/fonts/315EB1_B_0.woff") format("woff"), url("/fonts/315EB1_B_0.ttf") format("truetype");
}
@font-face {
  font-weight: 900;
  font-family: "Gentona";
  src: url("/fonts/315EB1_D_0.eot");
  src: url("/fonts/315EB1_D_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_D_0.woff2") format("woff2"), url("/fonts/315EB1_D_0.woff") format("woff"), url("/fonts/315EB1_D_0.ttf") format("truetype");
}
@font-face {
  font-weight: 800;
  font-style: normal;
  font-family: "Gentona";
  src: url("/fonts/315EB1_E_0.eot");
  src: url("/fonts/315EB1_E_0.eot?#iefix") format("embedded-opentype"), url("/fonts/315EB1_E_0.woff2") format("woff2"), url("/fonts/315EB1_E_0.woff") format("woff"), url("/fonts/315EB1_E_0.ttf") format("truetype");
}
/*!
 *  Font Awesome 
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../../../Content/Styles/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../Content/Styles/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../Content/Styles/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../Content/Styles/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../Content/Styles/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../Content/Styles/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media handheld, only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
}

h2, .h2 {
  font-size: 1.8rem;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}

h3, .h3 {
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 1.9rem;
  }
}
h3.title, .h3.title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  h3.title, .h3.title {
    font-size: 1.6rem;
  }
}

h4, .h4, h5, .h6, h6, .h6 {
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  h4, .h4, h5, .h6, h6, .h6 {
    font-size: 1.9rem;
  }
}

hr {
  border: none;
  background: black;
  height: 1px;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #000000;
  text-decoration: none;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sup, sub {
  font-size: 50%;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

nav ul {
  padding: 0;
}
nav ul li a {
  display: block;
  text-decoration: none;
}

.rich-text {
  overflow: hidden;
  line-height: 1.8;
}
.rich-text > * {
  margin-bottom: 1rem;
}
.rich-text *:last-child {
  margin-bottom: 0;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text a {
  color: #000000;
  text-decoration: underline;
}
.rich-text label {
  margin-bottom: 0.25rem;
}
.rich-text .lead {
  font-size: 1.1rem;
}
.rich-text table {
  border: 0;
  text-align: left;
  text-transform: none;
}
.rich-text table tr {
  border-bottom: 1px solid #ccc;
}
.rich-text table th {
  font-size: 1.1rem;
}
.rich-text blockquote {
  font-size: 1.6rem;
  font-style: italic;
  padding-left: 2rem;
  padding-right: 2rem;
  border-left: 5px solid black;
}

.rich-text ul li,
.rich-text ol li {
  margin-bottom: 0.3333333333rem;
}

@media handheld, only screen and (max-width: 1024px) {
  .rich-text table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    height: 100% !important;
  }
}
.rich-text table td,
.rich-text table th {
  background: none;
  border: 1px solid #ccc;
}

@media handheld, only screen and (min-width: 768px) {
  .rich-text .lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.rich-text .green-text {
  color: #44ADE2;
}

.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 0.5rem;
}

.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-top: 2rem;
}

.rich-text table td,
.rich-text table th {
  border: none;
}

.rich-text table td:first-child,
.rich-text table th:first-child {
  padding-left: 0;
}

.moreinfo-popup {
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: -100vh;
  z-index: 10000;
}
.moreinfo-popup .close-popup-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  background-color: rgba(51, 51, 51, 0.7);
}
.moreinfo-popup .pop-up-inner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 2;
  width: 100%;
  bottom: -94vh;
  height: 94vh;
  position: absolute;
  z-index: 10001;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 75vw;
}
.moreinfo-popup .pop-up-inner .scroll-area {
  overflow: scroll;
  scroll-behavior: smooth;
  background: white;
  height: 89vh;
}
@media screen and (min-width: 1280px) {
  .moreinfo-popup .pop-up-inner {
    width: 60vw;
    min-width: initial;
  }
}
.moreinfo-popup .close-popup.ico {
  height: 4rem;
  width: 5rem;
  margin: auto;
  background: white;
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  -moz-border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.moreinfo-popup .close-popup.ico:before, .moreinfo-popup .close-popup.ico:after {
  content: "";
  display: block;
  height: 0.3rem;
  width: 2rem;
  background: #333;
  left: calc(50% - 1rem);
  position: absolute;
  top: 2rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.moreinfo-popup .form-wrapper {
  display: none;
}
.moreinfo-popup .form-wrapper.form-show {
  display: block;
}

html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}
html.modal-open .moreinfo-popup {
  bottom: 0;
}
html.modal-open .moreinfo-popup .pop-up-inner {
  bottom: 0;
}
html.modal-open .close-popup-bg {
  opacity: 1;
}
html.modal-open .close-popup.ico {
  -webkit-border-radius: 2.5rem 2.5rem 0 0;
  -moz-border-radius: 2.5rem 2.5rem 0 0;
  border-radius: 2.5rem 2.5rem 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html.modal-open .close-popup.ico:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.modal-open .close-popup.ico:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
