/* ----------- generic tablet device ----------- */
/* ----------- generic phone device ----------- */
/* ----------- iPhone 4 and 4S ----------- */
/* ----------- iPhone 5 and 5S ----------- */
/* ----------- iPhone 6 ----------- */
/* ----------- iPhone 6+ ----------- */
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
:root {
  --blue: #f8931f;
  --indigo: #6610f2;
  --purple: #5a287f;
  --pink: #e83e8c;
  --red: #c20e1a;
  --orange: #0a5e57;
  --yellow: #f8dc22;
  --green: #a2c037;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: white;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f8931f;
  --secondary: #6c757d;
  --success: #a2c037;
  --info: #17a2b8;
  --warning: #f8dc22;
  --danger: #c20e1a;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #f8931f;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #c46c06;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: white;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-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-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;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fde1c0; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #fbc78b; }

.table-hover .table-primary:hover {
  background-color: #fcd5a7; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #fcd5a7; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e5edc7; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #cfde97; }

.table-hover .table-success:hover {
  background-color: #dce7b4; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #dce7b4; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdf5c1; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbed8c; }

.table-hover .table-warning:hover {
  background-color: #fcf1a8; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fcf1a8; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #eebcbf; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #df8288; }

.table-hover .table-danger:hover {
  background-color: #e9a8ac; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #e9a8ac; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: white;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: white;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: white;
    border-color: #fccf9b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: white; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #a2c037; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(162, 192, 55, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #a2c037;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23a2c037' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #a2c037;
    box-shadow: 0 0 0 0.2rem rgba(162, 192, 55, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #a2c037;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23a2c037' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #a2c037;
    box-shadow: 0 0 0 0.2rem rgba(162, 192, 55, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #a2c037; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #a2c037; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #a2c037; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #b6d05a;
  background-color: #b6d05a; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(162, 192, 55, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a2c037; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #a2c037; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #a2c037;
  box-shadow: 0 0 0 0.2rem rgba(162, 192, 55, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c20e1a; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  background-color: rgba(194, 14, 26, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #c20e1a;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c20e1a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c20e1a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #c20e1a;
    box-shadow: 0 0 0 0.2rem rgba(194, 14, 26, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c20e1a;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c20e1a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c20e1a' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #c20e1a;
    box-shadow: 0 0 0 0.2rem rgba(194, 14, 26, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c20e1a; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c20e1a; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #c20e1a; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ee1523;
  background-color: #ee1523; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(194, 14, 26, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c20e1a; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c20e1a; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #c20e1a;
  box-shadow: 0 0 0 0.2rem rgba(194, 14, 26, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #212529;
  background-color: #f8931f;
  border-color: #f8931f; }
  .btn-primary:hover {
    color: white;
    background-color: #e98007;
    border-color: #dd7907; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #e98007;
    border-color: #dd7907;
    box-shadow: 0 0 0 0.2rem rgba(216, 131, 33, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #f8931f;
    border-color: #f8931f; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #dd7907;
    border-color: #d17307; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 131, 33, 0.5); }

.btn-secondary {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: white;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: white;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #212529;
  background-color: #a2c037;
  border-color: #a2c037; }
  .btn-success:hover {
    color: white;
    background-color: #89a22e;
    border-color: #81982c; }
  .btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #89a22e;
    border-color: #81982c;
    box-shadow: 0 0 0 0.2rem rgba(143, 169, 53, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #a2c037;
    border-color: #a2c037; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: white;
    background-color: #81982c;
    border-color: #788e29; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(143, 169, 53, 0.5); }

.btn-info {
  color: white;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: white;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: white;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: white;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f8dc22;
  border-color: #f8dc22; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ecce07;
    border-color: #e0c407; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #ecce07;
    border-color: #e0c407;
    box-shadow: 0 0 0 0.2rem rgba(216, 193, 35, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f8dc22;
    border-color: #f8dc22; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e0c407;
    border-color: #d4b907; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 193, 35, 0.5); }

.btn-danger {
  color: white;
  background-color: #c20e1a;
  border-color: #c20e1a; }
  .btn-danger:hover {
    color: white;
    background-color: #9e0b15;
    border-color: #920b14; }
  .btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #9e0b15;
    border-color: #920b14;
    box-shadow: 0 0 0 0.2rem rgba(203, 50, 60, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: white;
    background-color: #c20e1a;
    border-color: #c20e1a; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #920b14;
    border-color: #870a12; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 50, 60, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: white;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: white;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: white;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #f8931f;
  border-color: #f8931f; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #f8931f;
    border-color: #f8931f; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #f8931f;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #f8931f;
    border-color: #f8931f; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #a2c037;
  border-color: #a2c037; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #a2c037;
    border-color: #a2c037; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(162, 192, 55, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #a2c037;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #a2c037;
    border-color: #a2c037; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(162, 192, 55, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #f8dc22;
  border-color: #f8dc22; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f8dc22;
    border-color: #f8dc22; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 220, 34, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f8dc22;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f8dc22;
    border-color: #f8dc22; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 220, 34, 0.5); }

.btn-outline-danger {
  color: #c20e1a;
  border-color: #c20e1a; }
  .btn-outline-danger:hover {
    color: white;
    background-color: #c20e1a;
    border-color: #c20e1a; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 14, 26, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c20e1a;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: white;
    background-color: #c20e1a;
    border-color: #c20e1a; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(194, 14, 26, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #f8931f;
  text-decoration: none; }
  .btn-link:hover {
    color: #c46c06;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: #f8931f; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: white;
    border-color: #f8931f;
    background-color: #f8931f; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #fccf9b; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: white;
    background-color: #fde6cc;
    border-color: #fde6cc; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: white;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #f8931f;
  background-color: #f8931f; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='white' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(248, 147, 31, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(248, 147, 31, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(248, 147, 31, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: white;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(248, 147, 31, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #fccf9b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: white; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #fccf9b;
    box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #f8931f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #fde6cc; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #f8931f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #fde6cc; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #f8931f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #fde6cc; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: white;
    border-color: #dee2e6 #dee2e6 white; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #f8931f; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: white; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: white; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f8931f;
  background-color: white;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #c46c06;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: #f8931f;
  border-color: #f8931f; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: #f8931f; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #dd7907; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 147, 31, 0.5); }

.badge-secondary {
  color: white;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: white;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #212529;
  background-color: #a2c037; }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #81982c; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(162, 192, 55, 0.5); }

.badge-info {
  color: white;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: white;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #f8dc22; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #e0c407; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 220, 34, 0.5); }

.badge-danger {
  color: white;
  background-color: #c20e1a; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: white;
    background-color: #920b14; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(194, 14, 26, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: white;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: white;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #814c10;
  background-color: #fee9d2;
  border-color: #fde1c0; }
  .alert-primary hr {
    border-top-color: #fcd5a7; }
  .alert-primary .alert-link {
    color: #54310a; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #54641d;
  background-color: #ecf2d7;
  border-color: #e5edc7; }
  .alert-success hr {
    border-top-color: #dce7b4; }
  .alert-success .alert-link {
    color: #333c12; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #817212;
  background-color: #fef8d3;
  border-color: #fdf5c1; }
  .alert-warning hr {
    border-top-color: #fcf1a8; }
  .alert-warning .alert-link {
    color: #544a0c; }

.alert-danger {
  color: #65070e;
  background-color: #f3cfd1;
  border-color: #eebcbf; }
  .alert-danger hr {
    border-top-color: #e9a8ac; }
  .alert-danger .alert-link {
    color: #350407; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #f8931f;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: white; }
  .list-group-item.active {
    z-index: 2;
    color: white;
    background-color: #f8931f;
    border-color: #f8931f; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #814c10;
  background-color: #fde1c0; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #814c10;
    background-color: #fcd5a7; }
  .list-group-item-primary.list-group-item-action.active {
    color: white;
    background-color: #814c10;
    border-color: #814c10; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: white;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #54641d;
  background-color: #e5edc7; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #54641d;
    background-color: #dce7b4; }
  .list-group-item-success.list-group-item-action.active {
    color: white;
    background-color: #54641d;
    border-color: #54641d; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: white;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #817212;
  background-color: #fdf5c1; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #817212;
    background-color: #fcf1a8; }
  .list-group-item-warning.list-group-item-action.active {
    color: white;
    background-color: #817212;
    border-color: #817212; }

.list-group-item-danger {
  color: #65070e;
  background-color: #eebcbf; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #65070e;
    background-color: #e9a8ac; }
  .list-group-item-danger.list-group-item-action.active {
    color: white;
    background-color: #65070e;
    border-color: #65070e; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: white;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: white;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: .5; }
  .close:hover {
    color: black;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: black; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: black; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: black; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: black; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: white; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: white; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: white; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: white; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: white;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #f8931f !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #dd7907 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #a2c037 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #81982c !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #f8dc22 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e0c407 !important; }

.bg-danger {
  background-color: #c20e1a !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #920b14 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: white !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #f8931f !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #a2c037 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #f8dc22 !important; }

.border-danger {
  border-color: #c20e1a !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: white !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: white !important; }

.text-primary {
  color: #f8931f !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #c46c06 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #a2c037 !important; }

a.text-success:hover, a.text-success:focus {
  color: #708526 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #f8dc22 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #c7ae06 !important; }

.text-danger {
  color: #c20e1a !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #7b0910 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid black; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: white !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*DASHICONS*/
@font-face {
  font-family: 'dashicons';
  src: url("../../fonts/dashicons/dashicons.eot");
  src: url("../../fonts/dashicons/dashicons.eot?#iefix") format("embedded-opentype"), url("../../fonts/dashicons/dashicons.woff") format("woff"), url("../../fonts/dashicons/dashicons.ttf") format("truetype"), url("../../fonts/dashicons/dashicons.svg#dashicons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*ICOMOON*/
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/ssi-icomoon/ssi-icomoon.eot");
  src: url("../../fonts/ssi-icomoon/ssi-icomoon.eot?#iefix") format("embedded-opentype"), url("../../fonts/ssi-icomoon/ssi-icomoon.woff") format("woff"), url("../../fonts/ssi-icomoon/ssi-icomoon.ttf") format("truetype"), url("../../fonts/ssi-icomoon/ssi-icomoon.svg#ssi-icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

#devIndicator {
  display: none;
  padding: 1em;
  position: fixed;
  z-index: 9999;
  background-color: rgba(255, 0, 4, 0.5);
  font-weight: bold;
  color: #fff;
  bottom: -45px;
  left: -90px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-bottom: 66px;
  min-width: 182px;
  text-align: center; }

body {
  background-color: white;
  font-family: "Hammersmith One", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  color: #1b1464; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    body {
      overflow-x: hidden; } }
  @media (min-width: 569px) {
    body.persistent-basket {
      transition: all ease-in 1s; }
      body.persistent-basket.show {
        padding-right: 217px; } }
    @media (min-width: 569px) and (min-width: 569px) and (max-width: 1024px) {
      body.persistent-basket.show {
        padding-right: 0; } }

a:focus, input:focus {
  outline: none; }

.clearCSS {
  clear: both;
  height: 0;
  overflow: hidden; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.left {
  float: left; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .left {
      float: none; } }

.right {
  float: right; }
  @media only screen and (max-width: 768px) {
    .right._md-left {
      float: left; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .right {
      float: none; } }

main img {
  width: auto;
  max-width: 100%;
  margin: 0;
  display: inline-block;
  border-radius: 2px; }
  main img[data-sizes="auto"] {
    width: 100%; }

.cursive {
  font-family: "Damion", cursive; }

.modEase {
  transform: translateY(75px);
  -webkit-animation: modEaseAni 0.8s ease forwards;
  animation: modEaseAni 0.8s ease forwards; }

.modFade {
  -webkit-animation: fadeIn 1.5s 0.5s forwards;
  animation: fadeIn 1.5s 0.5s forwards; }

.modViz {
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  -webkit-transform: translateY(75px);
  transform: translateY(75px);
  -moz-animation: modVizAni 0.8s ease forwards;
  -o-animation: modVizAni 0.8s ease forwards;
  -webkit-animation: modVizAni 0.8s ease forwards;
  animation: modVizAni 0.8s ease forwards; }

@keyframes modVizAni {
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

#navActivator {
  display: none;
  width: 33px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  transition: transform 0.45s ease; }
  @media (min-width: 569px) and (max-width: 1023px) {
    #navActivator {
      display: block;
      top: 3em;
      transition: opacity ease-in 1s; }
      .persistent-basket.show #navActivator {
        opacity: 0; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #navActivator {
      display: block;
      top: 1.25em; } }
  @media (min-width: 569px) and (max-width: 1023px) {
    #navActivator.min {
      top: 1em; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #navActivator.min {
      top: 1em; } }
  .min #navActivator {
    top: 1em; }
  #navActivator span {
    height: 4px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #f8931f; }
    #navActivator span:nth-child(1), #navActivator span:nth-child(3) {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: left;
      -moz-transform-origin: left;
      transform-origin: left;
      -webkit-transition: width 0.5s linear 0.25s, transform 0.25s linear 0.25s;
      -moz-transition: width 0.5s linear 0.25s, transform 0.25s linear 0.25s;
      transition: width 0.5s linear 0.25s, transform 0.25s linear 0.25s; }
    #navActivator span:nth-child(1) {
      top: 0.15em; }
    #navActivator span:nth-child(2) {
      top: 13px;
      -webkit-transition: opacity 0.25s 0.25s;
      -moz-transition: opacity 0.25s 0.25s;
      transition: opacity 0.25s 0.25s; }
    #navActivator span:nth-child(3) {
      bottom: 0.15em; }
  #navActivator.active {
    -webkit-transition: transform 0.5s ease 0.175s;
    -moz-transition: transform 0.5s ease 0.175s;
    transition: transform 0.5s ease 0.175s; }
    @media (min-width: 569px) and (max-width: 1023px) {
      #navActivator.active {
        top: 1em; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #navActivator.active {
        top: 1em; } }
    #navActivator.active span {
      background-color: #c20e1a; }
      #navActivator.active span:nth-child(1) {
        -webkit-transform: rotate(42.5deg);
        -moz-transform: rotate(42.5deg);
        transform: rotate(42.5deg); }
      #navActivator.active span:nth-child(2) {
        opacity: 0; }
      #navActivator.active span:nth-child(3) {
        -webkit-transform: rotate(-42.5deg);
        -moz-transform: rotate(-42.5deg);
        transform: rotate(-42.5deg); }

#sideNav {
  width: 100%;
  max-width: 305px;
  height: auto;
  overflow: hidden;
  background-color: #454545;
  -moz-transition: right 0.5s linear;
  -o-transition: right 0.5s linear;
  -webkit-transition: right 0.5s linear;
  transition: right 0.5s linear;
  z-index: 999;
  position: fixed;
  top: 0;
  right: -305px;
  min-height: 100vh;
  padding: 1em 2em 85px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #sideNav.active {
    right: 0;
    -moz-transition: right 0.5s linear;
    -o-transition: right 0.5s linear;
    -webkit-transition: right 0.5s linear;
    transition: right 0.5s linear; }
  #sideNav .version-switcher {
    padding-bottom: 0.5em;
    font-size: 0.8em;
    min-height: 50px; }
    #sideNav .version-switcher::after {
      display: block;
      clear: both;
      content: ""; }
    #sideNav .version-switcher .quality-options {
      display: none;
      float: left;
      margin-right: 15px; }
      @media (min-width: 569px) and (max-width: 1023px) {
        #sideNav .version-switcher .quality-options {
          float: none; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #sideNav .version-switcher .quality-options {
          float: none; } }
      #sideNav .version-switcher .quality-options li:before {
        border: 0;
        top: 4px; }
      #sideNav .version-switcher .quality-options li.lo-res:before {
        background-image: url("../../images/icons/mobile-icon.png"); }
      #sideNav .version-switcher .quality-options li.hi-res:before {
        background-image: url("../../images/icons/desktop-icon.png"); }
    #sideNav .version-switcher .lang-options {
      position: relative;
      color: #1b1464;
      z-index: 101;
      float: right;
      width: 75px; }
      @media (min-width: 569px) and (max-width: 1023px) {
        #sideNav .version-switcher .lang-options {
          float: none; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #sideNav .version-switcher .lang-options {
          float: none; } }
      #sideNav .version-switcher .lang-options ul {
        display: none; }
      #sideNav .version-switcher .lang-options ul.selected-option {
        display: block;
        margin: 0;
        padding: 0;
        padding-right: 20px;
        min-height: 35px; }
        #sideNav .version-switcher .lang-options ul.selected-option li:before {
          width: 50px;
          height: 30px;
          background-size: contain; }
        #sideNav .version-switcher .lang-options ul.selected-option li a {
          display: none; }
        #sideNav .version-switcher .lang-options ul.selected-option:after {
          font-family: font-awesome;
          content: "\f078";
          color: white;
          position: absolute;
          right: 0;
          top: 10px;
          font-size: 1.2em;
          line-height: 0.8em; }
      #sideNav .version-switcher .lang-options .option-list {
        display: none;
        position: absolute;
        background-color: black;
        border: 1px solid #1b1464;
        padding: 3% 7.5%;
        overflow: hidden;
        height: 0;
        right: 0;
        -webkit-box-shadow: 5px 5px 6px 0 #1b1464;
        box-shadow: 5px 5px 6px 0 #1b1464; }
        #sideNav .version-switcher .lang-options .option-list ul {
          display: block;
          margin: 0;
          padding: 0; }
        #sideNav .version-switcher .lang-options .option-list .selected {
          display: none; }
      #sideNav .version-switcher .lang-options.listOpen .option-list, #sideNav .version-switcher .lang-options:hover .option-list {
        display: block;
        height: auto; }
      #sideNav .version-switcher .lang-options.listOpen ul.selected-option:after, #sideNav .version-switcher .lang-options:hover ul.selected-option:after {
        content: "\f077";
        color: white; }
    #sideNav .version-switcher li {
      list-style: none;
      min-width: 130px;
      min-height: 30px;
      padding: 0.3em;
      position: relative; }
      @media (min-width: 569px) and (max-width: 1023px) {
        #sideNav .version-switcher li {
          padding: 0.2em 0; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #sideNav .version-switcher li {
          padding: 0.2em 0; } }
      #sideNav .version-switcher li a {
        padding-left: 55px;
        color: white;
        text-decoration: none;
        white-space: nowrap; }
        @media (min-width: 569px) and (max-width: 1023px) {
          #sideNav .version-switcher li a {
            padding: 0 0 0.2em;
            padding-left: 30px;
            font-size: 1.5em;
            line-height: 1em; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #sideNav .version-switcher li a {
            padding: 0 0 0.2em;
            padding-left: 30px;
            font-size: 1.5em;
            line-height: 1em; } }
      #sideNav .version-switcher li:before {
        position: absolute;
        content: "\0020";
        width: 50px;
        height: 30px;
        background-size: contain;
        top: 1px;
        left: 0;
        background-repeat: no-repeat;
        border: 1px solid #1b1464; }
      #sideNav .version-switcher li.site-lang-en-gb:before {
        background-image: url("../../images/icons/flags/en-gb.png"); }
      #sideNav .version-switcher li.site-lang-en-us:before {
        background-image: url("../../images/icons/flags/en-us.png"); }
      #sideNav .version-switcher li.site-lang-ru:before {
        background-image: url("../../images/icons/flags/ru.png"); }
      #sideNav .version-switcher li.site-lang-pl:before {
        background-image: url("../../images/icons/flags/pl.png"); }
      #sideNav .version-switcher li.site-lang-fr:before {
        background-image: url("../../images/icons/flags/fr.png"); }
      #sideNav .version-switcher li.site-lang-es:before {
        background-image: url("../../images/icons/flags/es.png"); }
      #sideNav .version-switcher li.site-lang-ar:before {
        background-image: url("../../images/icons/flags/ar.png"); }
  #sideNav #siteNav {
    overflow-y: auto;
    position: absolute;
    top: 70px;
    bottom: 15px;
    left: 25px;
    right: 20px; }
    #sideNav #siteNav::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: rgba(0, 0, 0, 0.1); }
    #sideNav #siteNav::-webkit-scrollbar {
      width: 6px;
      background-color: rgba(0, 0, 0, 0.1); }
    #sideNav #siteNav::-webkit-scrollbar-thumb {
      background-color: #ffffff; }
    #sideNav #siteNav ul {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #sideNav #siteNav ul li {
        padding: 1em 0;
        font-weight: bold;
        border-top: 1px solid #454545; }
        #sideNav #siteNav ul li a {
          background-image: none !important; }
          #sideNav #siteNav ul li a:link, #sideNav #siteNav ul li a:visited {
            color: white;
            text-decoration: none; }
          #sideNav #siteNav ul li a:hover {
            color: white;
            text-decoration: underline; }
          #sideNav #siteNav ul li a.landing-pages > span {
            display: none; }
        #sideNav #siteNav ul li > ul li {
          padding: 0;
          border: 0;
          font-weight: 300; }
          #sideNav #siteNav ul li > ul li a {
            background-image: none !important; }
          #sideNav #siteNav ul li > ul li > ul {
            margin-left: 5%;
            display: none; }
          #sideNav #siteNav ul li > ul li.selected > ul {
            display: block; }

#bottomNav {
  clear: none;
  padding-top: 1.2em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  #bottomNav ul {
    padding: 0;
    width: auto;
    margin-left: 25px; }
    #bottomNav ul::after {
      display: block;
      clear: both;
      content: ""; }
    #bottomNav ul li {
      margin-left: 1%;
      display: inline-block; }
      #bottomNav ul li a {
        text-decoration: none; }
        #bottomNav ul li a[class^="dashicons-"], #bottomNav ul li a[class*=" dashicons-"] {
          font-family: dashicons;
          font-size: 2em;
          color: white; }
          #bottomNav ul li a[class^="dashicons-"] span, #bottomNav ul li a[class*=" dashicons-"] span {
            display: none; }
        #bottomNav ul li a.dashicons-facebook:before {
          color: white;
          content: "\f304"; }
        #bottomNav ul li a.dashicons-twitter:before {
          color: white;
          content: "\f301"; }
        #bottomNav ul li a[class^="font-awesome-"], #bottomNav ul li a[class*=" font-awesome-"] {
          font-family: font-awesome;
          font-size: 1.5em;
          text-align: center;
          color: #454545;
          background-color: white;
          width: 35px;
          height: 20px;
          display: block;
          border-radius: 30px;
          overflow: hidden;
          padding: 0.3em 0; }
          #bottomNav ul li a[class^="font-awesome-"] span, #bottomNav ul li a[class*=" font-awesome-"] span {
            display: none; }
        #bottomNav ul li a.font-awesome-youtube:before {
          color: #454545;
          content: "\f167"; }
        #bottomNav ul li a.font-awesome-instagram:before {
          color: #454545;
          content: "\f16d"; }
        #bottomNav ul li a.font-awesome-facebook:before {
          color: #454545;
          content: "\f09a"; }
        #bottomNav ul li a.font-awesome-twitter:before {
          color: #454545;
          content: "\f099"; }
        #bottomNav ul li a.font-awesome-linkedin:before {
          color: #454545;
          content: "\f0e1";
          font-size: 0.8em;
          position: relative;
          top: -3px; }
        #bottomNav ul li a.font-awesome-googleplus:before {
          color: #454545;
          content: "\f0d5";
          font-size: 0.8em;
          position: relative;
          top: -3px; }
        #bottomNav ul li a:hover {
          color: white;
          background-color: #6699cc; }
          #bottomNav ul li a:hover:before {
            color: white; }
      #bottomNav ul li:after {
        content: none; }

#topNav {
  float: right; }
  @media (min-width: 569px) and (max-width: 1023px) {
    #topNav {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 106; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #topNav {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 106; } }
  #topNav ul {
    margin: 0;
    padding: 0;
    float: right; }
    @media (min-width: 569px) and (max-width: 1023px) {
      #topNav ul {
        float: left; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #topNav ul {
        float: left; } }
    #topNav ul li {
      display: inline-block;
      cursor: pointer;
      text-transform: uppercase;
      float: left;
      margin: 1em 0 0;
      padding: 0.5em 0;
      box-sizing: border-box;
      background-color: white;
      border: 1px solid #b7b7b7;
      text-align: center;
      text-decoration: none;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1em;
      font-weight: 700;
      line-height: 100%;
      color: #b7b7b7;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.5em;
      color: #b7b7b7;
      margin: 0 0 0 0.5rem;
      padding: 0; }
      #topNav ul li:hover {
        background-color: white;
        border: 1px solid #454545;
        color: #454545; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #topNav ul li {
          width: 100%;
          padding: 1em 0; } }
      @media (max-width: 1440px) {
        #topNav ul li {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.27rem;
          font-weight: 400;
          line-height: 1.5em;
          color: #b7b7b7; } }
      @media (max-width: 1220px) {
        #topNav ul li {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5em;
          color: #b7b7b7; } }
      @media (min-width: 569px) and (max-width: 1023px) {
        #topNav ul li {
          background-color: rgba(0, 0, 0, 0); }
          #topNav ul li:hover {
            background-color: rgba(0, 0, 0, 0); } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #topNav ul li {
          background-color: rgba(0, 0, 0, 0); }
          #topNav ul li:hover {
            background-color: rgba(0, 0, 0, 0); } }
      @media (min-width: 569px) and (max-width: 1023px) {
        #topNav ul li.account-login {
          background-color: transparent;
          border: 0; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #topNav ul li.account-login {
          background-color: transparent;
          border: 0; } }
      #topNav ul li a {
        display: block;
        position: relative;
        padding: 0.25em 0.5em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #topNav ul li a:link, #topNav ul li a:visited {
          color: #b7b7b7;
          text-decoration: none; }
        #topNav ul li a:hover {
          color: #454545;
          text-decoration: none; }
        #topNav ul li a.login:after {
          display: none;
          content: "\f110";
          font-family: "dashicons";
          font-size: 2em;
          color: #f8931f; }
          @media (min-width: 569px) and (max-width: 1023px) {
            #topNav ul li a.login:after {
              position: relative;
              top: 20px;
              display: block;
              font-size: 2.75em; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #topNav ul li a.login:after {
              position: relative;
              top: 10px;
              left: -5px;
              display: block;
              font-size: 2.5rem; } }
      #topNav ul li.basket {
        margin-left: 0; }
        #topNav ul li.basket a:before {
          content: " ";
          background-image: url("../../images/elements/beer_forklift.png");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top: -5px;
          left: -70px;
          width: 78px;
          height: 55px; }
          @media (max-width: 1220px) {
            #topNav ul li.basket a:before {
              left: -45px;
              width: 50px;
              height: 55px; } }
          @media (min-width: 569px) and (max-width: 1023px) {
            #topNav ul li.basket a:before {
              /*top: 9px;
                            left: 25px;
                            width: 40px;
                            height: 30px;*/
              top: 13px;
              left: 12px;
              width: 57px;
              height: 40px; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #topNav ul li.basket a:before {
              top: 13px;
              left: 10px;
              width: 40px;
              height: 40px; } }
        #topNav ul li.basket a .case-summary {
          font-size: 0.45em;
          position: absolute;
          font-weight: normal;
          color: orange;
          bottom: -11px;
          display: block; }
      @media (min-width: 569px) and (max-width: 1023px) {
        #topNav ul li {
          width: 60px;
          margin: 0;
          padding: 0;
          border: 0; }
          #topNav ul li a span {
            display: none; }
          #topNav ul li a.basket .case-summary {
            display: block;
            position: static;
            bottom: auto; }
            #topNav ul li a.basket .case-summary .qty {
              display: block;
              position: absolute;
              background-color: #f8931f;
              border: 2px solid white;
              padding: 3px 5px;
              font-size: .8em;
              line-height: 1em;
              color: #fff;
              bottom: -10px;
              right: 2px;
              -webkit-box-shadow: 2px 2px 4px #000;
              -moz-box-shadow: 2px 2px 4px #000;
              -ms-box-shadow: 2px 2px 4px #000;
              box-shadow: 2px 2px 4px #000;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px;
              border-radius: 15px;
              min-width: 9px;
              text-align: center; }
          #topNav ul li:hover {
            border: 0; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
        #topNav ul li {
          width: 60px;
          margin: 0;
          padding: 0;
          border: 0; }
          #topNav ul li a.basket {
            min-height: 45px; }
          #topNav ul li a span > span {
            display: none; }
          #topNav ul li a.basket .case-summary {
            display: block;
            position: static;
            bottom: auto; }
            #topNav ul li a.basket .case-summary .qty {
              display: block;
              position: absolute;
              background-color: #0a5e57;
              padding: 5px 7px 2px;
              font-size: 1rem;
              line-height: 1em;
              color: #fff;
              bottom: -10px;
              right: 2px;
              -webkit-box-shadow: 2px 2px 4px #000;
              -moz-box-shadow: 2px 2px 4px #000;
              -ms-box-shadow: 2px 2px 4px #000;
              box-shadow: 2px 2px 4px #000;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px;
              border-radius: 15px;
              min-width: 9px;
              text-align: center; }
          #topNav ul li:hover {
            border: 0; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #topNav ul li {
          width: 60px;
          margin: 0;
          padding: 0;
          border: 0; }
          #topNav ul li a.basket {
            min-height: 45px; }
          #topNav ul li a span > span {
            display: none; }
          #topNav ul li a.basket .case-summary {
            display: block;
            position: static;
            bottom: auto; }
            #topNav ul li a.basket .case-summary .qty {
              display: block;
              position: absolute;
              background-color: #0a5e57;
              padding: 5px 7px 2px;
              font-size: 1rem;
              line-height: 1em;
              color: #fff;
              bottom: -10px;
              right: 2px;
              -webkit-box-shadow: 2px 2px 4px #000;
              -moz-box-shadow: 2px 2px 4px #000;
              -ms-box-shadow: 2px 2px 4px #000;
              box-shadow: 2px 2px 4px #000;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px;
              border-radius: 15px;
              min-width: 9px;
              text-align: center; }
          #topNav ul li:hover {
            border: 0; } }
  #topNav.local-delivery ul li.basket a:before {
    background-image: url("../../images/elements/beer_van.png"); }
    @media (max-width: 1220px) {
      #topNav.local-delivery ul li.basket a:before {
        top: -14px;
        left: -54px; } }

#mainNav {
  width: 100%;
  float: left;
  position: fixed;
  top: 85px;
  padding: 0 25px 0 275px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0a5e57;
  border-top: 1px solid #f8931f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  z-index: 102;
  min-height: 40px; }
  @media (min-width: 569px) and (max-width: 1023px) {
    #mainNav {
      display: none; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #mainNav {
      display: none; } }
  @media (min-width: 569px) {
    .persistent-basket #mainNav {
      width: auto;
      left: 0;
      right: 0;
      transition: right ease-in 1s; }
    .persistent-basket.show #mainNav {
      right: 217px; } }
  @media (min-width: 569px) and (min-width: 569px) and (max-width: 1024px) {
    .persistent-basket.show #mainNav {
      right: 0; } }
  #mainNav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #mainNav > ul > li {
      display: inline-block;
      float: left;
      margin: 0 2.25em;
      transition: margin 0.5s; }
      @media only screen and (max-width: 1860px) {
        #mainNav > ul > li {
          margin: 0 2em; } }
      @media only screen and (max-width: 1760px) {
        #mainNav > ul > li {
          margin: 0 1.5em; } }
      @media only screen and (max-width: 1660px) {
        #mainNav > ul > li {
          margin: 0 1em; } }
      @media only screen and (max-width: 1550px) {
        #mainNav > ul > li {
          margin: 0 0.75em; } }
      @media only screen and (max-width: 1450px) {
        #mainNav > ul > li {
          margin: 0 0.5em; } }
      @media only screen and (max-width: 1380px) {
        #mainNav > ul > li {
          margin: 0 0.25em; } }
      @media only screen and (max-width: 1360px) {
        #mainNav > ul > li {
          margin: 0 0; } }
      @media (min-width: 569px) {
        .persistent-basket.show #mainNav > ul > li {
          margin: 0 1.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1860px) {
    .persistent-basket.show #mainNav > ul > li {
      margin: 0 2em; } }
  @media only screen and (min-width: 569px) and (max-width: 1760px) {
    .persistent-basket.show #mainNav > ul > li {
      margin: 0 1.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1660px) {
    .persistent-basket.show #mainNav > ul > li {
      margin: 0 1em; } }
  @media only screen and (min-width: 569px) and (max-width: 1550px) {
    .persistent-basket.show #mainNav > ul > li {
      margin: 0 0.75em; } }
  @media only screen and (min-width: 569px) and (max-width: 1450px) {
    .persistent-basket.show #mainNav > ul > li {
      margin: 0 0.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1380px) {
    .persistent-basket.show #mainNav > ul > li {
      margin: 0 0.25em; } }
  @media only screen and (min-width: 569px) and (max-width: 1360px) {
    .persistent-basket.show #mainNav > ul > li {
      margin: 0 0; } }
      #mainNav > ul > li:nth-of-type(1) {
        float: left;
        margin: 0 1em; }
        @media only screen and (max-width: 1760px) {
          #mainNav > ul > li:nth-of-type(1) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1625px) {
          #mainNav > ul > li:nth-of-type(1) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1540px) {
          #mainNav > ul > li:nth-of-type(1) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1440px) {
          #mainNav > ul > li:nth-of-type(1) {
            margin: 0 0.5em; } }
        @media only screen and (max-width: 1360px) {
          #mainNav > ul > li:nth-of-type(1) {
            margin: 0 0; } }
        @media (min-width: 569px) {
          .persistent-basket.show #mainNav > ul > li:nth-of-type(1) {
            margin: 0 1.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1760px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(1) {
      margin: 0 2em; } }
  @media only screen and (min-width: 569px) and (max-width: 1625px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(1) {
      margin: 0 1.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1540px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(1) {
      margin: 0 1em; } }
  @media only screen and (min-width: 569px) and (max-width: 1440px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(1) {
      margin: 0 0.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1360px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(1) {
      margin: 0 0; } }
      #mainNav > ul > li:nth-of-type(2) {
        float: left;
        margin: 0 1em; }
        @media only screen and (max-width: 1760px) {
          #mainNav > ul > li:nth-of-type(2) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1625px) {
          #mainNav > ul > li:nth-of-type(2) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1540px) {
          #mainNav > ul > li:nth-of-type(2) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1440px) {
          #mainNav > ul > li:nth-of-type(2) {
            margin: 0 0.5em; } }
        @media only screen and (max-width: 1360px) {
          #mainNav > ul > li:nth-of-type(2) {
            margin: 0 0; } }
        @media (min-width: 569px) {
          .persistent-basket.show #mainNav > ul > li:nth-of-type(2) {
            margin: 0 1.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1760px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(2) {
      margin: 0 2em; } }
  @media only screen and (min-width: 569px) and (max-width: 1625px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(2) {
      margin: 0 1.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1540px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(2) {
      margin: 0 1em; } }
  @media only screen and (min-width: 569px) and (max-width: 1440px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(2) {
      margin: 0 0.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1360px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(2) {
      margin: 0 0; } }
      #mainNav > ul > li:nth-of-type(3) {
        float: left;
        margin: 0 1em; }
        @media only screen and (max-width: 1760px) {
          #mainNav > ul > li:nth-of-type(3) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1625px) {
          #mainNav > ul > li:nth-of-type(3) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1540px) {
          #mainNav > ul > li:nth-of-type(3) {
            margin: 0 1em; } }
        @media only screen and (max-width: 1440px) {
          #mainNav > ul > li:nth-of-type(3) {
            margin: 0 0.5em; } }
        @media only screen and (max-width: 1360px) {
          #mainNav > ul > li:nth-of-type(3) {
            margin: 0 0; } }
        @media (min-width: 569px) {
          .persistent-basket.show #mainNav > ul > li:nth-of-type(3) {
            margin: 0 1.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1760px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(3) {
      margin: 0 2em; } }
  @media only screen and (min-width: 569px) and (max-width: 1625px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(3) {
      margin: 0 1.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1540px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(3) {
      margin: 0 1em; } }
  @media only screen and (min-width: 569px) and (max-width: 1440px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(3) {
      margin: 0 0.5em; } }
  @media only screen and (min-width: 569px) and (max-width: 1360px) {
    .persistent-basket.show #mainNav > ul > li:nth-of-type(3) {
      margin: 0 0; } }
      #mainNav > ul > li.home {
        display: none; }
      #mainNav > ul > li a {
        padding: 10px 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 100%;
        color: #f8931f; }
        #mainNav > ul > li a:link, #mainNav > ul > li a:visited {
          color: white;
          text-decoration: none; }
        #mainNav > ul > li a:hover {
          color: #f8931f;
          text-decoration: none; }
        @media (max-width: 1200px) {
          #mainNav > ul > li a {
            font-family: "Hammersmith One", sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 100%;
            color: #f8931f; } }
      #mainNav > ul > li > ul {
        display: none;
        background-color: white;
        height: auto;
        max-height: 0;
        min-width: 785px;
        overflow: hidden;
        clear: left;
        position: absolute;
        z-index: 999;
        right: 0;
        left: 0;
        text-align: left;
        margin: 0;
        padding: 2%;
        padding-top: 80px;
        list-style-type: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: max-height 0.5s linear;
        -moz-transition: max-height 0.5s linear;
        -ms-transition: max-height 0.5s linear;
        -o-transition: max-height 0.5s linear;
        transition: max-height 0.5s linear;
        min-width: 0;
        border-bottom: 1px solid #f8931f;
        border-left: 1px solid #f8931f;
        border-right: 1px solid #f8931f;
        box-shadow: inset 0 15px 15px -10px rgba(0, 0, 0, 0.35), 0 5px 10px rgba(0, 0, 0, 0.35);
        columns: 6;
        -webkit-column-rule: 1px solid #0a5e57;
        /* Chrome, Safari, Opera */
        -moz-column-rule: 1px solid #0a5e57;
        /* Firefox */
        column-rule: 1px solid #0a5e57; }
        #mainNav > ul > li > ul > li {
          padding: 0;
          border: 0;
          font-weight: 300;
          white-space: normal;
          margin-right: 20px;
          -webkit-column-break-inside: avoid;
          column-break-inside: avoid;
          page-break-inside: avoid; }
          #mainNav > ul > li > ul > li a {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-position-y: bottom;
            background-position-x: center;
            background-color: white;
            padding: 1%;
            text-align: left;
            display: block;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.1rem;
            font-weight: 400;
            line-height: 100%;
            color: #f8931f; }
            #mainNav > ul > li > ul > li a:link, #mainNav > ul > li > ul > li a:visited {
              color: #f8931f;
              text-decoration: none; }
            #mainNav > ul > li > ul > li a:hover {
              color: #0a5e57;
              text-decoration: none; }
          #mainNav > ul > li > ul > li > ul {
            position: absolute;
            background-color: white;
            border: 1px solid #2d2d2d;
            height: auto;
            max-height: 0;
            overflow: hidden;
            clear: left;
            z-index: 999;
            top: 173px;
            right: 0;
            left: 0;
            text-align: left;
            margin: 0;
            padding: 0;
            list-style-type: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: max-height 0.5s linear;
            -moz-transition: max-height 0.5s linear;
            -ms-transition: max-height 0.5s linear;
            -o-transition: max-height 0.5s linear;
            transition: max-height 0.5s linear;
            display: none; }
            #mainNav > ul > li > ul > li > ul > li {
              display: inline-table;
              margin: 3% 3%;
              width: 25%; }
              #mainNav > ul > li > ul > li > ul > li a {
                width: auto;
                padding: 0;
                min-height: 0;
                text-align: left;
                font-family: "Hammersmith One", sans-serif;
                font-size: 1.7em;
                font-weight: 400;
                line-height: 100%;
                color: #2d2d2d; }
                #mainNav > ul > li > ul > li > ul > li a:link, #mainNav > ul > li > ul > li > ul > li a:visited {
                  color: #2d2d2d;
                  text-decoration: none; }
                #mainNav > ul > li > ul > li > ul > li a:hover {
                  color: #2d2d2d;
                  text-decoration: underline; }
                #mainNav > ul > li > ul > li > ul > li a:hover {
                  font-weight: 400; }
              #mainNav > ul > li > ul > li > ul > li:hover {
                background-color: transparent; }
              #mainNav > ul > li > ul > li > ul > li > ul {
                min-width: 0;
                max-height: none;
                position: static;
                margin: 0;
                padding: 5% 0;
                list-style-type: none; }
                #mainNav > ul > li > ul > li > ul > li > ul > li {
                  display: block;
                  padding: 0;
                  margin: 0; }
                  #mainNav > ul > li > ul > li > ul > li > ul > li > a {
                    padding: 0;
                    font-family: "Hammersmith One", sans-serif;
                    font-size: 1.1em;
                    font-weight: 400;
                    line-height: 150%;
                    color: #2d2d2d; }
                    #mainNav > ul > li > ul > li > ul > li > ul > li > a:link, #mainNav > ul > li > ul > li > ul > li > ul > li > a:visited {
                      color: #2d2d2d;
                      text-decoration: underline; }
                    #mainNav > ul > li > ul > li > ul > li > ul > li > a:hover {
                      color: #2d2d2d;
                      text-decoration: none; }
                    #mainNav > ul > li > ul > li > ul > li > ul > li > a:hover {
                      font-weight: 400; }
          #mainNav > ul > li > ul > li:hover > ul {
            display: block;
            height: auto;
            max-height: none;
            overflow: visible;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
            -webkit-transition: max-height 0.5s linear;
            -moz-transition: max-height 0.5s linear;
            -ms-transition: max-height 0.5s linear;
            -o-transition: max-height 0.5s linear;
            transition: max-height 0.5s linear; }
          #mainNav > ul > li > ul > li.shopAccessoriesMenu > ul {
            padding-bottom: 3%;
            padding-top: 3%; }
            #mainNav > ul > li > ul > li.shopAccessoriesMenu > ul > li {
              margin: 0 3%; }
              #mainNav > ul > li > ul > li.shopAccessoriesMenu > ul > li a {
                font-size: 1.1em;
                text-decoration: underline; }
                #mainNav > ul > li > ul > li.shopAccessoriesMenu > ul > li a:hover {
                  text-decoration: none; }
      #mainNav > ul > li.shopBrandMenu > ul {
        min-width: 0;
        white-space: nowrap; }
      #mainNav > ul > li:hover a {
        color: #f8931f; }
      #mainNav > ul > li:hover > ul {
        display: block;
        height: auto;
        max-height: none;
        overflow: visible;
        -webkit-transition: max-height 0.5s linear;
        -moz-transition: max-height 0.5s linear;
        -ms-transition: max-height 0.5s linear;
        -o-transition: max-height 0.5s linear;
        transition: max-height 0.5s linear; }
      #mainNav > ul > li.sale-items {
        -webkit-animation: pulsate 3s ease-out;
        -webkit-animation-iteration-count: infinite; }
        #mainNav > ul > li.sale-items a {
          font-weight: bold;
          color: #900;
          text-shadow: 0 0 10px #fff; }
        #mainNav > ul > li.sale-items:hover {
          background-color: #900; }
          #mainNav > ul > li.sale-items:hover a {
            color: #fff !important; }
            #mainNav > ul > li.sale-items:hover a:hover {
              color: #fff !important; }

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 1.0; }
  100% {
    opacity: 0.25; } }

#mobileNav {
  display: none; }

@media (max-width: 1199px) {
  #mobileNav {
    position: relative;
    position: fixed;
    height: auto;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.75s ease,border-bottom 0.25s ease, box-shadow 0.25s ease;
    z-index: 999;
    border-bottom: 0px solid white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    display: block; }
    #mobileNav.active {
      max-height: 800px;
      border-bottom: 5px solid white;
      box-shadow: 2px 0 2px 1px black; }
    #mobileNav ul {
      width: 100%;
      padding: 0;
      margin: 0; }
      #mobileNav ul li {
        float: left;
        padding: 0 0 0 1em;
        box-sizing: border-box;
        position: relative; }
        #mobileNav ul li:nth-child(1) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(2) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(3) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(4) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(5) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(6) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(7) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(8) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(9) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(10) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:before {
          content: "";
          width: 0;
          height: 0;
          display: block;
          position: absolute;
          top: 1.25em;
          left: 1em;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left: 10px solid white;
          z-index: 99;
          cursor: pointer;
          transform: rotate(0);
          transition: transform 0.5s; }
        #mobileNav ul li:first-of-type {
          padding-top: 0.5em; }
          #mobileNav ul li:first-of-type:before {
            top: 1.75em; }
        #mobileNav ul li:last-of-type {
          padding-bottom: 0.5em; }
        #mobileNav ul li a {
          width: 100%;
          padding: 1em;
          box-sizing: border-box;
          float: left;
          display: block;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.125em;
          font-weight: 400;
          line-height: 100%;
          color: white;
          cursor: pointer;
          text-transform: uppercase; }
          #mobileNav ul li a:link, #mobileNav ul li a:visited {
            color: white;
            text-decoration: none; }
          #mobileNav ul li a:hover {
            color: white;
            text-decoration: none; }
        #mobileNav ul li ul {
          height: auto;
          max-height: 0;
          overflow-y: hidden;
          box-sizing: border-box;
          visibility: hidden;
          transition: max-height 0.75s ease;
          width: 95%; }
          #mobileNav ul li ul li {
            background-color: transparent !important; }
            #mobileNav ul li ul li a {
              padding: .5em; }
            #mobileNav ul li ul li:nth-child(odd) {
              background-color: rgba(255, 255, 255, 0.15) !important; }
        #mobileNav ul li:hover, #mobileNav ul li:active, #mobileNav ul li:focus {
          background-image: url("../../images/bgrounds/body_bg.png");
          background-position: left top;
          background-repeat: repeat; }
          #mobileNav ul li:hover:before, #mobileNav ul li:active:before, #mobileNav ul li:focus:before {
            transform: rotate(90deg); }
          #mobileNav ul li:hover ul, #mobileNav ul li:active ul, #mobileNav ul li:focus ul {
            max-height: 400px;
            visibility: visible;
            transition: max-height 0.75s ease;
            overflow-y: scroll; }
            #mobileNav ul li:hover ul li, #mobileNav ul li:active ul li, #mobileNav ul li:focus ul li {
              padding: 0;
              display: block;
              width: 100%; }
              #mobileNav ul li:hover ul li:before, #mobileNav ul li:active ul li:before, #mobileNav ul li:focus ul li:before {
                display: none; }
              #mobileNav ul li:hover ul li:hover, #mobileNav ul li:active ul li:hover, #mobileNav ul li:focus ul li:hover {
                background-image: none !important; }
        #mobileNav ul li.sale-items a {
          font-weight: bold;
          color: #900 !important;
          text-shadow: 0 0 10px #fff;
          -webkit-animation: pulsate 3s ease-out;
          -webkit-animation-iteration-count: infinite; }
        #mobileNav ul li.sale-items:hover {
          background-color: #900; }
          #mobileNav ul li.sale-items:hover a {
            color: #fff !important; }
            #mobileNav ul li.sale-items:hover a:hover {
              color: #fff !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #mobileNav {
    position: relative;
    position: fixed;
    height: auto;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.75s ease,border-bottom 0.25s ease, box-shadow 0.25s ease;
    z-index: 999;
    border-bottom: 0px solid white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    display: block; }
    #mobileNav.active {
      max-height: 800px;
      border-bottom: 5px solid white;
      box-shadow: 2px 0 2px 1px black; }
    #mobileNav ul {
      width: 100%;
      padding: 0;
      margin: 0; }
      #mobileNav ul li {
        float: left;
        padding: 0 0 0 1em;
        box-sizing: border-box;
        position: relative; }
        #mobileNav ul li.home {
          display: none; }
        #mobileNav ul li:nth-child(1) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(2) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(3) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(4) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(5) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(6) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(7) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(8) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(9) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:nth-child(10) {
          width: 100%;
          background-color: #0a5e57;
          background-image: none; }
        #mobileNav ul li:before {
          content: "";
          width: 0;
          height: 0;
          display: block;
          position: absolute;
          top: 1.25em;
          left: 1em;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left: 10px solid white;
          z-index: 99;
          cursor: pointer;
          transform: rotate(0);
          transition: transform 0.5s; }
        #mobileNav ul li:first-of-type {
          padding-top: 0.5em; }
          #mobileNav ul li:first-of-type:before {
            top: 1.75em; }
        #mobileNav ul li:last-of-type {
          padding-bottom: 0.5em; }
        #mobileNav ul li a {
          width: 100%;
          padding: 1em;
          box-sizing: border-box;
          float: left;
          display: block;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.125em;
          font-weight: 400;
          line-height: 100%;
          color: white;
          cursor: pointer;
          text-transform: uppercase; }
          #mobileNav ul li a:link, #mobileNav ul li a:visited {
            color: white;
            text-decoration: none; }
          #mobileNav ul li a:hover {
            color: white;
            text-decoration: none; }
        #mobileNav ul li ul {
          height: auto;
          max-height: 0;
          overflow-y: hidden;
          box-sizing: border-box;
          visibility: hidden;
          transition: max-height 0.75s ease;
          width: 95%; }
          #mobileNav ul li ul li {
            background-color: transparent !important; }
            #mobileNav ul li ul li a {
              padding: .5em; }
            #mobileNav ul li ul li:nth-child(odd) {
              background-color: rgba(255, 255, 255, 0.15) !important; }
        #mobileNav ul li:hover, #mobileNav ul li:active, #mobileNav ul li:focus {
          background-image: url("../../images/bgrounds/body_bg.png");
          background-position: left top;
          background-repeat: repeat; }
          #mobileNav ul li:hover:before, #mobileNav ul li:active:before, #mobileNav ul li:focus:before {
            transform: rotate(90deg); }
          #mobileNav ul li:hover ul, #mobileNav ul li:active ul, #mobileNav ul li:focus ul {
            max-height: 400px;
            visibility: visible;
            transition: max-height 0.75s ease;
            overflow-y: scroll; }
            #mobileNav ul li:hover ul li, #mobileNav ul li:active ul li, #mobileNav ul li:focus ul li {
              padding: 0;
              display: block;
              width: 100%; }
              #mobileNav ul li:hover ul li:before, #mobileNav ul li:active ul li:before, #mobileNav ul li:focus ul li:before {
                display: none; }
              #mobileNav ul li:hover ul li:hover, #mobileNav ul li:active ul li:hover, #mobileNav ul li:focus ul li:hover {
                background-image: none !important; } }

.home {
  position: relative; }
  .home .bannerSlider {
    position: relative; }
    .home .bannerSlider .next, .home .bannerSlider .prev, .home .bannerSlider .bannerPager {
      display: none; }
    .home .bannerSlider .next, .home .bannerSlider .prev {
      position: absolute;
      top: 25%;
      z-index: 103;
      font-family: "dashicons";
      font-size: 4.125em;
      font-weight: 400;
      line-height: 100%;
      color: white;
      cursor: pointer;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s; }
      .home .bannerSlider .next:hover, .home .bannerSlider .prev:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      @media only screen and (max-width: 705px) {
        .home .bannerSlider .next, .home .bannerSlider .prev {
          top: 45%; } }
    .home .bannerSlider .next {
      right: 0.5em; }
      .home .bannerSlider .next:before {
        content: url("../../images/elements/next_arrow.png"); }
    .home .bannerSlider .prev {
      left: 0.5em; }
      .home .bannerSlider .prev:before {
        content: url("../../images/elements/prev_arrow.png"); }
    .home .bannerSlider .bannerPager {
      width: 100%;
      max-width: 980px;
      position: absolute;
      top: 45%;
      right: 0;
      left: 0;
      z-index: 103;
      margin: 0 auto;
      text-align: center; }
      @media only screen and (max-width: 980px) {
        .home .bannerSlider .bannerPager {
          top: inherit;
          bottom: 1em; } }
      .home .bannerSlider .bannerPager a:link, .home .bannerSlider .bannerPager a:visited {
        width: 12px;
        height: 12px;
        margin: 0 0.315em 0 0.315em;
        display: inline-block;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 12px; }
      .home .bannerSlider .bannerPager a:hover, .home .bannerSlider .bannerPager a.cycle-pager-active {
        background: white; }
      @media only screen and (max-width: 555px) {
        .home .bannerSlider .bannerPager {
          display: none !important; } }
    .home .bannerSlider .banner {
      width: 100%;
      float: left;
      position: relative; }
      .home .bannerSlider .banner .imgHolder {
        width: 100%;
        height: auto;
        min-height: 28.5vw;
        max-height: 30vw;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover; }
        .home .bannerSlider .banner .imgHolder .banner-caption-holder {
          position: absolute;
          left: 50%;
          bottom: -1.5rem;
          transform: translateX(-50%);
          text-align: center; }
          .home .bannerSlider .banner .imgHolder .banner-caption-holder h1 {
            font-family: "Damion", cursive;
            font-size: 6rem;
            font-weight: 400;
            line-height: 60%;
            color: white;
            text-shadow: 1px 1px 0 #1b1464, -1px -1px 0 #1b1464, 1px -1px 0 #1b1464, -1px 1px 0 #1b1464, 1px 1px 0 #1b1464, 6px 6px 3px black;
            -webkit-transform: rotate(-5.5deg);
            -moz-transform: rotate(-5.5deg);
            transform: rotate(-5.5deg); }
          .home .bannerSlider .banner .imgHolder .banner-caption-holder p.intro {
            position: relative;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            line-height: 60%;
            color: white;
            text-shadow: 1px 3px 5px black;
            padding-bottom: 50px; }
            .home .bannerSlider .banner .imgHolder .banner-caption-holder p.intro:after {
              content: url("../../images/elements/next_arrow_lg.png");
              position: absolute;
              left: 50%;
              bottom: -50px;
              transform: translateX(-50%) rotate(90deg) scale(0.5); }
          .home .bannerSlider .banner .imgHolder .banner-caption-holder a {
            position: static;
            display: block;
            text-indent: 0;
            float: left;
            margin: 1em 0 0;
            padding: 0.5em 0;
            box-sizing: border-box;
            background-color: #f8931f;
            border: 1px solid #f8931f;
            text-align: center;
            text-decoration: none;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1em;
            font-weight: 700;
            line-height: 100%;
            color: white;
            color: white;
            font-size: 1em;
            text-transform: uppercase;
            padding: 1rem 2rem;
            float: none;
            margin: 0 auto;
            max-width: 425px;
            border-radius: 25px; }
            .home .bannerSlider .banner .imgHolder .banner-caption-holder a:hover {
              background-color: #0a5e57;
              border: 1px solid #0a5e57;
              color: white; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .home .bannerSlider .banner .imgHolder .banner-caption-holder a {
                width: 100%;
                padding: 1em 0; } }
        @media only screen and (max-width: 1800px) {
          .home .bannerSlider .banner .imgHolder {
            min-height: 27.5vw; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home .bannerSlider .banner .imgHolder {
            min-height: 350px;
            max-height: 375px;
            height: 60vh;
            background-position: right top; } }
        @media only screen and (max-width: 330px) {
          .home .bannerSlider .banner .imgHolder {
            background-position: right top; } }
        .home .bannerSlider .banner .imgHolder a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          text-indent: -500px; }
          .home .bannerSlider .banner .imgHolder a .lockdown-van {
            display: block;
            width: 451px;
            position: absolute;
            right: 7.5rem;
            bottom: 10px;
            top: 10px;
            background-position: right bottom;
            background-repeat: no-repeat;
            background-size: contain; }
            @media only screen and (max-width: 1800px) {
              .home .bannerSlider .banner .imgHolder a .lockdown-van {
                right: 4.5rem; } }
            @media only screen and (max-width: 1700px) {
              .home .bannerSlider .banner .imgHolder a .lockdown-van {
                right: 1.5rem; } }
            @media only screen and (max-width: 1500px) {
              .home .bannerSlider .banner .imgHolder a .lockdown-van {
                width: 351px; } }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .home .bannerSlider .banner .imgHolder a .lockdown-van {
                width: auto;
                left: 1.5rem;
                background-position: center bottom; } }
            .home .bannerSlider .banner .imgHolder a .lockdown-van span {
              text-indent: -500px;
              display: none; }
          .home .bannerSlider .banner .imgHolder a .collection-specials {
            display: block;
            width: 451px;
            position: absolute;
            right: 10.5rem;
            bottom: 85px;
            top: 10px;
            background-position: right bottom;
            background-repeat: no-repeat;
            background-size: contain; }
            @media only screen and (max-width: 1800px) {
              .home .bannerSlider .banner .imgHolder a .collection-specials {
                right: 4.5rem; } }
            @media only screen and (max-width: 1700px) {
              .home .bannerSlider .banner .imgHolder a .collection-specials {
                right: 1.5rem; } }
            @media only screen and (max-width: 1500px) {
              .home .bannerSlider .banner .imgHolder a .collection-specials {
                width: 351px; } }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .home .bannerSlider .banner .imgHolder a .collection-specials {
                width: auto;
                left: 1.5rem;
                bottom: 45px;
                margin-top: 70px;
                background-position: center bottom; } }
            .home .bannerSlider .banner .imgHolder a .collection-specials span {
              text-indent: -500px;
              display: none; }
      .home .bannerSlider .banner img {
        width: 100%; }
      .home .bannerSlider .banner .bannerInfo {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        position: absolute;
        top: 12%;
        right: 0;
        left: 0;
        z-index: 102;
        display: none; }
        .home .bannerSlider .banner .bannerInfo:empty {
          display: none; }
        @media only screen and (max-width: 705px) {
          .home .bannerSlider .banner .bannerInfo {
            position: relative;
            background: #454545;
            top: inherit;
            float: left;
            padding: 1em;
            box-sizing: border-box; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home .bannerSlider .banner .bannerInfo {
            position: relative;
            top: 0;
            float: left;
            padding: 1em 0;
            background: #454545; } }
        .home .bannerSlider .banner .bannerInfo > div {
          background-color: rgba(0, 0, 0, 0.4);
          width: 45%;
          padding: 1.5em;
          padding-left: 4.5em;
          box-sizing: border-box; }
          .home .bannerSlider .banner .bannerInfo > div::after {
            display: block;
            clear: both;
            content: ""; }
          @media only screen and (max-width: 705px) {
            .home .bannerSlider .banner .bannerInfo > div {
              width: 100% !important;
              padding: 0; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .home .bannerSlider .banner .bannerInfo > div {
              width: 100%;
              padding: 1em; } }
          .home .bannerSlider .banner .bannerInfo > div a.button[href=""] {
            display: none; }
          .home .bannerSlider .banner .bannerInfo > div a.button[href="#"] {
            display: none; }
        .home .bannerSlider .banner .bannerInfo h2 {
          margin: 0;
          font-family: "Hammersmith One", sans-serif;
          font-size: 3.625em;
          font-weight: 400;
          line-height: 100%;
          color: white; }
          @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
            .home .bannerSlider .banner .bannerInfo h2 {
              font-size: 2.25em; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .home .bannerSlider .banner .bannerInfo h2 {
              font-size: 2em; } }
        .home .bannerSlider .banner .bannerInfo p {
          margin: 0;
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.75em;
          font-weight: 400;
          line-height: 1.5em;
          color: white; }
        .home .bannerSlider .banner .bannerInfo a.button {
          width: 50%;
          background-color: #5a287f;
          float: left;
          margin: 1em 0 0;
          padding: 0.5em 0;
          box-sizing: border-box;
          background-color: #5a287f;
          border: 1px solid #5a287f;
          text-align: center;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1em;
          font-weight: 700;
          line-height: 100%;
          color: white; }
          .home .bannerSlider .banner .bannerInfo a.button:hover {
            background-color: white;
            border: 1px solid #454545;
            color: #454545; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .home .bannerSlider .banner .bannerInfo a.button {
              width: 100%;
              padding: 1em 0; } }
          .home .bannerSlider .banner .bannerInfo a.button:before {
            content: "Click"; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .home .bannerSlider .banner .bannerInfo a.button:before {
                content: "Tap"; } }
    .home .bannerSlider.stacked {
      margin: 2em 0 0; }
      .home .bannerSlider.stacked .next, .home .bannerSlider.stacked .prev {
        top: 35%; }
        @media only screen and (max-width: 705px) {
          .home .bannerSlider.stacked .next, .home .bannerSlider.stacked .prev {
            top: 25%; } }
      .home .bannerSlider.stacked .bannerPager {
        max-width: 835px;
        top: auto;
        bottom: 0.25em;
        text-align: left; }
        .home .bannerSlider.stacked .bannerPager a {
          margin: 0 0.625em 0 0; }
        @media only screen and (max-width: 960px) {
          .home .bannerSlider.stacked .bannerPager {
            text-align: center; } }
        @media only screen and (max-width: 705px) {
          .home .bannerSlider.stacked .bannerPager {
            top: 60%; } }
        @media only screen and (max-width: 650px) {
          .home .bannerSlider.stacked .bannerPager {
            top: 55%; } }
        @media only screen and (max-width: 555px) {
          .home .bannerSlider.stacked .bannerPager {
            display: none !important; } }
      .home .bannerSlider.stacked .banner .bannerInfo {
        top: 15%; }
        @media only screen and (max-width: 1024px) {
          .home .bannerSlider.stacked .banner .bannerInfo {
            top: 10%; } }
        .home .bannerSlider.stacked .banner .bannerInfo > div {
          padding: 0;
          padding-left: 4.5em;
          background-color: transparent;
          width: 55%; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .home .bannerSlider.stacked .banner .bannerInfo > div {
              width: 80%;
              margin: auto; } }
  .home .bannerSlider.stacked {
    width: 100%; }
    .home .bannerSlider.stacked .banner .imgHolder {
      width: 100%;
      min-height: 387px;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
    @media only screen and (max-width: 860px) {
      .home .bannerSlider.stacked .banner .imgHolder {
        min-height: 250px; }
      .home .bannerSlider.stacked .banner .bannerInfo {
        position: relative;
        background: #575757;
        top: inherit;
        float: left;
        padding: 1em;
        box-sizing: border-box; }
        .home .bannerSlider.stacked .banner .bannerInfo > div {
          width: 100%;
          padding-left: 0; } }
    @media only screen and (max-width: 480px) {
      .home .bannerSlider.stacked .banner .imgHolder {
        min-height: 150px; } }
    @media only screen and (max-width: 860px) {
      .home .bannerSlider.stacked .next, .home .bannerSlider.stacked .prev {
        top: 20%; }
      .home .bannerSlider.stacked .bannerPager {
        display: none !important; } }
    @media only screen and (max-width: 480px) {
      .home .bannerSlider.stacked .next, .home .bannerSlider.stacked .prev {
        top: 10%; } }
  .home #latestOuter {
    width: 100%;
    max-width: 700px;
    position: absolute;
    bottom: -3em;
    left: 20em;
    z-index: 100;
    transition: left 0.5s, bottom 0.5s; }
    @media only screen and (max-width: 1695px) {
      .home #latestOuter {
        bottom: -5em; } }
    @media only screen and (max-width: 1615px) {
      .home #latestOuter {
        bottom: -7.5em;
        left: 17.5em; } }
    @media only screen and (max-width: 1530px) {
      .home #latestOuter {
        bottom: -9.5em;
        left: 14.5em; } }
    @media only screen and (max-width: 1465px) {
      .home #latestOuter {
        bottom: -11.5em;
        left: 10.5em; } }
    @media only screen and (max-width: 1350px) {
      .home #latestOuter {
        max-width: 100%;
        position: relative;
        float: left;
        bottom: inherit;
        right: 0;
        left: 0;
        margin: 0 auto;
        background-color: rgba(182, 217, 255, 0.75);
        padding-bottom: 2em; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .home #latestOuter {
        max-width: 100%;
        left: 0; } }
    .home #latestOuter .contentBlock {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      position: relative; }
      .home #latestOuter .contentBlock #latestNext, .home #latestOuter .contentBlock #latestPrev {
        position: absolute;
        top: 6em;
        z-index: 101;
        cursor: pointer;
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
        .home #latestOuter .contentBlock #latestNext:hover, .home #latestOuter .contentBlock #latestPrev:hover {
          opacity: 0.5;
          -webkit-transition: opacity 0.25s;
          -moz-transition: opacity 0.25s;
          -o-transition: opacity 0.25s;
          transition: opacity 0.25s; }
        @media only screen and (max-width: 1349px) {
          .home #latestOuter .contentBlock #latestNext, .home #latestOuter .contentBlock #latestPrev {
            top: 0.5em; }
            .home #latestOuter .contentBlock #latestNext:before, .home #latestOuter .contentBlock #latestPrev:before {
              zoom: 0.55; } }
        @media only screen and (max-width: 1175px) {
          .home #latestOuter .contentBlock #latestNext, .home #latestOuter .contentBlock #latestPrev {
            top: 0.5em; }
            .home #latestOuter .contentBlock #latestNext:before, .home #latestOuter .contentBlock #latestPrev:before {
              zoom: 0.55; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home #latestOuter .contentBlock #latestNext, .home #latestOuter .contentBlock #latestPrev {
            top: 0.5em; } }
      .home #latestOuter .contentBlock #latestNext {
        right: -5.5em; }
        .home #latestOuter .contentBlock #latestNext:before {
          content: url("../../images/elements/next_arrow_lg.png"); }
        @media only screen and (max-width: 1349px) {
          .home #latestOuter .contentBlock #latestNext {
            right: 0.45em; } }
        @media only screen and (max-width: 1175px) {
          .home #latestOuter .contentBlock #latestNext {
            right: 0.45em; } }
        @media only screen and (max-width: 375px) {
          .home #latestOuter .contentBlock #latestNext {
            right: 1em;
            zoom: 0.4;
            top: 64px; } }
      .home #latestOuter .contentBlock #latestPrev {
        left: -5.5em; }
        .home #latestOuter .contentBlock #latestPrev:before {
          content: url("../../images/elements/prev_arrow_lg.png"); }
        @media only screen and (max-width: 1349px) {
          .home #latestOuter .contentBlock #latestPrev {
            left: 0.45em; } }
        @media only screen and (max-width: 1175px) {
          .home #latestOuter .contentBlock #latestPrev {
            left: 0.45em; } }
        @media only screen and (max-width: 375px) {
          .home #latestOuter .contentBlock #latestPrev {
            left: 1em;
            zoom: 0.4;
            top: 64px; } }
      .home #latestOuter .contentBlock h2 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 2.125em;
        font-weight: 400;
        line-height: 100%;
        color: white;
        height: 90px;
        margin: 0 4.5em;
        padding: 0.5em;
        transform: translateY(30px);
        background-color: #0a5e57;
        border-radius: 15px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase; }
        @media only screen and (max-width: 1350px) {
          .home #latestOuter .contentBlock h2 {
            padding: 0;
            background-color: transparent;
            box-shadow: none;
            color: #0a5e57; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home #latestOuter .contentBlock h2 {
            margin: 0 auto;
            font-size: 1.5em;
            height: 70px; } }
      .home #latestOuter .contentBlock .latestCarousel {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        height: 400px; }
        @media only screen and (max-width: 1350px) {
          .home #latestOuter .contentBlock .latestCarousel {
            height: 300px; } }
        .home #latestOuter .contentBlock .latestCarousel .latestStock {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-left: 18px solid transparent;
          border-right: 18px solid transparent; }
          .home #latestOuter .contentBlock .latestCarousel .latestStock h3 {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 100%;
            color: #0a5e57;
            margin: 0.5em 0 0;
            text-transform: uppercase;
            text-align: left;
            white-space: normal;
            min-height: 45px; }
            @media (max-width: 1200px) {
              .home #latestOuter .contentBlock .latestCarousel .latestStock h3 {
                font-family: "Hammersmith One", sans-serif;
                font-size: 20px;
                font-weight: 400;
                line-height: 100%;
                color: #0a5e57;
                min-height: 55px;
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                margin: 0 0 10px; }
                .home #latestOuter .contentBlock .latestCarousel .latestStock h3 span {
                  font-size: 16px; } }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .home #latestOuter .contentBlock .latestCarousel .latestStock h3 {
                font-family: "Hammersmith One", sans-serif;
                font-size: 22px;
                font-weight: 400;
                line-height: 100%;
                color: #0a5e57; }
                .home #latestOuter .contentBlock .latestCarousel .latestStock h3 span {
                  font-size: 18px; } }
          .home #latestOuter .contentBlock .latestCarousel .latestStock .quick-view {
            opacity: 0;
            transition: opacity 0.6s;
            position: absolute;
            bottom: 15%;
            left: 5%;
            right: 5%;
            float: left;
            margin: 1em 0 0;
            padding: 0.5em 0;
            box-sizing: border-box;
            background-color: #0a5e57;
            border: 1px solid #0a5e57;
            text-align: center;
            text-decoration: none;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1em;
            font-weight: 700;
            line-height: 100%;
            color: white; }
            .home #latestOuter .contentBlock .latestCarousel .latestStock .quick-view:hover {
              background-color: #f8931f;
              border: 1px solid #f8931f;
              color: white; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .home #latestOuter .contentBlock .latestCarousel .latestStock .quick-view {
                width: 100%;
                padding: 1em 0; } }
          .home #latestOuter .contentBlock .latestCarousel .latestStock:hover {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            z-index: 16; }
            .home #latestOuter .contentBlock .latestCarousel .latestStock:hover .quick-view {
              opacity: 0.8; }
          .home #latestOuter .contentBlock .latestCarousel .latestStock .content {
            width: 100%;
            height: 100%;
            float: left;
            padding: 0.5em 1em 60px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-color: white;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
            text-align: center;
            min-height: 290px;
            position: relative;
            margin-bottom: 10px; }
            .home #latestOuter .contentBlock .latestCarousel .latestStock .content figure, .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy {
              width: 50%;
              float: left;
              padding-bottom: 10px; }
            .home #latestOuter .contentBlock .latestCarousel .latestStock .content figure {
              position: relative; }
            .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy {
              padding: 0 0 0 0.75em;
              max-height: 200px;
              overflow: hidden;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy p {
                margin: 0;
                padding: 0;
                font-family: "Hammersmith One", sans-serif;
                font-size: 14px;
                font-weight: 700;
                line-height: 1.4em;
                color: #f8931f;
                white-space: normal;
                text-align: left; }
              .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy span.price {
                padding: 0.5em 0;
                font-family: "Hammersmith One", sans-serif;
                font-size: 1.5em;
                font-weight: 700;
                line-height: 1.5em;
                color: #f8931f;
                white-space: normal; }
              .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy a.button {
                float: left;
                margin: 1em 0 0;
                padding: 0.5em 0;
                box-sizing: border-box;
                background-color: #0a5e57;
                border: 1px solid white;
                text-align: center;
                text-decoration: none;
                font-family: "Hammersmith One", sans-serif;
                font-size: 1em;
                font-weight: 700;
                line-height: 100%;
                color: white;
                width: 90%;
                margin: 0 auto 0.25em;
                padding: 0.5em 0;
                display: block;
                float: none;
                text-transform: uppercase; }
                .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy a.button:hover {
                  background-color: #f8931f;
                  border: 1px solid #f8931f;
                  color: white; }
                @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy a.button {
                    width: 100%;
                    padding: 1em 0; } }
                .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy a.button.more {
                  background-color: #f8931f;
                  border: 1px solid #f8931f;
                  color: white; }
                  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                    .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy a.button.more {
                      display: none; } }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy a.button.more:hover {
                    background-color: #0a5e57;
                    border: 1px solid #0a5e57;
                    color: white; }
              .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options {
                position: absolute;
                bottom: 15px;
                left: 15px;
                right: 15px;
                max-height: 100px; }
                .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options::after {
                  display: block;
                  clear: both;
                  content: ""; }
                .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .actions {
                  list-style-type: none;
                  float: right;
                  clear: right;
                  width: 50%;
                  padding: 0;
                  margin: 0; }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .actions li {
                    margin-bottom: 0.5em; }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .actions .qty-holder {
                    display: none; }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .actions .button.buy {
                    float: left;
                    margin: 1em 0 0;
                    padding: 0.5em 0;
                    box-sizing: border-box;
                    background-color: #0a5e57;
                    border: 1px solid #0a5e57;
                    text-align: center;
                    text-decoration: none;
                    font-family: "Hammersmith One", sans-serif;
                    font-size: 1em;
                    font-weight: 700;
                    line-height: 100%;
                    color: white;
                    margin: 0;
                    padding: 0.5em;
                    min-height: 30px;
                    margin-right: 5px; }
                    .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .actions .button.buy:hover {
                      background-color: #f8931f;
                      border: 1px solid #f8931f;
                      color: white; }
                    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                      .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .actions .button.buy {
                        width: 100%;
                        padding: 1em 0; } }
                    @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
                      .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .actions .button.buy {
                        width: 100%; } }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .actions .button {
                    text-transform: uppercase;
                    float: none !important;
                    width: 100%; }
                .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .price-holder {
                  position: absolute;
                  width: 50%;
                  bottom: 0;
                  left: 0; }
                .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .product-status {
                  color: #a2c037; }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .product-status p {
                    margin: 0; }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .product-status.status-2 {
                    color: #c20e1a;
                    text-transform: uppercase; }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .product-status .estimate {
                    display: none; }
                .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .product-price {
                  font-family: "Hammersmith One", sans-serif;
                  font-size: 1.5em;
                  font-weight: 400;
                  line-height: 100%;
                  color: #0a5e57; }
                  .home #latestOuter .contentBlock .latestCarousel .latestStock .content .copy .options .product-price .moneyoff {
                    font-size: 1rem;
                    color: #f8931f; }
          @media only screen and (max-width: 1350px) {
            .home #latestOuter .contentBlock .latestCarousel .latestStock {
              width: 33vw !important; } }
          @media only screen and (max-width: 768px) {
            .home #latestOuter .contentBlock .latestCarousel .latestStock {
              width: 50vw !important; } }
          @media only screen and (max-width: 568px) {
            .home #latestOuter .contentBlock .latestCarousel .latestStock {
              width: 100vw !important; } }
  .home .hotspotHolder {
    width: 100%;
    max-width: 980px;
    right: 0;
    top: 50%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 101;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 980px) {
      .home .hotspotHolder {
        position: relative; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
      .home .hotspotHolder {
        position: relative;
        bottom: 0;
        padding: 1em 0; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .home .hotspotHolder {
        position: relative;
        padding: 1em 0; } }
    .home .hotspotHolder:hover > .hotspot {
      opacity: 0.5;
      transition: opacity 1s; }
    .home .hotspotHolder .hotspot {
      width: 227px;
      height: 227px;
      opacity: 1;
      transition: opacity 1s; }
      .home .hotspotHolder .hotspot a {
        display: block;
        text-decoration: none; }
      .home .hotspotHolder .hotspot:hover {
        opacity: 1;
        transition: opacity 1s; }
        .home .hotspotHolder .hotspot:hover ~ .hotspot {
          opacity: 0.25;
          transition: opacity 1s; }
      @media only screen and (max-width: 980px) {
        .home .hotspotHolder .hotspot {
          width: 50%;
          height: auto; } }
      @media only screen and (max-width: 490px) {
        .home .hotspotHolder .hotspot {
          width: 100%; } }
      .home .hotspotHolder .hotspot .hotspotInner {
        width: 100%;
        height: 100%;
        padding: 1em;
        box-sizing: border-box;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
          .home .hotspotHolder .hotspot .hotspotInner {
            min-height: 240px; } }
        @media only screen and (max-width: 780px) {
          .home .hotspotHolder .hotspot .hotspotInner {
            padding: 1em 4em; } }
        @media only screen and (max-width: 630px) {
          .home .hotspotHolder .hotspot .hotspotInner {
            padding: 1em 1em; } }
        .home .hotspotHolder .hotspot .hotspotInner h2 {
          margin: 0;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.875em;
          font-weight: 300;
          line-height: 100%;
          color: white;
          min-height: 60px; }
        .home .hotspotHolder .hotspot .hotspotInner p {
          margin: 0;
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.75em;
          font-weight: 400;
          line-height: 100%;
          color: white; }
        .home .hotspotHolder .hotspot .hotspotInner div.icon {
          padding: 1.5em 0; }
          .home .hotspotHolder .hotspot .hotspotInner div.icon img {
            display: inline-block;
            max-width: 65px; }
        .home .hotspotHolder .hotspot .hotspotInner.orange {
          background-image: url("../../images/hotspots/orange_full_bg.jpg"); }
        .home .hotspotHolder .hotspot .hotspotInner.green {
          background-image: url("../../images/hotspots/green_full_bg.jpg"); }
        .home .hotspotHolder .hotspot .hotspotInner.red {
          background-image: url("../../images/hotspots/red_full_bg.jpg"); }
        .home .hotspotHolder .hotspot .hotspotInner.yellow {
          background-image: url("../../images/hotspots/yellow_full_bg.jpg"); }
          .home .hotspotHolder .hotspot .hotspotInner.yellow h2, .home .hotspotHolder .hotspot .hotspotInner.yellow p {
            color: #454545; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .home .strapLineHolder {
      width: 100%;
      min-height: 260px;
      position: relative;
      float: left;
      position: absolute;
      z-index: 100;
      background-color: rgba(0, 0, 0, 0);
      left: 0;
      margin-left: -25%;
      transform: scale(0.5) translateY(-30px);
      display: none; } }
  .home .strapLineHolder .strapLine {
    position: absolute;
    top: 15px;
    left: 70px;
    z-index: 101;
    -webkit-transform: rotate(-7.5deg);
    -moz-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg); }
    @media only screen and (max-width: 1023px) {
      .home .strapLineHolder .strapLine {
        width: 440px;
        top: 15px;
        left: -20px;
        transform: scale(0.6) rotate(-7.5deg); } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .home .strapLineHolder .strapLine {
        width: 280px;
        top: 15px;
        left: 55px; } }
    @media only screen and (max-width: 330px) {
      .home .strapLineHolder .strapLine {
        left: 35px; } }
    .home .strapLineHolder .strapLine a:visited, .home .strapLineHolder .strapLine a:link, .home .strapLineHolder .strapLine a:hover {
      text-decoration: none; }
    .home .strapLineHolder .strapLine h1, .home .strapLineHolder .strapLine h2 {
      margin: 0; }
      .home .strapLineHolder .strapLine h1 span, .home .strapLineHolder .strapLine h2 span {
        display: block;
        position: relative; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home .strapLineHolder .strapLine h1 span, .home .strapLineHolder .strapLine h2 span {
            display: inline-block; } }
        .home .strapLineHolder .strapLine h1 span:first-child, .home .strapLineHolder .strapLine h2 span:first-child {
          font-size: 100px;
          z-index: 103; }
        .home .strapLineHolder .strapLine h1 span:nth-child(2), .home .strapLineHolder .strapLine h2 span:nth-child(2) {
          z-index: 102; }
        .home .strapLineHolder .strapLine h1 span:nth-child(3), .home .strapLineHolder .strapLine h2 span:nth-child(3) {
          z-index: 101; }
    .home .strapLineHolder .strapLine h1 {
      font-family: "Damion", cursive;
      font-size: 6.25em;
      font-weight: 400;
      line-height: 60%;
      color: white; }
      .home .strapLineHolder .strapLine h1 span {
        text-shadow: 1px 1px 0 #f8931f, -1px -1px 0 #f8931f, 1px -1px 0 #f8931f, -1px 1px 0 #f8931f, 1px 1px 0 #f8931f, 5px 5px 10px rgba(0, 0, 0, 0.5); }
    .home .strapLineHolder .strapLine h2 {
      font-family: "Damion", cursive;
      font-size: 5.625em;
      font-weight: 400;
      line-height: 60%;
      color: #0a5e57; }
      .home .strapLineHolder .strapLine h2 span {
        text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, 5px 5px 10px rgba(0, 0, 0, 0.5); }
  .home .brewerySelect {
    min-height: 700px;
    position: relative;
    padding: 10em 0;
    background-color: white;
    background-image: url("../../images/bgrounds/brewerySelect_trade_bgv3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1920px;
    background-attachment: fixed;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.75);
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s; }
    @media only screen and (max-width: 1615px) {
      .home .brewerySelect {
        padding: 8em 0 0; } }
    @media only screen and (max-width: 1530px) {
      .home .brewerySelect {
        padding: 10em 0 0; } }
    @media only screen and (max-width: 1465px) {
      .home .brewerySelect {
        padding: 11em 0 0; } }
    @media only screen and (max-width: 1350px) {
      .home .brewerySelect {
        padding: 0; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .home .brewerySelect {
        background-position: top center;
        background-size: cover; } }
    .home .brewerySelect .contentArea {
      width: 100%;
      max-width: 990px; }
      .home .brewerySelect .contentArea .fade {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(255, 255, 255, 0.4); }
        .home .brewerySelect .contentArea .fade:after {
          content: "";
          opacity: 0;
          width: 100%;
          height: 730px;
          position: absolute;
          bottom: 0;
          background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 40%, white 50%, white 100%);
          background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.6)), color-stop(40%, rgba(255, 255, 255, 0.6)), color-stop(100%, white));
          background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 50%, white 100%);
          background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 100%);
          background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 100%);
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, white 50%, white 60%, white 100%);
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: 100% 730px;
          -webkit-transition: opacity 0s 0.3s;
          -moz-transition: opacity 0s 0.3s;
          transition: opacity 0s 0.3s; }
      .home .brewerySelect .contentArea div.moreSelect {
        width: 100%;
        max-width: 965px;
        position: absolute;
        bottom: 0;
        display: none; }
        .home .brewerySelect .contentArea div.moreSelect label.moreBreweries {
          position: absolute;
          bottom: 0.5em;
          left: 0;
          z-index: 9;
          padding-left: 60px;
          cursor: pointer;
          font-family: "Hammersmith One", sans-serif;
          font-size: 40px;
          font-weight: 400;
          line-height: 1.5em;
          color: #f8931f;
          text-transform: uppercase; }
          .home .brewerySelect .contentArea div.moreSelect label.moreBreweries:before {
            content: url("../../images/elements/down_arrow.png");
            position: absolute;
            left: 0;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: -webkit-transform 1s;
            -moz-transition: -moz-transform 1s;
            transition: transform 1s; }
          .home .brewerySelect .contentArea div.moreSelect label.moreBreweries:after {
            content: "more"; }
          .home .brewerySelect .contentArea div.moreSelect label.moreBreweries:hover {
            color: #0a5e57; }
            .home .brewerySelect .contentArea div.moreSelect label.moreBreweries:hover:before {
              -webkit-transform: translateY(0.25em);
              -moz-transform: translateY(0.25em);
              transform: translateY(0.25em); }
          @media only screen and (max-width: 1005px) {
            .home .brewerySelect .contentArea div.moreSelect label.moreBreweries {
              width: 100%;
              max-width: 370px;
              right: 0;
              bottom: 15px;
              left: 0;
              margin: 0 auto;
              text-align: center;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              .home .brewerySelect .contentArea div.moreSelect label.moreBreweries:before {
                left: 55px; } }
      .home .brewerySelect .contentArea input[type="checkbox"] {
        visibility: hidden; }
      .home .brewerySelect .contentArea input[type="checkbox"]:checked ~ div.moreSelect > label:before {
        -webkit-transform: rotate(180deg) translateY(0.25em);
        -moz-transform: rotate(180deg) translateY(0.25em);
        transform: rotate(180deg) translateY(0.25em);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center; }
      .home .brewerySelect .contentArea input[type="checkbox"]:checked ~ div.moreSelect > label:after {
        content: "less"; }
      .home .brewerySelect .contentArea input[type="checkbox"]:checked ~ div.moreSelect > label:hover:before {
        -webkit-transform: rotate(180deg) translateY(0.5em);
        -moz-transform: rotate(180deg) translateY(0.5em);
        transform: rotate(180deg) translateY(0.5em); }
      .home .brewerySelect .contentArea input[type="checkbox"]:checked ~ .fade:after {
        opacity: 1;
        -webkit-transition: opacity 0.4s 0.4s;
        -moz-transition: opacity 0.4s 0.4s;
        transition: opacity 0.4s 0.4s; }
      .home .brewerySelect .contentArea input[type="checkbox"]:checked ~ .accor {
        max-height: 99999999px;
        -webkit-transition: max-height 0.85s ease 0.35s;
        -moz-transition: max-height 0.85s ease 0.35s;
        transition: max-height 0.85s ease 0.35s; }
      .home .brewerySelect .contentArea h3 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 1.1em;
        color: #0a5e57;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 0.5em;
        margin-left: 30px; }
        .home .brewerySelect .contentArea h3:after {
          content: url("../../images/elements/curved_arrow.png");
          position: absolute;
          top: 20px;
          /*right: -50px;*/
          left: -94px;
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
        @media only screen and (max-width: 1100px) {
          .home .brewerySelect .contentArea h3 {
            text-align: center; }
            .home .brewerySelect .contentArea h3:after {
              display: none; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home .brewerySelect .contentArea h3 {
            text-align: center;
            margin-left: 0;
            font-size: 1.5em;
            padding: 3em 1em 1em; }
            .home .brewerySelect .contentArea h3:after {
              display: none; } }
      .home .brewerySelect .contentArea .accor {
        height: auto;
        margin-bottom: 5.5em;
        padding: 0 0 0 1em;
        overflow-y: hidden;
        -webkit-transition: max-height 0.55s ease;
        -moz-transition: max-height 0.55s ease;
        transition: max-height 0.55s ease; }
        @media only screen and (max-width: 1005px) {
          .home .brewerySelect .contentArea .accor {
            max-width: 650px;
            margin: 0 auto 5.5em; } }
        @media only screen and (max-width: 760px) {
          .home .brewerySelect .contentArea .accor {
            max-width: 490px; } }
        @media only screen and (max-width: 520px) {
          .home .brewerySelect .contentArea .accor {
            max-width: 225px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home .brewerySelect .contentArea .accor {
            max-width: 346px;
            padding: 0 0 0 0; } }
        @media only screen and (max-width: 330px) {
          .home .brewerySelect .contentArea .accor {
            max-height: 314px; } }
        .home .brewerySelect .contentArea .accor .hotspot {
          width: 100%;
          max-width: 144px;
          height: auto;
          min-height: 144px;
          max-height: 144px;
          margin: 0 18px 22px 0;
          float: left;
          position: relative;
          background-color: white;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 2px solid #f8931f;
          text-align: center;
          transition: opacity 0.5s; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .home .brewerySelect .contentArea .accor .hotspot {
              max-width: 165px;
              min-height: 165px;
              margin: 0 4px 10px; } }
          @media only screen and (max-width: 330px) {
            .home .brewerySelect .contentArea .accor .hotspot {
              max-width: 155px;
              min-height: 155px;
              margin: 0px 2px 2px; } }
          .home .brewerySelect .contentArea .accor .hotspot a {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute; }
            .home .brewerySelect .contentArea .accor .hotspot a:link, .home .brewerySelect .contentArea .accor .hotspot a:visited {
              color: #f8931f;
              text-decoration: none; }
            .home .brewerySelect .contentArea .accor .hotspot a:hover {
              color: #f8931f;
              text-decoration: none; }
          .home .brewerySelect .contentArea .accor .hotspot .hotspotInner h2 {
            width: 100%;
            margin: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .home .brewerySelect .contentArea .accor .hotspot .hotspotInner h2 {
                font-size: 1em; } }
          .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img ~ h2 {
            display: none; }
          .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img[src=""], .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img[src="about:blank"], .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img[src="(unknown)"], .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img[data-src=""] {
            display: none; }
            .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img[src=""] ~ h2, .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img[src="about:blank"] ~ h2, .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img[src="(unknown)"] ~ h2, .home .brewerySelect .contentArea .accor .hotspot .hotspotInner img[data-src=""] ~ h2 {
              display: block; }
          .home .brewerySelect .contentArea .accor .hotspot:hover {
            opacity: 0.75; }
  .home .viewBrewery {
    width: 100%;
    min-height: 700px;
    position: relative;
    background-image: url("../../images/bgrounds/viewBrewery_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1920px; }
    .home .viewBrewery .strapLineHolder {
      width: 100%;
      max-width: 770px;
      margin: 0 auto;
      position: absolute;
      top: 60px;
      right: 0;
      left: 0; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .home .viewBrewery .strapLineHolder {
          max-width: 275px;
          top: 110px;
          background-color: transparent; } }
      .home .viewBrewery .strapLineHolder .strapLine {
        width: 290px;
        position: absolute;
        top: 0;
        right: 0;
        left: initial; }
        .home .viewBrewery .strapLineHolder .strapLine:after {
          content: url("../../images/elements/view_brewery_arrow.png");
          position: absolute;
          top: 80%;
          left: 92%;
          width: auto;
          max-width: 0;
          overflow: hidden;
          -webkit-animation: arrowShow 1.5s 1 1s forwards;
          -moz-animation: arrowShow 1.5s 1 1s forwards;
          animation: arrowShow 1.5s 1 1s forwards; }

@-webkit-keyframes arrowShow {
  from {
    max-width: 0; }
  to {
    max-width: 100%; } }

@-moz-keyframes arrowShow {
  from {
    max-width: 0; }
  to {
    max-width: 100%; } }

@keyframes arrowShow {
  from {
    max-width: 0; }
  to {
    max-width: 100%; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home .viewBrewery .strapLineHolder .strapLine:after {
            display: none; } }
    .home .viewBrewery .locationInfoHolder {
      width: 100%;
      max-width: 980px;
      position: absolute;
      right: 0;
      bottom: 25px;
      left: 0;
      margin: 0 auto; }
      .home .viewBrewery .locationInfoHolder .locationInfo {
        width: 465px;
        min-height: 195px;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1em;
        z-index: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        border: 1px solid #0a5e57; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home .viewBrewery .locationInfoHolder .locationInfo {
            width: 90%;
            margin: 0 auto;
            left: 0;
            right: 0; } }
        .home .viewBrewery .locationInfoHolder .locationInfo:before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          right: 0;
          bottom: -89px;
          left: 0;
          margin: 0 auto;
          border-top: 89px solid white;
          border-right: 89px solid transparent;
          border-left: 89px solid transparent;
          z-index: 2; }
        .home .viewBrewery .locationInfoHolder .locationInfo:after {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          right: 0;
          bottom: -90px;
          left: 0;
          margin: 0 auto;
          border-top: 90px solid #0a5e57;
          border-right: 90px solid transparent;
          border-left: 90px solid transparent;
          z-index: 1; }
        .home .viewBrewery .locationInfoHolder .locationInfo h3 {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.313rem;
          font-weight: 400;
          line-height: 1.5em;
          color: #0a5e57;
          margin: 0;
          text-transform: uppercase; }
        .home .viewBrewery .locationInfoHolder .locationInfo h4 {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.5em;
          color: #f8931f;
          margin: 0;
          text-transform: uppercase; }
          .home .viewBrewery .locationInfoHolder .locationInfo h4 span:nth-child(1) {
            float: left; }
          .home .viewBrewery .locationInfoHolder .locationInfo h4 span:nth-child(2) {
            float: right; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .home .viewBrewery .locationInfoHolder .locationInfo h4 span {
              width: 100%;
              text-align: center; } }
        .home .viewBrewery .locationInfoHolder .locationInfo p {
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.875rem;
          font-weight: 700;
          line-height: 1.5em;
          color: #f8931f; }
  .home .locationMap {
    width: 100%;
    min-height: 420px;
    position: relative; }
    .home .locationMap #mapCanvas {
      width: 100%;
      height: 420px;
      position: relative;
      z-index: 1; }
  .home .contentArea {
    max-width: 980px;
    position: relative;
    margin: 1% auto 1%;
    background: rgba(255, 255, 255, 0.4);
    padding: 1%;
    clear: both; }
    .home .contentArea.lead {
      margin: 1% auto 1%; }
    .home .contentArea ul {
      list-style: none; }
    .home .contentArea p strong {
      color: #f8931f; }
    .home .contentArea a:link.button,
    .home .contentArea a:visited.button {
      float: left;
      margin: 1em 0 0;
      padding: 0.5em 0;
      box-sizing: border-box;
      background-color: #f8931f;
      border: 1px solid #f8931f;
      text-align: center;
      text-decoration: none;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1em;
      font-weight: 700;
      line-height: 100%;
      color: white;
      color: white;
      font-size: 1em;
      text-transform: uppercase;
      padding: 0.75rem 3rem;
      border-radius: 25px;
      float: none; }
      .home .contentArea a:link.button:hover,
      .home .contentArea a:visited.button:hover {
        background-color: #0a5e57;
        border: 1px solid #0a5e57;
        color: white; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .home .contentArea a:link.button,
        .home .contentArea a:visited.button {
          width: 100%;
          padding: 1em 0; } }
      .home .contentArea a:link.button.primary,
      .home .contentArea a:visited.button.primary {
        float: left;
        margin: 1em 0 0;
        padding: 0.5em 0;
        box-sizing: border-box;
        background-color: #f8931f;
        border: 1px solid #f8931f;
        text-align: center;
        text-decoration: none;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: white; }
        .home .contentArea a:link.button.primary:hover,
        .home .contentArea a:visited.button.primary:hover {
          background-color: #0a5e57;
          border: 1px solid #0a5e57;
          color: white; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .home .contentArea a:link.button.primary,
          .home .contentArea a:visited.button.primary {
            width: 100%;
            padding: 1em 0; } }

._100 {
  width: 100%;
  -ms-flex: 1;
  -webkit-flex: 1;
  -webkit-flex: 100%;
  flex: 1;
  flex-basis: 100%; }

._95 {
  -ms-flex: 0.95;
  -webkit-flex: 0.95;
  flex: 0.95;
  width: 95%; }
  @media only screen and (max-width: 768px) {
    ._95 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._95 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._90 {
  -ms-flex: 0.90;
  -webkit-flex: 0.90;
  flex: 0.90;
  width: 90%; }
  @media only screen and (max-width: 768px) {
    ._90 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._90 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._80 {
  -ms-flex: 0.80;
  -webkit-flex: 0.80;
  flex: 0.80;
  width: 80%; }
  @media only screen and (max-width: 768px) {
    ._80 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._80 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._75 {
  -ms-flex: 0.75;
  -webkit-flex: 0.75;
  flex: 0.75;
  width: 75%; }
  @media only screen and (max-width: 768px) {
    ._75 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._75 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._70 {
  -ms-flex: 0.7;
  -webkit-flex: 0.7;
  flex: 0.7;
  width: 70%; }
  @media only screen and (max-width: 768px) {
    ._70 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._70 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._65 {
  -ms-flex: 0.65;
  -webkit-flex: 0.65;
  flex: 0.65;
  width: 65%; }
  @media only screen and (max-width: 768px) {
    ._65 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._65 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._60 {
  -ms-flex: 0.6;
  -webkit-flex: 0.6;
  flex: 0.6;
  width: 60%; }
  @media only screen and (max-width: 768px) {
    ._60 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._60 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._55 {
  -ms-flex: 0.55;
  -webkit-flex: 0.55;
  flex: 0.55;
  width: 55%; }
  @media only screen and (max-width: 640px) {
    ._55 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._55 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._50 {
  -ms-flex: 0.5;
  -webkit-flex: 0.5;
  flex: 0.5;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    ._50 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._50 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._45 {
  -ms-flex: 0.45;
  -webkit-flex: 0.45;
  flex: 0.45;
  width: 45%; }
  @media only screen and (max-width: 768px) {
    ._45 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._45 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._40 {
  -ms-flex: 0.4;
  -webkit-flex: 0.4;
  flex: 0.4;
  width: 40%; }
  @media only screen and (max-width: 768px) {
    ._40 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._40 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._35 {
  -ms-flex: 0.35;
  -webkit-flex: 0.35;
  flex: 0.35;
  width: 35%; }
  @media only screen and (max-width: 768px) {
    ._35 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._35 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._30 {
  -ms-flex: 0.3;
  -webkit-flex: 0.3;
  flex: 0.3;
  width: 30%; }
  @media only screen and (max-width: 768px) {
    ._30 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._30 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._25 {
  -ms-flex: 0.25;
  -webkit-flex: 0.25;
  flex: 0.25;
  width: 25%; }
  @media only screen and (max-width: 768px) {
    ._25 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._25 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._20 {
  -ms-flex: 0.20;
  -webkit-flex: 0.20;
  flex: 0.20;
  width: 20%; }
  @media only screen and (max-width: 768px) {
    ._20 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._20 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._15 {
  -ms-flex: 0.15;
  -webkit-flex: 0.15;
  flex: 0.15;
  width: 15%; }
  @media only screen and (max-width: 768px) {
    ._15 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._15 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._10 {
  -ms-flex: 0.10;
  -webkit-flex: 0.10;
  flex: 0.10;
  width: 10%; }
  @media only screen and (max-width: 768px) {
    ._10 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._10 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._5 {
  -ms-flex: 0.05;
  -webkit-flex: 0.05;
  flex: 0.05;
  width: 5%; }
  @media only screen and (max-width: 768px) {
    ._5 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._5 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

._1 {
  -ms-flex: 0.01;
  -webkit-flex: 0.01;
  flex: 0.01;
  width: 1%; }
  @media only screen and (max-width: 768px) {
    ._1 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    ._1 {
      width: 100%;
      -ms-flex: 1;
      -webkit-flex: 1;
      -webkit-flex: 100%;
      flex: 1;
      flex-basis: 100%; } }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  ._xl-100 {
    width: 100%;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-flex: 100%;
    flex: 1;
    flex-basis: 100%; }
  ._xl-95 {
    -ms-flex: 0.95;
    -webkit-flex: 0.95;
    flex: 0.95;
    width: 95%; }
  ._xl-90 {
    -ms-flex: 0.90;
    -webkit-flex: 0.90;
    flex: 0.90;
    width: 90%; }
  ._xl-85 {
    -ms-flex: 0.85;
    -webkit-flex: 0.85;
    flex: 0.85;
    width: 85%; }
  ._xl-80 {
    -ms-flex: 0.80;
    -webkit-flex: 0.80;
    flex: 0.80;
    width: 80%; }
  ._xl-75 {
    -ms-flex: 0.75;
    -webkit-flex: 0.75;
    flex: 0.75;
    width: 75%; }
  ._xl-70 {
    -ms-flex: 0.7;
    -webkit-flex: 0.7;
    flex: 0.7;
    width: 70%; }
  ._xl-65 {
    -ms-flex: 0.65;
    -webkit-flex: 0.65;
    flex: 0.65;
    width: 65%; }
  ._xl-60 {
    -ms-flex: 0.6;
    -webkit-flex: 0.6;
    flex: 0.6;
    width: 60%; }
  ._xl-55 {
    -ms-flex: 0.55;
    -webkit-flex: 0.55;
    flex: 0.55;
    width: 55%; }
  ._xl-50 {
    -ms-flex: 0.5;
    -webkit-flex: 0.5;
    flex: 0.5;
    width: 50%; }
  ._xl-45 {
    -ms-flex: 0.45;
    -webkit-flex: 0.45;
    flex: 0.45;
    width: 45%; }
  ._xl-40 {
    -ms-flex: 0.4;
    -webkit-flex: 0.4;
    flex: 0.4;
    width: 40%; }
  ._xl-35 {
    -ms-flex: 0.35;
    -webkit-flex: 0.35;
    flex: 0.35;
    width: 35%; }
  ._xl-30 {
    -ms-flex: 0.3;
    -webkit-flex: 0.3;
    flex: 0.3;
    width: 30%; }
  ._xl-25 {
    -ms-flex: 0.25;
    -webkit-flex: 0.25;
    flex: 0.25;
    width: 25%; }
  ._xl-20 {
    -ms-flex: 0.20;
    -webkit-flex: 0.20;
    flex: 0.20;
    width: 20%; }
  ._xl-15 {
    -ms-flex: 0.15;
    -webkit-flex: 0.15;
    flex: 0.15;
    width: 15%; }
  ._xl-10 {
    -ms-flex: 0.10;
    -webkit-flex: 0.10;
    flex: 0.10;
    width: 10%; }
  ._xl-5 {
    -ms-flex: 0.05;
    -webkit-flex: 0.05;
    flex: 0.05;
    width: 5%; }
  ._xl-1 {
    -ms-flex: 0.01;
    -webkit-flex: 0.01;
    flex: 0.01;
    width: 1%; } }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  ._lg-100 {
    width: 100%;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-flex: 100%;
    flex: 1;
    flex-basis: 100%; }
  ._lg-95 {
    -ms-flex: 0.95;
    -webkit-flex: 0.95;
    flex: 0.95;
    width: 95%; }
  ._lg-90 {
    -ms-flex: 0.90;
    -webkit-flex: 0.90;
    flex: 0.90;
    width: 90%; }
  ._lg-85 {
    -ms-flex: 0.85;
    -webkit-flex: 0.85;
    flex: 0.85;
    width: 85%; }
  ._lg-80 {
    -ms-flex: 0.80;
    -webkit-flex: 0.80;
    flex: 0.80;
    width: 80%; }
  ._lg-75 {
    -ms-flex: 0.75;
    -webkit-flex: 0.75;
    flex: 0.75;
    width: 75%; }
  ._lg-70 {
    -ms-flex: 0.7;
    -webkit-flex: 0.7;
    flex: 0.7;
    width: 70%; }
  ._lg-65 {
    -ms-flex: 0.65;
    -webkit-flex: 0.65;
    flex: 0.65;
    width: 65%; }
  ._lg-60 {
    -ms-flex: 0.6;
    -webkit-flex: 0.6;
    flex: 0.6;
    width: 60%; }
  ._lg-55 {
    -ms-flex: 0.55;
    -webkit-flex: 0.55;
    flex: 0.55;
    width: 55%; }
  ._lg-50 {
    -ms-flex: 0.5;
    -webkit-flex: 0.5;
    flex: 0.5;
    width: 50%; }
  ._lg-45 {
    -ms-flex: 0.45;
    -webkit-flex: 0.45;
    flex: 0.45;
    width: 45%; }
  ._lg-40 {
    -ms-flex: 0.4;
    -webkit-flex: 0.4;
    flex: 0.4;
    width: 40%; }
  ._lg-35 {
    -ms-flex: 0.35;
    -webkit-flex: 0.35;
    flex: 0.35;
    width: 35%; }
  ._lg-30 {
    -ms-flex: 0.3;
    -webkit-flex: 0.3;
    flex: 0.3;
    width: 30%; }
  ._lg-25 {
    -ms-flex: 0.25;
    -webkit-flex: 0.25;
    flex: 0.25;
    width: 25%; }
  ._lg-20 {
    -ms-flex: 0.20;
    -webkit-flex: 0.20;
    flex: 0.20;
    width: 20%; }
  ._lg-15 {
    -ms-flex: 0.15;
    -webkit-flex: 0.15;
    flex: 0.15;
    width: 15%; }
  ._lg-10 {
    -ms-flex: 0.10;
    -webkit-flex: 0.10;
    flex: 0.10;
    width: 10%; }
  ._lg-5 {
    -ms-flex: 0.05;
    -webkit-flex: 0.05;
    flex: 0.05;
    width: 5%; }
  ._lg-1 {
    -ms-flex: 0.01;
    -webkit-flex: 0.01;
    flex: 0.01;
    width: 1%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  ._md-100 {
    width: 100%;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-flex: 100%;
    flex: 1;
    flex-basis: 100%; }
  ._md-95 {
    -ms-flex: 0.95;
    -webkit-flex: 0.95;
    flex: 0.95;
    width: 95%; }
  ._md-90 {
    -ms-flex: 0.90;
    -webkit-flex: 0.90;
    flex: 0.90;
    width: 90%; }
  ._md-85 {
    -ms-flex: 0.85;
    -webkit-flex: 0.85;
    flex: 0.85;
    width: 85%; }
  ._md-80 {
    -ms-flex: 0.80;
    -webkit-flex: 0.80;
    flex: 0.80;
    width: 80%; }
  ._md-75 {
    -ms-flex: 0.75;
    -webkit-flex: 0.75;
    flex: 0.75;
    width: 75%; }
  ._md-70 {
    -ms-flex: 0.7;
    -webkit-flex: 0.7;
    flex: 0.7;
    width: 70%; }
  ._md-65 {
    -ms-flex: 0.65;
    -webkit-flex: 0.65;
    flex: 0.65;
    width: 65%; }
  ._md-60 {
    -ms-flex: 0.6;
    -webkit-flex: 0.6;
    flex: 0.6;
    width: 60%; }
  ._md-55 {
    -ms-flex: 0.55;
    -webkit-flex: 0.55;
    flex: 0.55;
    width: 55%; }
  ._md-50 {
    -ms-flex: 0.5;
    -webkit-flex: 0.5;
    flex: 0.5;
    width: 50%; }
  ._md-45 {
    -ms-flex: 0.45;
    -webkit-flex: 0.45;
    flex: 0.45;
    width: 45%; }
  ._md-40 {
    -ms-flex: 0.4;
    -webkit-flex: 0.4;
    flex: 0.4;
    width: 40%; }
  ._md-35 {
    -ms-flex: 0.35;
    -webkit-flex: 0.35;
    flex: 0.35;
    width: 35%; }
  ._md-30 {
    -ms-flex: 0.3;
    -webkit-flex: 0.3;
    flex: 0.3;
    width: 30%; }
  ._md-25 {
    -ms-flex: 0.25;
    -webkit-flex: 0.25;
    flex: 0.25;
    width: 25%; }
  ._md-20 {
    -ms-flex: 0.20;
    -webkit-flex: 0.20;
    flex: 0.20;
    width: 20%; }
  ._md-15 {
    -ms-flex: 0.15;
    -webkit-flex: 0.15;
    flex: 0.15;
    width: 15%; }
  ._md-10 {
    -ms-flex: 0.10;
    -webkit-flex: 0.10;
    flex: 0.10;
    width: 10%; }
  ._md-5 {
    -ms-flex: 0.05;
    -webkit-flex: 0.05;
    flex: 0.05;
    width: 5%; }
  ._md-1 {
    -ms-flex: 0.01;
    -webkit-flex: 0.01;
    flex: 0.01;
    width: 1%; } }

@media only screen and (min-width: 568px) and (max-width: 768px) {
  ._sm-100 {
    width: 100%;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-flex: 100%;
    flex: 1;
    flex-basis: 100%; }
  ._sm-95 {
    -ms-flex: 0.95;
    -webkit-flex: 0.95;
    flex: 0.95;
    width: 95%; }
  ._sm-90 {
    -ms-flex: 0.90;
    -webkit-flex: 0.90;
    flex: 0.90;
    width: 90%; }
  ._sm-85 {
    -ms-flex: 0.85;
    -webkit-flex: 0.85;
    flex: 0.85;
    width: 85%; }
  ._sm-80 {
    -ms-flex: 0.80;
    -webkit-flex: 0.80;
    flex: 0.80;
    width: 80%; }
  ._sm-75 {
    -ms-flex: 0.75;
    -webkit-flex: 0.75;
    flex: 0.75;
    width: 75%; }
  ._sm-70 {
    -ms-flex: 0.7;
    -webkit-flex: 0.7;
    flex: 0.7;
    width: 70%; }
  ._sm-65 {
    -ms-flex: 0.65;
    -webkit-flex: 0.65;
    flex: 0.65;
    width: 65%; }
  ._sm-60 {
    -ms-flex: 0.6;
    -webkit-flex: 0.6;
    flex: 0.6;
    width: 60%; }
  ._sm-55 {
    -ms-flex: 0.55;
    -webkit-flex: 0.55;
    flex: 0.55;
    width: 55%; }
  ._sm-50 {
    -ms-flex: 0.5;
    -webkit-flex: 0.5;
    flex: 0.5;
    width: 50%; }
  ._sm-45 {
    -ms-flex: 0.45;
    -webkit-flex: 0.45;
    flex: 0.45;
    width: 45%; }
  ._sm-40 {
    -ms-flex: 0.4;
    -webkit-flex: 0.4;
    flex: 0.4;
    width: 40%; }
  ._sm-35 {
    -ms-flex: 0.35;
    -webkit-flex: 0.35;
    flex: 0.35;
    width: 35%; }
  ._sm-30 {
    -ms-flex: 0.3;
    -webkit-flex: 0.3;
    flex: 0.3;
    width: 30%; }
  ._sm-25 {
    -ms-flex: 0.25;
    -webkit-flex: 0.25;
    flex: 0.25;
    width: 25%; }
  ._sm-20 {
    -ms-flex: 0.20;
    -webkit-flex: 0.20;
    flex: 0.20;
    width: 20%; }
  ._sm-15 {
    -ms-flex: 0.15;
    -webkit-flex: 0.15;
    flex: 0.15;
    width: 15%; }
  ._sm-10 {
    -ms-flex: 0.10;
    -webkit-flex: 0.10;
    flex: 0.10;
    width: 10%; }
  ._sm-5 {
    -ms-flex: 0.05;
    -webkit-flex: 0.05;
    flex: 0.05;
    width: 5%; }
  ._sm-1 {
    -ms-flex: 0.01;
    -webkit-flex: 0.01;
    flex: 0.01;
    width: 1%; } }

#shop-holder .bannerSlider {
  position: relative; }
  #shop-holder .bannerSlider .next, #shop-holder .bannerSlider .prev, #shop-holder .bannerSlider .bannerPager {
    display: none; }
  #shop-holder .bannerSlider .next, #shop-holder .bannerSlider .prev {
    position: absolute;
    top: 25%;
    z-index: 103;
    font-family: "dashicons";
    font-size: 4.125em;
    font-weight: 400;
    line-height: 100%;
    color: white;
    cursor: pointer;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
    #shop-holder .bannerSlider .next:hover, #shop-holder .bannerSlider .prev:hover {
      opacity: 0.5;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s; }
    @media only screen and (max-width: 705px) {
      #shop-holder .bannerSlider .next, #shop-holder .bannerSlider .prev {
        top: 45%; } }
  #shop-holder .bannerSlider .next {
    right: 0.5em; }
    #shop-holder .bannerSlider .next:before {
      content: url("../../images/elements/next_arrow.png"); }
  #shop-holder .bannerSlider .prev {
    left: 0.5em; }
    #shop-holder .bannerSlider .prev:before {
      content: url("../../images/elements/prev_arrow.png"); }
  #shop-holder .bannerSlider .bannerPager {
    width: 100%;
    max-width: 980px;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    z-index: 103;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 980px) {
      #shop-holder .bannerSlider .bannerPager {
        top: inherit;
        bottom: 1em; } }
    #shop-holder .bannerSlider .bannerPager a:link, #shop-holder .bannerSlider .bannerPager a:visited {
      width: 12px;
      height: 12px;
      margin: 0 0.315em 0 0.315em;
      display: inline-block;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 12px; }
    #shop-holder .bannerSlider .bannerPager a:hover, #shop-holder .bannerSlider .bannerPager a.cycle-pager-active {
      background: white; }
    @media only screen and (max-width: 555px) {
      #shop-holder .bannerSlider .bannerPager {
        display: none !important; } }
  #shop-holder .bannerSlider .banner {
    width: 100%;
    float: left;
    position: relative; }
    #shop-holder .bannerSlider .banner .imgHolder {
      width: 100%;
      height: auto;
      min-height: 28.5vw;
      max-height: 30vw;
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover; }
      #shop-holder .bannerSlider .banner .imgHolder .banner-caption-holder {
        position: absolute;
        left: 50%;
        bottom: -1.5rem;
        transform: translateX(-50%);
        text-align: center; }
        #shop-holder .bannerSlider .banner .imgHolder .banner-caption-holder h1 {
          font-family: "Damion", cursive;
          font-size: 6rem;
          font-weight: 400;
          line-height: 60%;
          color: white;
          text-shadow: 1px 1px 0 #1b1464, -1px -1px 0 #1b1464, 1px -1px 0 #1b1464, -1px 1px 0 #1b1464, 1px 1px 0 #1b1464, 6px 6px 3px black;
          -webkit-transform: rotate(-5.5deg);
          -moz-transform: rotate(-5.5deg);
          transform: rotate(-5.5deg); }
        #shop-holder .bannerSlider .banner .imgHolder .banner-caption-holder p.intro {
          position: relative;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 60%;
          color: white;
          text-shadow: 1px 3px 5px black;
          padding-bottom: 50px; }
          #shop-holder .bannerSlider .banner .imgHolder .banner-caption-holder p.intro:after {
            content: url("../../images/elements/next_arrow_lg.png");
            position: absolute;
            left: 50%;
            bottom: -50px;
            transform: translateX(-50%) rotate(90deg) scale(0.5); }
        #shop-holder .bannerSlider .banner .imgHolder .banner-caption-holder a {
          position: static;
          display: block;
          text-indent: 0;
          float: left;
          margin: 1em 0 0;
          padding: 0.5em 0;
          box-sizing: border-box;
          background-color: #f8931f;
          border: 1px solid #f8931f;
          text-align: center;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1em;
          font-weight: 700;
          line-height: 100%;
          color: white;
          color: white;
          font-size: 1em;
          text-transform: uppercase;
          padding: 1rem 2rem;
          float: none;
          margin: 0 auto;
          max-width: 425px;
          border-radius: 25px; }
          #shop-holder .bannerSlider .banner .imgHolder .banner-caption-holder a:hover {
            background-color: #0a5e57;
            border: 1px solid #0a5e57;
            color: white; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .bannerSlider .banner .imgHolder .banner-caption-holder a {
              width: 100%;
              padding: 1em 0; } }
      @media only screen and (max-width: 1800px) {
        #shop-holder .bannerSlider .banner .imgHolder {
          min-height: 27.5vw; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #shop-holder .bannerSlider .banner .imgHolder {
          min-height: 350px;
          max-height: 375px;
          height: 60vh;
          background-position: right top; } }
      @media only screen and (max-width: 330px) {
        #shop-holder .bannerSlider .banner .imgHolder {
          background-position: right top; } }
      #shop-holder .bannerSlider .banner .imgHolder a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        text-indent: -500px; }
        #shop-holder .bannerSlider .banner .imgHolder a .lockdown-van {
          display: block;
          width: 451px;
          position: absolute;
          right: 7.5rem;
          bottom: 10px;
          top: 10px;
          background-position: right bottom;
          background-repeat: no-repeat;
          background-size: contain; }
          @media only screen and (max-width: 1800px) {
            #shop-holder .bannerSlider .banner .imgHolder a .lockdown-van {
              right: 4.5rem; } }
          @media only screen and (max-width: 1700px) {
            #shop-holder .bannerSlider .banner .imgHolder a .lockdown-van {
              right: 1.5rem; } }
          @media only screen and (max-width: 1500px) {
            #shop-holder .bannerSlider .banner .imgHolder a .lockdown-van {
              width: 351px; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .bannerSlider .banner .imgHolder a .lockdown-van {
              width: auto;
              left: 1.5rem;
              background-position: center bottom; } }
          #shop-holder .bannerSlider .banner .imgHolder a .lockdown-van span {
            text-indent: -500px;
            display: none; }
        #shop-holder .bannerSlider .banner .imgHolder a .collection-specials {
          display: block;
          width: 451px;
          position: absolute;
          right: 10.5rem;
          bottom: 85px;
          top: 10px;
          background-position: right bottom;
          background-repeat: no-repeat;
          background-size: contain; }
          @media only screen and (max-width: 1800px) {
            #shop-holder .bannerSlider .banner .imgHolder a .collection-specials {
              right: 4.5rem; } }
          @media only screen and (max-width: 1700px) {
            #shop-holder .bannerSlider .banner .imgHolder a .collection-specials {
              right: 1.5rem; } }
          @media only screen and (max-width: 1500px) {
            #shop-holder .bannerSlider .banner .imgHolder a .collection-specials {
              width: 351px; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .bannerSlider .banner .imgHolder a .collection-specials {
              width: auto;
              left: 1.5rem;
              bottom: 45px;
              margin-top: 70px;
              background-position: center bottom; } }
          #shop-holder .bannerSlider .banner .imgHolder a .collection-specials span {
            text-indent: -500px;
            display: none; }
    #shop-holder .bannerSlider .banner img {
      width: 100%; }
    #shop-holder .bannerSlider .banner .bannerInfo {
      width: 100%;
      max-width: 980px;
      margin: 0 auto;
      position: absolute;
      top: 12%;
      right: 0;
      left: 0;
      z-index: 102;
      display: none; }
      #shop-holder .bannerSlider .banner .bannerInfo:empty {
        display: none; }
      @media only screen and (max-width: 705px) {
        #shop-holder .bannerSlider .banner .bannerInfo {
          position: relative;
          background: #454545;
          top: inherit;
          float: left;
          padding: 1em;
          box-sizing: border-box; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #shop-holder .bannerSlider .banner .bannerInfo {
          position: relative;
          top: 0;
          float: left;
          padding: 1em 0;
          background: #454545; } }
      #shop-holder .bannerSlider .banner .bannerInfo > div {
        background-color: rgba(0, 0, 0, 0.4);
        width: 45%;
        padding: 1.5em;
        padding-left: 4.5em;
        box-sizing: border-box; }
        #shop-holder .bannerSlider .banner .bannerInfo > div::after {
          display: block;
          clear: both;
          content: ""; }
        @media only screen and (max-width: 705px) {
          #shop-holder .bannerSlider .banner .bannerInfo > div {
            width: 100% !important;
            padding: 0; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #shop-holder .bannerSlider .banner .bannerInfo > div {
            width: 100%;
            padding: 1em; } }
        #shop-holder .bannerSlider .banner .bannerInfo > div a.button[href=""] {
          display: none; }
        #shop-holder .bannerSlider .banner .bannerInfo > div a.button[href="#"] {
          display: none; }
      #shop-holder .bannerSlider .banner .bannerInfo h2 {
        margin: 0;
        font-family: "Hammersmith One", sans-serif;
        font-size: 3.625em;
        font-weight: 400;
        line-height: 100%;
        color: white; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
          #shop-holder .bannerSlider .banner .bannerInfo h2 {
            font-size: 2.25em; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #shop-holder .bannerSlider .banner .bannerInfo h2 {
            font-size: 2em; } }
      #shop-holder .bannerSlider .banner .bannerInfo p {
        margin: 0;
        font-family: "Hammersmith One", sans-serif;
        font-size: 0.75em;
        font-weight: 400;
        line-height: 1.5em;
        color: white; }
      #shop-holder .bannerSlider .banner .bannerInfo a.button {
        width: 50%;
        background-color: #5a287f;
        float: left;
        margin: 1em 0 0;
        padding: 0.5em 0;
        box-sizing: border-box;
        background-color: #5a287f;
        border: 1px solid #5a287f;
        text-align: center;
        text-decoration: none;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: white; }
        #shop-holder .bannerSlider .banner .bannerInfo a.button:hover {
          background-color: white;
          border: 1px solid #454545;
          color: #454545; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #shop-holder .bannerSlider .banner .bannerInfo a.button {
            width: 100%;
            padding: 1em 0; } }
        #shop-holder .bannerSlider .banner .bannerInfo a.button:before {
          content: "Click"; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .bannerSlider .banner .bannerInfo a.button:before {
              content: "Tap"; } }
  #shop-holder .bannerSlider.stacked {
    margin: 2em 0 0; }
    #shop-holder .bannerSlider.stacked .next, #shop-holder .bannerSlider.stacked .prev {
      top: 35%; }
      @media only screen and (max-width: 705px) {
        #shop-holder .bannerSlider.stacked .next, #shop-holder .bannerSlider.stacked .prev {
          top: 25%; } }
    #shop-holder .bannerSlider.stacked .bannerPager {
      max-width: 835px;
      top: auto;
      bottom: 0.25em;
      text-align: left; }
      #shop-holder .bannerSlider.stacked .bannerPager a {
        margin: 0 0.625em 0 0; }
      @media only screen and (max-width: 960px) {
        #shop-holder .bannerSlider.stacked .bannerPager {
          text-align: center; } }
      @media only screen and (max-width: 705px) {
        #shop-holder .bannerSlider.stacked .bannerPager {
          top: 60%; } }
      @media only screen and (max-width: 650px) {
        #shop-holder .bannerSlider.stacked .bannerPager {
          top: 55%; } }
      @media only screen and (max-width: 555px) {
        #shop-holder .bannerSlider.stacked .bannerPager {
          display: none !important; } }
    #shop-holder .bannerSlider.stacked .banner .bannerInfo {
      top: 15%; }
      @media only screen and (max-width: 1024px) {
        #shop-holder .bannerSlider.stacked .banner .bannerInfo {
          top: 10%; } }
      #shop-holder .bannerSlider.stacked .banner .bannerInfo > div {
        padding: 0;
        padding-left: 4.5em;
        background-color: transparent;
        width: 55%; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #shop-holder .bannerSlider.stacked .banner .bannerInfo > div {
            width: 80%;
            margin: auto; } }

#shop-holder .bannerSlider {
  width: 100%; }
  #shop-holder .bannerSlider .banner .imgHolder {
    width: 100%;
    min-height: 387px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px; }
  @media only screen and (max-width: 860px) {
    #shop-holder .bannerSlider .banner .imgHolder {
      background-size: 1240px;
      min-height: 250px; } }
  @media only screen and (max-width: 480px) {
    #shop-holder .bannerSlider .banner .imgHolder {
      background-size: 744px;
      min-height: 150px; } }
  #shop-holder .bannerSlider .banner .bannerInfo > div {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1.5em;
    margin-left: 3em; }
    #shop-holder .bannerSlider .banner .bannerInfo > div::after {
      display: block;
      clear: both;
      content: ""; }
    @media only screen and (max-width: 705px) {
      #shop-holder .bannerSlider .banner .bannerInfo > div {
        margin-left: auto;
        background-color: transparent; } }
  #shop-holder .bannerSlider .banner .bannerInfo h2 {
    font-size: 4.625em;
    margin-bottom: 0.25em; }
    @media only screen and (max-width: 860px) {
      #shop-holder .bannerSlider .banner .bannerInfo h2 {
        font-size: 1.625em; } }
  #shop-holder .bannerSlider .next, #shop-holder .bannerSlider .prev {
    top: 40%; }
  #shop-holder .bannerSlider .bannerPager {
    bottom: 5%;
    top: auto; }
  #shop-holder .bannerSlider ~ .contentArea {
    padding-top: 0; }

#shop-holder .shop {
  margin-bottom: 2%; }
  #shop-holder .shop.contentBlock {
    padding: 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #shop-holder .shop.contentBlock {
        padding: 3%; } }
    #shop-holder .shop.contentBlock h2 {
      font-size: 1.5em;
      font-weight: bold; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #shop-holder .shop {
      width: auto;
      max-width: 100%;
      padding: 3%;
      box-sizing: border-box;
      float: none; } }
  #shop-holder .shop #category-filter {
    padding: .5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      #shop-holder .shop #category-filter {
        /*
				position: relative;
				padding-top: 60px;
				max-height: 50px;
				overflow: hidden;
				transition: max-height 300ms ease-in-out;

				&.open {
					max-height: 1000px;
					transition: max-height 500ms ease-in-out;

					.category-filter_toggle {
						&:after {
							content: "\f460";
						}
					}
				}

				.category-filter_toggle {
					position: absolute;
					right: 0;
					width: 30px;
					height: 30px;
					top: 5px;
					@include flex(center, center);

					&:after {
						font-family: "dashicons";
						font-size: 20px;
						font-weight: 300;
						line-height: 20px;
						color: #542172;
						content: "\f460";
						position: absolute;
						top: 6px;
						right: 6px;
						border: 1px solid rgba(84, 33, 114, 0.25);
						display: block;
						height: 24px;
						width: 24px;
						text-align: center;
						font-style: normal;
						cursor: pointer;
						font-size: .8em;
						display: -ms-flexbox;
						display: -webkit-flex;
						display: flex;
						-webkit-justify-content: center;
						-ms-flex-pack: center;
						justify-content: center;
						-webkit-align-items: center;
						-ms-flex-align: center;
						align-items: center;
						background-color: rgba(255, 255, 255, 0.8);
						content: "\f132";
					}
				}

				&:before {
					position: absolute;
					top: 0;
					content: "Shop Filters";
					left: 0;
					right: 0;
					height: 48px;
					border-bottom: 1px solid #DADBE6;
					display: block;
					@include fontStyle($customFont, 1.5em, 400, white, 100%);
					line-height: 48px;
					text-align: center;
				}
				

*/ } }
    @media only screen and (max-width: 768px) {
      #shop-holder .shop #category-filter {
        position: relative;
        padding-top: 60px;
        max-height: 50px;
        overflow: hidden;
        transition: max-height 300ms ease-in-out; }
        #shop-holder .shop #category-filter.open {
          max-height: 9999px;
          transition: max-height 500ms ease-in-out; }
          #shop-holder .shop #category-filter.open .category-filter_toggle:after {
            content: "\f460"; }
        #shop-holder .shop #category-filter .category-filter_toggle {
          position: absolute;
          right: 0;
          width: 30px;
          height: 30px;
          top: 5px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          #shop-holder .shop #category-filter .category-filter_toggle:after {
            font-family: "dashicons";
            font-size: 20px;
            font-weight: 300;
            line-height: 20px;
            color: #542172;
            content: "\f460";
            position: absolute;
            top: 6px;
            right: 6px;
            border: 1px solid rgba(84, 33, 114, 0.25);
            display: block;
            height: 24px;
            width: 24px;
            text-align: center;
            font-style: normal;
            cursor: pointer;
            font-size: .8em;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.8);
            content: "\f132"; }
        #shop-holder .shop #category-filter:before {
          position: absolute;
          top: 0;
          content: "Filters";
          left: 0;
          right: 0;
          height: 48px;
          border-bottom: 3px solid #f8931f;
          display: block;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.5em;
          font-weight: 400;
          line-height: 100%;
          color: rgba(10, 94, 87, 0.9);
          line-height: 48px;
          text-align: left; } }
    #shop-holder .shop #category-filter h2 {
      background-color: white;
      display: block;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1.5em;
      font-weight: 400;
      line-height: 100%;
      color: #454545;
      padding: 1%; }
    #shop-holder .shop #category-filter ul:not(.clear) {
      padding: 0;
      margin: 0; }
      #shop-holder .shop #category-filter ul:not(.clear) > li {
        margin-bottom: 0;
        font-size: 1em;
        list-style: none;
        position: relative; }
        #shop-holder .shop #category-filter ul:not(.clear) > li > a {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 100%;
          color: #454545;
          text-decoration: none;
          background-image: none !important;
          display: block;
          padding: 9px 10px 9px 20px;
          font-weight: bold;
          text-transform: uppercase;
          position: relative;
          cursor: pointer;
          color: #f8931f;
          margin-top: 5px;
          border-bottom: 3px solid #0a5e57; }
          #shop-holder .shop #category-filter ul:not(.clear) > li > a:after {
            font-family: "dashicons";
            font-size: 18px;
            font-weight: 300;
            line-height: 18px;
            color: #f8931f;
            content: "\f460";
            position: absolute;
            top: 8px;
            right: 8px;
            border: 1px solid #f8931f;
            display: block;
            height: 18px;
            width: 18px;
            text-align: center;
            font-style: normal;
            font-weight: bold;
            cursor: pointer;
            border-radius: 10px;
            display: none; }
        #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) {
          border: solid #f8931f;
          border-width: 0px;
          padding: 0 0px 15px;
          -webkit-transition: max-height 0.5s;
          transition: max-height 0.5s, padding 0.5s;
          border-radius: 10px; }
          #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li {
            -webkit-transition: max-height 1s;
            -moz-transition: max-height 1s;
            -o-transition: max-height 1s;
            transition: max-height 1s;
            position: relative;
            /*> ul {
                                padding-left: 10%;
                                opacity: 0;
                                visibility: hidden;
                                -moz-transition: opacity;
                                -o-transition: opacity;
                                -webkit-transition: opacity;
                                transition: opacity;
								display: none;

                                > li {
                                    &:before {
                                        //content: "\f180";
                                        //color: $green;
                                    }

                                    &.selected {
                                        &:before {
                                            //content: "\f139";
											background-color: $orange;
                                        }
                                    }
                                }
                            }*/ }
            #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a {
              font-family: "Hammersmith One", sans-serif;
              font-size: 1rem;
              font-weight: 400;
              line-height: 100%;
              color: #454545;
              text-decoration: none;
              background-color: transparent;
              border: 0;
              padding: 0;
              padding-left: 20px; }
              @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
                #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a {
                  font-size: 1.2rem; } }
              #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a:before {
                font-family: "dashicons";
                font-size: 20px;
                font-weight: 300;
                line-height: 13px;
                color: #0a5e57;
                content: " ";
                position: absolute;
                top: 0;
                left: 0;
                border: 1px solid #0a5e57;
                display: block;
                height: 12px;
                width: 12px;
                text-align: center;
                font-style: normal;
                text-indent: -4px;
                display: none; }
              #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a:after {
                content: none; }
              #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a:hover, #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a.selected {
                color: #0a5e57; }
                #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a:hover:before, #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a.selected:before {
                  content: "\f147";
                  color: #0a5e57; }
              #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li a .result-count {
                display: inline-block;
                margin-left: 5px;
                color: #0a5e57;
                display: none; }
            #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li.selected a:before {
              background-color: #0a5e57; }
            #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li.selected a:hover:before {
              content: "\f158";
              color: white; }
            #shop-holder .shop #category-filter ul:not(.clear) > li > ul:not(.clear) > li.selected > ul {
              opacity: 1;
              transition: opacity 0.5s;
              visibility: visible;
              display: block; }
        #shop-holder .shop #category-filter ul:not(.clear) > li > ul.clear {
          position: absolute;
          top: 2px;
          right: 5px;
          margin: 0;
          list-style: none; }
          #shop-holder .shop #category-filter ul:not(.clear) > li > ul.clear li a {
            color: #0a5e57;
            text-decoration: none; }
            #shop-holder .shop #category-filter ul:not(.clear) > li > ul.clear li a:before {
              font-family: "dashicons";
              font-size: 20px;
              font-weight: 300;
              line-height: inherit;
              color: #f8931f;
              content: "\f158";
              height: 12px;
              width: 12px;
              text-align: center;
              font-style: normal;
              text-indent: -4px;
              position: relative;
              top: 5px; }
        #shop-holder .shop #category-filter ul:not(.clear) > li.closed > a:after {
          content: "\f132"; }
        #shop-holder .shop #category-filter ul:not(.clear) > li.closed > ul {
          max-height: 0;
          padding: 0 10px;
          transition: max-height 0.5s, padding 0.5s; }
    #shop-holder .shop #category-filter .category-panel {
      padding-left: 1%; }
      #shop-holder .shop #category-filter .category-panel h3 {
        margin-bottom: 0;
        font-size: 1em; }
        #shop-holder .shop #category-filter .category-panel h3 a {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1em;
          font-weight: 700;
          line-height: 100%;
          color: #454545;
          text-decoration: none; }
      #shop-holder .shop #category-filter .category-panel .sub-category-list {
        padding-left: 5%; }
        #shop-holder .shop #category-filter .category-panel .sub-category-list .category-mini-panel:before {
          font-family: "dashicons";
          font-size: 1.2em;
          font-weight: 300;
          line-height: 100%;
          color: #0a5e57;
          content: "\f139";
          position: relative;
          top: 5px; }
        #shop-holder .shop #category-filter .category-panel .sub-category-list .category-mini-panel a {
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.8em;
          font-weight: 400;
          line-height: 100%;
          color: #454545;
          text-decoration: none; }
  #shop-holder .shop #product-listings {
    padding: 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #shop-holder .shop #product-listings h2 {
      background-color: white;
      display: block;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1.5em;
      font-weight: 400;
      line-height: 100%;
      color: #454545;
      padding: 1%;
      margin-bottom: 1%; }
    #shop-holder .shop #product-listings .filter-bar {
      padding: 0em 1em 1rem;
      transition: all ease-in 0.5s; }
      #shop-holder .shop #product-listings .filter-bar::after {
        display: block;
        clear: both;
        content: ""; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #shop-holder .shop #product-listings .filter-bar {
          position: relative;
          padding-bottom: 0; }
          #shop-holder .shop #product-listings .filter-bar:after(2) {
            font-family: "dashicons";
            font-size: 1.2em;
            font-weight: 300;
            line-height: 100%;
            color: white;
            content: "\f536";
            position: absolute;
            top: 3px;
            right: 3px;
            width: 40px;
            height: 40px;
            text-align: right; } }
      #shop-holder .shop #product-listings .filter-bar.fixed {
        position: fixed;
        top: 110px;
        right: 0;
        left: 0;
        background-color: #ffffff;
        z-index: 99;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
        padding: 1.5% 2% 1%;
        transition: right ease-in 1s; }
        .persistent-basket.show #shop-holder .shop #product-listings .filter-bar.fixed {
          right: 215px; }
        @media only screen and (max-width: 1023px) {
          #shop-holder .shop #product-listings .filter-bar.fixed {
            top: 60px; } }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
          #shop-holder .shop #product-listings .filter-bar.fixed {
            top: 60px; } }
        @media only screen and (max-width: 640px) {
          #shop-holder .shop #product-listings .filter-bar.fixed {
            position: static;
            top: auto;
            right: auto;
            left: auto;
            box-shadow: none;
            padding: 0em 1em 2rem;
            background-color: transparent; } }
      #shop-holder .shop #product-listings .filter-bar h2 {
        font-weight: bold; }
      #shop-holder .shop #product-listings .filter-bar h2, #shop-holder .shop #product-listings .filter-bar h3 {
        float: left;
        display: block;
        margin: 0;
        position: relative;
        top: 5px;
        text-transform: uppercase;
        background: none;
        padding: 0;
        font-family: "Hammersmith One", sans-serif;
        font-size: 2em;
        font-weight: 400;
        line-height: 100%;
        color: #f8931f; }
        @media only screen and (max-width: 640px) {
          #shop-holder .shop #product-listings .filter-bar h2, #shop-holder .shop #product-listings .filter-bar h3 {
            width: 100%;
            padding: 0.5em 0;
            top: inherit; } }
      #shop-holder .shop #product-listings .filter-bar h3 {
        display: none; }
      #shop-holder .shop #product-listings .filter-bar .fullcasefilter {
        display: block;
        color: white;
        text-transform: uppercase;
        clear: both;
        padding: 10px 15px;
        margin-top: 45px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 5px;
        font-size: 1.3rem;
        border: 1px solid #1b1464;
        position: relative;
        top: 15px; }
        #shop-holder .shop #product-listings .filter-bar .fullcasefilter input {
          zoom: 2;
          position: relative;
          top: 2px;
          margin-top: -2px; }
        #shop-holder .shop #product-listings .filter-bar .fullcasefilter label {
          color: #1b1464;
          text-transform: uppercase;
          padding: 0; }
      #shop-holder .shop #product-listings .filter-bar .paging {
        float: right;
        display: none; }
        @media only screen and (max-width: 640px) {
          #shop-holder .shop #product-listings .filter-bar .paging {
            width: 100%;
            float: left; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #shop-holder .shop #product-listings .filter-bar .paging {
            display: none; } }
      #shop-holder .shop #product-listings .filter-bar .sorting {
        width: auto;
        float: right;
        white-space: nowrap; }
        @media only screen and (max-width: 640px) {
          #shop-holder .shop #product-listings .filter-bar .sorting {
            width: 100%;
            float: left; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #shop-holder .shop #product-listings .filter-bar .sorting {
            margin-bottom: 1rem;
            transform: scale(0.75); } }
        #shop-holder .shop #product-listings .filter-bar .sorting .sort-button {
          margin: 0 0.4em 0 0;
          padding: 0.5em 0.5rem;
          box-sizing: border-box;
          background-color: #f8931f;
          text-align: center;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1em;
          font-weight: 700;
          line-height: 100%;
          color: white;
          display: inline-block;
          text-transform: uppercase;
          cursor: pointer; }
          #shop-holder .shop #product-listings .filter-bar .sorting .sort-button.selected {
            background-color: #0a5e57; }
            #shop-holder .shop #product-listings .filter-bar .sorting .sort-button.selected:after {
              font-family: "dashicons";
              display: inline-block;
              margin-left: 5px;
              position: relative;
              top: 3px;
              content: "\f142"; }
            #shop-holder .shop #product-listings .filter-bar .sorting .sort-button.selected.descending:after {
              content: "\f140"; }
          #shop-holder .shop #product-listings .filter-bar .sorting .sort-button:last-child {
            margin-right: 0; }
      #shop-holder .shop #product-listings .filter-bar label {
        font-family: "Hammersmith One", sans-serif;
        font-size: 0.9em;
        font-weight: 300;
        line-height: 100%;
        color: #f8931f;
        padding: 0 2% 0 5%; }
        @media only screen and (max-width: 890px) {
          #shop-holder .shop #product-listings .filter-bar label {
            padding-left: 0; } }
      #shop-holder .shop #product-listings .filter-bar select {
        font-family: "Hammersmith One", sans-serif;
        font-size: 0.9em;
        font-weight: 300;
        line-height: 100%;
        color: #454545; }
    #shop-holder .shop #product-listings .pagination-bar {
      background-color: #6699cc;
      text-align: center;
      padding: 0 1em;
      overflow: hidden;
      max-height: 26px;
      display: none; }
      #shop-holder .shop #product-listings .pagination-bar::after {
        display: block;
        clear: both;
        content: ""; }
      #shop-holder .shop #product-listings .pagination-bar .pagination {
        display: inline-block;
        margin: 0 auto;
        width: auto; }
        #shop-holder .shop #product-listings .pagination-bar .pagination div {
          float: left; }
          #shop-holder .shop #product-listings .pagination-bar .pagination div a {
            text-decoration: none;
            font-size: 0.8em;
            color: #ffffff; }
          #shop-holder .shop #product-listings .pagination-bar .pagination div .pagination-navigation-disabled {
            color: rgba(255, 255, 255, 0.5); }
          #shop-holder .shop #product-listings .pagination-bar .pagination div + div {
            margin-left: .5rem; }
          #shop-holder .shop #product-listings .pagination-bar .pagination div .pagination-navigation-page {
            margin-left: 0.3rem; }
            #shop-holder .shop #product-listings .pagination-bar .pagination div .pagination-navigation-page.pagination-navigation-disabled {
              font-weight: bold; }
    #shop-holder .shop #product-listings .product-grid {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
      #shop-holder .shop #product-listings .product-grid.trade {
        display: block;
        flex: none;
        flex-wrap: unset;
        flex-direction: unset; }
      #shop-holder .shop #product-listings .product-grid::after {
        display: block;
        clear: both;
        content: ""; }
      #shop-holder .shop #product-listings .product-grid .product-panel {
        position: relative;
        float: left;
        width: 24%;
        min-height: 500px;
        background-color: rgba(10, 94, 87, 0.15);
        padding: 15px 5px 0;
        padding-bottom: 95px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        box-shadow: none;
        -webkit-transition: box-shadow 0.2s;
        transition: box-shadow 0.2s;
        border-width: 0;
        border-style: solid;
        border-color: #0a5e57;
        margin-right: 15px;
        margin-bottom: 15px; }
        #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(4n) {
          margin-right: 0; }
        #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(4n+1) {
          clear: left; }
        #shop-holder .shop #product-listings .product-grid .product-panel.isFeatured {
          background-color: rgba(194, 14, 26, 0.15); }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #shop-holder .shop #product-listings .product-grid .product-panel {
            float: none;
            border-right-width: 0;
            min-height: 0;
            margin-right: 0 !important; } }
        @media only screen and (max-width: 1440px) {
          #shop-holder .shop #product-listings .product-grid .product-panel {
            width: 32%; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(3n) {
              margin-right: 0; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(3n+1) {
              clear: left; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(4n) {
              margin-right: 15px; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(4n+1) {
              clear: none; } }
        @media only screen and (max-width: 1060px) {
          #shop-holder .shop #product-listings .product-grid .product-panel {
            width: 47%; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(2n+1) {
              clear: left; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(3n) {
              margin-right: 15px; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(3n+1) {
              clear: none; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(4n) {
              margin-right: 15px; }
            #shop-holder .shop #product-listings .product-grid .product-panel:nth-child(4n+1) {
              clear: none; } }
        @media only screen and (max-width: 640px) {
          #shop-holder .shop #product-listings .product-grid .product-panel {
            width: 100%; } }
        #shop-holder .shop #product-listings .product-grid .product-panel .quick-view {
          opacity: 0.8;
          transition: opacity 0.6s;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          text-transform: uppercase;
          float: left;
          margin: 1em 0 0;
          padding: 0.5em 0;
          box-sizing: border-box;
          background-color: #b6d9ff;
          border: 1px solid rgba(0, 0, 0, 0);
          text-align: center;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1em;
          font-weight: 700;
          line-height: 100%;
          color: #1b1464;
          border: 0px;
          padding: 0.25em 0;
          /*border-radius: 15px;*/ }
          #shop-holder .shop #product-listings .product-grid .product-panel .quick-view:hover {
            background-color: #f8931f;
            border: 1px solid #f8931f;
            color: white; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .shop #product-listings .product-grid .product-panel .quick-view {
              width: 100%;
              padding: 1em 0; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .shop #product-listings .product-grid .product-panel .quick-view {
              width: 100%;
              padding: 0.25em 0; } }
        #shop-holder .shop #product-listings .product-grid .product-panel:hover {
          z-index: 16; }
        #shop-holder .shop #product-listings .product-grid .product-panel::after {
          display: block;
          clear: both;
          content: ""; }
        #shop-holder .shop #product-listings .product-grid .product-panel a {
          text-decoration: none; }
        #shop-holder .shop #product-listings .product-grid .product-panel .product-image {
          max-width: 285px;
          margin: 0 auto;
          position: relative; }
          #shop-holder .shop #product-listings .product-grid .product-panel .product-image img {
            max-height: 285px; }
          #shop-holder .shop #product-listings .product-grid .product-panel .product-image .moneyoff {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            background: #0a5e57;
            color: white;
            padding: 0.5rem 1rem 0.25rem;
            text-transform: uppercase;
            font-size: 1.25rem;
            opacity: 0.75; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #shop-holder .shop #product-listings .product-grid .product-panel .product-image .moneyoff {
                font-size: 0.8rem;
                line-height: 1rem;
                padding: 0.15rem 0.1rem; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .shop #product-listings .product-grid .product-panel .product-image {
              float: left;
              max-width: 100px;
              margin-right: 10px;
              margin-top: 10px;
              height: 100px; }
              #shop-holder .shop #product-listings .product-grid .product-panel .product-image img {
                max-width: 100%; } }
          @media (max-width: 320px) {
            #shop-holder .shop #product-listings .product-grid .product-panel .product-image {
              height: 100px; } }
        #shop-holder .shop #product-listings .product-grid .product-panel .product-panel-details {
          min-height: 140px; }
          #shop-holder .shop #product-listings .product-grid .product-panel .product-panel-details .features {
            column-count: 2; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #shop-holder .shop #product-listings .product-grid .product-panel .product-panel-details .features {
                column-gap: 5px; } }
            #shop-holder .shop #product-listings .product-grid .product-panel .product-panel-details .features h6 {
              white-space: nowrap;
              padding-left: 40px; }
              #shop-holder .shop #product-listings .product-grid .product-panel .product-panel-details .features h6 strong {
                margin-left: -40px;
                min-width: 35px;
                display: inline-block; }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                #shop-holder .shop #product-listings .product-grid .product-panel .product-panel-details .features h6 {
                  white-space: normal; } }
          #shop-holder .shop #product-listings .product-grid .product-panel .product-panel-details .stock-batches th, #shop-holder .shop #product-listings .product-grid .product-panel .product-panel-details .stock-batches td {
            text-align: left;
            font-size: 0.8rem; }
        #shop-holder .shop #product-listings .product-grid .product-panel h3 {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.1em;
          font-weight: 700;
          line-height: 100%;
          color: #0a5e57;
          padding-top: 2%;
          margin-bottom: 0.2em;
          margin-top: 0;
          text-transform: uppercase;
          text-align: left;
          display: block; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .shop #product-listings .product-grid .product-panel h3 {
              min-height: none; } }
        #shop-holder .shop #product-listings .product-grid .product-panel h4 {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.1em;
          font-weight: 400;
          line-height: 100%;
          color: #454545;
          padding-top: 0;
          margin-bottom: 0.2em;
          margin-top: 0; }
        #shop-holder .shop #product-listings .product-grid .product-panel h5 {
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.9em;
          font-weight: 400;
          line-height: 120%;
          color: #f8931f;
          margin: 0;
          margin-bottom: 0.4em;
          text-align: left; }
        #shop-holder .shop #product-listings .product-grid .product-panel h6 {
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.9em;
          font-weight: 400;
          line-height: 120%;
          color: #0a5e57;
          margin: 0;
          margin-bottom: 0.4em;
          text-align: left;
          display: inline-block; }
          #shop-holder .shop #product-listings .product-grid .product-panel h6.hidden {
            display: none; }
        #shop-holder .shop #product-listings .product-grid .product-panel .gp-label {
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.9em;
          font-weight: 400;
          line-height: 120%;
          color: #2d2d2d;
          margin: 0;
          margin-bottom: 0.4em;
          text-align: left; }
          #shop-holder .shop #product-listings .product-grid .product-panel .gp-label.hidden {
            display: none; }
        #shop-holder .shop #product-listings .product-grid .product-panel .other-style {
          display: block; }
          #shop-holder .shop #product-listings .product-grid .product-panel .other-style.Gluten.Free {
            color: #a2c037; }
        #shop-holder .shop #product-listings .product-grid .product-panel .options {
          position: absolute;
          bottom: 15px;
          left: 25px;
          right: 25px;
          min-height: 60px; }
          #shop-holder .shop #product-listings .product-grid .product-panel .options::after {
            display: block;
            clear: both;
            content: ""; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder .shop #product-listings .product-grid .product-panel .options {
              height: auto;
              overflow: visible; } }
          #shop-holder .shop #product-listings .product-grid .product-panel .options .actions {
            list-style-type: none;
            padding: 0;
            margin: 0;
            clear: right;
            margin-top: 39px;
            display: flex;
            flex-wrap: wrap; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions {
                margin-top: 0; } }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder {
              float: left;
              margin: 1em 0 0;
              padding: 0.5em 0;
              box-sizing: border-box;
              background-color: #f8931f;
              border: 1px solid #f8931f;
              text-align: center;
              text-decoration: none;
              font-family: "Hammersmith One", sans-serif;
              font-size: 1em;
              font-weight: 700;
              line-height: 100%;
              color: white;
              font-size: 0.8em;
              margin: 0;
              display: inline-block;
              padding: 0.2em 0.3em;
              border-radius: 0;
              margin-right: 0;
              margin-bottom: 1px;
              width: 100%; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder:hover {
                background-color: #f8931f;
                border: 1px solid #f8931f;
                color: white; }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder {
                  width: 100%;
                  padding: 1em 0; } }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder {
                  padding: 0.25em 0; } }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder label {
                text-align: center;
                padding: 0 0.5em;
                display: none; }
                @media (min-width: 1441px) and (max-width: 1630px) {
                  #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder label {
                    display: none; } }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set {
                display: inline-block;
                position: relative; }
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set button {
                  position: absolute;
                  border: 0;
                  color: white;
                  background: none;
                  line-height: 1rem;
                  border-radius: 50%;
                  display: block;
                  height: 20px;
                  width: 20px;
                  overflow: hidden; }
                  #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set button:before {
                    display: block;
                    font-family: "dashicons";
                    font-size: 0.8rem;
                    position: absolute;
                    height: 20px;
                    width: 20px;
                    top: 0;
                    left: 0; }
                  #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set button.minus {
                    left: 0;
                    top: 3px; }
                    #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set button.minus:before {
                      content: "\f460"; }
                  #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set button.plus {
                    right: 0;
                    top: 3px; }
                    #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set button.plus:before {
                      content: "\f132"; }
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set input[type=text] {
                  pointer-events: none; }
                  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                    #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder .number-set input[type=text] {
                      text-align: center; } }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder input[type=text],
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder input[type=number] {
                background-color: #f8931f;
                color: white;
                text-align: center;
                width: 50px;
                border: 1px solid #f8931f;
                border-radius: 0; }
                @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
                  #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder input[type=text],
                  #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder input[type=number] {
                    -webkit-appearance: none; } }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder:hover input[type=text],
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .qty-holder:hover input[type=number] {
                background-color: #f8931f;
                border: 1px solid #f8931f; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .max-stock {
              display: inline-block;
              min-width: 75px;
              margin-top: 3px;
              white-space: nowrap;
              text-overflow: ellipsis;
              max-width: 90px;
              font-size: 0.9rem; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .max-stock.max-stock-status-999999999, #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li .max-stock.max-stock-status-41666666 {
                opacity: 0; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li {
              flex-grow: 1; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions li.qty-holder {
                display: flex; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button {
              text-transform: uppercase; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.buy {
              float: left;
              margin: 1em 0 0;
              padding: 0.5em 0;
              box-sizing: border-box;
              background-color: #0a5e57;
              border: 1px solid #0a5e57;
              text-align: center;
              text-decoration: none;
              font-family: "Hammersmith One", sans-serif;
              font-size: 1em;
              font-weight: 700;
              line-height: 100%;
              color: white;
              font-size: 0.9em;
              font-weight: normal;
              float: left;
              width: 100%;
              margin: 0;
              margin-left: 2px;
              padding: 0.2em 0.3em;
              min-width: 120px;
              min-height: 25px;
              border-radius: 0;
              border-radius: 0;
              margin-bottom: 1px; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.buy:hover {
                background-color: #f8931f;
                border: 1px solid #f8931f;
                color: white; }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.buy {
                  width: 100%;
                  padding: 1em 0; } }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.buy {
                  padding: 0.5em; } }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.reserve {
              float: left;
              margin: 1em 0 0;
              padding: 0.5em 0;
              box-sizing: border-box;
              background-color: #1b1464;
              border: 1px solid #1b1464;
              text-align: center;
              text-decoration: none;
              font-family: "Hammersmith One", sans-serif;
              font-size: 1em;
              font-weight: 700;
              line-height: 100%;
              color: white;
              font-size: 0.9em;
              font-weight: normal;
              float: left;
              width: 100%;
              margin: 0;
              margin-left: 2px;
              padding: 0.2em 0.3em;
              min-width: 120px;
              min-height: 25px;
              border-radius: 0;
              border-radius: 0;
              margin-bottom: 1px;
              clear: left;
              max-width: 224px;
              margin-left: 114px;
              margin-right: auto; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.reserve:hover {
                background-color: #f8931f;
                border: 1px solid #f8931f;
                color: white; }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.reserve {
                  width: 100%;
                  padding: 1em 0; } }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.reserve {
                  padding: 0.5em; } }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions .button.reserve:before {
                font-family: "dashicons";
                content: "\f487";
                font-style: normal;
                cursor: pointer;
                line-height: 1rem;
                position: relative;
                top: 2px;
                left: -8px; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .actions a.button {
              float: left;
              margin: 1em 0 0;
              padding: 0.5em 0;
              box-sizing: border-box;
              background-color: #0a5e57;
              border: 1px solid white;
              text-align: center;
              text-decoration: none;
              font-family: "Hammersmith One", sans-serif;
              font-size: 1em;
              font-weight: 700;
              line-height: 100%;
              color: white;
              width: 100%;
              margin: 0;
              padding: 0.5em;
              display: block;
              float: none;
              text-transform: uppercase; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions a.button:hover {
                background-color: #f8931f;
                border: 1px solid #f8931f;
                color: white; }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions a.button {
                  width: 100%;
                  padding: 1em 0; } }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .actions a.button.more {
                background-color: #f8931f;
                border: 1px solid #f8931f;
                color: white;
                display: none; }
                @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                  #shop-holder .shop #product-listings .product-grid .product-panel .options .actions a.button.more {
                    background-color: transparent;
                    border: 0; }
                    #shop-holder .shop #product-listings .product-grid .product-panel .options .actions a.button.more:after {
                      content: ">"; } }
                #shop-holder .shop #product-listings .product-grid .product-panel .options .actions a.button.more:hover {
                  background-color: #0a5e57;
                  border: 1px solid #0a5e57;
                  color: white; }
          #shop-holder .shop #product-listings .product-grid .product-panel .options .basketForm > .actions {
            margin-top: 0; }
          #shop-holder .shop #product-listings .product-grid .product-panel .options .basketForm ~ .actions {
            margin-top: 0; }
          #shop-holder .shop #product-listings .product-grid .product-panel .options .product-price {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 50%;
            text-align: center;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.5em;
            font-weight: 400;
            line-height: 100%;
            color: #0a5e57; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #shop-holder .shop #product-listings .product-grid .product-panel .options .product-price {
                right: 70%; } }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .product-price .moneyoff {
              color: #f8931f;
              font-size: 0.8rem;
              white-space: nowrap; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .product-price .product-status {
              font-size: 0.6em;
              color: #a2c037; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .product-price .product-status p {
                margin: 0; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .product-price .product-status.status-2 {
                color: #c20e1a;
                text-transform: uppercase; }
              #shop-holder .shop #product-listings .product-grid .product-panel .options .product-price .product-status .estimate {
                display: none; }
          #shop-holder .shop #product-listings .product-grid .product-panel .options .trade-product-price,
          #shop-holder .shop #product-listings .product-grid .product-panel .options .product-case-price {
            font-size: 0.9rem;
            width: 55px;
            min-height: 23px;
            margin-top: 3px;
            text-align: left;
            margin-left: 10px; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .trade-product-price .label,
            #shop-holder .shop #product-listings .product-grid .product-panel .options .product-case-price .label {
              display: inline-block;
              width: 70px;
              display: none; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .trade-product-price .pricemed,
            #shop-holder .shop #product-listings .product-grid .product-panel .options .product-case-price .pricemed {
              display: inline-block;
              width: 55px; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .trade-product-price.case-status-0,
            #shop-holder .shop #product-listings .product-grid .product-panel .options .product-case-price.case-status-0 {
              display: none; }
            #shop-holder .shop #product-listings .product-grid .product-panel .options .trade-product-price .moneyoff,
            #shop-holder .shop #product-listings .product-grid .product-panel .options .product-case-price .moneyoff {
              color: #c20e1a; }
        #shop-holder .shop #product-listings .product-grid .product-panel.trade {
          float: none;
          min-height: 85px;
          padding-bottom: 15px;
          margin-right: 0;
          width: 100%; }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade h3 {
            margin-top: 0;
            padding-top: 0;
            padding-right: 2%;
            box-sizing: border-box; }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade .column {
            margin-top: 0;
            padding-top: 0;
            padding-left: 5px;
            padding-right: 5px;
            text-align: left; }
            #shop-holder .shop #product-listings .product-grid .product-panel.trade .column._1 {
              min-width: 30px; }
            #shop-holder .shop #product-listings .product-grid .product-panel.trade .column h2, #shop-holder .shop #product-listings .product-grid .product-panel.trade .column h3, #shop-holder .shop #product-listings .product-grid .product-panel.trade .column h4 {
              width: auto; }
            #shop-holder .shop #product-listings .product-grid .product-panel.trade .column strong {
              display: none; }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade .product-image {
            display: none; }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade .product-panel-content {
            min-height: 0;
            /*display: flex;
								-webkit-box-pack: justify !important;
								-ms-flex-pack: justify !important;
								justify-content: space-between !important;
								width: 100%;*/ }
            #shop-holder .shop #product-listings .product-grid .product-panel.trade .product-panel-content::after {
              display: block;
              clear: both;
              content: ""; }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade .product-panel-details {
            min-height: 25px; }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade .options {
            position: static;
            right: auto;
            top: auto;
            left: auto; }
            #shop-holder .shop #product-listings .product-grid .product-panel.trade .options .basketForm {
              float: right;
              text-align: left;
              clear: right; }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade .trade-product-desc-holder {
            display: none; }
          @media only screen and (min-width: 777px) {
            #shop-holder .shop #product-listings .product-grid .product-panel.trade .icons-holder {
              margin-top: -5px;
              margin-bottom: -15px; }
            #shop-holder .shop #product-listings .product-grid .product-panel.trade .bbe-holder {
              margin-bottom: -10px; } }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade .image-icon:before {
            font-family: "dashicons";
            content: "\f128";
            font-style: normal;
            color: #0a5e57;
            font-size: 1.3rem;
            cursor: pointer;
            line-height: 1rem; }
          #shop-holder .shop #product-listings .product-grid .product-panel.trade .description-icon:before {
            font-family: "dashicons";
            content: "\f348";
            font-style: normal;
            color: #6699cc;
            font-size: 1.3rem;
            cursor: pointer;
            line-height: 1rem; }
      #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasSplitCasesOnly {
        display: none !important; }
      #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasFullCases .showSingles-icon:before, #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasHalfCases .showSingles-icon:before {
        font-family: "dashicons";
        content: "\f211";
        font-style: normal;
        color: #f8931f;
        font-size: 1.3rem;
        cursor: pointer;
        line-height: 1rem; }
      #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasFullCases .singlesForm, #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasHalfCases .singlesForm {
        display: none; }
      #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasFullCases.showSingleForm .showSingles-icon:before, #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasHalfCases.showSingleForm .showSingles-icon:before {
        font-family: "dashicons";
        content: "\f506";
        font-style: normal;
        color: #f8931f;
        font-size: 1.3rem;
        cursor: pointer;
        line-height: 1rem; }
      #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasFullCases.showSingleForm .singlesForm, #shop-holder .shop #product-listings .product-grid.showCaseOnly .product-panel.hasHalfCases.showSingleForm .singlesForm {
        display: block; }
      #shop-holder .shop #product-listings .product-grid p {
        text-align: center; }
        #shop-holder .shop #product-listings .product-grid p.no-results {
          color: white;
          font-size: 1.35em;
          font-weight: 400;
          background-color: #0a5e57;
          padding: 15px;
          margin: 0 15px 15px 0;
          width: 100%; }

#shop-holder .contentArea.basket .contentBlock, #shop-holder .contentArea.checkout .contentBlock {
  margin: 0 auto 2%;
  width: auto;
  float: none;
  padding: 0;
  max-width: 1200px; }

#shop-holder #relatedProductsOuter {
  text-align: center;
  background-color: #6699cc; }
  #shop-holder #relatedProductsOuter .contentArea {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto; }
  #shop-holder #relatedProductsOuter .contentBlock {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative; }
    #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext, #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev {
      position: absolute;
      top: 45%;
      z-index: 101;
      cursor: pointer;
      -webkit-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      transition: opacity 0.25s; }
      #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext:hover, #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      @media only screen and (max-width: 1024px) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext, #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev {
          top: 1em; }
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext:before, #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev:before {
            -ms-zoom: 0.65;
            zoom: 0.65; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext, #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev {
          top: 0.5em; } }
    #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext {
      right: -5em; }
      #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext:before {
        content: url("../../images/elements/next_arrow.png"); }
      @media only screen and (max-width: 1024px) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext {
          right: 0.45em; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext {
          right: 0.25em; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsNext {
          right: 10px; } }
    #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev {
      left: -5em; }
      #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev:before {
        content: url("../../images/elements/prev_arrow.png"); }
      @media only screen and (max-width: 1024px) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev {
          left: 0.45em; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev {
          left: 0.25em; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsPrev {
          left: 10px; } }
    #shop-holder #relatedProductsOuter .contentBlock h2 {
      width: 100%;
      color: white; }
      @media only screen and (max-width: 1024px) {
        #shop-holder #relatedProductsOuter .contentBlock h2 {
          text-align: center;
          margin-top: 0;
          padding-top: 0.8em; } }
    #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel {
      width: 100%;
      max-width: 1110px;
      height: 225px;
      position: relative;
      overflow: hidden;
      /*& article {
                    width: 315px;
                    padding: 0.5em 1em 1em;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    background-color: $white;
                    margin-left: 6px;
                    margin-right: 6px;

                    @include clearfix;

                    .image-holder {
                        float: right;

                        img {
                            margin-top: 2em;
                            margin-bottom: 2em;
                        }
                    }

                    .details {
                        float: left;
                        width: 55%;

                        & h3 {
                            @include fontStyle($baseFont, 1.1em, 700, $orange, 100%);
                            margin: 0.5em 0;
                        }

                        & p {
                            padding: 0.5em 0;
                            @include fontStyle($baseFont,0.75em,400,$grey,$baseLineHeight);
                            white-space: normal;
                        }

                        & a.button {
                            @include buttonStyle($grey,$grey,$white,$white,$grey,$grey);
                            width: 100%;
                            margin: 0 auto;
                            padding: 0.5em 0;
                            display: block;
                            float: none;
                            //text-align:left;
                            &:before {
                                //content: "Click";
                                @include Smartphone() {
                                    //content: "Tap";
                                }
                            }
                        }
                    }
                }*/ }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel {
          width: 100%; } }
      #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle {
        padding: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        text-align: left;
        border-left: 6px solid #6699cc;
        border-right: 6px solid #6699cc;
        border: 6px solid #6699cc;
        min-height: 180px;
        max-width: 490px; }
        @media only screen and (max-width: 1000px) {
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle {
            min-height: 140px; } }
        @media only screen and (max-width: 640px) {
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle {
            width: 97vw !important; } }
        @media only screen and (max-width: 480px) {
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle {
            width: 96vw !important; } }
        @media only screen and (max-width: 330px) {
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle {
            width: 95vw !important; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle {
            width: 100vw !important;
            min-height: 190px;
            padding: 1em 0.5em; } }
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .thumb {
          width: 30%;
          float: left; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .thumb img {
              width: 100%; } }
        #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail {
          width: 70%;
          float: right;
          padding: 0 0.5em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail {
              float: left;
              padding: 0 15px; } }
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail h3 {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.125em;
            font-weight: 700;
            line-height: 100%;
            color: #0a5e57;
            margin: 0;
            margin-bottom: 0.2em;
            text-transform: uppercase;
            white-space: normal; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail h3 {
                min-height: 40px;
                white-space: normal; } }
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail h4 {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.1em;
            font-weight: 300;
            line-height: 100%;
            color: #f8931f;
            margin: 0;
            margin-bottom: 0.2em; }
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail p {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1em;
            font-weight: 400;
            line-height: 100%;
            color: #f8931f;
            white-space: normal;
            margin-top: 0; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail p {
                min-height: 50px;
                margin-bottom: 0; } }
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail .product-price {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.1em;
            font-weight: 700;
            line-height: 115%;
            color: #0a5e57;
            margin: 0; }
            #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail .product-price span.extra-info {
              font-size: 0.688em; }
          #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail a.button {
            float: left;
            margin: 1em 0 0;
            padding: 0.5em 0;
            box-sizing: border-box;
            background-color: #f8931f;
            border: 1px solid #f8931f;
            text-align: center;
            text-decoration: none;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1em;
            font-weight: 700;
            line-height: 100%;
            color: white;
            width: 50%;
            margin: 0.5em 0 0;
            padding: 0.5em 0;
            display: block;
            float: left;
            text-transform: uppercase; }
            #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail a.button:hover {
              background-color: #0a5e57;
              border: 1px solid #0a5e57;
              color: white; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail a.button {
                width: 100%;
                padding: 1em 0; } }
            @media only screen and (max-width: 860px) {
              #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail a.button {
                width: 100%; } }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #shop-holder #relatedProductsOuter .contentBlock .relatedProductsCarousel .prodArticle .detail a.button {
                width: auto;
                padding: 0.5em 1.5em; } }

#your-account,
#trade-account {
  margin: 0 auto 2%;
  width: auto;
  float: none;
  padding: 0;
  max-width: 1200px; }
  #your-account .table-holder td,
  #trade-account .table-holder td {
    font-size: 15px; }

#breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-color: #f8931f;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 290px;
  box-sizing: border-box;
  font-family: "Hammersmith One", sans-serif;
  font-size: 0.813em;
  font-weight: 400;
  line-height: 100%;
  color: #454545; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
    #breadcrumb {
      padding-left: 0; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #breadcrumb {
      padding-left: 0; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #breadcrumb {
      padding: 0;
      width: auto;
      font-size: 1em;
      display: none; } }
  #breadcrumb span.spacer {
    display: none; }
  #breadcrumb a {
    padding: 5px 1%;
    display: inline-block;
    position: relative;
    margin-right: 15px; }
    #breadcrumb a:link, #breadcrumb a:visited {
      color: white;
      text-decoration: none; }
    #breadcrumb a:hover {
      color: #0a5e57;
      text-decoration: none; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #breadcrumb a {
        padding: 12px 3%; } }
    #breadcrumb a[href$="/shop/our-products/"] {
      display: none; }
    #breadcrumb a:after {
      content: " ";
      position: absolute;
      top: -5px;
      right: -40px;
      border: 4px solid white;
      width: 30px;
      height: 30px;
      transform: rotate(-135deg);
      border-bottom: 0;
      border-left: 0; }
    #breadcrumb a:first-child {
      padding: 0 1%;
      display: none; }
      #breadcrumb a:first-child span {
        display: none; }
      #breadcrumb a:first-child:before {
        content: "\f102";
        font-family: "dashicons";
        font-size: 1.2em;
        font-weight: 300;
        line-height: 100%;
        color: white;
        position: relative;
        top: 3px; }
    #breadcrumb a:last-child:after {
      display: none; }
  #breadcrumb ~ h1 {
    margin-top: 0.5em; }

#checkout-holder,
#form-holder,
#your-account-home,
#trade-account-home {
  background: rgba(255, 255, 255, 0.75);
  padding: 3rem 2rem; }
  #checkout-holder #form-holder,
  #form-holder #form-holder,
  #your-account-home #form-holder,
  #trade-account-home #form-holder {
    background-color: transparent; }

/*---------------------------------------------------------------------------------------------------------*/
#related-products-holder h3 {
  font-size: 0.75em; }

#basket::after {
  display: block;
  clear: both;
  content: ""; }

#basket-holder .checkout-options {
  list-style: none;
  margin: 0;
  padding: 0; }
  #basket-holder .checkout-options li {
    text-align: center; }
    #basket-holder .checkout-options li input[type="button"] {
      padding: 1em 1em 0.8rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      background-color: #0a5e57;
      border-radius: 5px;
      text-transform: uppercase;
      width: 90%;
      font-family: "Hammersmith One", sans-serif;
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.5em;
      color: white;
      background-image: url(../../shop/images/logos/small_card_logos.png);
      background-repeat: no-repeat;
      background-position: 8px center;
      padding-left: 125px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #basket-holder .checkout-options li input[type="button"] {
          padding-left: 85px;
          background-size: 70px; } }
      #basket-holder .checkout-options li input[type="button"].credit {
        background-image: none;
        padding-left: 1em; }
    #basket-holder .checkout-options li img {
      border: 0;
      width: auto;
      max-width: 100%; }

#basket-holder .shippingBenefits {
  margin: 0;
  padding-left: 20px; }
  #basket-holder .shippingBenefits li {
    list-style: none;
    font-size: 0.9em;
    color: #6699cc;
    line-height: 1.4em; }
    #basket-holder .shippingBenefits li:before {
      font-family: "dashicons";
      font-size: 1.3em;
      font-weight: 300;
      line-height: 100%;
      color: #0a5e57;
      content: "\f147";
      position: relative;
      top: 3px;
      left: -5px; }

#basket-holder,
.table-holder {
  margin-bottom: 2%;
  border-spacing: 0; }
  #basket-holder .mainBasketHolder,
  .table-holder .mainBasketHolder {
    width: 62%;
    float: left; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
      #basket-holder .mainBasketHolder,
      .table-holder .mainBasketHolder {
        width: auto;
        float: none; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #basket-holder .mainBasketHolder,
      .table-holder .mainBasketHolder {
        width: auto;
        float: none; } }
  #basket-holder table,
  #basket-holder #mainbasket,
  .table-holder table,
  .table-holder #mainbasket {
    border: 1px solid #6699cc;
    margin-bottom: 2%; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #basket-holder table,
      #basket-holder #mainbasket,
      .table-holder table,
      .table-holder #mainbasket {
        width: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #basket-holder table tr,
      #basket-holder #mainbasket tr,
      .table-holder table tr,
      .table-holder #mainbasket tr {
        position: relative;
        display: block; } }
    #basket-holder table tr th,
    #basket-holder #mainbasket tr th,
    .table-holder table tr th,
    .table-holder #mainbasket tr th {
      background-color: #6699cc;
      color: white;
      font-size: 0.8em;
      border-spacing: 0px;
      padding: 7px 10px;
      text-align: left;
      text-transform: uppercase; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #basket-holder table tr th,
        #basket-holder #mainbasket tr th,
        .table-holder table tr th,
        .table-holder #mainbasket tr th {
          display: none; } }
    #basket-holder table tr td,
    #basket-holder #mainbasket tr td,
    .table-holder table tr td,
    .table-holder #mainbasket tr td {
      border-bottom: 1px solid #6699cc;
      padding: 0.5em; }
      #basket-holder table tr td:last-child,
      #basket-holder #mainbasket tr td:last-child,
      .table-holder table tr td:last-child,
      .table-holder #mainbasket tr td:last-child {
        border-right: 1px solid #6699cc; }
      #basket-holder table tr td::after,
      #basket-holder #mainbasket tr td::after,
      .table-holder table tr td::after,
      .table-holder #mainbasket tr td::after {
        display: block;
        clear: both;
        content: ""; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #basket-holder table tr td,
        #basket-holder #mainbasket tr td,
        .table-holder table tr td,
        .table-holder #mainbasket tr td {
          display: block;
          padding: 0 .5em;
          border: 0; }
          #basket-holder table tr td:first-child,
          #basket-holder #mainbasket tr td:first-child,
          .table-holder table tr td:first-child,
          .table-holder #mainbasket tr td:first-child {
            padding-top: 0.5em; }
          #basket-holder table tr td:last-child,
          #basket-holder #mainbasket tr td:last-child,
          .table-holder table tr td:last-child,
          .table-holder #mainbasket tr td:last-child {
            padding-bottom: 0.5em; }
          #basket-holder table tr td[width="2%"],
          #basket-holder #mainbasket tr td[width="2%"],
          .table-holder table tr td[width="2%"],
          .table-holder #mainbasket tr td[width="2%"] {
            width: auto;
            padding: 0.5em; }
            #basket-holder table tr td[width="2%"] a.delete,
            #basket-holder #mainbasket tr td[width="2%"] a.delete,
            .table-holder table tr td[width="2%"] a.delete,
            .table-holder #mainbasket tr td[width="2%"] a.delete {
              width: 100%;
              display: block;
              text-align: center;
              padding: 0.5em;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              border: 0;
              background-color: #f8931f;
              font-family: "Hammersmith One", sans-serif;
              font-size: 1.125em;
              font-weight: 400;
              line-height: 1.5em;
              color: white; }
              #basket-holder table tr td[width="2%"] a.delete img,
              #basket-holder #mainbasket tr td[width="2%"] a.delete img,
              .table-holder table tr td[width="2%"] a.delete img,
              .table-holder #mainbasket tr td[width="2%"] a.delete img {
                margin-right: 5px;
                display: none; }
              #basket-holder table tr td[width="2%"] a.delete:after,
              #basket-holder #mainbasket tr td[width="2%"] a.delete:after,
              .table-holder table tr td[width="2%"] a.delete:after,
              .table-holder #mainbasket tr td[width="2%"] a.delete:after {
                content: "Delete"; }
              #basket-holder table tr td[width="2%"] a.delete:hover,
              #basket-holder #mainbasket tr td[width="2%"] a.delete:hover,
              .table-holder table tr td[width="2%"] a.delete:hover,
              .table-holder #mainbasket tr td[width="2%"] a.delete:hover {
                background-color: white;
                color: #2d2d2d; }
          #basket-holder table tr td[width="1%"],
          #basket-holder #mainbasket tr td[width="1%"],
          .table-holder table tr td[width="1%"],
          .table-holder #mainbasket tr td[width="1%"] {
            position: absolute;
            width: 31px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            left: 0;
            top: 0;
            bottom: 0;
            margin: 0; }
            #basket-holder table tr td[width="1%"] ~ td,
            #basket-holder #mainbasket tr td[width="1%"] ~ td,
            .table-holder table tr td[width="1%"] ~ td,
            .table-holder #mainbasket tr td[width="1%"] ~ td {
              margin-left: 31px; }
            #basket-holder table tr td[width="1%"]:last-child,
            #basket-holder #mainbasket tr td[width="1%"]:last-child,
            .table-holder table tr td[width="1%"]:last-child,
            .table-holder #mainbasket tr td[width="1%"]:last-child {
              top: 7%;
              right: 0;
              left: auto;
              bottom: auto;
              width: auto;
              margin-left: 0; }
              #basket-holder table tr td[width="1%"]:last-child a,
              #basket-holder #mainbasket tr td[width="1%"]:last-child a,
              .table-holder table tr td[width="1%"]:last-child a,
              .table-holder #mainbasket tr td[width="1%"]:last-child a {
                padding: 0.5em;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border: 0;
                background-color: #2d2d2d;
                font-family: "Hammersmith One", sans-serif;
                font-size: 1.125em;
                font-weight: 400;
                line-height: 1.5em;
                color: white; }
                #basket-holder table tr td[width="1%"]:last-child a img,
                #basket-holder #mainbasket tr td[width="1%"]:last-child a img,
                .table-holder table tr td[width="1%"]:last-child a img,
                .table-holder #mainbasket tr td[width="1%"]:last-child a img {
                  margin-right: 5px;
                  display: none; }
                #basket-holder table tr td[width="1%"]:last-child a:after,
                #basket-holder #mainbasket tr td[width="1%"]:last-child a:after,
                .table-holder table tr td[width="1%"]:last-child a:after,
                .table-holder #mainbasket tr td[width="1%"]:last-child a:after {
                  content: "View"; }
                #basket-holder table tr td[width="1%"]:last-child a:hover,
                #basket-holder #mainbasket tr td[width="1%"]:last-child a:hover,
                .table-holder table tr td[width="1%"]:last-child a:hover,
                .table-holder #mainbasket tr td[width="1%"]:last-child a:hover {
                  background-color: white;
                  color: #2d2d2d; } }
      #basket-holder table tr td.head,
      #basket-holder #mainbasket tr td.head,
      .table-holder table tr td.head,
      .table-holder #mainbasket tr td.head {
        font-size: 0.938em;
        font-weight: bold; }
      #basket-holder table tr td.no-bdr,
      #basket-holder #mainbasket tr td.no-bdr,
      .table-holder table tr td.no-bdr,
      .table-holder #mainbasket tr td.no-bdr {
        border: 0; }
      #basket-holder table tr td .product-image,
      #basket-holder #mainbasket tr td .product-image,
      .table-holder table tr td .product-image,
      .table-holder #mainbasket tr td .product-image {
        float: left;
        max-width: 150px;
        min-height: 150px;
        max-height: 150px;
        margin-right: 5%;
        display: none; }
      #basket-holder table tr td a:hover,
      #basket-holder #mainbasket tr td a:hover,
      .table-holder table tr td a:hover,
      .table-holder #mainbasket tr td a:hover {
        text-decoration: none; }
      #basket-holder table tr td h3,
      #basket-holder #mainbasket tr td h3,
      .table-holder table tr td h3,
      .table-holder #mainbasket tr td h3 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: #0a5e57;
        padding-top: 2%;
        margin-bottom: 0.2em;
        margin-top: 0;
        text-transform: uppercase; }
        #basket-holder table tr td h3 strong,
        #basket-holder #mainbasket tr td h3 strong,
        .table-holder table tr td h3 strong,
        .table-holder #mainbasket tr td h3 strong {
          color: #a2c037; }
        #basket-holder table tr td h3 i,
        #basket-holder #mainbasket tr td h3 i,
        .table-holder table tr td h3 i,
        .table-holder #mainbasket tr td h3 i {
          color: #f8931f;
          font-size: 0.8rem;
          display: block; }
      #basket-holder table tr td h4,
      #basket-holder #mainbasket tr td h4,
      .table-holder table tr td h4,
      .table-holder #mainbasket tr td h4 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 0.9em;
        font-weight: 400;
        line-height: 100%;
        color: #454545;
        padding-top: 0;
        margin-bottom: 0.2em;
        margin-top: 0; }
      #basket-holder table tr td h5,
      #basket-holder #mainbasket tr td h5,
      .table-holder table tr td h5,
      .table-holder #mainbasket tr td h5 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 0.75em;
        font-weight: 400;
        line-height: 120%;
        color: #454545;
        margin: 0;
        margin-bottom: 0.4em; }
      #basket-holder table tr td .curmed,
      #basket-holder table tr td .pricemed,
      #basket-holder table tr td .curmeddisc,
      #basket-holder table tr td .pricemeddisc,
      #basket-holder #mainbasket tr td .curmed,
      #basket-holder #mainbasket tr td .pricemed,
      #basket-holder #mainbasket tr td .curmeddisc,
      #basket-holder #mainbasket tr td .pricemeddisc,
      .table-holder table tr td .curmed,
      .table-holder table tr td .pricemed,
      .table-holder table tr td .curmeddisc,
      .table-holder table tr td .pricemeddisc,
      .table-holder #mainbasket tr td .curmed,
      .table-holder #mainbasket tr td .pricemed,
      .table-holder #mainbasket tr td .curmeddisc,
      .table-holder #mainbasket tr td .pricemeddisc {
        font-size: 1em; }
      #basket-holder table tr td.center-col,
      #basket-holder #mainbasket tr td.center-col,
      .table-holder table tr td.center-col,
      .table-holder #mainbasket tr td.center-col {
        text-align: center; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #basket-holder table tr td.center-col,
          #basket-holder #mainbasket tr td.center-col,
          .table-holder table tr td.center-col,
          .table-holder #mainbasket tr td.center-col {
            text-align: left; } }
      #basket-holder table tr td .qty-input,
      #basket-holder #mainbasket tr td .qty-input,
      .table-holder table tr td .qty-input,
      .table-holder #mainbasket tr td .qty-input {
        width: 25px;
        text-align: left;
        font-size: 1em;
        text-align: center; }
      #basket-holder table tr td .qty-update-input,
      #basket-holder #mainbasket tr td .qty-update-input,
      .table-holder table tr td .qty-update-input,
      .table-holder #mainbasket tr td .qty-update-input {
        padding: 0.2em 0.75em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        background-color: #0a5e57;
        color: white; }
      #basket-holder table tr td a,
      #basket-holder #mainbasket tr td a,
      .table-holder table tr td a,
      .table-holder #mainbasket tr td a {
        font-size: 1em;
        color: #0a5e57;
        text-decoration: none; }
        #basket-holder table tr td a:hover,
        #basket-holder #mainbasket tr td a:hover,
        .table-holder table tr td a:hover,
        .table-holder #mainbasket tr td a:hover {
          text-decoration: none; }
        #basket-holder table tr td a.delete:before,
        #basket-holder #mainbasket tr td a.delete:before,
        .table-holder table tr td a.delete:before,
        .table-holder #mainbasket tr td a.delete:before {
          content: "\f153";
          font-family: "dashicons";
          font-size: 1.3em;
          font-weight: 300;
          line-height: 100%;
          color: #0a5e57; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #basket-holder table tr td a.delete:before,
            #basket-holder #mainbasket tr td a.delete:before,
            .table-holder table tr td a.delete:before,
            .table-holder #mainbasket tr td a.delete:before {
              display: none; } }
        #basket-holder table tr td a.delete img,
        #basket-holder #mainbasket tr td a.delete img,
        .table-holder table tr td a.delete img,
        .table-holder #mainbasket tr td a.delete img {
          display: none; }
        #basket-holder table tr td a.basket:before,
        #basket-holder #mainbasket tr td a.basket:before,
        .table-holder table tr td a.basket:before,
        .table-holder #mainbasket tr td a.basket:before {
          text-decoration: none;
          content: "\f174";
          font-family: "dashicons";
          font-size: 1.3em;
          font-weight: 300;
          line-height: 100%;
          color: #1b1464; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #basket-holder table tr td a.basket:before,
            #basket-holder #mainbasket tr td a.basket:before,
            .table-holder table tr td a.basket:before,
            .table-holder #mainbasket tr td a.basket:before {
              display: none; } }
        #basket-holder table tr td a.basket img,
        #basket-holder #mainbasket tr td a.basket img,
        .table-holder table tr td a.basket img,
        .table-holder #mainbasket tr td a.basket img {
          display: none; }
        #basket-holder table tr td a.basket.disabled,
        #basket-holder #mainbasket tr td a.basket.disabled,
        .table-holder table tr td a.basket.disabled,
        .table-holder #mainbasket tr td a.basket.disabled {
          cursor: not-allowed;
          color: #c20e1a; }
          #basket-holder table tr td a.basket.disabled:before,
          #basket-holder #mainbasket tr td a.basket.disabled:before,
          .table-holder table tr td a.basket.disabled:before,
          .table-holder #mainbasket tr td a.basket.disabled:before {
            cursor: not-allowed;
            color: #c20e1a; }
        #basket-holder table tr td a.reserve:before,
        #basket-holder #mainbasket tr td a.reserve:before,
        .table-holder table tr td a.reserve:before,
        .table-holder #mainbasket tr td a.reserve:before {
          content: "\f487";
          font-family: "dashicons";
          font-size: 1.3em;
          font-weight: 300;
          line-height: 100%;
          color: #c20e1a; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #basket-holder table tr td a.reserve:before,
            #basket-holder #mainbasket tr td a.reserve:before,
            .table-holder table tr td a.reserve:before,
            .table-holder #mainbasket tr td a.reserve:before {
              display: none; } }
        #basket-holder table tr td a.reserve img,
        #basket-holder #mainbasket tr td a.reserve img,
        .table-holder table tr td a.reserve img,
        .table-holder #mainbasket tr td a.reserve img {
          display: none; }
      #basket-holder table tr td button.basket,
      #basket-holder #mainbasket tr td button.basket,
      .table-holder table tr td button.basket,
      .table-holder #mainbasket tr td button.basket {
        background-color: transparent;
        border: none;
        padding: 0; }
        #basket-holder table tr td button.basket:before,
        #basket-holder #mainbasket tr td button.basket:before,
        .table-holder table tr td button.basket:before,
        .table-holder #mainbasket tr td button.basket:before {
          text-decoration: none;
          content: "\f174";
          font-family: "dashicons";
          font-size: 1.3em;
          font-weight: 300;
          line-height: 100%;
          color: #1b1464; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #basket-holder table tr td button.basket:before,
            #basket-holder #mainbasket tr td button.basket:before,
            .table-holder table tr td button.basket:before,
            .table-holder #mainbasket tr td button.basket:before {
              display: none; } }
        #basket-holder table tr td button.basket img,
        #basket-holder #mainbasket tr td button.basket img,
        .table-holder table tr td button.basket img,
        .table-holder #mainbasket tr td button.basket img {
          display: none; }
        #basket-holder table tr td button.basket.disabled,
        #basket-holder #mainbasket tr td button.basket.disabled,
        .table-holder table tr td button.basket.disabled,
        .table-holder #mainbasket tr td button.basket.disabled {
          cursor: not-allowed;
          color: #c20e1a; }
          #basket-holder table tr td button.basket.disabled:before,
          #basket-holder #mainbasket tr td button.basket.disabled:before,
          .table-holder table tr td button.basket.disabled:before,
          .table-holder #mainbasket tr td button.basket.disabled:before {
            cursor: not-allowed;
            color: #c20e1a; }
      #basket-holder table tr td img,
      #basket-holder #mainbasket tr td img,
      .table-holder table tr td img,
      .table-holder #mainbasket tr td img {
        border: 1px solid #000000;
        max-width: 150px;
        max-height: 150px; }
        #basket-holder table tr td img.no-bdr,
        #basket-holder #mainbasket tr td img.no-bdr,
        .table-holder table tr td img.no-bdr,
        .table-holder #mainbasket tr td img.no-bdr {
          border: 0; }
      #basket-holder table tr td label.mobile,
      #basket-holder #mainbasket tr td label.mobile,
      .table-holder table tr td label.mobile,
      .table-holder #mainbasket tr td label.mobile {
        display: none; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #basket-holder table tr td label.mobile,
          #basket-holder #mainbasket tr td label.mobile,
          .table-holder table tr td label.mobile,
          .table-holder #mainbasket tr td label.mobile {
            display: inline-block;
            font-weight: bold;
            min-width: 90px; } }
    #basket-holder table tr:nth-child(odd) td,
    #basket-holder #mainbasket tr:nth-child(odd) td,
    .table-holder table tr:nth-child(odd) td,
    .table-holder #mainbasket tr:nth-child(odd) td {
      background-color: transparent; }
    #basket-holder table tr.no-border td,
    #basket-holder #mainbasket tr.no-border td,
    .table-holder table tr.no-border td,
    .table-holder #mainbasket tr.no-border td {
      border-bottom: 0; }
    #basket-holder table tr.row-strikethough td:not(.action-icons),
    #basket-holder #mainbasket tr.row-strikethough td:not(.action-icons),
    .table-holder table tr.row-strikethough td:not(.action-icons),
    .table-holder #mainbasket tr.row-strikethough td:not(.action-icons) {
      text-decoration: line-through;
      opacity: 0.5; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #basket-holder #voucher-table th,
    #basket-holder #basket-summery th,
    .table-holder #voucher-table th,
    .table-holder #basket-summery th {
      display: block; }
    #basket-holder #basket-summery tr,
    .table-holder #basket-summery tr {
      display: table-row; }
      #basket-holder #basket-summery tr td, #basket-holder #basket-summery tr th,
      .table-holder #basket-summery tr td,
      .table-holder #basket-summery tr th {
        display: table-cell; } }
  #basket-holder #mainbasket,
  .table-holder #mainbasket {
    border: 0; }
    #basket-holder #mainbasket #head,
    .table-holder #mainbasket #head {
      display: none; }
    #basket-holder #mainbasket td:last-child,
    .table-holder #mainbasket td:last-child {
      border-right: 0 !important; }
  #basket-holder .special-instructions-holder h3,
  .table-holder .special-instructions-holder h3 {
    color: #0a5e57; }

.free-postage-holder {
  background-color: white;
  border: 1px solid #6699cc;
  clear: both;
  padding: 3%;
  margin: 1% 3% 5%; }
  .free-postage-holder p {
    font-size: 0.9em;
    color: #0a5e57;
    line-height: 1.4em;
    margin: 0;
    white-space: normal; }
    .free-postage-holder p a:link, .free-postage-holder p a:visited {
      color: #6699cc !important;
      font-weight: bold;
      margin-top: 5%;
      display: inline-block; }

#total-holder {
  width: 100%;
  float: right;
  margin-top: 5px;
  padding: 5px 0;
  clear: both; }

#basket-holder #basket-summery,
#basket-holder #basket-total {
  width: 32%;
  float: right;
  /*margin			: 5px 0 0;*/
  margin-bottom: 5%;
  border: 0; }
  #basket-holder #basket-summery th,
  #basket-holder #basket-total th {
    background-color: transparent;
    color: #f8931f;
    text-decoration: underline;
    font-size: 1.7rem;
    font-weight: normal; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
    #basket-holder #basket-summery,
    #basket-holder #basket-total {
      float: none;
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #basket-holder #basket-summery,
    #basket-holder #basket-total {
      float: none;
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15%; } }

#basket-holder #basket-total {
  width: 34%;
  margin-top: 4rem; }

#basket-holder #basket-summery td,
#basket-holder #basket-total td {
  width: auto;
  font-size: 1.1em;
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 0; }
  #basket-holder #basket-summery td select,
  #basket-holder #basket-total td select {
    max-width: 150px; }
  #basket-holder #basket-summery td:last-child,
  #basket-holder #basket-total td:last-child {
    border-right: 0 !important; }
  #basket-holder #basket-summery td .promo-add-link button,
  #basket-holder #basket-total td .promo-add-link button {
    font-size: 0.875rem;
    border: 0;
    background: transparent;
    color: #0a5e57; }

#basket-holder #basket-summery td.label,
#basket-holder #basket-total td.label {
  padding: 3px 10px 3px 0;
  text-align: right; }

#basket-holder #basket-summery td strong,
#basket-holder #basket-total td strong {
  font-weight: 700;
  text-transform: uppercase; }

#basket-holder #basket-summery tr.total-row td,
#basket-holder #basket-total tr.total-row td {
  padding: 5% 2%;
  font-size: 1.488em;
  font-weight: bold;
  white-space: nowrap;
  color: #0a5e57; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #basket-holder #basket-summery tr.total-row td,
    #basket-holder #basket-total tr.total-row td {
      font-size: 1.388em; } }

#basket-holder #basket-summery tr.total-row td strong,
#basket-holder #basket-total tr.total-row td strong {
  font-weight: 400;
  text-transform: uppercase; }

#basket-holder #basket-summery tr.paid-total-row td,
#basket-holder #basket-total tr.paid-total-row td {
  padding: 5% 2%;
  font-size: 1.488em;
  font-weight: bold;
  white-space: nowrap;
  color: #c20e1a; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #basket-holder #basket-summery tr.paid-total-row td,
    #basket-holder #basket-total tr.paid-total-row td {
      font-size: 1.388em; } }

#basket-holder #basket-summery tr.paid-total-row td strong,
#basket-holder #basket-total tr.paid-total-row td strong {
  font-weight: 400;
  text-transform: uppercase; }

#basket-holder #basket-summery td select,
#basket-holder #basket-total td select {
  width: auto;
  font-size: 1em; }

#voucher-table-holder {
  margin: 15px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #c6c6c6; }

#basket-holder #voucher-table {
  width: 35%;
  border-spacing: 0;
  float: left;
  clear: left;
  display: none; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #basket-holder #voucher-table {
      width: 100%;
      float: none; } }

#basket-holder #voucher-table td {
  font-size: 0.688em;
  padding: 3%;
  border-spacing: 0;
  white-space: nowrap;
  color: #000000; }

#basket-holder #voucher-table td input[type="text"],
#basket-holder #voucher-table td input[type="password"] {
  width: 270px;
  height: 19px;
  font-size: 1em; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #basket-holder #voucher-table td input[type="text"],
    #basket-holder #voucher-table td input[type="password"] {
      max-width: 240px;
      width: 70%; } }

#basket-holder #voucher-table td input[type="submit"] {
  padding: 0.2em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-color: #0a5e57;
  font-family: "Hammersmith One", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5em;
  color: white; }

.basket-instructions-holder {
  clear: left; }

.postfix {
  font-size: 0.688em;
  display: inline-block; }

.collection-address {
  padding: 1em; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .collection-address {
      padding: 0;
      margin-bottom: 2rem; } }

.sublabel {
  font-weight: bold; }

.card-logo-holder {
  position: relative;
  top: -20px;
  text-align: center; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .card-logo-holder {
      top: auto;
      margin-top: 15px; } }

/*---------------------------------------------------------------------------------------------------------*/
#checkoutmenu {
  margin: 0 0 15px;
  background-color: #1b1464;
  color: #ffffff; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #checkoutmenu {
      display: none; } }

div#checkoutmenu ol {
  font-size: 1.25em;
  float: left;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  list-style: none; }

#checkoutmenu ol li {
  float: left;
  margin: 0;
  padding: 0.75rem 1.15rem 0.5rem;
  font-weight: normal; }

#checkoutmenu ol li a,
#checkoutmenu ol li > span {
  padding: 4px 10px 4px 0;
  text-decoration: none;
  font-size: 1em;
  color: #ffffff; }

#checkoutmenu ol #active,
#checkoutmenu ol #active a,
#checkoutmenu ol #active span {
  background-color: #0a5e57;
  font-weight: bold; }

#del-bill-address-holder::after {
  display: block;
  clear: both;
  content: ""; }

#del-bill-address-holder fieldset {
  width: 47%;
  float: left;
  margin-right: 1%;
  min-height: 152px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #del-bill-address-holder fieldset {
      width: auto;
      float: none;
      margin: 0;
      min-height: 0;
      margin-bottom: 0; } }
  #del-bill-address-holder fieldset:last-child {
    margin-right: 0; }

/*---------------------------------------------------------------------------------------------------------*/
/* Documents SECTION                                                                                       */
/*---------------------------------------------------------------------------------------------------------*/
/*#document-holder div.document-card {float: left; margin-left: 45px;}*/
#documents-holder {
  position: relative;
  max-height: 410px;
  overflow-y: auto; }

#documents-holder .pagination {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px; }

.document-card {
  width: 125px;
  text-align: center;
  margin: 0 10px 20px;
  padding: 0;
  float: left; }

.document-card .document-details p {
  font-size: 0.75em !important;
  margin: 5px 0 0 0 !important; }

.document-thumb-holder div.thumb {
  position: relative;
  margin: 0 auto; }

.document-thumb-holder div.thumb img.cover {
  width: 45px; }

.document-thumb-holder div.thumb div.doc-type-holder {
  position: absolute;
  bottom: -5px;
  right: 15px; }

.document-card h4 {
  font-size: 1em;
  font-weight: normal;
  margin-top: 5px;
  color: #000000; }

#documents-holder .document-card h4 a:link,
#documents-holder .document-card h4 a:visited {
  font-size: 1em;
  color: #000000;
  text-decoration: none !important; }

.document-card h4 a:hover {
  text-decoration: underline !important; }

#trade-document-holder {
  font-size: 0.75em; }

#order-info-holder {
  padding-right: 1%;
  box-sizing: border-box; }
  #order-info-holder .panel {
    min-height: 195px; }

#your-account-home ul,
#trade-account-home ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #your-account-home ul li,
  #trade-account-home ul li {
    float: left;
    margin-right: 3%;
    position: relative;
    text-align: center;
    width: 150px;
    height: 150px;
    border: 1px solid #0a5e57;
    padding: 35px 10px 0;
    margin-bottom: 3%; }
    #your-account-home ul li a,
    #trade-account-home ul li a {
      position: relative;
      display: block; }
      #your-account-home ul li a:link, #your-account-home ul li a:visited,
      #trade-account-home ul li a:link,
      #trade-account-home ul li a:visited {
        color: #6699cc;
        text-decoration: none; }
      #your-account-home ul li a:hover,
      #trade-account-home ul li a:hover {
        color: #0a5e57;
        text-decoration: none; }
      #your-account-home ul li a:before,
      #trade-account-home ul li a:before {
        font-family: "dashicons";
        font-size: 3.3em;
        font-weight: 300;
        line-height: 100%;
        color: #0a5e57;
        display: block; }
      #your-account-home ul li a:after,
      #trade-account-home ul li a:after {
        font-family: "dashicons";
        font-size: 2em;
        font-weight: 300;
        line-height: 100%;
        color: #6699cc;
        position: absolute;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 5px 5px 10px rgba(0, 0, 0, 0.5);
        top: 15px; }
      #your-account-home ul li a span,
      #trade-account-home ul li a span {
        text-align: center;
        display: block;
        font-size: 0.85em; }
    #your-account-home ul li.view-order-history a:before,
    #trade-account-home ul li.view-order-history a:before {
      content: "\f174"; }
    #your-account-home ul li.view-order-history a:after,
    #trade-account-home ul li.view-order-history a:after {
      content: "\f321"; }
    #your-account-home ul li.reserve-list a:before,
    #trade-account-home ul li.reserve-list a:before {
      content: "\f163"; }
    #your-account-home ul li.reserve-list a:after,
    #trade-account-home ul li.reserve-list a:after {
      content: "\f487"; }
    #your-account-home ul li.edit-details a:before,
    #trade-account-home ul li.edit-details a:before {
      content: "\f338"; }
    #your-account-home ul li.edit-details a:after,
    #trade-account-home ul li.edit-details a:after {
      content: "\f464"; }
    #your-account-home ul li.payment-cards a:before,
    #trade-account-home ul li.payment-cards a:before {
      content: "\f526"; }
    #your-account-home ul li.one-click-settings a:before,
    #trade-account-home ul li.one-click-settings a:before {
      content: "\f174"; }
    #your-account-home ul li.one-click-settings a:after,
    #trade-account-home ul li.one-click-settings a:after {
      content: "\f464"; }
    #your-account-home ul li.change-passwords a:before,
    #trade-account-home ul li.change-passwords a:before {
      content: "\f112"; }
    #your-account-home ul li.logout a:before,
    #trade-account-home ul li.logout a:before {
      content: "\f310"; }

.dashicons {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in; }
  .dashicons.dashicons-info:before {
    content: "\f348";
    font-size: 1rem; }

.cat-desc-holder {
  padding: 1em; }

.addressbook-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .addressbook-holder .address-card {
    /*-ms-flex: 0.5;
		-webkit-flex: 0.5;
		flex: 0.5;*/
    max-width: 340px;
    width: 33%;
    margin-bottom: 1.25rem;
    padding: 1rem;
    border-radius: 4px;
    background-color: #f8f9fa !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative; }
    .addressbook-holder .address-card .address-content {
      min-height: 200px;
      margin-bottom: 40px; }
    .addressbook-holder .address-card .actions {
      list-style: none;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.03);
      margin: 0;
      padding: 1rem 0; }

.checkout-addressbook h1 {
  margin: 0;
  margin-bottom: 1.25rem; }

.checkout-addressbook .addressbook-holder {
  flex-direction: column; }
  .checkout-addressbook .addressbook-holder .address-card {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .checkout-addressbook .addressbook-holder .address-card .address-content {
      min-height: auto;
      min-width: 78%;
      margin-bottom: 0;
      padding: 0.5rem 1rem; }
      .checkout-addressbook .addressbook-holder .address-card .address-content strong {
        display: block; }
      .checkout-addressbook .addressbook-holder .address-card .address-content br {
        display: none; }
    .checkout-addressbook .addressbook-holder .address-card .actions {
      margin: 0;
      display: block;
      /* flex-direction: row; */
      /* flex-wrap: wrap; */
      /* justify-content: center; */
      /* align-items: flex-start; */
      position: static;
      bottom: auto;
      left: auto;
      right: auto;
      background-color: transparent;
      padding: 1rem rem 0; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  background-color: white;
  border: 1px solid #062c51;
  border-radius: 0.3125rem;
  padding: 0.9375rem !important;
  width: auto !important; }
  .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days .table {
    border-collapse: separate;
    border-spacing: 2px; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days .table th {
      padding: 0.625rem;
      border: 0;
      inset: unset; }
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days .table td,
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days .table td:hover {
      padding: 0.625rem;
      border: 0;
      inset: unset; }
      .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days .table td.disabled,
      .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days .table td:hover.disabled {
        color: white;
        background-color: rgba(194, 14, 26, 0.3); }
      .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days .table td.weekend,
      .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-days .table td:hover.weekend {
        color: #454545;
        background-color: rgba(63, 96, 112, 0.1);
        opacity: 0.5; }
  .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-top: 7px solid #062c51 !important;
    border-top-color: black !important; }
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-bottom: 7px solid #062c51 !important;
    border-bottom-color: black !important; }

.product .contentBlock.productHero,
.product .contentBlock.productDesc {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }
  .product .contentBlock.productHero .textBlock,
  .product .contentBlock.productDesc .textBlock {
    width: 100%;
    padding: 1em 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*
            & ul.actions {
                width: 100%;
                float: left;
                margin: 1.5em 0;
                padding: 0;
                list-style-type: none;

                & li {
                    @include Tablet("portrait") {
                        display: block;
                    }

                    & .qty-holder {
                        @include buttonStyle($blue,$blue,$white,$orange,$orange,$white);
                        margin: 0;
                        display: inline-block;
                        padding: 0.5em;
                        min-height: 40px;
                        //border-radius: 15px;
                        margin-right: 5px;


                        @include Tablet("portrait") {
                            width: 100%;
                        }

                        @include Smartphone() {
                            border-radius: 15px 15px 0 0;
                        }

                        label {
                            text-align: center;
                            padding: 0 0.5em;

                            &[for="addQty"] {
                                display: none;
                            }
                        }

                        input[type=text],
                        input[type=number] {
                            background-color: $blue; //transparent;
                            color: $white;
                            text-align: center;
                            width: 50px;
                            border: 1px solid $blue;
                            border-radius: 0;

                            @include Tablet("portrait") {
                                -webkit-appearance: none;
                            }
                        }

                        &:hover {
                            input[type=text],
                            input[type=number] {
                                background-color: $orange;
                                border: 1px solid $orange;
                            }
                        }
                    }

                    &.trade-product-price {
                        .label {
                            display: none;
                        }
                    }
                    
                    & .button {
                        text-transform: uppercase;
                    }

                    & .button.buy {
                        @include buttonStyle($orange,$orange,$white,$blue,$blue,$white);
                        margin: 0;
                        padding: 0.5em;
                        min-height: 40px;
                        border-radius: 0;
                        //border-radius: 15px;
                        margin-right: 5px;

                        @include Tablet("portrait") {
                            width: 100%;
                        }

                        @include Smartphone() {
                            border-radius: 0 0 15px 15px;
                        }

                        &:before {
                        }
                    }

                    & .button.more {
                        display: none;
                    }

                    & a.button.search {
                        @include buttonStyle($grey,$grey,$yellow,$white,$white,$grey);
                        margin: 0;
                        padding: 0.6em 0.5em 0.5em 2em;
                        min-height: 40px;

                        background: {
                            image: url($iconPath + "/find_icon.png");
                            position: 0.5em center;
                            repeat: no-repeat;
                        }
                        //border-radius: 15px;
                        @include Tablet("portrait") {
                            width: 100%;
                            background-image: none;
                            padding: 0.6em 0.5em 0.5em;
                        }

                        &:hover {
                            background: {
                                image: url($iconPath + "/find_icon_hover.png");
                            }
                        }
                    }

                    & a {
                        @include Device(360px) {
                            width: 100%;
                        }
                    }
                }
            }*/ }
    .product .contentBlock.productHero .textBlock > div,
    .product .contentBlock.productDesc .textBlock > div {
      width: 100%; }
      @media only screen and (max-width: 640px) {
        .product .contentBlock.productHero .textBlock > div,
        .product .contentBlock.productDesc .textBlock > div {
          max-width: 100%; } }
      .product .contentBlock.productHero .textBlock > div h1,
      .product .contentBlock.productDesc .textBlock > div h1 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 2em;
        font-weight: 300;
        line-height: 100%;
        color: #f8931f;
        margin-bottom: 0.1em;
        margin-top: 0;
        text-transform: uppercase; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productHero .textBlock > div h1,
          .product .contentBlock.productDesc .textBlock > div h1 {
            font-family: "Hammersmith One", sans-serif;
            font-size: 22px;
            font-weight: 600;
            line-height: 100%;
            color: #f8931f;
            text-transform: uppercase; } }
      .product .contentBlock.productHero .textBlock > div h2,
      .product .contentBlock.productDesc .textBlock > div h2 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 300;
        line-height: 100%;
        color: #0a5e57;
        margin-top: 0.1em;
        margin-bottom: 0.1em;
        text-transform: uppercase; }
        .product .contentBlock.productHero .textBlock > div h2 a,
        .product .contentBlock.productDesc .textBlock > div h2 a {
          color: #0a5e57;
          text-decoration: none; }
          .product .contentBlock.productHero .textBlock > div h2 a:hover,
          .product .contentBlock.productDesc .textBlock > div h2 a:hover {
            text-decoration: underline; }
      .product .contentBlock.productHero .textBlock > div h3,
      .product .contentBlock.productDesc .textBlock > div h3 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 100%;
        color: #0a5e57;
        margin-top: 0;
        margin-bottom: 0.75em; }
      .product .contentBlock.productHero .textBlock > div p,
      .product .contentBlock.productDesc .textBlock > div p {
        font-family: "Hammersmith One", sans-serif;
        font-size: 0.9em;
        font-weight: 400;
        line-height: 120%;
        color: #2d2d2d; }
        .product .contentBlock.productHero .textBlock > div p span.hidden,
        .product .contentBlock.productDesc .textBlock > div p span.hidden {
          display: none; }
        .product .contentBlock.productHero .textBlock > div p .other-style,
        .product .contentBlock.productDesc .textBlock > div p .other-style {
          display: block;
          margin-left: 45px; }
          .product .contentBlock.productHero .textBlock > div p .other-style.Gluten.Free,
          .product .contentBlock.productDesc .textBlock > div p .other-style.Gluten.Free {
            color: #a2c037; }
      .product .contentBlock.productHero .textBlock > div .product-price,
      .product .contentBlock.productDesc .textBlock > div .product-price {
        font-family: "Hammersmith One", sans-serif;
        font-size: 2em;
        font-weight: 400;
        line-height: 100%;
        color: #f8931f;
        min-height: 40px; }
        .product .contentBlock.productHero .textBlock > div .product-price .moneyoff,
        .product .contentBlock.productDesc .textBlock > div .product-price .moneyoff {
          color: #0a5e57; }
      .product .contentBlock.productHero .textBlock > div .product-options,
      .product .contentBlock.productDesc .textBlock > div .product-options {
        padding: 2%;
        background-color: rgba(255, 144, 0, 0.4);
        margin: 2% 0;
        color: white; }
        .product .contentBlock.productHero .textBlock > div .product-options:empty,
        .product .contentBlock.productDesc .textBlock > div .product-options:empty {
          display: none; }
        .product .contentBlock.productHero .textBlock > div .product-options label,
        .product .contentBlock.productDesc .textBlock > div .product-options label {
          text-align: center;
          padding: 0 0.5em 0 0;
          font-size: 1.2em;
          font-weight: 300; }
        .product .contentBlock.productHero .textBlock > div .product-options input[type=text],
        .product .contentBlock.productHero .textBlock > div .product-options input[type=number],
        .product .contentBlock.productHero .textBlock > div .product-options select,
        .product .contentBlock.productDesc .textBlock > div .product-options input[type=text],
        .product .contentBlock.productDesc .textBlock > div .product-options input[type=number],
        .product .contentBlock.productDesc .textBlock > div .product-options select {
          background-color: #0a5e57;
          color: white;
          text-align: center;
          width: 50px;
          font-size: 1.2em;
          border: 1px solid #0a5e57;
          border-radius: 0; }
          @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
            .product .contentBlock.productHero .textBlock > div .product-options input[type=text],
            .product .contentBlock.productHero .textBlock > div .product-options input[type=number],
            .product .contentBlock.productHero .textBlock > div .product-options select,
            .product .contentBlock.productDesc .textBlock > div .product-options input[type=text],
            .product .contentBlock.productDesc .textBlock > div .product-options input[type=number],
            .product .contentBlock.productDesc .textBlock > div .product-options select {
              width: 100%; } }
        .product .contentBlock.productHero .textBlock > div .product-options select,
        .product .contentBlock.productDesc .textBlock > div .product-options select {
          width: auto;
          min-width: 100px; }
      .product .contentBlock.productHero .textBlock > div .stockStatus-hide,
      .product .contentBlock.productDesc .textBlock > div .stockStatus-hide {
        display: none; }
      .product .contentBlock.productHero .textBlock > div .stockStatus-show,
      .product .contentBlock.productDesc .textBlock > div .stockStatus-show {
        display: inline-block;
        margin: 0 0.5em 0 0.2em;
        color: #c20e1a; }
        .product .contentBlock.productHero .textBlock > div .stockStatus-show:before,
        .product .contentBlock.productDesc .textBlock > div .stockStatus-show:before {
          content: "("; }
        .product .contentBlock.productHero .textBlock > div .stockStatus-show:after,
        .product .contentBlock.productDesc .textBlock > div .stockStatus-show:after {
          content: ") left"; }
      .product .contentBlock.productHero .textBlock > div .back-link a:link, .product .contentBlock.productHero .textBlock > div .back-link a:visited,
      .product .contentBlock.productDesc .textBlock > div .back-link a:link,
      .product .contentBlock.productDesc .textBlock > div .back-link a:visited {
        color: #0a5e57;
        text-decoration: none; }
      .product .contentBlock.productHero .textBlock > div .back-link a:hover,
      .product .contentBlock.productDesc .textBlock > div .back-link a:hover {
        color: #f8931f;
        text-decoration: underline; }
    .product .contentBlock.productHero .textBlock ul.actions,
    .product .contentBlock.productDesc .textBlock ul.actions {
      list-style-type: none;
      padding: 0;
      margin: 0;
      clear: right;
      margin-top: 0;
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .product .contentBlock.productHero .textBlock ul.actions,
        .product .contentBlock.productDesc .textBlock ul.actions {
          margin-top: 0; } }
      .product .contentBlock.productHero .textBlock ul.actions li .qty-holder,
      .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder {
        float: left;
        margin: 1em 0 0;
        padding: 0.5em 0;
        box-sizing: border-box;
        background-color: #f8931f;
        border: 1px solid #f8931f;
        text-align: center;
        text-decoration: none;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: white;
        font-size: 0.8em;
        margin: 0;
        display: inline-block;
        padding: 0.2em 0.3em;
        border-radius: 0;
        margin-right: 0;
        margin-bottom: 1px;
        width: 100%; }
        .product .contentBlock.productHero .textBlock ul.actions li .qty-holder:hover,
        .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder:hover {
          background-color: #f8931f;
          border: 1px solid #f8931f;
          color: white; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productHero .textBlock ul.actions li .qty-holder,
          .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder {
            width: 100%;
            padding: 1em 0; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productHero .textBlock ul.actions li .qty-holder,
          .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder {
            padding: 0.25em 0; } }
        .product .contentBlock.productHero .textBlock ul.actions li .qty-holder label,
        .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder label {
          text-align: center;
          padding: 0 0.5em;
          display: none; }
          @media (min-width: 1441px) and (max-width: 1630px) {
            .product .contentBlock.productHero .textBlock ul.actions li .qty-holder label,
            .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder label {
              display: none; } }
        .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set,
        .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set {
          display: inline-block;
          position: relative; }
          .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set button,
          .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set button {
            position: absolute;
            border: 0;
            color: white;
            background: none;
            line-height: 1rem;
            border-radius: 50%;
            display: block;
            height: 20px;
            width: 20px;
            overflow: hidden; }
            .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set button:before,
            .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set button:before {
              display: block;
              font-family: "dashicons";
              font-size: 0.8rem;
              position: absolute;
              height: 20px;
              width: 20px;
              top: 0;
              left: 0; }
            .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set button.minus,
            .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set button.minus {
              left: 0;
              top: 3px; }
              .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set button.minus:before,
              .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set button.minus:before {
                content: "\f460"; }
            .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set button.plus,
            .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set button.plus {
              right: 0;
              top: 3px; }
              .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set button.plus:before,
              .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set button.plus:before {
                content: "\f132"; }
          .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set input[type=text],
          .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set input[type=text] {
            pointer-events: none; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .product .contentBlock.productHero .textBlock ul.actions li .qty-holder .number-set input[type=text],
              .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder .number-set input[type=text] {
                text-align: center; } }
        .product .contentBlock.productHero .textBlock ul.actions li .qty-holder input[type=text],
        .product .contentBlock.productHero .textBlock ul.actions li .qty-holder input[type=number],
        .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder input[type=text],
        .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder input[type=number] {
          background-color: #f8931f;
          color: white;
          text-align: center;
          width: 50px;
          border: 1px solid #f8931f;
          border-radius: 0; }
          @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
            .product .contentBlock.productHero .textBlock ul.actions li .qty-holder input[type=text],
            .product .contentBlock.productHero .textBlock ul.actions li .qty-holder input[type=number],
            .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder input[type=text],
            .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder input[type=number] {
              -webkit-appearance: none; } }
        .product .contentBlock.productHero .textBlock ul.actions li .qty-holder:hover input[type=text],
        .product .contentBlock.productHero .textBlock ul.actions li .qty-holder:hover input[type=number],
        .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder:hover input[type=text],
        .product .contentBlock.productDesc .textBlock ul.actions li .qty-holder:hover input[type=number] {
          background-color: #f8931f;
          border: 1px solid #f8931f; }
      .product .contentBlock.productHero .textBlock ul.actions li .max-stock,
      .product .contentBlock.productDesc .textBlock ul.actions li .max-stock {
        display: inline-block;
        min-width: 75px;
        margin-top: 3px;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 90px;
        font-size: 0.9rem; }
        .product .contentBlock.productHero .textBlock ul.actions li .max-stock.max-stock-status-999999999, .product .contentBlock.productHero .textBlock ul.actions li .max-stock.max-stock-status-41666666,
        .product .contentBlock.productDesc .textBlock ul.actions li .max-stock.max-stock-status-999999999,
        .product .contentBlock.productDesc .textBlock ul.actions li .max-stock.max-stock-status-41666666 {
          opacity: 0; }
      .product .contentBlock.productHero .textBlock ul.actions li,
      .product .contentBlock.productDesc .textBlock ul.actions li {
        flex-grow: 1; }
        .product .contentBlock.productHero .textBlock ul.actions li.qty-holder,
        .product .contentBlock.productDesc .textBlock ul.actions li.qty-holder {
          display: flex; }
        .product .contentBlock.productHero .textBlock ul.actions li.trade-product-price, .product .contentBlock.productHero .textBlock ul.actions li.product-case-price,
        .product .contentBlock.productDesc .textBlock ul.actions li.trade-product-price,
        .product .contentBlock.productDesc .textBlock ul.actions li.product-case-price {
          font-size: 0.9rem;
          width: 55px;
          min-height: 23px;
          margin-top: 3px;
          text-align: left;
          margin-left: 10px; }
          .product .contentBlock.productHero .textBlock ul.actions li.trade-product-price .label, .product .contentBlock.productHero .textBlock ul.actions li.product-case-price .label,
          .product .contentBlock.productDesc .textBlock ul.actions li.trade-product-price .label,
          .product .contentBlock.productDesc .textBlock ul.actions li.product-case-price .label {
            display: inline-block;
            width: 70px;
            display: none; }
          .product .contentBlock.productHero .textBlock ul.actions li.trade-product-price .pricemed, .product .contentBlock.productHero .textBlock ul.actions li.product-case-price .pricemed,
          .product .contentBlock.productDesc .textBlock ul.actions li.trade-product-price .pricemed,
          .product .contentBlock.productDesc .textBlock ul.actions li.product-case-price .pricemed {
            display: inline-block;
            width: 55px; }
          .product .contentBlock.productHero .textBlock ul.actions li.trade-product-price.case-status-0, .product .contentBlock.productHero .textBlock ul.actions li.product-case-price.case-status-0,
          .product .contentBlock.productDesc .textBlock ul.actions li.trade-product-price.case-status-0,
          .product .contentBlock.productDesc .textBlock ul.actions li.product-case-price.case-status-0 {
            display: none; }
      .product .contentBlock.productHero .textBlock ul.actions .button,
      .product .contentBlock.productDesc .textBlock ul.actions .button {
        text-transform: uppercase; }
      .product .contentBlock.productHero .textBlock ul.actions .button.buy,
      .product .contentBlock.productDesc .textBlock ul.actions .button.buy {
        float: left;
        margin: 1em 0 0;
        padding: 0.5em 0;
        box-sizing: border-box;
        background-color: #0a5e57;
        border: 1px solid #0a5e57;
        text-align: center;
        text-decoration: none;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: white;
        font-size: 0.9em;
        font-weight: normal;
        float: left;
        width: 100%;
        margin: 0;
        margin-left: 2px;
        padding: 0.2em 0.3em;
        min-width: 120px;
        min-height: 25px;
        border-radius: 0;
        border-radius: 0;
        margin-bottom: 1px; }
        .product .contentBlock.productHero .textBlock ul.actions .button.buy:hover,
        .product .contentBlock.productDesc .textBlock ul.actions .button.buy:hover {
          background-color: #f8931f;
          border: 1px solid #f8931f;
          color: white; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productHero .textBlock ul.actions .button.buy,
          .product .contentBlock.productDesc .textBlock ul.actions .button.buy {
            width: 100%;
            padding: 1em 0; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productHero .textBlock ul.actions .button.buy,
          .product .contentBlock.productDesc .textBlock ul.actions .button.buy {
            padding: 0.5em; } }
      .product .contentBlock.productHero .textBlock ul.actions a.button,
      .product .contentBlock.productDesc .textBlock ul.actions a.button {
        float: left;
        margin: 1em 0 0;
        padding: 0.5em 0;
        box-sizing: border-box;
        background-color: #0a5e57;
        border: 1px solid white;
        text-align: center;
        text-decoration: none;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: white;
        width: 100%;
        margin: 0;
        padding: 0.5em;
        display: block;
        float: none;
        text-transform: uppercase; }
        .product .contentBlock.productHero .textBlock ul.actions a.button:hover,
        .product .contentBlock.productDesc .textBlock ul.actions a.button:hover {
          background-color: #f8931f;
          border: 1px solid #f8931f;
          color: white; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productHero .textBlock ul.actions a.button,
          .product .contentBlock.productDesc .textBlock ul.actions a.button {
            width: 100%;
            padding: 1em 0; } }
        .product .contentBlock.productHero .textBlock ul.actions a.button.more,
        .product .contentBlock.productDesc .textBlock ul.actions a.button.more {
          background-color: #f8931f;
          border: 1px solid #f8931f;
          color: white;
          display: none; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .product .contentBlock.productHero .textBlock ul.actions a.button.more,
            .product .contentBlock.productDesc .textBlock ul.actions a.button.more {
              background-color: transparent;
              border: 0; }
              .product .contentBlock.productHero .textBlock ul.actions a.button.more:after,
              .product .contentBlock.productDesc .textBlock ul.actions a.button.more:after {
                content: ">"; } }
          .product .contentBlock.productHero .textBlock ul.actions a.button.more:hover,
          .product .contentBlock.productDesc .textBlock ul.actions a.button.more:hover {
            background-color: #0a5e57;
            border: 1px solid #0a5e57;
            color: white; }
    .product .contentBlock.productHero .textBlock .product-status,
    .product .contentBlock.productDesc .textBlock .product-status {
      margin-bottom: 1rem; }
    .product .contentBlock.productHero .textBlock .gp-label,
    .product .contentBlock.productDesc .textBlock .gp-label {
      font-family: "Hammersmith One", sans-serif;
      font-size: 0.9em;
      font-weight: 400;
      line-height: 120%;
      color: #2d2d2d;
      margin: 0;
      margin-bottom: 0.4em;
      text-align: left; }
      .product .contentBlock.productHero .textBlock .gp-label.hidden,
      .product .contentBlock.productDesc .textBlock .gp-label.hidden {
        display: none; }
    .product .contentBlock.productHero .textBlock .stock-batches th, .product .contentBlock.productHero .textBlock .stock-batches td,
    .product .contentBlock.productDesc .textBlock .stock-batches th,
    .product .contentBlock.productDesc .textBlock .stock-batches td {
      text-align: left;
      font-size: 0.8rem; }
  .product .contentBlock.productHero .imageBlock,
  .product .contentBlock.productDesc .imageBlock {
    position: relative;
    padding: 1.5rem 0.5rem 1.5rem 2em;
    padding: 1.5rem 0.5rem 1.5rem 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .product .contentBlock.productHero .imageBlock > div,
    .product .contentBlock.productDesc .imageBlock > div {
      position: relative; }
      @media only screen and (max-width: 640px) {
        .product .contentBlock.productHero .imageBlock > div,
        .product .contentBlock.productDesc .imageBlock > div {
          max-width: 100%; } }
      .product .contentBlock.productHero .imageBlock > div .back-link a:link, .product .contentBlock.productHero .imageBlock > div .back-link a:visited,
      .product .contentBlock.productDesc .imageBlock > div .back-link a:link,
      .product .contentBlock.productDesc .imageBlock > div .back-link a:visited {
        color: #0a5e57;
        text-decoration: none; }
      .product .contentBlock.productHero .imageBlock > div .back-link a:hover,
      .product .contentBlock.productDesc .imageBlock > div .back-link a:hover {
        color: #f8931f;
        text-decoration: underline; }
    @media only screen and (max-width: 640px) {
      .product .contentBlock.productHero .imageBlock,
      .product .contentBlock.productDesc .imageBlock {
        max-width: 100%;
        padding: 1.5rem 1rem 0; } }
    .product .contentBlock.productHero .imageBlock .brandLogo,
    .product .contentBlock.productDesc .imageBlock .brandLogo {
      position: absolute;
      top: 1em;
      right: -30px;
      padding: 0.3em;
      z-index: 99;
      width: 80px;
      height: 80px; }
      .product .contentBlock.productHero .imageBlock .brandLogo img,
      .product .contentBlock.productDesc .imageBlock .brandLogo img {
        max-width: 100%;
        display: block;
        margin-bottom: 5px; }
    .product .contentBlock.productHero .imageBlock img,
    .product .contentBlock.productDesc .imageBlock img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .product .contentBlock.productHero .imageBlock .heroImage,
    .product .contentBlock.productDesc .imageBlock .heroImage {
      width: 50%;
      overflow: hidden; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .product .contentBlock.productHero .imageBlock .heroImage,
        .product .contentBlock.productDesc .imageBlock .heroImage {
          width: 100%; } }
    .product .contentBlock.productHero .imageBlock #main-image-holder,
    .product .contentBlock.productDesc .imageBlock #main-image-holder {
      text-align: center;
      position: relative; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .product .contentBlock.productHero .imageBlock #main-image-holder,
        .product .contentBlock.productDesc .imageBlock #main-image-holder {
          float: none;
          width: auto; } }
    .product .contentBlock.productHero .imageBlock .alt-images,
    .product .contentBlock.productDesc .imageBlock .alt-images {
      float: left;
      width: 20%;
      max-height: 420px;
      overflow: hidden; }
      .product .contentBlock.productHero .imageBlock .alt-images p,
      .product .contentBlock.productDesc .imageBlock .alt-images p {
        display: none; }
    .product .contentBlock.productHero .imageBlock .bannerPager,
    .product .contentBlock.productDesc .imageBlock .bannerPager {
      width: 50%;
      position: absolute;
      bottom: 0;
      z-index: 103;
      margin: 0 auto;
      text-align: center; }
      .product .contentBlock.productHero .imageBlock .bannerPager a:link, .product .contentBlock.productHero .imageBlock .bannerPager a:visited,
      .product .contentBlock.productDesc .imageBlock .bannerPager a:link,
      .product .contentBlock.productDesc .imageBlock .bannerPager a:visited {
        width: 12px;
        height: 12px;
        margin: 0 0.315em 0 0.315em;
        display: inline-block;
        background: #454545; }
      .product .contentBlock.productHero .imageBlock .bannerPager a:hover, .product .contentBlock.productHero .imageBlock .bannerPager a.cycle-pager-active,
      .product .contentBlock.productDesc .imageBlock .bannerPager a:hover,
      .product .contentBlock.productDesc .imageBlock .bannerPager a.cycle-pager-active {
        background: #f8dc22; }

.product .contentBlock.productHero {
  position: relative;
  overflow: hidden;
  margin: 2rem auto 2rem;
  /*background:{
			image: url($bgroundPath + "/product_details.png");
			repeat: repeat-y;
			position: center;
		}*/ }
  .product .contentBlock.productHero:before {
    background: rgba(255, 255, 255, 0.9);
    width: 980px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: visible;
    height: auto; }
  .product .contentBlock.productHero > div {
    z-index: 2; }

.product .contentBlock.productDesc:empty {
  display: none; }

.product .contentBlock.productDesc .textBlock {
  background-color: white; }
  .product .contentBlock.productDesc .textBlock:empty {
    display: none; }
  .product .contentBlock.productDesc .textBlock #product-description {
    position: relative; }
    .product .contentBlock.productDesc .textBlock #product-description:empty {
      display: none; }
    .product .contentBlock.productDesc .textBlock #product-description input[type="checkbox"] {
      display: none; }
    .product .contentBlock.productDesc .textBlock #product-description label {
      display: none;
      width: 100%;
      padding: 0.45em 1em;
      box-sizing: border-box;
      float: left;
      position: absolute;
      bottom: 0;
      background-color: #f8dc22;
      border: 0;
      text-decoration: none;
      text-align: center;
      line-height: 2;
      cursor: pointer;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1.125em;
      font-weight: 400;
      line-height: 100%;
      color: #2d2d2d;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .product .contentBlock.productDesc .textBlock #product-description label:before {
        content: " ";
        min-height: 35px;
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        background: transparent;
        background: -webkit-linear-gradient(transparent, white);
        background: -o-linear-gradient(transparent, white);
        background: -moz-linear-gradient(transparent, white);
        background: linear-gradient(transparent, white); }
      .product .contentBlock.productDesc .textBlock #product-description label span:first-of-type:before {
        content: "Click"; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
          .product .contentBlock.productDesc .textBlock #product-description label span:first-of-type:before {
            content: "Tap"; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productDesc .textBlock #product-description label span:first-of-type:before {
            content: "Tap"; } }
      .product .contentBlock.productDesc .textBlock #product-description label span:last-of-type:before {
        content: "more"; }
      .product .contentBlock.productDesc .textBlock #product-description label:hover {
        background: #454545;
        color: #f8dc22; }
    .product .contentBlock.productDesc .textBlock #product-description [id^="expandDesc"]:checked + label span:last-of-type:before {
      content: "less"; }
    .product .contentBlock.productDesc .textBlock #product-description [id^="expandDesc"]:checked ~ div {
      height: auto;
      max-height: 1500px; }
    .product .contentBlock.productDesc .textBlock #product-description > div {
      height: auto;
      max-height: 363px;
      padding: 0 0 3em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      -webkit-transition: max-height 0.5s;
      -moz-transition: max-height 0.5s;
      transition: max-height 0.5s; }
      .product .contentBlock.productDesc .textBlock #product-description > div h1 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 2em;
        font-weight: 400;
        line-height: 100%;
        color: #454545; }
      .product .contentBlock.productDesc .textBlock #product-description > div h2 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 2em;
        font-weight: 400;
        line-height: 100%;
        color: #454545; }
      .product .contentBlock.productDesc .textBlock #product-description > div p {
        font-family: "Hammersmith One", sans-serif;
        font-size: 0.813em;
        font-weight: 400;
        line-height: 150%;
        color: #454545; }
      .product .contentBlock.productDesc .textBlock #product-description > div ul li {
        font-family: "Hammersmith One", sans-serif;
        font-size: 0.813em;
        font-weight: 400;
        line-height: 130%;
        color: #454545;
        margin-bottom: 1em; }
  .product .contentBlock.productDesc .textBlock th {
    text-align: right;
    padding: 1% 3%;
    white-space: nowrap; }
  .product .contentBlock.productDesc .textBlock #tabHolder {
    width: 100%; }
    .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer {
      width: 100%;
      max-width: 490px;
      float: left;
      background: #454545; }
      @media only screen and (max-width: 640px) {
        .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer {
          max-width: 100%; } }
      .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer input[type="radio"] {
        display: none; }
      .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer label {
        display: block;
        padding: 0.45em 1em;
        box-sizing: border-box;
        float: left;
        background-color: #454545;
        border-top: 1px solid #454545;
        border-bottom: 1px solid #454545;
        border-left: 1px solid #454545;
        text-decoration: none;
        text-align: center;
        line-height: 2;
        cursor: pointer;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1.125em;
        font-weight: 400;
        line-height: 100%;
        color: white;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer label {
            width: 100%;
            border-right: 1px solid #454545; } }
      .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content {
        display: none;
        width: 100%;
        padding: 1em 0;
        position: relative;
        float: left;
        background: #f4f4f4; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content {
            border-top: 1px solid #454545; } }
        .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content input[type="checkbox"] {
          display: none; }
        .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content label {
          width: 100%;
          display: none;
          padding: 0.45em 1em;
          box-sizing: border-box;
          float: left;
          position: absolute;
          bottom: 0;
          background-color: #f8dc22;
          border: 0;
          text-decoration: none;
          text-align: center;
          line-height: 2;
          cursor: pointer;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.125em;
          font-weight: 400;
          line-height: 100%;
          color: #2d2d2d;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content label:before {
            content: " ";
            min-height: 35px;
            position: absolute;
            right: 0;
            bottom: 100%;
            left: 0;
            background: transparent;
            background: -webkit-linear-gradient(transparent, white);
            background: -o-linear-gradient(transparent, white);
            background: -moz-linear-gradient(transparent, white);
            background: linear-gradient(transparent, white); }
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content label span:first-child:before {
            content: "Click "; }
            @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
              .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content label span:first-child:before {
                content: "Tap "; } }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content label span:first-child:before {
                content: "Tap "; } }
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content label span:last-child:before {
            content: "more"; }
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content label:hover {
            background: #2d2d2d;
            color: #f8dc22; }
        .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content [id^="expand"]:checked + label span:last-child:before {
          content: "less"; }
        .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content [id^="expand"]:checked ~ div {
          height: auto;
          max-height: 1065px; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content [id^="expand"]:checked ~ div {
              max-height: 1700px; } }
        .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div {
          height: auto;
          max-height: 295px;
          padding: 0 0 3em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          overflow: hidden;
          -webkit-transition: max-height 0.5s;
          -moz-transition: max-height 0.5s;
          transition: max-height 0.5s; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div {
              max-height: 400px; } }
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div:empty:before {
            content: "There are no documents listed for this product.";
            font-family: "Hammersmith One", sans-serif;
            font-size: 0.813em;
            font-weight: 400;
            line-height: 100%;
            color: #454545; }
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div article {
            width: 100%;
            float: left;
            margin: 0.35em 0; }
            .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div article .fileIcon {
              width: auto;
              float: left; }
            .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div article .fileDetails {
              width: 70%;
              float: left;
              margin: 0 0 0 1em; }
              .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div article .fileDetails h3 {
                margin: 0 0 0.5em;
                font-family: "Hammersmith One", sans-serif;
                font-size: 0.813em;
                font-weight: 700;
                line-height: 100%;
                color: #454545; }
              .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div article .fileDetails p {
                font-family: "Hammersmith One", sans-serif;
                font-size: 0.813em;
                font-weight: 400;
                line-height: 100%;
                color: #454545; }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
                .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer .tab-content > div article .fileDetails {
                  padding: 0 0.5em 0 0;
                  box-sizing: border-box; } }
      .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer #tab1:checked ~ #tab-content1 {
        display: block; }
      .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer a.button {
        width: 100%;
        float: left;
        margin: 1em 0 0;
        padding: 0.5em 0;
        box-sizing: border-box;
        background-color: #454545;
        border: 1px solid #454545;
        text-align: center;
        text-decoration: none;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: white;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1.125em;
        font-weight: 700;
        line-height: 100%;
        color: white;
        margin: 0;
        padding: 0.4em 0; }
        .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer a.button:hover {
          background-color: #f8dc22;
          border: 1px solid #f8dc22;
          color: #454545; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer a.button {
            width: 100%;
            padding: 1em 0; } }
        .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer a.button:before {
          content: "Click"; }
          @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
            .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer a.button:before {
              content: "Tap"; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .product .contentBlock.productDesc .textBlock #tabHolder .tabContainer a.button:before {
              content: "Tap"; } }
    .product .contentBlock.productDesc .textBlock #tabHolder.starter .tabContainer [id^="tab"]:checked + label,
    .product .contentBlock.productDesc .textBlock #tabHolder.starter .tabContainer label:hover {
      color: #a2c037; }
    .product .contentBlock.productDesc .textBlock #tabHolder.starter .tabContainer .tab-content label {
      background-color: #a2c037;
      color: white; }
      .product .contentBlock.productDesc .textBlock #tabHolder.starter .tabContainer .tab-content label:hover {
        background-color: #6699cc; }
    .product .contentBlock.productDesc .textBlock #tabHolder.starter .tabContainer > div article .fileIcon:before {
      content: url("../../images/icons/fileIcon_starter.jpg"); }

.product .contentBlock.addImages {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 2em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }
  .product .contentBlock.addImages article {
    width: 47%; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .product .contentBlock.addImages article {
        width: 100%;
        padding: 1em 2em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .product .contentBlock.addImages article .hero.video {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 16px;
      height: 0; }
      .product .contentBlock.addImages article .hero.video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .product .contentBlock.addImages article:nth-child(odd) {
      float: left; }
    .product .contentBlock.addImages article:nth-child(even) {
      float: right; }
    .product .contentBlock.addImages article .title {
      text-align: center;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1em;
      font-weight: 400;
      line-height: 100%;
      color: #454545; }

.product .contentArea.altImages {
  max-width: none;
  padding: 0 1em; }
  .product .contentArea.altImages .contentBlock {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative; }
    .product .contentArea.altImages .contentBlock #altImagesNext, .product .contentArea.altImages .contentBlock #altImagesPrev {
      position: absolute;
      top: 30%;
      z-index: 101;
      cursor: pointer;
      -webkit-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      transition: opacity 0.25s;
      display: none; }
      .product .contentArea.altImages .contentBlock #altImagesNext:hover, .product .contentArea.altImages .contentBlock #altImagesPrev:hover {
        opacity: 0.5; }
      @media only screen and (max-width: 1160px) {
        .product .contentArea.altImages .contentBlock #altImagesNext, .product .contentArea.altImages .contentBlock #altImagesPrev {
          top: 1em; } }
    .product .contentArea.altImages .contentBlock #altImagesNext {
      right: -5em; }
      .product .contentArea.altImages .contentBlock #altImagesNext:before {
        content: url("../../images/elements/next_arrow_lg.png"); }
      @media only screen and (max-width: 1160px) {
        .product .contentArea.altImages .contentBlock #altImagesNext {
          right: 0.5em; } }
    .product .contentArea.altImages .contentBlock #altImagesPrev {
      left: -5em; }
      .product .contentArea.altImages .contentBlock #altImagesPrev:before {
        content: url("../../images/elements/prev_arrow_lg.png"); }
      @media only screen and (max-width: 1160px) {
        .product .contentArea.altImages .contentBlock #altImagesPrev {
          left: 0.5em; } }
    .product .contentArea.altImages .contentBlock h2 {
      width: 100%; }
      @media only screen and (max-width: 1024px) {
        .product .contentArea.altImages .contentBlock h2 {
          text-align: center; } }
    .product .contentArea.altImages .contentBlock .altImagesCarousel {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 1160px) {
        .product .contentArea.altImages .contentBlock .altImagesCarousel {
          margin-top: 7em; } }
      .product .contentArea.altImages .contentBlock .altImagesCarousel:empty {
        display: none; }
        .product .contentArea.altImages .contentBlock .altImagesCarousel:empty ~ #altImagesNext,
        .product .contentArea.altImages .contentBlock .altImagesCarousel:empty ~ #altImagesPrev {
          display: none; }
      .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle {
        padding: 2em 1em 0.5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        text-align: center;
        border-left: 6px solid white;
        border-right: 6px solid white; }
        @media only screen and (max-width: 640px) {
          .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle {
            width: 93vw !important; } }
        @media only screen and (max-width: 480px) {
          .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle {
            width: 91vw !important; } }
        @media only screen and (max-width: 380px) {
          .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle {
            width: 89vw !important; } }
        .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle h3 {
          font-family: "Hammersmith One", sans-serif;
          font-size: 1.5em;
          font-weight: 700;
          line-height: 100%;
          color: #0a5e57;
          margin: 0.5em 0; }
        .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle p {
          padding: 0.5em 0;
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.75em;
          font-weight: 400;
          line-height: 1.5em;
          color: #454545;
          white-space: normal; }
        .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle a.button {
          float: left;
          margin: 1em 0 0;
          padding: 0.5em 0;
          box-sizing: border-box;
          background-color: #454545;
          border: 1px solid #454545;
          text-align: center;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1em;
          font-weight: 700;
          line-height: 100%;
          color: white;
          width: 90%;
          margin: 0 auto;
          padding: 0.5em 0;
          display: block;
          float: none; }
          .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle a.button:hover {
            background-color: white;
            border: 1px solid #454545;
            color: #454545; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle a.button {
              width: 100%;
              padding: 1em 0; } }
          .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle a.button:before {
            content: "Click"; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .product .contentArea.altImages .contentBlock .altImagesCarousel .altImagesArticle a.button:before {
                content: "Tap"; } }

.product .contentBlock.share-holder {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
  .product .contentBlock.share-holder ul.shareIcons {
    list-style-type: none;
    margin: 1.5em 1.5em 1.5em 2.9em;
    padding: 0; }
    .product .contentBlock.share-holder ul.shareIcons li {
      display: inline-block; }
      .product .contentBlock.share-holder ul.shareIcons li a {
        display: block;
        padding: 0 35px 15px;
        font-size: 0.813em;
        line-height: 1.6em;
        background-position: left top;
        background-repeat: no-repeat;
        text-decoration: none; }
        .product .contentBlock.share-holder ul.shareIcons li a:link, .product .contentBlock.share-holder ul.shareIcons li a:visited {
          color: #454545;
          text-decoration: none; }
        .product .contentBlock.share-holder ul.shareIcons li a:hover {
          color: #f8dc22;
          text-decoration: none; }
        .product .contentBlock.share-holder ul.shareIcons li a.twitter {
          background-image: url("../../images/icons/twitter_icon_col.png"); }
        .product .contentBlock.share-holder ul.shareIcons li a.facebook {
          background-image: url("../../images/icons/facebook_icon_col.png"); }
        .product .contentBlock.share-holder ul.shareIcons li a.email {
          background-image: url("../../images/icons/email_icon_col.png"); }
        .product .contentBlock.share-holder ul.shareIcons li a.talk {
          background-image: url("../../images/icons/talk_icon_col.png"); }

.product #productShowcase {
  background-color: #6699cc;
  float: none;
  clear: both; }
  .product #productShowcase .contentBlock {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 2em 0;
    /*display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            justify-content: space-between;
            -ms-align-content: flex-start;
            -webkit-align-content: flex-start;
            align-content: flex-start;*/
    position: relative;
    float: none; }
    .product #productShowcase .contentBlock #prodNext,
    .product #productShowcase .contentBlock #prodPrev,
    .product #productShowcase .contentBlock #prodStyleNext,
    .product #productShowcase .contentBlock #prodStylePrev {
      position: absolute;
      top: 45%;
      z-index: 101;
      cursor: pointer;
      -webkit-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      transition: opacity 0.25s; }
    .product #productShowcase .contentBlock #prodNext:hover,
    .product #productShowcase .contentBlock #prodPrev:hover,
    .product #productShowcase .contentBlock #prodStyleNext:hover,
    .product #productShowcase .contentBlock #prodStylePrev:hover {
      opacity: 0.5; }
    @media only screen and (max-width: 1160px) {
      .product #productShowcase .contentBlock #prodNext,
      .product #productShowcase .contentBlock #prodPrev,
      .product #productShowcase .contentBlock #prodStyleNext,
      .product #productShowcase .contentBlock #prodStylePrev {
        top: 1em; } }
    .product #productShowcase .contentBlock #prodStyleNext,
    .product #productShowcase .contentBlock #prodNext {
      right: -5em; }
    .product #productShowcase .contentBlock #prodNext:before,
    .product #productShowcase .contentBlock #prodStyleNext:before {
      content: url("../../images/elements/next_arrow_lgw.png"); }
    @media only screen and (max-width: 1160px) {
      .product #productShowcase .contentBlock #prodStyleNext,
      .product #productShowcase .contentBlock #prodNext {
        right: 0.5em; } }
    .product #productShowcase .contentBlock #prodStylePrev,
    .product #productShowcase .contentBlock #prodPrev {
      left: -5em; }
      .product #productShowcase .contentBlock #prodStylePrev:before,
      .product #productShowcase .contentBlock #prodPrev:before {
        content: url("../../images/elements/prev_arrow_lgw.png"); }
      @media only screen and (max-width: 1160px) {
        .product #productShowcase .contentBlock #prodStylePrev,
        .product #productShowcase .contentBlock #prodPrev {
          left: 0.5em; } }
    .product #productShowcase .contentBlock h2 {
      width: 100%;
      font-family: "Hammersmith One", sans-serif;
      font-size: 2.063em;
      font-weight: 300;
      line-height: 100%;
      color: white;
      margin-top: 0;
      margin-bottom: 0.1em; }
      @media only screen and (max-width: 1160px) {
        .product #productShowcase .contentBlock h2 {
          padding: 0 0 1em;
          text-align: center;
          min-height: 60px;
          margin: 0 45px;
          width: auto; } }
    .product #productShowcase .contentBlock .productCarousel {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden; }
      .product #productShowcase .contentBlock .productCarousel .prodArticle {
        padding: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: white;
        text-align: left;
        border-left: 6px solid #6699cc;
        border-right: 6px solid #6699cc;
        border: 6px solid #6699cc;
        min-height: 180px;
        max-width: 490px; }
        @media only screen and (max-width: 1000px) {
          .product #productShowcase .contentBlock .productCarousel .prodArticle {
            min-height: 140px; } }
        @media only screen and (max-width: 640px) {
          .product #productShowcase .contentBlock .productCarousel .prodArticle {
            width: 97vw !important; } }
        @media only screen and (max-width: 480px) {
          .product #productShowcase .contentBlock .productCarousel .prodArticle {
            width: 96vw !important; } }
        @media only screen and (max-width: 330px) {
          .product #productShowcase .contentBlock .productCarousel .prodArticle {
            width: 95vw !important; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .product #productShowcase .contentBlock .productCarousel .prodArticle {
            width: 100vw !important;
            min-height: 190px;
            padding: 1em 0.5em; } }
        .product #productShowcase .contentBlock .productCarousel .prodArticle .thumb {
          width: 30%;
          float: left; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .product #productShowcase .contentBlock .productCarousel .prodArticle .thumb img {
              width: 100%; } }
        .product #productShowcase .contentBlock .productCarousel .prodArticle .detail {
          width: 70%;
          float: right;
          padding: 0 0.5em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .product #productShowcase .contentBlock .productCarousel .prodArticle .detail {
              float: left;
              padding: 0 15px; } }
          .product #productShowcase .contentBlock .productCarousel .prodArticle .detail h3 {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.125em;
            font-weight: 700;
            line-height: 100%;
            color: #0a5e57;
            margin: 0;
            margin-bottom: 0.2em;
            text-transform: uppercase;
            white-space: normal; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .product #productShowcase .contentBlock .productCarousel .prodArticle .detail h3 {
                min-height: 40px;
                white-space: normal; } }
          .product #productShowcase .contentBlock .productCarousel .prodArticle .detail h4 {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.1em;
            font-weight: 300;
            line-height: 100%;
            color: #f8931f;
            margin: 0;
            margin-bottom: 0.2em; }
          .product #productShowcase .contentBlock .productCarousel .prodArticle .detail p {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1em;
            font-weight: 400;
            line-height: 100%;
            color: #f8931f;
            white-space: normal;
            margin-top: 0; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .product #productShowcase .contentBlock .productCarousel .prodArticle .detail p {
                min-height: 50px;
                margin-bottom: 0; } }
          .product #productShowcase .contentBlock .productCarousel .prodArticle .detail .product-price {
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.1em;
            font-weight: 700;
            line-height: 115%;
            color: #0a5e57;
            margin: 0; }
            .product #productShowcase .contentBlock .productCarousel .prodArticle .detail .product-price span.extra-info {
              font-size: 0.688em; }
          .product #productShowcase .contentBlock .productCarousel .prodArticle .detail a.button {
            float: left;
            margin: 1em 0 0;
            padding: 0.5em 0;
            box-sizing: border-box;
            background-color: #f8931f;
            border: 1px solid #f8931f;
            text-align: center;
            text-decoration: none;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1em;
            font-weight: 700;
            line-height: 100%;
            color: white;
            width: 50%;
            margin: 0.5em 0 0;
            padding: 0.5em 0;
            display: block;
            float: left;
            text-transform: uppercase; }
            .product #productShowcase .contentBlock .productCarousel .prodArticle .detail a.button:hover {
              background-color: #0a5e57;
              border: 1px solid #0a5e57;
              color: white; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .product #productShowcase .contentBlock .productCarousel .prodArticle .detail a.button {
                width: 100%;
                padding: 1em 0; } }
            @media only screen and (max-width: 860px) {
              .product #productShowcase .contentBlock .productCarousel .prodArticle .detail a.button {
                width: 100%; } }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .product #productShowcase .contentBlock .productCarousel .prodArticle .detail a.button {
                width: auto;
                padding: 0.5em 1.5em; } }

.generic {
  background-color: #f1f1f1;
  background-position: center top;
  background-repeat: repeat;
  background-size: 1920px;
  background-attachment: fixed; }
  .generic .bannerSlider {
    position: relative; }
    .generic .bannerSlider .next, .generic .bannerSlider .prev, .generic .bannerSlider .bannerPager {
      display: none; }
    .generic .bannerSlider .next, .generic .bannerSlider .prev {
      position: absolute;
      top: 25%;
      z-index: 103;
      font-family: "dashicons";
      font-size: 4.125em;
      font-weight: 400;
      line-height: 100%;
      color: white;
      cursor: pointer;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s; }
      .generic .bannerSlider .next:hover, .generic .bannerSlider .prev:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      @media only screen and (max-width: 705px) {
        .generic .bannerSlider .next, .generic .bannerSlider .prev {
          top: 45%; } }
    .generic .bannerSlider .next {
      right: 0.5em; }
      .generic .bannerSlider .next:before {
        content: url("../../images/elements/next_arrow.png"); }
    .generic .bannerSlider .prev {
      left: 0.5em; }
      .generic .bannerSlider .prev:before {
        content: url("../../images/elements/prev_arrow.png"); }
    .generic .bannerSlider .bannerPager {
      width: 100%;
      max-width: 980px;
      position: absolute;
      top: 45%;
      right: 0;
      left: 0;
      z-index: 103;
      margin: 0 auto;
      text-align: center; }
      @media only screen and (max-width: 980px) {
        .generic .bannerSlider .bannerPager {
          top: inherit;
          bottom: 1em; } }
      .generic .bannerSlider .bannerPager a:link, .generic .bannerSlider .bannerPager a:visited {
        width: 12px;
        height: 12px;
        margin: 0 0.315em 0 0.315em;
        display: inline-block;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 12px; }
      .generic .bannerSlider .bannerPager a:hover, .generic .bannerSlider .bannerPager a.cycle-pager-active {
        background: white; }
      @media only screen and (max-width: 555px) {
        .generic .bannerSlider .bannerPager {
          display: none !important; } }
    .generic .bannerSlider .banner {
      width: 100%;
      float: left;
      position: relative; }
      .generic .bannerSlider .banner .imgHolder {
        width: 100%;
        height: auto;
        min-height: 28.5vw;
        max-height: 30vw;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover; }
        .generic .bannerSlider .banner .imgHolder .banner-caption-holder {
          position: absolute;
          left: 50%;
          bottom: -1.5rem;
          transform: translateX(-50%);
          text-align: center; }
          .generic .bannerSlider .banner .imgHolder .banner-caption-holder h1 {
            font-family: "Damion", cursive;
            font-size: 6rem;
            font-weight: 400;
            line-height: 60%;
            color: white;
            text-shadow: 1px 1px 0 #1b1464, -1px -1px 0 #1b1464, 1px -1px 0 #1b1464, -1px 1px 0 #1b1464, 1px 1px 0 #1b1464, 6px 6px 3px black;
            -webkit-transform: rotate(-5.5deg);
            -moz-transform: rotate(-5.5deg);
            transform: rotate(-5.5deg); }
          .generic .bannerSlider .banner .imgHolder .banner-caption-holder p.intro {
            position: relative;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            line-height: 60%;
            color: white;
            text-shadow: 1px 3px 5px black;
            padding-bottom: 50px; }
            .generic .bannerSlider .banner .imgHolder .banner-caption-holder p.intro:after {
              content: url("../../images/elements/next_arrow_lg.png");
              position: absolute;
              left: 50%;
              bottom: -50px;
              transform: translateX(-50%) rotate(90deg) scale(0.5); }
          .generic .bannerSlider .banner .imgHolder .banner-caption-holder a {
            position: static;
            display: block;
            text-indent: 0;
            float: left;
            margin: 1em 0 0;
            padding: 0.5em 0;
            box-sizing: border-box;
            background-color: #f8931f;
            border: 1px solid #f8931f;
            text-align: center;
            text-decoration: none;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1em;
            font-weight: 700;
            line-height: 100%;
            color: white;
            color: white;
            font-size: 1em;
            text-transform: uppercase;
            padding: 1rem 2rem;
            float: none;
            margin: 0 auto;
            max-width: 425px;
            border-radius: 25px; }
            .generic .bannerSlider .banner .imgHolder .banner-caption-holder a:hover {
              background-color: #0a5e57;
              border: 1px solid #0a5e57;
              color: white; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .generic .bannerSlider .banner .imgHolder .banner-caption-holder a {
                width: 100%;
                padding: 1em 0; } }
        @media only screen and (max-width: 1800px) {
          .generic .bannerSlider .banner .imgHolder {
            min-height: 27.5vw; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .generic .bannerSlider .banner .imgHolder {
            min-height: 350px;
            max-height: 375px;
            height: 60vh;
            background-position: right top; } }
        @media only screen and (max-width: 330px) {
          .generic .bannerSlider .banner .imgHolder {
            background-position: right top; } }
        .generic .bannerSlider .banner .imgHolder a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          text-indent: -500px; }
          .generic .bannerSlider .banner .imgHolder a .lockdown-van {
            display: block;
            width: 451px;
            position: absolute;
            right: 7.5rem;
            bottom: 10px;
            top: 10px;
            background-position: right bottom;
            background-repeat: no-repeat;
            background-size: contain; }
            @media only screen and (max-width: 1800px) {
              .generic .bannerSlider .banner .imgHolder a .lockdown-van {
                right: 4.5rem; } }
            @media only screen and (max-width: 1700px) {
              .generic .bannerSlider .banner .imgHolder a .lockdown-van {
                right: 1.5rem; } }
            @media only screen and (max-width: 1500px) {
              .generic .bannerSlider .banner .imgHolder a .lockdown-van {
                width: 351px; } }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .generic .bannerSlider .banner .imgHolder a .lockdown-van {
                width: auto;
                left: 1.5rem;
                background-position: center bottom; } }
            .generic .bannerSlider .banner .imgHolder a .lockdown-van span {
              text-indent: -500px;
              display: none; }
          .generic .bannerSlider .banner .imgHolder a .collection-specials {
            display: block;
            width: 451px;
            position: absolute;
            right: 10.5rem;
            bottom: 85px;
            top: 10px;
            background-position: right bottom;
            background-repeat: no-repeat;
            background-size: contain; }
            @media only screen and (max-width: 1800px) {
              .generic .bannerSlider .banner .imgHolder a .collection-specials {
                right: 4.5rem; } }
            @media only screen and (max-width: 1700px) {
              .generic .bannerSlider .banner .imgHolder a .collection-specials {
                right: 1.5rem; } }
            @media only screen and (max-width: 1500px) {
              .generic .bannerSlider .banner .imgHolder a .collection-specials {
                width: 351px; } }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .generic .bannerSlider .banner .imgHolder a .collection-specials {
                width: auto;
                left: 1.5rem;
                bottom: 45px;
                margin-top: 70px;
                background-position: center bottom; } }
            .generic .bannerSlider .banner .imgHolder a .collection-specials span {
              text-indent: -500px;
              display: none; }
      .generic .bannerSlider .banner img {
        width: 100%; }
      .generic .bannerSlider .banner .bannerInfo {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        position: absolute;
        top: 12%;
        right: 0;
        left: 0;
        z-index: 102;
        display: none; }
        .generic .bannerSlider .banner .bannerInfo:empty {
          display: none; }
        @media only screen and (max-width: 705px) {
          .generic .bannerSlider .banner .bannerInfo {
            position: relative;
            background: #454545;
            top: inherit;
            float: left;
            padding: 1em;
            box-sizing: border-box; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .generic .bannerSlider .banner .bannerInfo {
            position: relative;
            top: 0;
            float: left;
            padding: 1em 0;
            background: #454545; } }
        .generic .bannerSlider .banner .bannerInfo > div {
          background-color: rgba(0, 0, 0, 0.4);
          width: 45%;
          padding: 1.5em;
          padding-left: 4.5em;
          box-sizing: border-box; }
          .generic .bannerSlider .banner .bannerInfo > div::after {
            display: block;
            clear: both;
            content: ""; }
          @media only screen and (max-width: 705px) {
            .generic .bannerSlider .banner .bannerInfo > div {
              width: 100% !important;
              padding: 0; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .generic .bannerSlider .banner .bannerInfo > div {
              width: 100%;
              padding: 1em; } }
          .generic .bannerSlider .banner .bannerInfo > div a.button[href=""] {
            display: none; }
          .generic .bannerSlider .banner .bannerInfo > div a.button[href="#"] {
            display: none; }
        .generic .bannerSlider .banner .bannerInfo h2 {
          margin: 0;
          font-family: "Hammersmith One", sans-serif;
          font-size: 3.625em;
          font-weight: 400;
          line-height: 100%;
          color: white; }
          @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
            .generic .bannerSlider .banner .bannerInfo h2 {
              font-size: 2.25em; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .generic .bannerSlider .banner .bannerInfo h2 {
              font-size: 2em; } }
        .generic .bannerSlider .banner .bannerInfo p {
          margin: 0;
          font-family: "Hammersmith One", sans-serif;
          font-size: 0.75em;
          font-weight: 400;
          line-height: 1.5em;
          color: white; }
        .generic .bannerSlider .banner .bannerInfo a.button {
          width: 50%;
          background-color: #5a287f;
          float: left;
          margin: 1em 0 0;
          padding: 0.5em 0;
          box-sizing: border-box;
          background-color: #5a287f;
          border: 1px solid #5a287f;
          text-align: center;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1em;
          font-weight: 700;
          line-height: 100%;
          color: white; }
          .generic .bannerSlider .banner .bannerInfo a.button:hover {
            background-color: white;
            border: 1px solid #454545;
            color: #454545; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .generic .bannerSlider .banner .bannerInfo a.button {
              width: 100%;
              padding: 1em 0; } }
          .generic .bannerSlider .banner .bannerInfo a.button:before {
            content: "Click"; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .generic .bannerSlider .banner .bannerInfo a.button:before {
                content: "Tap"; } }
    .generic .bannerSlider.stacked {
      margin: 2em 0 0; }
      .generic .bannerSlider.stacked .next, .generic .bannerSlider.stacked .prev {
        top: 35%; }
        @media only screen and (max-width: 705px) {
          .generic .bannerSlider.stacked .next, .generic .bannerSlider.stacked .prev {
            top: 25%; } }
      .generic .bannerSlider.stacked .bannerPager {
        max-width: 835px;
        top: auto;
        bottom: 0.25em;
        text-align: left; }
        .generic .bannerSlider.stacked .bannerPager a {
          margin: 0 0.625em 0 0; }
        @media only screen and (max-width: 960px) {
          .generic .bannerSlider.stacked .bannerPager {
            text-align: center; } }
        @media only screen and (max-width: 705px) {
          .generic .bannerSlider.stacked .bannerPager {
            top: 60%; } }
        @media only screen and (max-width: 650px) {
          .generic .bannerSlider.stacked .bannerPager {
            top: 55%; } }
        @media only screen and (max-width: 555px) {
          .generic .bannerSlider.stacked .bannerPager {
            display: none !important; } }
      .generic .bannerSlider.stacked .banner .bannerInfo {
        top: 15%; }
        @media only screen and (max-width: 1024px) {
          .generic .bannerSlider.stacked .banner .bannerInfo {
            top: 10%; } }
        .generic .bannerSlider.stacked .banner .bannerInfo > div {
          padding: 0;
          padding-left: 4.5em;
          background-color: transparent;
          width: 55%; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            .generic .bannerSlider.stacked .banner .bannerInfo > div {
              width: 80%;
              margin: auto; } }
  .generic .bannerSlider {
    width: 100%;
    margin-bottom: 2%; }
    .generic .bannerSlider .banner .imgHolder {
      width: 100%;
      min-height: 387px;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 1920px; }
    .generic .bannerSlider .banner .bannerInfo > div {
      background-color: rgba(0, 0, 0, 0.4);
      padding: 1.5em;
      margin-left: 3em; }
      .generic .bannerSlider .banner .bannerInfo > div::after {
        display: block;
        clear: both;
        content: ""; }
      @media only screen and (max-width: 705px) {
        .generic .bannerSlider .banner .bannerInfo > div {
          margin-left: auto;
          background-color: transparent; } }
    .generic .bannerSlider .banner .bannerInfo h2 {
      font-size: 4.625em;
      margin-bottom: 0.25em; }
      @media only screen and (max-width: 860px) {
        .generic .bannerSlider .banner .bannerInfo h2 {
          font-size: 1.625em; } }
    @media only screen and (max-width: 860px) {
      .generic .bannerSlider .banner .imgHolder {
        background-size: 1240px;
        min-height: 250px; }
      .generic .bannerSlider .banner .bannerInfo {
        top: 15%; }
        .generic .bannerSlider .banner .bannerInfo > div {
          width: 55%;
          padding-left: 1.5em; } }
    @media only screen and (max-width: 480px) {
      .generic .bannerSlider .banner .imgHolder {
        background-size: 744px;
        min-height: 150px; } }
    .generic .bannerSlider .next, .generic .bannerSlider .prev {
      top: 40%; }
    .generic .bannerSlider .bannerPager {
      top: auto;
      bottom: 5%; }
  .generic .contentArea {
    max-width: 980px;
    position: relative;
    margin: 1% auto 2%;
    background: rgba(255, 255, 255, 0.75);
    padding: 1%;
    clear: both; }
  .generic.news {
    background-image: url("../../images/bgrounds/newsBg.gif");
    background-position: left top;
    background-size: 100% 300px;
    background-repeat: repeat-x; }
    .generic.news .contentArea.headingBlock {
      background-image: url("../../images/bgrounds/newsBg.gif");
      background-size: cover;
      background-repeat: repeat; }
      .generic.news .contentArea.headingBlock h1 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 2.813em;
        font-weight: 700;
        line-height: 100%;
        color: #454545;
        margin: 0;
        margin-top: 45px; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          .generic.news .contentArea.headingBlock h1 {
            font-size: 1.5em; } }
      .generic.news .contentArea.headingBlock h3 {
        margin: 1em 0; }

input:focus, button:focus {
  outline: 0; }

p .asterix {
  color: #c20e1a; }

.buttonHolder,
.buttons-holder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .buttonHolder::after,
  .buttons-holder::after {
    display: block;
    clear: both;
    content: ""; }
  .buttonHolder .submitbutton,
  .buttonHolder input[type=submit],
  .buttonHolder input[type=button],
  .buttons-holder .submitbutton,
  .buttons-holder input[type=submit],
  .buttons-holder input[type=button] {
    float: left;
    margin: 1em 0 0;
    padding: 0.5em 0;
    box-sizing: border-box;
    background-color: #0a5e57;
    border: 1px solid #0a5e57;
    text-align: center;
    text-decoration: none;
    font-family: "Hammersmith One", sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 100%;
    color: white;
    margin: 0;
    padding: 0.5em;
    min-height: 30px;
    min-width: 150px;
    margin-right: 5px;
    text-transform: uppercase; }
    .buttonHolder .submitbutton:hover,
    .buttonHolder input[type=submit]:hover,
    .buttonHolder input[type=button]:hover,
    .buttons-holder .submitbutton:hover,
    .buttons-holder input[type=submit]:hover,
    .buttons-holder input[type=button]:hover {
      background-color: #f8931f;
      border: 1px solid #f8931f;
      color: white; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .buttonHolder .submitbutton,
      .buttonHolder input[type=submit],
      .buttonHolder input[type=button],
      .buttons-holder .submitbutton,
      .buttons-holder input[type=submit],
      .buttons-holder input[type=button] {
        width: 100%;
        padding: 1em 0; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
      .buttonHolder .submitbutton,
      .buttonHolder input[type=submit],
      .buttonHolder input[type=button],
      .buttons-holder .submitbutton,
      .buttons-holder input[type=submit],
      .buttons-holder input[type=button] {
        width: 100%; } }
    .buttonHolder .submitbutton.save-button, .buttonHolder .submitbutton._50.left,
    .buttonHolder input[type=submit].save-button,
    .buttonHolder input[type=submit]._50.left,
    .buttonHolder input[type=button].save-button,
    .buttonHolder input[type=button]._50.left,
    .buttons-holder .submitbutton.save-button,
    .buttons-holder .submitbutton._50.left,
    .buttons-holder input[type=submit].save-button,
    .buttons-holder input[type=submit]._50.left,
    .buttons-holder input[type=button].save-button,
    .buttons-holder input[type=button]._50.left {
      width: 49%;
      float: left; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .buttonHolder .submitbutton.save-button, .buttonHolder .submitbutton._50.left,
        .buttonHolder input[type=submit].save-button,
        .buttonHolder input[type=submit]._50.left,
        .buttonHolder input[type=button].save-button,
        .buttonHolder input[type=button]._50.left,
        .buttons-holder .submitbutton.save-button,
        .buttons-holder .submitbutton._50.left,
        .buttons-holder input[type=submit].save-button,
        .buttons-holder input[type=submit]._50.left,
        .buttons-holder input[type=button].save-button,
        .buttons-holder input[type=button]._50.left {
          width: 100%;
          float: none;
          margin-bottom: 1%; } }
    .buttonHolder .submitbutton.reset-pwd-button,
    .buttonHolder input[type=submit].reset-pwd-button,
    .buttonHolder input[type=button].reset-pwd-button,
    .buttons-holder .submitbutton.reset-pwd-button,
    .buttons-holder input[type=submit].reset-pwd-button,
    .buttons-holder input[type=button].reset-pwd-button {
      width: 49%;
      float: left; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .buttonHolder .submitbutton.reset-pwd-button,
        .buttonHolder input[type=submit].reset-pwd-button,
        .buttonHolder input[type=button].reset-pwd-button,
        .buttons-holder .submitbutton.reset-pwd-button,
        .buttons-holder input[type=submit].reset-pwd-button,
        .buttons-holder input[type=button].reset-pwd-button {
          width: 100%;
          float: none;
          margin-bottom: 1%; } }
    .buttonHolder .submitbutton.change-pwd-button,
    .buttonHolder input[type=submit].change-pwd-button,
    .buttonHolder input[type=button].change-pwd-button,
    .buttons-holder .submitbutton.change-pwd-button,
    .buttons-holder input[type=submit].change-pwd-button,
    .buttons-holder input[type=button].change-pwd-button {
      width: 49%;
      float: left; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .buttonHolder .submitbutton.change-pwd-button,
        .buttonHolder input[type=submit].change-pwd-button,
        .buttonHolder input[type=button].change-pwd-button,
        .buttons-holder .submitbutton.change-pwd-button,
        .buttons-holder input[type=submit].change-pwd-button,
        .buttons-holder input[type=button].change-pwd-button {
          width: 100%;
          float: none;
          margin-bottom: 1%; } }
    .buttonHolder .submitbutton.delete,
    .buttonHolder input[type=submit].delete,
    .buttonHolder input[type=button].delete,
    .buttons-holder .submitbutton.delete,
    .buttons-holder input[type=submit].delete,
    .buttons-holder input[type=button].delete {
      background-color: #5a287f;
      border: 1px solid #5a287f; }
      .buttonHolder .submitbutton.delete:hover,
      .buttonHolder input[type=submit].delete:hover,
      .buttonHolder input[type=button].delete:hover,
      .buttons-holder .submitbutton.delete:hover,
      .buttons-holder input[type=submit].delete:hover,
      .buttons-holder input[type=button].delete:hover {
        background-color: #f8931f !important;
        border: 1px solid #f8931f !important; }
    .buttonHolder .submitbutton.secondery,
    .buttonHolder input[type=submit].secondery,
    .buttonHolder input[type=button].secondery,
    .buttons-holder .submitbutton.secondery,
    .buttons-holder input[type=submit].secondery,
    .buttons-holder input[type=button].secondery {
      background-color: #5a287f;
      border: 1px solid #5a287f; }
      .buttonHolder .submitbutton.secondery:hover,
      .buttonHolder input[type=submit].secondery:hover,
      .buttonHolder input[type=button].secondery:hover,
      .buttons-holder .submitbutton.secondery:hover,
      .buttons-holder input[type=submit].secondery:hover,
      .buttons-holder input[type=button].secondery:hover {
        background-color: #f8931f !important;
        border: 1px solid #f8931f !important; }
    .buttonHolder .submitbutton.cancel-button, .buttonHolder .submitbutton._50.right,
    .buttonHolder input[type=submit].cancel-button,
    .buttonHolder input[type=submit]._50.right,
    .buttonHolder input[type=button].cancel-button,
    .buttonHolder input[type=button]._50.right,
    .buttons-holder .submitbutton.cancel-button,
    .buttons-holder .submitbutton._50.right,
    .buttons-holder input[type=submit].cancel-button,
    .buttons-holder input[type=submit]._50.right,
    .buttons-holder input[type=button].cancel-button,
    .buttons-holder input[type=button]._50.right {
      width: 49%;
      float: right; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .buttonHolder .submitbutton.cancel-button, .buttonHolder .submitbutton._50.right,
        .buttonHolder input[type=submit].cancel-button,
        .buttonHolder input[type=submit]._50.right,
        .buttonHolder input[type=button].cancel-button,
        .buttonHolder input[type=button]._50.right,
        .buttons-holder .submitbutton.cancel-button,
        .buttons-holder .submitbutton._50.right,
        .buttons-holder input[type=submit].cancel-button,
        .buttons-holder input[type=submit]._50.right,
        .buttons-holder input[type=button].cancel-button,
        .buttons-holder input[type=button]._50.right {
          width: 100%;
          float: none;
          margin-bottom: 1%; } }
    .buttonHolder .submitbutton._30.left,
    .buttonHolder input[type=submit]._30.left,
    .buttonHolder input[type=button]._30.left,
    .buttons-holder .submitbutton._30.left,
    .buttons-holder input[type=submit]._30.left,
    .buttons-holder input[type=button]._30.left {
      width: 29%;
      margin-right: 2%; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .buttonHolder .submitbutton._30.left,
        .buttonHolder input[type=submit]._30.left,
        .buttonHolder input[type=button]._30.left,
        .buttons-holder .submitbutton._30.left,
        .buttons-holder input[type=submit]._30.left,
        .buttons-holder input[type=button]._30.left {
          width: 100%;
          float: none;
          margin-right: 0;
          margin-bottom: 1%; } }
    .buttonHolder .submitbutton._30.right,
    .buttonHolder input[type=submit]._30.right,
    .buttonHolder input[type=button]._30.right,
    .buttons-holder .submitbutton._30.right,
    .buttons-holder input[type=submit]._30.right,
    .buttons-holder input[type=button]._30.right {
      width: 29%;
      margin-left: 2%; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .buttonHolder .submitbutton._30.right,
        .buttonHolder input[type=submit]._30.right,
        .buttonHolder input[type=button]._30.right,
        .buttons-holder .submitbutton._30.right,
        .buttons-holder input[type=submit]._30.right,
        .buttons-holder input[type=button]._30.right {
          width: 100%;
          float: none;
          margin-left: 0;
          margin-bottom: 1%; } }
    .buttonHolder .submitbutton[disabled],
    .buttonHolder input[type=submit][disabled],
    .buttonHolder input[type=button][disabled],
    .buttons-holder .submitbutton[disabled],
    .buttons-holder input[type=submit][disabled],
    .buttons-holder input[type=button][disabled] {
      opacity: 0.5;
      cursor: not-allowed; }

.form-holder.search {
  padding-top: 11px; }
  @media (max-width: 1199px) {
    .form-holder.search > p {
      display: none; } }

#formHolder fieldset,
#your-account-holder form fieldset,
#trade-account-holder form fieldset,
.form-holder form fieldset,
.order-details fieldset,
#order-holder fieldset {
  position: relative;
  border: 0;
  padding: 1em;
  margin: 0;
  margin-bottom: 1em;
  border-width: 0;
  padding: 40px 0 25px; }
  #formHolder fieldset legend,
  #your-account-holder form fieldset legend,
  #trade-account-holder form fieldset legend,
  .form-holder form fieldset legend,
  .order-details fieldset legend,
  #order-holder fieldset legend {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    color: #f8931f;
    text-decoration: underline;
    font-size: 1.5rem; }

#formHolder .field,
#your-account-holder form .field,
#trade-account-holder form .field,
.form-holder form .field,
.order-details .field,
#order-holder .field {
  padding: 0.5em 1em; }
  #formHolder .field::after,
  #your-account-holder form .field::after,
  #trade-account-holder form .field::after,
  .form-holder form .field::after,
  .order-details .field::after,
  #order-holder .field::after {
    display: block;
    clear: both;
    content: ""; }
  #formHolder .field label,
  #your-account-holder form .field label,
  #trade-account-holder form .field label,
  .form-holder form .field label,
  .order-details .field label,
  #order-holder .field label {
    width: 23%;
    float: left;
    padding: 0.25em 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Hammersmith One", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5em;
    color: #0a5e57; }
    #formHolder .field label.full,
    #your-account-holder form .field label.full,
    #trade-account-holder form .field label.full,
    .form-holder form .field label.full,
    .order-details .field label.full,
    #order-holder .field label.full {
      display: block;
      float: none;
      width: auto; }
  #formHolder .field input[type=text],
  #formHolder .field input[type=email],
  #formHolder .field input[type=password],
  #formHolder .field select,
  #formHolder .field textarea,
  #your-account-holder form .field input[type=text],
  #your-account-holder form .field input[type=email],
  #your-account-holder form .field input[type=password],
  #your-account-holder form .field select,
  #your-account-holder form .field textarea,
  #trade-account-holder form .field input[type=text],
  #trade-account-holder form .field input[type=email],
  #trade-account-holder form .field input[type=password],
  #trade-account-holder form .field select,
  #trade-account-holder form .field textarea,
  .form-holder form .field input[type=text],
  .form-holder form .field input[type=email],
  .form-holder form .field input[type=password],
  .form-holder form .field select,
  .form-holder form .field textarea,
  .order-details .field input[type=text],
  .order-details .field input[type=email],
  .order-details .field input[type=password],
  .order-details .field select,
  .order-details .field textarea,
  #order-holder .field input[type=text],
  #order-holder .field input[type=email],
  #order-holder .field input[type=password],
  #order-holder .field select,
  #order-holder .field textarea {
    width: auto;
    padding: 0.2em 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    font-family: "Hammersmith One", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5em;
    color: #2d2d2d;
    float: left; }
  #formHolder .field textarea,
  #your-account-holder form .field textarea,
  #trade-account-holder form .field textarea,
  .form-holder form .field textarea,
  .order-details .field textarea,
  #order-holder .field textarea {
    height: 125px; }
  #formHolder .field .asterix,
  #your-account-holder form .field .asterix,
  #trade-account-holder form .field .asterix,
  .form-holder form .field .asterix,
  .order-details .field .asterix,
  #order-holder .field .asterix {
    color: #c20e1a;
    font-size: 1.5em;
    margin-left: 5px;
    position: relative;
    top: 10px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #formHolder #forgotten-password,
  #your-account-holder form #forgotten-password,
  #trade-account-holder form #forgotten-password,
  .form-holder form #forgotten-password,
  .order-details #forgotten-password,
  #order-holder #forgotten-password {
    position: static;
    top: auto;
    left: auto; } }

#formHolder #forgotten-password a:link, #formHolder #forgotten-password a:visited,
#your-account-holder form #forgotten-password a:link,
#your-account-holder form #forgotten-password a:visited,
#trade-account-holder form #forgotten-password a:link,
#trade-account-holder form #forgotten-password a:visited,
.form-holder form #forgotten-password a:link,
.form-holder form #forgotten-password a:visited,
.order-details #forgotten-password a:link,
.order-details #forgotten-password a:visited,
#order-holder #forgotten-password a:link,
#order-holder #forgotten-password a:visited {
  color: #6699cc;
  text-decoration: none; }

#formHolder #forgotten-password a:hover,
#your-account-holder form #forgotten-password a:hover,
#trade-account-holder form #forgotten-password a:hover,
.form-holder form #forgotten-password a:hover,
.order-details #forgotten-password a:hover,
#order-holder #forgotten-password a:hover {
  color: #0a5e57;
  text-decoration: underline; }

#your-account-holder form::after,
#trade-account-holder form::after,
.form-holder form::after,
.order-details::after,
#order-holder::after {
  display: block;
  clear: both;
  content: ""; }

#your-account-holder form .field,
#trade-account-holder form .field,
.form-holder form .field,
.order-details .field,
#order-holder .field {
  padding: 0;
  margin-bottom: 0.5em; }
  #your-account-holder form .field::after,
  #trade-account-holder form .field::after,
  .form-holder form .field::after,
  .order-details .field::after,
  #order-holder .field::after {
    display: block;
    clear: both;
    content: ""; }
  #your-account-holder form .field input[type=text],
  #your-account-holder form .field input[type=email],
  #your-account-holder form .field input[type=password],
  #your-account-holder form .field select,
  #your-account-holder form .field textarea,
  #trade-account-holder form .field input[type=text],
  #trade-account-holder form .field input[type=email],
  #trade-account-holder form .field input[type=password],
  #trade-account-holder form .field select,
  #trade-account-holder form .field textarea,
  .form-holder form .field input[type=text],
  .form-holder form .field input[type=email],
  .form-holder form .field input[type=password],
  .form-holder form .field select,
  .form-holder form .field textarea,
  .order-details .field input[type=text],
  .order-details .field input[type=email],
  .order-details .field input[type=password],
  .order-details .field select,
  .order-details .field textarea,
  #order-holder .field input[type=text],
  #order-holder .field input[type=email],
  #order-holder .field input[type=password],
  #order-holder .field select,
  #order-holder .field textarea {
    width: 62%;
    min-width: 250px;
    /* firefox 19+ */
    /* ie */ }
    #your-account-holder form .field input[type=text]::-webkit-input-placeholder,
    #your-account-holder form .field input[type=email]::-webkit-input-placeholder,
    #your-account-holder form .field input[type=password]::-webkit-input-placeholder,
    #your-account-holder form .field select::-webkit-input-placeholder,
    #your-account-holder form .field textarea::-webkit-input-placeholder,
    #trade-account-holder form .field input[type=text]::-webkit-input-placeholder,
    #trade-account-holder form .field input[type=email]::-webkit-input-placeholder,
    #trade-account-holder form .field input[type=password]::-webkit-input-placeholder,
    #trade-account-holder form .field select::-webkit-input-placeholder,
    #trade-account-holder form .field textarea::-webkit-input-placeholder,
    .form-holder form .field input[type=text]::-webkit-input-placeholder,
    .form-holder form .field input[type=email]::-webkit-input-placeholder,
    .form-holder form .field input[type=password]::-webkit-input-placeholder,
    .form-holder form .field select::-webkit-input-placeholder,
    .form-holder form .field textarea::-webkit-input-placeholder,
    .order-details .field input[type=text]::-webkit-input-placeholder,
    .order-details .field input[type=email]::-webkit-input-placeholder,
    .order-details .field input[type=password]::-webkit-input-placeholder,
    .order-details .field select::-webkit-input-placeholder,
    .order-details .field textarea::-webkit-input-placeholder,
    #order-holder .field input[type=text]::-webkit-input-placeholder,
    #order-holder .field input[type=email]::-webkit-input-placeholder,
    #order-holder .field input[type=password]::-webkit-input-placeholder,
    #order-holder .field select::-webkit-input-placeholder,
    #order-holder .field textarea::-webkit-input-placeholder {
      font-size: 0.9rem; }
    #your-account-holder form .field input[type=text]::-moz-placeholder,
    #your-account-holder form .field input[type=email]::-moz-placeholder,
    #your-account-holder form .field input[type=password]::-moz-placeholder,
    #your-account-holder form .field select::-moz-placeholder,
    #your-account-holder form .field textarea::-moz-placeholder,
    #trade-account-holder form .field input[type=text]::-moz-placeholder,
    #trade-account-holder form .field input[type=email]::-moz-placeholder,
    #trade-account-holder form .field input[type=password]::-moz-placeholder,
    #trade-account-holder form .field select::-moz-placeholder,
    #trade-account-holder form .field textarea::-moz-placeholder,
    .form-holder form .field input[type=text]::-moz-placeholder,
    .form-holder form .field input[type=email]::-moz-placeholder,
    .form-holder form .field input[type=password]::-moz-placeholder,
    .form-holder form .field select::-moz-placeholder,
    .form-holder form .field textarea::-moz-placeholder,
    .order-details .field input[type=text]::-moz-placeholder,
    .order-details .field input[type=email]::-moz-placeholder,
    .order-details .field input[type=password]::-moz-placeholder,
    .order-details .field select::-moz-placeholder,
    .order-details .field textarea::-moz-placeholder,
    #order-holder .field input[type=text]::-moz-placeholder,
    #order-holder .field input[type=email]::-moz-placeholder,
    #order-holder .field input[type=password]::-moz-placeholder,
    #order-holder .field select::-moz-placeholder,
    #order-holder .field textarea::-moz-placeholder {
      font-size: 0.9rem; }
    #your-account-holder form .field input[type=text]:-ms-input-placeholder,
    #your-account-holder form .field input[type=email]:-ms-input-placeholder,
    #your-account-holder form .field input[type=password]:-ms-input-placeholder,
    #your-account-holder form .field select:-ms-input-placeholder,
    #your-account-holder form .field textarea:-ms-input-placeholder,
    #trade-account-holder form .field input[type=text]:-ms-input-placeholder,
    #trade-account-holder form .field input[type=email]:-ms-input-placeholder,
    #trade-account-holder form .field input[type=password]:-ms-input-placeholder,
    #trade-account-holder form .field select:-ms-input-placeholder,
    #trade-account-holder form .field textarea:-ms-input-placeholder,
    .form-holder form .field input[type=text]:-ms-input-placeholder,
    .form-holder form .field input[type=email]:-ms-input-placeholder,
    .form-holder form .field input[type=password]:-ms-input-placeholder,
    .form-holder form .field select:-ms-input-placeholder,
    .form-holder form .field textarea:-ms-input-placeholder,
    .order-details .field input[type=text]:-ms-input-placeholder,
    .order-details .field input[type=email]:-ms-input-placeholder,
    .order-details .field input[type=password]:-ms-input-placeholder,
    .order-details .field select:-ms-input-placeholder,
    .order-details .field textarea:-ms-input-placeholder,
    #order-holder .field input[type=text]:-ms-input-placeholder,
    #order-holder .field input[type=email]:-ms-input-placeholder,
    #order-holder .field input[type=password]:-ms-input-placeholder,
    #order-holder .field select:-ms-input-placeholder,
    #order-holder .field textarea:-ms-input-placeholder {
      font-size: 0.9rem; }
    #your-account-holder form .field input[type=text]:-moz-placeholder,
    #your-account-holder form .field input[type=email]:-moz-placeholder,
    #your-account-holder form .field input[type=password]:-moz-placeholder,
    #your-account-holder form .field select:-moz-placeholder,
    #your-account-holder form .field textarea:-moz-placeholder,
    #trade-account-holder form .field input[type=text]:-moz-placeholder,
    #trade-account-holder form .field input[type=email]:-moz-placeholder,
    #trade-account-holder form .field input[type=password]:-moz-placeholder,
    #trade-account-holder form .field select:-moz-placeholder,
    #trade-account-holder form .field textarea:-moz-placeholder,
    .form-holder form .field input[type=text]:-moz-placeholder,
    .form-holder form .field input[type=email]:-moz-placeholder,
    .form-holder form .field input[type=password]:-moz-placeholder,
    .form-holder form .field select:-moz-placeholder,
    .form-holder form .field textarea:-moz-placeholder,
    .order-details .field input[type=text]:-moz-placeholder,
    .order-details .field input[type=email]:-moz-placeholder,
    .order-details .field input[type=password]:-moz-placeholder,
    .order-details .field select:-moz-placeholder,
    .order-details .field textarea:-moz-placeholder,
    #order-holder .field input[type=text]:-moz-placeholder,
    #order-holder .field input[type=email]:-moz-placeholder,
    #order-holder .field input[type=password]:-moz-placeholder,
    #order-holder .field select:-moz-placeholder,
    #order-holder .field textarea:-moz-placeholder {
      font-size: 0.9rem; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #your-account-holder form .field input[type=text],
      #your-account-holder form .field input[type=email],
      #your-account-holder form .field input[type=password],
      #your-account-holder form .field select,
      #your-account-holder form .field textarea,
      #trade-account-holder form .field input[type=text],
      #trade-account-holder form .field input[type=email],
      #trade-account-holder form .field input[type=password],
      #trade-account-holder form .field select,
      #trade-account-holder form .field textarea,
      .form-holder form .field input[type=text],
      .form-holder form .field input[type=email],
      .form-holder form .field input[type=password],
      .form-holder form .field select,
      .form-holder form .field textarea,
      .order-details .field input[type=text],
      .order-details .field input[type=email],
      .order-details .field input[type=password],
      .order-details .field select,
      .order-details .field textarea,
      #order-holder .field input[type=text],
      #order-holder .field input[type=email],
      #order-holder .field input[type=password],
      #order-holder .field select,
      #order-holder .field textarea {
        width: 90%; } }
  #your-account-holder form .field input[type=checkbox] ~ label,
  #your-account-holder form .field input[type=radio] ~ label,
  #trade-account-holder form .field input[type=checkbox] ~ label,
  #trade-account-holder form .field input[type=radio] ~ label,
  .form-holder form .field input[type=checkbox] ~ label,
  .form-holder form .field input[type=radio] ~ label,
  .order-details .field input[type=checkbox] ~ label,
  .order-details .field input[type=radio] ~ label,
  #order-holder .field input[type=checkbox] ~ label,
  #order-holder .field input[type=radio] ~ label {
    width: auto;
    float: none;
    margin-left: 1%; }

#your-account-holder form fieldset .buttonHolder,
#your-account-holder form fieldset .buttons-holder,
#trade-account-holder form fieldset .buttonHolder,
#trade-account-holder form fieldset .buttons-holder,
.form-holder form fieldset .buttonHolder,
.form-holder form fieldset .buttons-holder,
.order-details fieldset .buttonHolder,
.order-details fieldset .buttons-holder,
#order-holder fieldset .buttonHolder,
#order-holder fieldset .buttons-holder {
  padding: 1em 0; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #order-holder {
    font-size: 0.9em; } }

#login-form-holder {
  padding-right: 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 1600px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #login-form-holder {
      padding: 0; } }
  .register #login-form-holder {
    max-height: 0; }

#register-form-holder {
  padding-left: 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #register-form-holder {
      padding: 0; }
      #register-form-holder .contentBlock {
        padding: 0; } }
  .register #register-form-holder {
    width: 100% !important;
    padding-left: 0; }

#your-reg-holder,
#trade-reg-holder {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  /*-moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;*/ }
  .register #your-reg-holder, .register
  #trade-reg-holder {
    max-height: 1600px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .register #your-reg-holder, .register
      #trade-reg-holder {
        max-height: 2045px; } }
  #your-reg-holder #address-holder,
  #trade-reg-holder #address-holder {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #your-reg-holder #address-holder,
      #trade-reg-holder #address-holder {
        border-left: 0; } }
  #your-reg-holder #terms-holder,
  #trade-reg-holder #terms-holder {
    clear: both; }

#new-customer-intro {
  max-height: 1600px;
  padding-top: 160px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }
  .register #new-customer-intro {
    max-height: 0;
    padding-top: 0; }

#your-account-holder {
  padding: 1rem; }

.contentArea .contentBlock p.basketsuccess {
  padding: 1em;
  font-size: 1.125em; }

.msg_confirmation {
  background-image: url("../../images/msg_tick.gif");
  background-position: top left;
  background-repeat: no-repeat;
  background-color: lightyellow;
  border: 1px dashed #C0C0C0;
  padding: 10px 10px 10px 50px; }
  .msg_confirmation.cms-page {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: left; }
  .msg_confirmation span {
    float: right;
    cursor: pointer; }

/*
.msg_confirmation
{
	background      : lightyellow url("../../images/icons/tick_icon.gif") 5px 1px no-repeat;
	border          : 1px dashed #360;
	padding         : 10px 10px 10px 50px;
	font-size		: 0.75em;
	font-style      : italic;
	color           : #360 !important;
	min-height      : 16px;

    & span {
        float: right;
        cursor: pointer;
    }
}*/
.msg_confirmation {
  background: #28a745;
  border: 0;
  padding: 5px 5px 5px 50px;
  font-size: 1rem;
  font-style: italic;
  color: #ffffff !important;
  position: relative;
  margin-bottom: 5px;
  margin-top: 0; }
  .msg_confirmation span {
    display: none; }
  .msg_confirmation:before {
    position: absolute;
    content: "\f147";
    font-family: 'dashicons';
    left: 5px;
    font-size: 30px;
    top: 4px; }
  .msg_confirmation a.closeLink {
    position: absolute;
    right: 15px;
    top: 5px; }
    .msg_confirmation a.closeLink .fa.fa-times:before {
      content: "\f158";
      font-family: 'dashicons';
      font-size: 1.5rem;
      font-style: normal; }

/*
.msg_error
{
	background      : lightyellow url("../../images/icons/error_icon.gif") 5px 1px no-repeat;
	border          : 1px dashed #900;
	padding         : 10px 10px 10px 50px;
	font-style      : italic;
	color           : #900 !important;
	min-height      : 16px;

    & span {
        float: right;
        cursor: pointer;
    }
}

.msg_error a { color : #900 !important; }
*/
.msg_error {
  background: #dc3545 5px 1px no-repeat;
  border: 0;
  padding: 5px 5px 5px 50px;
  font-size: 1rem;
  color: #fafafa !important;
  min-height: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  position: relative; }
  .msg_error:before {
    position: absolute;
    content: "\f153";
    font-family: 'dashicons';
    left: 10px;
    font-size: 25px;
    top: 10px; }
  .msg_error span {
    display: none; }
  .msg_error a {
    text-decoration: underline;
    color: #fafafa !important; }
  .msg_error a.closeLink {
    position: absolute;
    right: 15px;
    top: 5px; }
    .msg_error a.closeLink .fa.fa-times:before {
      content: "\f158";
      font-family: 'dashicons';
      font-size: 1.5rem;
      font-style: normal; }

/*.msg_warn
{
	background      : lightyellow url("../../images/icons/warn_icon.gif") 5px 1px no-repeat;
	border          : 1px dashed #ed7606;
	padding         : 10px 10px 10px 50px;
	font-size		: 0.75em;
	font-style      : italic;
	color           : #ed7606 !important;
	min-height      : 16px;
	margin-top		: 15px;

    & span {
        float: right;
        cursor: pointer;
    }
}*/
.msg_warn {
  background: #ffc107 5px 1px no-repeat;
  border: 0;
  padding: 5px 5px 5px 50px;
  font-size: 1rem;
  color: #2b2c2d !important;
  min-height: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  position: relative; }
  .msg_warn:before {
    position: absolute;
    content: "\f227";
    font-family: 'dashicons';
    left: 10px;
    font-size: 25px;
    top: 10px; }
  .msg_warn span {
    display: none; }
  .msg_warn a.closeLink {
    position: absolute;
    right: 15px;
    top: 5px; }
    .msg_warn a.closeLink .fa.fa-times:before {
      content: "\f158";
      font-family: 'dashicons';
      font-size: 1.5rem;
      font-style: normal; }

.errormsg {
  color: #900; }

/* Forms
--------------------------------------------- */
#mc_embed_signup {
  padding-bottom: 3%; }
  #mc_embed_signup .mc-field-group {
    padding-top: 3%; }
    #mc_embed_signup .mc-field-group label {
      font-weight: bold;
      margin-bottom: 1%;
      display: inline-block; }
  #mc_embed_signup .mc-field-group br {
    display: none; }
  #mc_embed_signup input[type=text], #mc_embed_signup input[type=email], #mc_embed_signup input[type=password], #mc_embed_signup select, #mc_embed_signup textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #eee inset;
    color: #222;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 2% 5%;
    width: 100%;
    box-sizing: border-box; }
  #mc_embed_signup input[type="checkbox"], #mc_embed_signup input[type="image"], #mc_embed_signup input[type="radio"] {
    width: auto;
    margin-right: 1%; }
  #mc_embed_signup input:focus, #mc_embed_signup textarea:focus {
    border: 1px solid #999;
    outline: none; }
  #mc_embed_signup ::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #mc_embed_signup ::-webkit-input-placeholder {
    color: #999; }
  #mc_embed_signup .button {
    border-radius: 5px;
    display: inline-block; }
  #mc_embed_signup input[type="search"]::-webkit-search-cancel-button, #mc_embed_signup input[type="search"]::-webkit-search-results-button {
    display: none; }
  #mc_embed_signup input.mce_inline_error {
    border-color: #6B0505; }
  #mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff; }
  #mc_embed_signup .input-group li {
    list-style: none; }

#siteHead {
  width: 100%;
  height: auto;
  min-height: 60px;
  max-height: 85px;
  float: left;
  position: fixed;
  z-index: 103;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-top: 25px;
  /*& > nav {
		width: 33.3%;
		float: left;
		padding: 30px 25px 0;
		@include boxSizing();

		@include Smartphone() {
			width: 100%;
		}
	}*/ }
  @media (min-width: 569px) {
    .persistent-basket #siteHead {
      width: auto;
      left: 0;
      right: 0;
      transition: right ease-in 1s; }
    .persistent-basket.show #siteHead {
      right: 217px; } }
  @media (min-width: 569px) and (min-width: 569px) and (max-width: 1024px) {
    .persistent-basket.show #siteHead {
      right: 0; } }
  @media (max-width: 1023px) {
    #siteHead {
      min-height: 80px;
      max-height: 80px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #siteHead {
      min-height: 40px;
      max-height: 40px;
      margin-top: 0; } }
  #siteHead .headSearchHolder {
    width: 33.3%;
    float: left;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1023px) {
      #siteHead .headSearchHolder {
        width: 38.3%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #siteHead .headSearchHolder {
        width: 100%; } }
  #siteHead .logoHolder {
    width: 15%;
    float: left;
    padding: 10px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1439px) {
      #siteHead .logoHolder {
        width: 15%; } }
    @media (max-width: 1023px) {
      #siteHead .logoHolder {
        width: 100%;
        margin: 0; } }
    .homepage #siteHead .logoHolder {
      width: 17%;
      float: left;
      padding: 30px 25px 0;
      margin-left: 50%;
      transform: translateX(-50%);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 1023px) {
        .homepage #siteHead .logoHolder {
          width: 100%;
          margin: 0; } }
  #siteHead #topNav {
    margin-top: -8px;
    width: 30%;
    float: right;
    padding: 0px 25px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      #siteHead #topNav {
        margin-top: 12px; } }
    @media (max-width: 1023px) {
      #siteHead #topNav {
        width: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #siteHead #topNav {
        margin-top: 0;
        width: 100%; } }
    #siteHead #topNav .funding-logos-holder {
      float: right;
      width: 175px;
      padding: 5px 5px 0;
      background: white;
      margin-left: 0.5rem;
      height: 46px;
      overflow: hidden; }
      @media (max-width: 1620px) {
        #siteHead #topNav .funding-logos-holder {
          width: 155px;
          padding-top: 8px; } }
      @media (max-width: 1440px) {
        #siteHead #topNav .funding-logos-holder {
          width: 135px; } }
      @media (max-width: 1220px) {
        #siteHead #topNav .funding-logos-holder {
          padding-top: 5px;
          width: 120px; } }
      @media (max-width: 1023px) {
        #siteHead #topNav .funding-logos-holder {
          width: 115px;
          position: relative;
          right: 110px;
          top: 10px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteHead #topNav .funding-logos-holder {
          display: none; } }
  #siteHead .headSearchHolder fieldset {
    border: 0; }
    #siteHead .headSearchHolder fieldset legend {
      display: none; }
  #siteHead .headSearchHolder div.field {
    position: relative; }
    #siteHead .headSearchHolder div.field label {
      display: none; }
    #siteHead .headSearchHolder div.field input[type=text] {
      width: 100%;
      height: 45px;
      padding: 1em 0.5em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #b7b7b7;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1.12rem;
      font-weight: 400;
      line-height: 1.5em;
      color: #b7b7b7;
      text-transform: uppercase; }
    #siteHead .headSearchHolder div.field button[type=submit] {
      position: absolute;
      top: 0.25em;
      right: 0;
      background-color: transparent;
      border: 0; }
      #siteHead .headSearchHolder div.field button[type=submit]:before {
        content: "\f179";
        font-family: "dashicons";
        font-size: 30px;
        color: #b7b7b7; }
      #siteHead .headSearchHolder div.field button[type=submit]:hover:before {
        color: #f8931f; }
      #siteHead .headSearchHolder div.field button[type=submit] span {
        display: none; }
  @media (max-width: 1023px) {
    #siteHead .headSearchHolder {
      display: none; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #siteHead .headSearchHolder {
      display: none; } }
  #siteHead .headMobileSearchHolder {
    display: none;
    position: absolute;
    z-index: 110;
    right: 55px;
    top: 50px; }
    @media (max-width: 1023px) {
      #siteHead .headMobileSearchHolder {
        display: block; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #siteHead .headMobileSearchHolder {
        display: block;
        top: 25px; } }
    #siteHead .headMobileSearchHolder a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 40px;
      height: 40px; }
      #siteHead .headMobileSearchHolder a:link, #siteHead .headMobileSearchHolder a:visited {
        color: #b7b7b7;
        text-decoration: none; }
      #siteHead .headMobileSearchHolder a:hover {
        color: #454545;
        text-decoration: none; }
      #siteHead .headMobileSearchHolder a span {
        display: none; }
      #siteHead .headMobileSearchHolder a.mobileSearch:after {
        content: "\f179";
        font-family: "dashicons";
        font-size: 2.5em;
        color: #f8931f; }
  @media (max-width: 1023px) {
    #siteHead #topNav {
      padding: 0;
      top: 2em; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #siteHead #topNav {
      padding: 0;
      top: 0.5em; } }
  #siteHead #mini-basket {
    display: none;
    width: 305px;
    background-color: white;
    border: 1px solid #0a5e57;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    padding: 15px;
    padding-bottom: 65px;
    position: absolute;
    right: 155px;
    top: 120px;
    color: #0a5e57;
    z-index: 9;
    z-index: 102; }
    #siteHead #mini-basket:not(:empty) {
      padding: 0 0.5em 0.4em; }
    @media (min-width: 569px) {
      .persistent-basket #siteHead #mini-basket {
        display: block;
        position: fixed;
        right: -220px !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 217px;
        border: 0;
        padding: 1.25rem 0.5rem;
        z-index: 999;
        transition: right ease-in 1s; }
      .persistent-basket.show #siteHead #mini-basket {
        right: 0 !important; } }
    @media (max-width: 767px) {
      #siteHead #mini-basket {
        top: 105px;
        left: 0;
        right: 0;
        width: auto;
        z-index: 102;
        padding-top: 30px;
        max-width: 400px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #siteHead #mini-basket {
        top: 105px;
        left: 0;
        right: 0;
        width: auto;
        z-index: 102;
        padding-top: 30px; } }
    #siteHead #mini-basket .basket-head {
      font-size: 1.5em; }
      #siteHead #mini-basket .basket-head .row {
        display: flex; }
        .persistent-basket #siteHead #mini-basket .basket-head .row {
          display: block; }
      #siteHead #mini-basket .basket-head .basket-summary, #siteHead #mini-basket .basket-head .basket-title {
        width: 100%; }
        .persistent-basket #siteHead #mini-basket .basket-head .basket-summary, .persistent-basket #siteHead #mini-basket .basket-head .basket-title {
          max-width: none !important; }
      #siteHead #mini-basket .basket-head .basket-title {
        max-width: 160px;
        margin-right: 10px;
        padding-top: 2px;
        text-transform: uppercase; }
      #siteHead #mini-basket .basket-head .basket-summary {
        max-width: calc(100% - 130px);
        text-align: right;
        font-size: .75em;
        padding-top: 3px; }
        .persistent-basket #siteHead #mini-basket .basket-head .basket-summary {
          font-size: .55em;
          text-align: left;
          color: #b7b7b7; }
    #siteHead #mini-basket .basket-detail {
      text-align: left;
      max-height: 63vh;
      overflow-x: auto; }
      @media (min-width: 569px) {
        .persistent-basket #siteHead #mini-basket .basket-detail {
          max-height: 80vh; } }
      #siteHead #mini-basket .basket-detail ul {
        width: 100%;
        padding: 0;
        margin-bottom: .5em; }
        #siteHead #mini-basket .basket-detail ul li {
          list-style-type: none;
          border: 1px solid rgba(102, 153, 204, 0.5);
          padding: 0;
          background-color: #fff;
          margin-bottom: .5em; }
          #siteHead #mini-basket .basket-detail ul li:last-child {
            margin-bottom: 0; }
          #siteHead #mini-basket .basket-detail ul li.basket-item {
            position: relative;
            padding: 0;
            height: 80px;
            overflow: hidden; }
            #siteHead #mini-basket .basket-detail ul li.basket-item .leftcol, #siteHead #mini-basket .basket-detail ul li.basket-item .rightcol {
              width: 100%; }
            #siteHead #mini-basket .basket-detail ul li.basket-item .thumb {
              height: 100%;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .thumb img {
                width: 80px;
                height: auto; }
            #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-image {
              position: relative;
              width: 80px;
              background-color: #b6d9ff;
              text-align: center; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-image img {
                width: auto !important;
                height: 80px; }
            #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-details {
              width: 100%; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-details h3 {
                font-family: "Hammersmith One", sans-serif;
                font-size: 0.9em;
                font-weight: 500;
                line-height: 100%;
                color: #1b1464;
                margin-bottom: 0.2em;
                margin-top: 0;
                text-transform: uppercase;
                display: block;
                margin-bottom: .5rem; }
                #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-details h3 i {
                  font-size: 0.75em; }
                @media only screen and (min-width: 768px) and (max-width: 909px) {
                  #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-details h3 {
                    font-family: "Hammersmith One", sans-serif;
                    font-size: 1.1rem;
                    font-weight: 500;
                    line-height: 100%;
                    color: #0a5e57; } }
                @media only screen and (max-width: 568px) {
                  #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-details h3 {
                    font-size: 1rem;
                    min-height: unset; } }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-details h6 {
                font-family: "Hammersmith One", sans-serif;
                font-size: 0.7em;
                font-weight: 300;
                line-height: 120%;
                color: #ccc;
                margin: 0;
                margin-bottom: 0.4em;
                text-transform: uppercase; }
                @media only screen and (min-width: 768px) and (max-width: 909px) {
                  #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-details h6 {
                    font-family: "Hammersmith One", sans-serif;
                    font-size: 0.75em;
                    font-weight: 500;
                    line-height: 100%;
                    color: #0a5e57; } }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-details p {
                font-size: .9em;
                color: black;
                margin-bottom: .5em; }
            #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-price {
              text-align: left;
              position: relative;
              color: #0a5e57;
              display: block; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-price em {
                color: #0a5e57;
                text-align: right;
                position: absolute;
                right: 1em; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-price .moneyoff {
                top: -30px;
                left: 1em;
                right: 1em;
                text-align: center;
                border: 1px solid rgba(10, 94, 87, 0.38);
                border-radius: 3px;
                position: absolute;
                background-color: rgba(182, 217, 255, 0.38);
                color: #0a5e57;
                font-size: 13px;
                letter-spacing: 0.08em; }
            #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-status {
              font-size: .9em;
              color: #a2c037;
              text-align: left; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-status p {
                margin: 0; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-status.status-2 {
                color: #c20e1a; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-status .estimate {
                display: none; }
              #siteHead #mini-basket .basket-detail ul li.basket-item .basket-product-status:empty {
                display: none; }
          #siteHead #mini-basket .basket-detail ul li a {
            text-decoration: none;
            display: inline;
            width: auto; }
            #siteHead #mini-basket .basket-detail ul li a.delete {
              position: absolute;
              left: -0px;
              top: -0px;
              cursor: pointer;
              display: block;
              width: 15px;
              height: 15px;
              z-index: 999;
              border-right: 1px solid #0a5e57;
              border-bottom: 1px solid #0a5e57;
              background-color: white;
              text-decoration: none;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              background-color: rgba(220, 53, 69, 0.6);
              border-color: rgba(220, 53, 69, 0.6);
              color: white !important; }
              @media only screen and (max-width: 568px) {
                #siteHead #mini-basket .basket-detail ul li a.delete {
                  left: 0;
                  right: unset;
                  border-right: 1px solid red;
                  border-left: unset;
                  width: 20px;
                  height: 20px; } }
              #siteHead #mini-basket .basket-detail ul li a.delete span {
                display: none; }
              #siteHead #mini-basket .basket-detail ul li a.delete img {
                display: none; }
              #siteHead #mini-basket .basket-detail ul li a.delete:after {
                display: block;
                content: "X";
                font-family: "Hammersmith One", sans-serif;
                font-size: 0.625rem;
                color: white;
                font-weight: 400; }
              #siteHead #mini-basket .basket-detail ul li a.delete:hover {
                background-color: #dc3545;
                border-color: #dc3545;
                opacity: 1; }
                #siteHead #mini-basket .basket-detail ul li a.delete:hover:after {
                  color: white; }
                #siteHead #mini-basket .basket-detail ul li a.delete:hover img {
                  opacity: 1; }
    #siteHead #mini-basket div.basket-link {
      text-align: right;
      color: white;
      font-size: 0.9em;
      position: relative;
      bottom: 5px;
      margin-bottom: 0; }
      #siteHead #mini-basket div.basket-link a:link,
      #siteHead #mini-basket div.basket-link a:visited {
        float: left;
        margin: 1em 0 0;
        padding: 0.5em 0;
        box-sizing: border-box;
        background-color: #0a5e57;
        border: 1px solid #0a5e57;
        text-align: center;
        text-decoration: none;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: white;
        color: white;
        font-size: 1em;
        width: 100%;
        text-transform: uppercase; }
        #siteHead #mini-basket div.basket-link a:link:hover,
        #siteHead #mini-basket div.basket-link a:visited:hover {
          background-color: #f8931f;
          border: 1px solid #f8931f;
          color: white; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteHead #mini-basket div.basket-link a:link,
          #siteHead #mini-basket div.basket-link a:visited {
            width: 100%;
            padding: 1em 0; } }
        #siteHead #mini-basket div.basket-link a:link.primary,
        #siteHead #mini-basket div.basket-link a:visited.primary {
          float: left;
          margin: 1em 0 0;
          padding: 0.5em 0;
          box-sizing: border-box;
          background-color: #f8931f;
          border: 1px solid #f8931f;
          text-align: center;
          text-decoration: none;
          font-family: "Hammersmith One", sans-serif;
          font-size: 1em;
          font-weight: 700;
          line-height: 100%;
          color: white; }
          #siteHead #mini-basket div.basket-link a:link.primary:hover,
          #siteHead #mini-basket div.basket-link a:visited.primary:hover {
            background-color: #0a5e57;
            border: 1px solid #0a5e57;
            color: white; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #siteHead #mini-basket div.basket-link a:link.primary,
            #siteHead #mini-basket div.basket-link a:visited.primary {
              width: 100%;
              padding: 1em 0; } }
  #siteHead .logoHolder {
    position: relative;
    top: -25px;
    z-index: 102;
    padding-top: 0;
    text-align: center;
    margin-left: 10px; }
    #siteHead .logoHolder a {
      width: 160px;
      height: 105px;
      display: block;
      text-align: center;
      margin: 0 auto; }
      #siteHead .logoHolder a:before, #siteHead .logoHolder a:after {
        margin: 0 auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0; }
      #siteHead .logoHolder a:before {
        content: "";
        background: url("../../images/logos/Beermetropolis_trade_logo.png") center top/contain no-repeat;
        width: auto;
        height: 125px;
        z-index: 2;
        top: 5px; }
        @media (max-width: 1620px) {
          #siteHead .logoHolder a:before {
            height: 135px;
            top: 5px; } }
        @media (max-width: 1440px) {
          #siteHead .logoHolder a:before {
            height: 120px;
            top: 5px; } }
        @media (max-width: 1024px) {
          #siteHead .logoHolder a:before {
            height: 95px;
            top: 15px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteHead .logoHolder a:before {
            height: 85px;
            top: 5px; } }
      #siteHead .logoHolder a:after {
        content: "";
        background: url("../../images/elements/logo_cap.png") center top/contain no-repeat;
        width: auto;
        height: 132px;
        z-index: 1;
        top: 85px; }
        @media (max-width: 1440px) {
          #siteHead .logoHolder a:after {
            height: 132px; } }
        @media (max-width: 1024px) {
          #siteHead .logoHolder a:after {
            height: 65px;
            top: 75px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteHead .logoHolder a:after {
            height: 65px;
            top: 60px; } }
  #siteHead.min {
    min-height: 75px;
    max-height: 75px;
    padding-top: 0; }
    @media (max-width: 1024px) {
      #siteHead.min {
        min-height: 75px;
        max-height: 75px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #siteHead.min {
        min-height: 62px;
        max-height: 62px; } }
    #siteHead.min > div, #siteHead.min > nav {
      padding: 20px 25px 0; }
    #siteHead.min .headSearchHolder div.field input[type=text] {
      height: auto;
      padding: 0.25em 0.5em;
      font-size: 1em; }
    #siteHead.min .headSearchHolder div.field button[type=submit] {
      top: 0; }
      #siteHead.min .headSearchHolder div.field button[type=submit]:before {
        font-size: 2em; }
    #siteHead.min .headMobileSearchHolder {
      top: 0px;
      right: 36px; }
    #siteHead.min .logoHolder a {
      top: 25px; }
      #siteHead.min .logoHolder a:before {
        content: "";
        background: url("../../images/logos/Beermetropolis_trade_logo.png") center top/contain no-repeat;
        width: auto;
        height: 97px;
        z-index: 2;
        top: 30px; }
        @media (max-width: 1440px) {
          #siteHead.min .logoHolder a:before {
            height: 105px;
            top: 30px; } }
        @media (max-width: 1024px) {
          #siteHead.min .logoHolder a:before {
            height: 80px;
            top: 35px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteHead.min .logoHolder a:before {
            height: 60px;
            top: 30px; } }
      #siteHead.min .logoHolder a:after {
        content: "";
        background: url("../../images/elements/logo_cap.png") center top/contain no-repeat;
        width: auto;
        height: 90px;
        z-index: 1;
        top: 75px; }
        @media (max-width: 1440px) {
          #siteHead.min .logoHolder a:after {
            height: 120px;
            top: 85px; } }
        @media (max-width: 1024px) {
          #siteHead.min .logoHolder a:after {
            height: 90px;
            top: 80px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteHead.min .logoHolder a:after {
            height: 62px;
            top: 62px; } }
    #siteHead.min #topNav {
      top: 0;
      padding-top: 20px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
        #siteHead.min #topNav {
          padding-top: 15px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteHead.min #topNav {
          padding-top: 0; } }
      #siteHead.min #topNav li {
        font-size: 1rem; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteHead.min #topNav li {
            font-size: 1.5rem; } }
        #siteHead.min #topNav li.basket a:before {
          left: -45px;
          width: 50px;
          height: 55px;
          /*top: -15px;
							left: -64px;
							-webkit-transform: scale(0.75);
							-moz-transform: scale(0.75);
							transform: scale(0.75);

							@media (max-width:1023px) {
								top: 0;
								left: 0;
								transform: scale(0.5);
							}

							@include Smartphone() {
								top: 0;
								left: 0;
								transform: scale(0.5);
							}*/ }
          @media (max-width: 1023px) {
            #siteHead.min #topNav li.basket a:before {
              top: 15px;
              left: 10px; } }
      #siteHead.min #topNav .local-delivery li.basket a:before {
        left: -55px;
        top: -13px; }
      #siteHead.min #topNav .funding-logos-holder {
        display: none; }
    #siteHead.min ~ #mainNav {
      top: 75px; }
      #siteHead.min ~ #mainNav > ul > li > a {
        padding: 10px 1em; }
    #siteHead.min #mini-basket {
      right: 121px;
      top: 57px; }
      @media (max-width: 767px) {
        #siteHead.min #mini-basket {
          top: 62px;
          left: 0;
          right: 0;
          padding-top: 40px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteHead.min #mini-basket {
          top: 62px;
          left: 0;
          right: 0;
          padding-top: 40px; } }

main {
  width: 100%;
  padding-top: 125px; }
  @media (max-width: 1023px) {
    main {
      padding-top: 105px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    main {
      padding-top: 65px; } }
  @media (min-width: 569px) {
    .persistent-basket main {
      transition: all ease-in 1s; }
    .persistent-basket.show main {
      margin-right: 219px; } }
  @media (min-width: 569px) and (min-width: 569px) and (max-width: 1024px) {
    .persistent-basket.show main {
      margin-right: 0; } }
  main section {
    width: 100%; }
    main section#shop-holder {
      background-color: #f1f1f1;
      background-position: center top;
      background-repeat: repeat;
      background-size: 1920px;
      background-attachment: fixed; }
      @media only screen and (max-width: 768px) {
        main section#shop-holder {
          padding-top: 25px; } }
    main section::after {
      display: block;
      clear: both;
      content: ""; }
    main section .contentArea {
      width: 100%;
      margin: 0 auto;
      float: none; }
      main section .contentArea h1, main section .contentArea h2 {
        text-transform: uppercase; }
        main section .contentArea h1.cursive, main section .contentArea h2.cursive {
          text-transform: capitalize;
          font-size: 3rem; }
      main section .contentArea ul li.snowflake:before {
        margin-right: 0.75rem;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f2dc";
        font-size: 1.25rem;
        color: #2196f3; }
      main section .contentArea ul li.snowflake:after {
        margin-left: 0.75rem;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f2dc";
        font-size: 1.25rem;
        color: #2196f3; }

#siteFoot {
  width: 100%;
  float: left;
  background: #0a5e57;
  clear: both; }
  @media (min-width: 569px) {
    .persistent-basket #siteFoot {
      transition: all ease-in 1s; }
    .persistent-basket.show #siteFoot {
      margin-right: 217px; } }
  @media (min-width: 569px) and (min-width: 569px) and (max-width: 1024px) {
    .persistent-basket.show #siteFoot {
      margin-right: 0; } }
  #siteFoot .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    #siteFoot .inner #footerNav,
    #siteFoot .inner #footerAddress,
    #siteFoot .inner #footerSocial,
    #siteFoot .inner #footerNews,
    #siteFoot .inner #footerBottom,
    #siteFoot .inner #footerBottom2 {
      width: 25%;
      float: left; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteFoot .inner #footerNav,
        #siteFoot .inner #footerAddress,
        #siteFoot .inner #footerSocial,
        #siteFoot .inner #footerNews,
        #siteFoot .inner #footerBottom,
        #siteFoot .inner #footerBottom2 {
          width: 100%;
          padding: 0 1em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      #siteFoot .inner #footerNav:empty,
      #siteFoot .inner #footerAddress:empty,
      #siteFoot .inner #footerSocial:empty,
      #siteFoot .inner #footerNews:empty,
      #siteFoot .inner #footerBottom:empty,
      #siteFoot .inner #footerBottom2:empty {
        display: none; }
      #siteFoot .inner #footerNav h3,
      #siteFoot .inner #footerAddress h3,
      #siteFoot .inner #footerSocial h3,
      #siteFoot .inner #footerNews h3,
      #siteFoot .inner #footerBottom h3,
      #siteFoot .inner #footerBottom2 h3 {
        font-family: "Hammersmith One", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5em;
        color: white; }
      #siteFoot .inner #footerNav li, #siteFoot .inner #footerNav p,
      #siteFoot .inner #footerAddress li,
      #siteFoot .inner #footerAddress p,
      #siteFoot .inner #footerSocial li,
      #siteFoot .inner #footerSocial p,
      #siteFoot .inner #footerNews li,
      #siteFoot .inner #footerNews p,
      #siteFoot .inner #footerBottom li,
      #siteFoot .inner #footerBottom p,
      #siteFoot .inner #footerBottom2 li,
      #siteFoot .inner #footerBottom2 p {
        font-family: "Hammersmith One", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em;
        color: white; }
      #siteFoot .inner #footerNav a:link, #siteFoot .inner #footerNav a:visited,
      #siteFoot .inner #footerAddress a:link,
      #siteFoot .inner #footerAddress a:visited,
      #siteFoot .inner #footerSocial a:link,
      #siteFoot .inner #footerSocial a:visited,
      #siteFoot .inner #footerNews a:link,
      #siteFoot .inner #footerNews a:visited,
      #siteFoot .inner #footerBottom a:link,
      #siteFoot .inner #footerBottom a:visited,
      #siteFoot .inner #footerBottom2 a:link,
      #siteFoot .inner #footerBottom2 a:visited {
        color: white;
        text-decoration: none; }
      #siteFoot .inner #footerNav a:hover,
      #siteFoot .inner #footerAddress a:hover,
      #siteFoot .inner #footerSocial a:hover,
      #siteFoot .inner #footerNews a:hover,
      #siteFoot .inner #footerBottom a:hover,
      #siteFoot .inner #footerBottom2 a:hover {
        color: white;
        text-decoration: underline; }
      #siteFoot .inner #footerNav ul,
      #siteFoot .inner #footerAddress ul,
      #siteFoot .inner #footerSocial ul,
      #siteFoot .inner #footerNews ul,
      #siteFoot .inner #footerBottom ul,
      #siteFoot .inner #footerBottom2 ul {
        margin: 0;
        padding: 0; }
        #siteFoot .inner #footerNav ul li,
        #siteFoot .inner #footerAddress ul li,
        #siteFoot .inner #footerSocial ul li,
        #siteFoot .inner #footerNews ul li,
        #siteFoot .inner #footerBottom ul li,
        #siteFoot .inner #footerBottom2 ul li {
          width: 100%;
          float: left;
          list-style-type: none; }
      #siteFoot .inner #footerNav form,
      #siteFoot .inner #footerAddress form,
      #siteFoot .inner #footerSocial form,
      #siteFoot .inner #footerNews form,
      #siteFoot .inner #footerBottom form,
      #siteFoot .inner #footerBottom2 form {
        position: relative; }
        #siteFoot .inner #footerNav form input[type=text],
        #siteFoot .inner #footerAddress form input[type=text],
        #siteFoot .inner #footerSocial form input[type=text],
        #siteFoot .inner #footerNews form input[type=text],
        #siteFoot .inner #footerBottom form input[type=text],
        #siteFoot .inner #footerBottom2 form input[type=text] {
          width: 100%;
          height: 40px;
          padding: 0 0.5em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 0; }
        #siteFoot .inner #footerNav form input[type=submit],
        #siteFoot .inner #footerAddress form input[type=submit],
        #siteFoot .inner #footerSocial form input[type=submit],
        #siteFoot .inner #footerNews form input[type=submit],
        #siteFoot .inner #footerBottom form input[type=submit],
        #siteFoot .inner #footerBottom2 form input[type=submit] {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 0;
          right: 0;
          background: #f8931f;
          border: 0;
          color: white; }
          #siteFoot .inner #footerNav form input[type=submit]:hover,
          #siteFoot .inner #footerAddress form input[type=submit]:hover,
          #siteFoot .inner #footerSocial form input[type=submit]:hover,
          #siteFoot .inner #footerNews form input[type=submit]:hover,
          #siteFoot .inner #footerBottom form input[type=submit]:hover,
          #siteFoot .inner #footerBottom2 form input[type=submit]:hover {
            opacity: 0.5; }
      #siteFoot .inner #footerNav .button,
      #siteFoot .inner #footerAddress .button,
      #siteFoot .inner #footerSocial .button,
      #siteFoot .inner #footerNews .button,
      #siteFoot .inner #footerBottom .button,
      #siteFoot .inner #footerBottom2 .button {
        float: left;
        margin: 1em 0 0;
        padding: 0.5em 0;
        box-sizing: border-box;
        background-color: #f8931f;
        border: 1px solid #f8931f;
        text-align: center;
        text-decoration: none;
        font-family: "Hammersmith One", sans-serif;
        font-size: 1em;
        font-weight: 700;
        line-height: 100%;
        color: white;
        width: 98%;
        margin: 0.5em 0 1rem;
        padding: 0.5em;
        display: block;
        font-weight: normal;
        text-transform: uppercase; }
        #siteFoot .inner #footerNav .button:hover,
        #siteFoot .inner #footerAddress .button:hover,
        #siteFoot .inner #footerSocial .button:hover,
        #siteFoot .inner #footerNews .button:hover,
        #siteFoot .inner #footerBottom .button:hover,
        #siteFoot .inner #footerBottom2 .button:hover {
          background-color: white;
          border: 1px solid white;
          color: #0a5e57; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteFoot .inner #footerNav .button,
          #siteFoot .inner #footerAddress .button,
          #siteFoot .inner #footerSocial .button,
          #siteFoot .inner #footerNews .button,
          #siteFoot .inner #footerBottom .button,
          #siteFoot .inner #footerBottom2 .button {
            width: 100%;
            padding: 1em 0; } }
        #siteFoot .inner #footerNav .button:hover,
        #siteFoot .inner #footerAddress .button:hover,
        #siteFoot .inner #footerSocial .button:hover,
        #siteFoot .inner #footerNews .button:hover,
        #siteFoot .inner #footerBottom .button:hover,
        #siteFoot .inner #footerBottom2 .button:hover {
          text-decoration: none; }
        @media only screen and (max-width: 860px) {
          #siteFoot .inner #footerNav .button,
          #siteFoot .inner #footerAddress .button,
          #siteFoot .inner #footerSocial .button,
          #siteFoot .inner #footerNews .button,
          #siteFoot .inner #footerBottom .button,
          #siteFoot .inner #footerBottom2 .button {
            width: 100%; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteFoot .inner #footerNav .button,
          #siteFoot .inner #footerAddress .button,
          #siteFoot .inner #footerSocial .button,
          #siteFoot .inner #footerNews .button,
          #siteFoot .inner #footerBottom .button,
          #siteFoot .inner #footerBottom2 .button {
            width: auto;
            padding: 0.5em 1.5em;
            float: none; } }
    #siteFoot .inner #footerSocial ul li {
      width: 25%;
      height: 43px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteFoot .inner #footerSocial ul li {
          width: 33%; } }
      #siteFoot .inner #footerSocial ul li span {
        display: none; }
      #siteFoot .inner #footerSocial ul li a {
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat; }
        #siteFoot .inner #footerSocial ul li a.twitter {
          background-image: url("../../images/icons/twitter_icon_foot.png"); }
        #siteFoot .inner #footerSocial ul li a.facebook {
          background-image: url("../../images/icons/facebook_icon_foot.png"); }
        #siteFoot .inner #footerSocial ul li a.instagram {
          background-image: url("../../images/icons/instagram_icon_foot.png"); }
        #siteFoot .inner #footerSocial ul li a:hover {
          opacity: 0.5; }
    #siteFoot .inner #footerBottom,
    #siteFoot .inner #footerBottom2 {
      width: 100%;
      clear: both;
      padding: 0.5em 0;
      border-top: 1px solid white; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteFoot .inner #footerBottom,
        #siteFoot .inner #footerBottom2 {
          text-align: center;
          border: 0; } }
      #siteFoot .inner #footerBottom p,
      #siteFoot .inner #footerBottom2 p {
        float: left;
        margin: 0; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteFoot .inner #footerBottom p,
          #siteFoot .inner #footerBottom2 p {
            width: 100%; } }
      #siteFoot .inner #footerBottom #footerPolicyNav,
      #siteFoot .inner #footerBottom2 #footerPolicyNav {
        float: left; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteFoot .inner #footerBottom #footerPolicyNav,
          #siteFoot .inner #footerBottom2 #footerPolicyNav {
            width: 100%; } }
        #siteFoot .inner #footerBottom #footerPolicyNav ul,
        #siteFoot .inner #footerBottom2 #footerPolicyNav ul {
          padding: 0 1.5em; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #siteFoot .inner #footerBottom #footerPolicyNav ul,
            #siteFoot .inner #footerBottom2 #footerPolicyNav ul {
              width: 100%;
              float: left;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; } }
          #siteFoot .inner #footerBottom #footerPolicyNav ul li,
          #siteFoot .inner #footerBottom2 #footerPolicyNav ul li {
            width: auto;
            float: left;
            padding: 0 0.5em 0 0;
            font-family: "Hammersmith One", sans-serif;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5em;
            color: white; }
            #siteFoot .inner #footerBottom #footerPolicyNav ul li:not(:last-of-type):after,
            #siteFoot .inner #footerBottom2 #footerPolicyNav ul li:not(:last-of-type):after {
              content: "";
              padding: 0 0 0 0.5em;
              border-right: 1px solid white; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              #siteFoot .inner #footerBottom #footerPolicyNav ul li,
              #siteFoot .inner #footerBottom2 #footerPolicyNav ul li {
                float: none;
                display: inline-block; } }
      #siteFoot .inner #footerBottom #siteBuilders,
      #siteFoot .inner #footerBottom2 #siteBuilders {
        float: right;
        position: relative; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteFoot .inner #footerBottom #siteBuilders,
          #siteFoot .inner #footerBottom2 #siteBuilders {
            float: none;
            display: inline-block;
            margin: 0.5em 0 0 2.5em; } }
        #siteFoot .inner #footerBottom #siteBuilders a.fish-media:before,
        #siteFoot .inner #footerBottom2 #siteBuilders a.fish-media:before {
          content: url("../../images/logos/fish-media-logo.png");
          position: absolute;
          right: -35px;
          top: -3px; }
    #siteFoot .inner #footerBottom2 {
      border: 0; }
      #siteFoot .inner #footerBottom2 .small {
        font-size: 0.7em; }
    #siteFoot .inner #footerNews .footer-card-logo-holder {
      margin-top: 21%; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteFoot .inner #footerNews .footer-card-logo-holder {
          margin-top: 5%;
          text-align: center; } }
    #siteFoot .inner .funding-holder {
      text-align: left;
      color: white;
      clear: both; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteFoot .inner .funding-holder {
          text-align: center; } }
      #siteFoot .inner .funding-holder .logo {
        display: none;
        max-width: 300px;
        padding: 5px;
        background: white;
        margin: 0 auto 5%;
        box-sizing: border-box; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #siteFoot .inner .funding-holder .logo {
            display: block; } }
        #siteFoot .inner .funding-holder .logo img {
          max-width: 300px;
          width: 100%; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
            #siteFoot .inner .funding-holder .logo img {
              display: block; } }

#av-overlay-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(27, 20, 100, 0.9);
  z-index: 10000;
  display: block;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 5em; }
  @media only screen and (max-device-width: 321px) {
    #av-overlay-wrap {
      padding-top: 1.5em; } }
  #av-overlay-wrap .container {
    max-width: 920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 18px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #av-overlay-wrap .container {
        width: 75%; } }
    @media only screen and (max-device-width: 321px) {
      #av-overlay-wrap .container {
        padding: 20px 10px;
        width: 88%; } }
  #av-overlay-wrap .copyright-area {
    padding: 11px 0;
    font-size: 13px;
    border-top: 1px solid #0a5e57; }
    @media only screen and (max-device-width: 321px) {
      #av-overlay-wrap .copyright-area {
        font-size: 11px; } }

.av_header {
  border-bottom: 1px solid #0a5e57; }
  .av_header .logo {
    margin: 31px 0; }
    .av_header .logo img {
      border-radius: 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .av_header .logo {
        margin: 5px 0; } }
    @media only screen and (max-device-width: 321px) {
      .av_header .logo img {
        max-width: 50%; } }

#av-overlay {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 70px; }
  #av-overlay h3 {
    margin: 70px 0 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal; }
    @media only screen and (max-device-width: 321px) {
      #av-overlay h3 {
        margin-top: 10px;
        font-size: 0.85rem; } }
  #av-overlay p {
    margin-top: 5px;
    margin-bottom: 20px; }
    @media only screen and (max-device-width: 321px) {
      #av-overlay p {
        font-size: 0.7rem; } }
  #av-overlay .field {
    margin-top: 5px;
    margin-bottom: 20px; }
    #av-overlay .field label {
      font-size: 20px; }
      @media only screen and (max-device-width: 321px) {
        #av-overlay .field label {
          font-size: 0.75rem; } }
  #av-overlay .submit {
    font-size: 16px;
    line-height: 18px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #av-overlay {
      padding-bottom: 10px; }
      #av-overlay h3 {
        font-size: 1rem; }
      #av-overlay p {
        font-size: 0.8rem;
        margin-bottom: 5px; }
      #av-overlay .field {
        margin-top: 5px;
        margin-bottom: 5px; }
        #av-overlay .field label {
          font-size: 0.8rem; }
      #av-overlay .buttons-holder input[type=submit] {
        padding: 0.4em 0; } }

#av_verify_remember {
  margin-right: 6px; }

#av_verify_d,
#av_verify_m,
#av_verify_y {
  padding: 0.4em 0em;
  text-align: center; }

#av_verify_d,
#av_verify_m {
  width: 50px;
  margin-right: -1px; }

#av_verify_y {
  width: 74px; }

#av_verify {
  background: #fff;
  padding: 0.4em;
  border: 1px solid #999;
  margin-left: 12px;
  cursor: pointer;
  text-transform: uppercase; }

.av_footer .copyright-area .copyrights {
  float: none;
  width: auto;
  padding: 0; }

#topNav ul li.basket a span.case-summary {
  width: 100%;
  text-align: right;
  right: 13px; }

.min #topNav ul li.basket a span.case-summary {
  font-size: 10.5px;
  bottom: -8px;
  width: 100%;
  text-align: right;
  left: -3px; }

.min #topNav ul li.basket a span[lang] {
  position: relative;
  top: -4px; }

.pagination {
  display: none; }

/* ----------- generic tablet device ----------- */
/* ----------- generic phone device ----------- */
/* ----------- iPhone 4 and 4S ----------- */
/* ----------- iPhone 5 and 5S ----------- */
/* ----------- iPhone 6 ----------- */
/* ----------- iPhone 6+ ----------- */
#overlay-holder-blackout {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  display: none; }

#overlay-holder div#close-holder {
  position: absolute;
  background: url("../../images/icons/close-gray.png") left top no-repeat;
  cursor: pointer;
  display: block;
  width: 39px;
  height: 39px;
  right: 10px;
  top: 15px; }
  #overlay-holder div#close-holder span {
    display: none; }

#overlay-holder .modal-content {
  border-radius: 0; }

#overlay-holder .modal-header {
  background-color: #f8931f;
  border-radius: 0; }
  #overlay-holder .modal-header h1, #overlay-holder .modal-header h2, #overlay-holder .modal-header h3 {
    text-transform: uppercase;
    margin: 0; }
    #overlay-holder .modal-header h1 br, #overlay-holder .modal-header h2 br, #overlay-holder .modal-header h3 br {
      display: none; }
    #overlay-holder .modal-header h1 span, #overlay-holder .modal-header h2 span, #overlay-holder .modal-header h3 span {
      color: #1b1464 !important;
      font-weight: 400; }
  #overlay-holder .modal-header h3 {
    color: #0a5e57; }
  #overlay-holder .modal-header .close {
    color: white;
    opacity: 1; }

#overlay-holder #overlay-content {
  text-align: left;
  line-height: normal; }
  #overlay-holder #overlay-content main {
    margin: 0; }
  #overlay-holder #overlay-content h1, #overlay-holder #overlay-content h2 {
    text-transform: uppercase; }
  #overlay-holder #overlay-content .col-danger {
    color: #f8931f; }
  #overlay-holder #overlay-content iframe {
    border: 0; }
  #overlay-holder #overlay-content ._100 {
    width: 100%;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-flex: 100%;
    flex: 1;
    flex-basis: 100%; }
  #overlay-holder #overlay-content ._75 {
    -ms-flex: 0.75;
    -webkit-flex: 0.75;
    flex: 0.75;
    width: 75%; }
    @media only screen and (max-width: 640px) {
      #overlay-holder #overlay-content ._75 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content ._75 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
  #overlay-holder #overlay-content ._70 {
    -ms-flex: 0.7;
    -webkit-flex: 0.7;
    flex: 0.7;
    width: 70%; }
    @media only screen and (max-width: 640px) {
      #overlay-holder #overlay-content ._70 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content ._70 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
  #overlay-holder #overlay-content ._65 {
    -ms-flex: 0.65;
    -webkit-flex: 0.65;
    flex: 0.65;
    width: 65%; }
    @media only screen and (max-width: 640px) {
      #overlay-holder #overlay-content ._65 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content ._65 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
  #overlay-holder #overlay-content ._60 {
    -ms-flex: 0.6;
    -webkit-flex: 0.6;
    flex: 0.6;
    width: 60%; }
    @media only screen and (max-width: 640px) {
      #overlay-holder #overlay-content ._60 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content ._60 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
  #overlay-holder #overlay-content ._50 {
    -ms-flex: 0.49;
    -webkit-flex: 0.49;
    flex: 0.49;
    width: 49%; }
    @media only screen and (max-width: 640px) {
      #overlay-holder #overlay-content ._50 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content ._50 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
  #overlay-holder #overlay-content ._40 {
    -ms-flex: 0.4;
    -webkit-flex: 0.4;
    flex: 0.4;
    width: 40%; }
    @media only screen and (max-width: 640px) {
      #overlay-holder #overlay-content ._40 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content ._40 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
  #overlay-holder #overlay-content ._30 {
    -ms-flex: 0.3;
    -webkit-flex: 0.3;
    flex: 0.3;
    width: 30%; }
    @media only screen and (max-width: 640px) {
      #overlay-holder #overlay-content ._30 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content ._30 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
  #overlay-holder #overlay-content ._25 {
    -ms-flex: 0.25;
    -webkit-flex: 0.25;
    flex: 0.25;
    width: 25%; }
    @media only screen and (max-width: 640px) {
      #overlay-holder #overlay-content ._25 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content ._25 {
        width: 100%;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-flex: 100%;
        flex: 1;
        flex-basis: 100%; } }
  #overlay-holder #overlay-content .msg_confirmation {
    background: #28a745 5px 1px no-repeat;
    border: 0;
    padding: 10px 10px 10px 50px;
    font-size: 15px;
    font-style: italic;
    color: #fff !important;
    min-height: 16px;
    position: relative; }
    #overlay-holder #overlay-content .msg_confirmation span {
      display: none; }
    #overlay-holder #overlay-content .msg_confirmation:before {
      position: absolute;
      content: "\f147";
      font-family: 'dashicons';
      left: 5px;
      font-size: 30px;
      top: 4px; }
  #overlay-holder #overlay-content .msg_warn {
    background: #ffc107 5px 1px no-repeat;
    border: 0;
    padding: 10px 10px 10px 50px;
    font-size: 15px;
    font-style: italic;
    color: #ed7606 !important;
    min-height: 16px;
    margin-top: 15px; }
    #overlay-holder #overlay-content .msg_warn:before {
      position: absolute;
      content: "\f534";
      font-family: 'dashicons';
      left: 5px;
      font-size: 30px;
      top: 4px; }
  #overlay-holder #overlay-content #ajax-basket {
    background-color: white;
    padding: 15px;
    color: #0a5e57; }
    #overlay-holder #overlay-content #ajax-basket .basket-head {
      display: none; }
    #overlay-holder #overlay-content #ajax-basket .basket-detail {
      margin-bottom: 5px;
      text-align: left;
      /*
				ul {
					list-style: none;
					margin: 0;
					padding: 0;

					li {
						@include clearfix();
						border-bottom: 1px solid $orange;
						margin-bottom: 10px;

						.basket-product-image {
							float: left;

							img {
								max-width: 70px;
							}
						}

						.basket-product-detials {
							color: $blue;

							h3 {
								margin: 0;
								font-size: 1em;

								a:link, a:visited {
									color: $orange;
									font-size: 1em;
									text-transform: uppercase;
								}
							}
						}
					}
				}
				*/ }
      #overlay-holder #overlay-content #ajax-basket .basket-detail ul {
        width: 100%;
        margin-bottom: .5em;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        -ms-column-gap: 20px;
        -o-column-gap: 20px;
        column-gap: 20px;
        list-style: inside none;
        padding: 0; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #overlay-holder #overlay-content #ajax-basket .basket-detail ul {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            -ms-column-count: 1;
            -o-column-count: 1;
            column-count: 1;
            -webkit-column-gap: 0px;
            -moz-column-gap: 0px;
            -ms-column-gap: 0px;
            -o-column-gap: 0px;
            column-gap: 0px; } }
        #overlay-holder #overlay-content #ajax-basket .basket-detail ul li {
          list-style-type: none;
          border: 1px solid rgba(102, 153, 204, 0.5);
          padding: 0;
          background-color: #fff;
          margin-bottom: .5em;
          -webkit-column-break-inside: avoid;
          column-break-inside: avoid;
          page-break-inside: avoid; }
          #overlay-holder #overlay-content #ajax-basket .basket-detail ul li:last-child {
            margin-bottom: 0; }
          @media (min-width: 769px) {
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li:only-child {
              left: 50%; } }
          #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item {
            position: relative;
            padding: 0;
            height: 80px;
            overflow: hidden; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .row {
              display: flex; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .leftcol, #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .rightcol {
              width: 100%; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .leftcol {
              max-width: 80px;
              margin-right: 10px; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .rightcol {
              width: calc(100% - 90px);
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: flex-start;
              -ms-flex-pack: flex-start;
              justify-content: flex-start;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .thumb {
              height: 100%;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .thumb img {
                width: 80px;
                height: auto; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-image {
              position: relative;
              width: 80px;
              background-color: #b6d9ff;
              text-align: center; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-image img {
                width: auto !important;
                height: 80px;
                top: 0; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-details h3 {
              font-family: "Hammersmith One", sans-serif;
              font-size: 0.9em;
              font-weight: 500;
              line-height: 100%;
              color: #1b1464;
              margin-bottom: 0.2em;
              margin-top: 0;
              text-transform: uppercase;
              display: block;
              margin-bottom: .5rem; }
              @media only screen and (min-width: 768px) and (max-width: 909px) {
                #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-details h3 {
                  font-family: "Hammersmith One", sans-serif;
                  font-size: 1.1rem;
                  font-weight: 500;
                  line-height: 100%;
                  color: #0a5e57; } }
              @media only screen and (max-width: 568px) {
                #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-details h3 {
                  font-size: 1rem;
                  min-height: unset; } }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-details h6 {
              font-family: "Hammersmith One", sans-serif;
              font-size: 0.7em;
              font-weight: 300;
              line-height: 120%;
              color: #ccc;
              margin: 0;
              margin-bottom: 0.4em;
              text-transform: uppercase; }
              @media only screen and (min-width: 768px) and (max-width: 909px) {
                #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-details h6 {
                  font-family: "Hammersmith One", sans-serif;
                  font-size: 0.75em;
                  font-weight: 500;
                  line-height: 100%;
                  color: #0a5e57; } }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-details p {
              font-size: .9em;
              color: black;
              margin-bottom: .5em; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-price {
              text-align: left;
              position: relative;
              color: #0a5e57;
              display: block; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-price em {
                color: #0a5e57;
                text-align: right;
                position: absolute;
                right: 1em; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-price .moneyoff {
                top: -30px;
                left: 1em;
                right: 1em;
                text-align: center;
                border: 1px solid rgba(10, 94, 87, 0.38);
                border-radius: 3px;
                position: absolute;
                background-color: rgba(182, 217, 255, 0.38);
                color: #0a5e57;
                font-size: 13px;
                letter-spacing: 0.08em; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-status {
              font-size: .9em;
              color: #a2c037;
              text-align: left; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-status p {
                margin: 0; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-status.status-2 {
                color: #c20e1a; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-status .estimate {
                display: none; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li.basket-item .basket-product-status:empty {
                display: none; }
          #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a {
            text-decoration: none;
            display: inline;
            width: auto; }
            #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a.delete {
              position: absolute;
              left: -0px;
              top: -0px;
              cursor: pointer;
              display: block;
              width: 15px;
              height: 15px;
              z-index: 999;
              border-right: 1px solid #0a5e57;
              border-bottom: 1px solid #0a5e57;
              background-color: white;
              text-decoration: none;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              background-color: rgba(220, 53, 69, 0.6);
              border-color: rgba(220, 53, 69, 0.6);
              color: white !important; }
              @media only screen and (max-width: 568px) {
                #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a.delete {
                  left: 0;
                  right: unset;
                  border-right: 1px solid red;
                  border-left: unset;
                  width: 20px;
                  height: 20px; } }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a.delete span {
                display: none; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a.delete img {
                display: none; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a.delete:after {
                display: block;
                content: "X";
                font-family: "Hammersmith One", sans-serif;
                font-size: 0.625rem;
                color: white;
                font-weight: 400; }
              #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a.delete:hover {
                background-color: #dc3545;
                border-color: #dc3545;
                opacity: 1; }
                #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a.delete:hover:after {
                  color: white; }
                #overlay-holder #overlay-content #ajax-basket .basket-detail ul li a.delete:hover img {
                  opacity: 1; }
    #overlay-holder #overlay-content #ajax-basket div.basket-link {
      display: none; }
  #overlay-holder #overlay-content .ajax-basket-buttons {
    padding: 0.5em 1em;
    text-align: center; }
    #overlay-holder #overlay-content .ajax-basket-buttons .button {
      float: left;
      margin: 1em 0 0;
      padding: 0.5em 0;
      box-sizing: border-box;
      background-color: #0a5e57;
      border: 1px solid white;
      text-align: center;
      text-decoration: none;
      font-family: "Hammersmith One", sans-serif;
      font-size: 1em;
      font-weight: 700;
      line-height: 100%;
      color: white;
      margin: 0.25em;
      padding: 0.5em 1em;
      display: inline-block;
      float: none;
      text-transform: uppercase; }
      #overlay-holder #overlay-content .ajax-basket-buttons .button:hover {
        background-color: #f8931f;
        border: 1px solid #f8931f;
        color: white; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #overlay-holder #overlay-content .ajax-basket-buttons .button {
          width: 100%;
          padding: 1em 0; } }
      #overlay-holder #overlay-content .ajax-basket-buttons .button.warning {
        background-color: #5a287f;
        border: 1px solid #5a287f;
        color: white; }
        #overlay-holder #overlay-content .ajax-basket-buttons .button.warning:hover {
          background-color: #0a5e57;
          border: 1px solid #0a5e57;
          color: white; }
      #overlay-holder #overlay-content .ajax-basket-buttons .button.bad, #overlay-holder #overlay-content .ajax-basket-buttons .button:last-child {
        background-color: #f8931f;
        border: 1px solid #f8931f;
        color: white; }
        #overlay-holder #overlay-content .ajax-basket-buttons .button.bad:hover, #overlay-holder #overlay-content .ajax-basket-buttons .button:last-child:hover {
          background-color: #0a5e57;
          border: 1px solid #0a5e57;
          color: white; }
  #overlay-holder #overlay-content #voucher-table {
    width: 100%;
    border-spacing: 0;
    float: left;
    clear: left; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content #voucher-table {
        width: 100%;
        float: none; } }
  #overlay-holder #overlay-content #voucher-table td {
    font-size: 1rem;
    padding: 1% 0;
    border-spacing: 0;
    white-space: nowrap; }
    #overlay-holder #overlay-content #voucher-table td a {
      font-size: 1em;
      color: #0a5e57;
      text-decoration: none; }
      #overlay-holder #overlay-content #voucher-table td a:hover {
        text-decoration: none; }
      #overlay-holder #overlay-content #voucher-table td a.delete:before {
        content: "\f153";
        font-family: "dashicons";
        font-size: 1.3em;
        font-weight: 300;
        line-height: 100%;
        color: #0a5e57; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
          #overlay-holder #overlay-content #voucher-table td a.delete:before {
            display: none; } }
      #overlay-holder #overlay-content #voucher-table td a.delete img {
        display: none; }
  #overlay-holder #overlay-content #voucher-table td input[type="text"],
  #overlay-holder #overlay-content #voucher-table td input[type="password"] {
    width: 70%;
    padding: 1%;
    font-size: 1.1em; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #overlay-holder #overlay-content #voucher-table td input[type="text"],
      #overlay-holder #overlay-content #voucher-table td input[type="password"] {
        max-width: 240px;
        width: 70%; } }
  #overlay-holder #overlay-content #voucher-table td input[type="submit"] {
    padding: 0.2em 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background-color: #0a5e57;
    font-family: "Hammersmith One", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5em;
    color: white; }
  #overlay-holder #overlay-content .product-image {
    text-align: center; }
    #overlay-holder #overlay-content .product-image .imagelinkborder {
      display: block;
      margin-bottom: 15px; }
    #overlay-holder #overlay-content .product-image .quick-view {
      padding: 0.2em 1em;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      background-color: #0a5e57;
      text-decoration: none;
      color: white; }
  #overlay-holder #overlay-content .product .contentBlock.productHero {
    margin: 0rem auto;
    width: auto;
    max-width: auto; }
    #overlay-holder #overlay-content .product .contentBlock.productHero .textBlock {
      padding: 1em 0em; }

.error-message-box {
  position: fixed;
  width: 449px;
  z-index: 999;
  display: none;
  top: 0;
  background-color: #faf5e1;
  border: 1px solid #c20e1a;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .error-message-box {
      width: 90%; } }
  .error-message-box h2 {
    margin: 0;
    background-color: #c20e1a;
    color: white;
    padding: 5px 15px 8px;
    font-size: 1.1rem;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0; }
  .error-message-box p {
    font-size: 0.85rem;
    color: black;
    margin-bottom: 15px; }
  .error-message-box ul, .error-message-box ol {
    margin-left: 45px;
    margin-bottom: 25px; }
    .error-message-box ul li, .error-message-box ol li {
      font-size: 0.85rem;
      color: #c20e1a; }
      .error-message-box ul li a:link, .error-message-box ul li a:visited, .error-message-box ol li a:link, .error-message-box ol li a:visited {
        color: #c20e1a;
        text-decoration: underline; }
      .error-message-box ul li a:hover, .error-message-box ol li a:hover {
        color: #c20e1a;
        text-decoration: none; }
  .error-message-box div.error-message {
    text-align: left;
    padding: 10px 22px 20px; }

#close-holder {
  position: absolute;
  top: 0.5em;
  right: 1em;
  cursor: pointer; }

input.error,
input.fielderror,
input.validation-error,
textarea.error,
textarea.fielderror,
textarea.validation-error,
select.error,
select.fielderror,
select.validation-error {
  border: 1px solid #c20e1a !important;
  background-color: #FFEAEA !important;
  color: #c20e1a; }

@-webkit-keyframes modEaseAni {
  to {
    transform: translateY(0); } }

@keyframes modEaseAni {
  to {
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.print-only {
  display: none; }

@media print {
  main {
    margin-top: 0;
    padding-top: 0; }
  #admin-toolbar-holder,
  #siteHead,
  #siteFoot,
  #mainNav,
  #devIndicator,
  #breadcrumb,
  #notice-banner,
  #navActivator,
  .buttonHolder,
  .buttons-holder,
  .print-hide {
    display: none; }
  .print-only {
    display: block; }
  /*#orderoptionbuttons {
	page-break-after: always;
	display: block;
	opacity: 0;
	visibility: hidden;
}*/
  #order-billing-holder {
    margin-right: 1% !important;
    width: 46% !important; }
  .collection-address {
    margin-right: 0 !important;
    width: 46% !important;
    float: right !important; }
  #order-info-holder {
    padding-right: 0 !important; }
  main section#shop-holder {
    background-color: transparent; }
  .print-page {
    page-break-inside: avoid;
    page-break-after: auto; }
  #trade-account .order-details {
    -ms-zoom: 0.9;
    zoom: 0.9;
    padding: 0;
    font-size: 14px;
    line-height: 18px; }
    #trade-account .order-details fieldset legend,
    #trade-account .order-details #basket-summery th,
    #trade-account .order-details .total-row td {
      font-size: 1.2rem; }
    #trade-account .order-details .payment-instructions-holder {
      float: left;
      width: 50%; }
      #trade-account .order-details .payment-instructions-holder table {
        border: 0; }
        #trade-account .order-details .payment-instructions-holder table td {
          border: 0; }
    #trade-account .order-details .basket-summery {
      float: right;
      width: 50%; }
    #trade-account .order-details #basket-holder #basket-summery tr.total-row td {
      font-size: 1.2rem; }
    #trade-account .order-details #basket-holder #basket-summery td {
      padding: 0.25rem 0.75rem; }
    #trade-account .order-details #basket-holder table tr td,
    #trade-account .order-details #basket-holder #mainbasket tr td,
    #trade-account .order-details .table-holder table tr td,
    #trade-account .order-details .table-holder #mainbasket tr td {
      padding: 0.25rem; }
    #trade-account .order-details #basket-holder .mainBasketHolder {
      float: none;
      width: 100%; }
  .fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; } }

.product_image_container {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 128px;
  height: 128px;
  display: block; }

.latestStock h3 span,
.product-panel-content h3 span,
.product-panel-content h3 span,
#overlay-content .contentBlock.productHero .textBlock h3 span,
.prodArticle .detail h3 span {
  color: #1b1464 !important;
  font-weight: 400; }

#overlay-content .contentBlock.productHero .textBlock h3 {
  text-transform: uppercase; }

.head-beer-stock-holder a.button,
.beer-stock-holder a.button {
  margin: 1em 0 0;
  padding: 0.5em 0;
  box-sizing: border-box;
  background-color: #f8931f;
  border: 1px solid #f8931f;
  text-align: center;
  text-decoration: none;
  font-family: Calibri, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 100%;
  color: white;
  margin: 0;
  padding: 0.5em;
  min-height: 30px;
  border-radius: 15px;
  margin-right: 5px;
  text-transform: uppercase; }
  .head-beer-stock-holder a.button:hover,
  .beer-stock-holder a.button:hover {
    background-color: #1b1464;
    border: 1px solid #1b1464; }

.beer-stock-holder {
  text-align: right;
  padding: 15px;
  position: relative;
  top: 25px;
  float: right;
  z-index: 2; }
  @media only screen and (max-width: 1199px) {
    .beer-stock-holder {
      top: 15px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .beer-stock-holder {
      float: unset;
      text-align: center; } }

.head-beer-stock-holder {
  padding-top: 14px;
  float: left; }

#siteHead.min .head-beer-stock-holder {
  padding-top: 10px; }

.head-beer-stock-holder a.button {
  font-size: 1em;
  padding: 0.5em 1em;
  background-color: #1b1464;
  border: 1px solid #1b1464; }
  .head-beer-stock-holder a.button:hover {
    background-color: #f8931f;
    border: 1px solid #f8931f; }
  @media (max-width: 1440px) {
    .head-beer-stock-holder a.button {
      font-size: 12px; } }

.brewerySelect img {
  border-radius: 0; }

#siteHead > div.free-delivery-header-bar {
  text-align: center;
  width: auto;
  float: none;
  padding: 0.25em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1b1464;
  color: #fff;
  text-transform: uppercase;
  z-index: 999; }
  @media (max-width: 375px) {
    #siteHead > div.free-delivery-header-bar {
      font-size: 13px; } }
  @media (max-width: 320px) {
    #siteHead > div.free-delivery-header-bar {
      font-size: 11px; } }
  #siteHead > div.free-delivery-header-bar::before {
    content: "\f174";
    font-family: 'dashicons';
    position: relative;
    left: -10px;
    top: 2px; }
  #siteHead > div.free-delivery-header-bar a {
    color: #fff;
    text-decoration: none; }
    #siteHead > div.free-delivery-header-bar a:hover {
      text-decoration: underline; }
    #siteHead > div.free-delivery-header-bar a > span {
      font-size: 0.9em;
      opacity: 1;
      color: #0a5e57; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        #siteHead > div.free-delivery-header-bar a > span {
          display: block; } }

#siteHead.min > .free-delivery-header-bar {
  display: none; }

#notice-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: white;
  z-index: 9999;
  font-size: 1em;
  line-height: 1em;
  padding: 15px;
  background-color: #f8931f;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
  min-height: 25px; }
  #notice-banner a {
    color: white;
    text-decoration: none; }
  #notice-banner div#close-holder {
    position: absolute;
    background: url("../../images/icons/close-gray.png") left top no-repeat;
    right: 1px;
    top: 1px;
    cursor: pointer;
    display: block;
    width: 39px;
    height: 39px;
    display: none; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      #notice-banner div#close-holder {
        display: block; } }
    #notice-banner div#close-holder span {
      display: none; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    #notice-banner {
      top: auto;
      bottom: 0;
      z-index: 105; }
      #notice-banner p {
        line-height: 0.8rem;
        padding-left: 30px;
        padding-right: 30px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
    #notice-banner p {
      line-height: 0.9rem; } }

#productSoMe {
  margin-top: 100px !important;
  width: 100%;
  display: flex;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    #productSoMe {
      margin-top: 30px; } }

.some_facebook {
  position: relative;
  float: left;
  margin: 0 0.5rem 0 0; }

.some_linkedin {
  position: relative;
  float: left;
  margin: 0 0.5rem 0 0; }

.some_twitter {
  position: relative;
  float: left;
  margin: 0 0.5rem 0 0;
  top: 4px; }

.some_pintrest {
  position: relative;
  float: left;
  margin: 0 0 0 0;
  top: 5px; }

.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: unset; }
  .pagination .pageNo {
    font-size: 1.5rem;
    line-height: unset; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .pagination .pageNo {
        font-size: 1rem; } }
    .pagination .pageNo strong {
      color: #6699cc;
      margin-top: 2px;
      margin-left: .1rem;
      margin-right: .1rem;
      font-size: 1.5rem; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .pagination .pageNo strong {
          font-size: 1rem; } }
  .pagination a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    line-height: unset;
    margin-top: 2px;
    margin-left: .1rem;
    margin-right: .1rem;
    font-size: 1.5rem;
    padding: 3px 0;
    color: #2d2d2d; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .pagination a {
        font-size: 1rem; } }
    .pagination a:hover {
      color: #0a5e57; }
    .pagination a.prev:before {
      display: inline-block;
      content: "\f341";
      color: black;
      font-family: "dashicons";
      display-font: swap;
      position: relative;
      top: 7px;
      font-size: 2rem; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .pagination a.prev:before {
          font-size: 1.5rem; } }
    .pagination a.next:before {
      display: inline-block;
      content: "\f345";
      color: black;
      font-family: "dashicons";
      display-font: swap;
      position: relative;
      top: 7px;
      font-size: 2rem; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
        .pagination a.next:before {
          font-size: 1.5rem; } }

/*# sourceMappingURL=base.css.map */
