@charset "UTF-8";
/*
================================
  SITE SETTINGS
================================
*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: none;
  padding: 0;
  margin: 0; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves 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 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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; }

/* Client requested that we remove the brown from the website */
.global-header .logo img, .content-region figure img, .mega-menu--image img, .image-inline img, .block-products--item img, .block-featured--item img, .block-full-bleed-video img, .block-latest-news li img, .block-stockists--map img, .block-banner--logo img, .block-banner--right img, .carrousel-content__right img, .tab-widget__tab-content img, .block-milestones--right img, .block-awards--item img, .award--left img, .grid-products--item img, .grid-awards--item img, .grid-articles--item img, .grid-team--item img, .grid-careers--item img {
  max-width: 100%;
  display: block;
  height: auto; }

.mfp-close {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

body, input[type=text], input[type=email], input[type=tel], select, textarea, .block-latest-news li p {
  font-family: 'sofia-pro', 'helvetica neue', 'arial', sans-serif;
  font-weight: 300; }

.block-latest-news--micro, .grid-articles--micro, .grid-team-profile--position, .grid-careers-profile--position {
  font-family: 'sofia-pro', 'helvetica neue', 'arial', sans-serif;
  font-style: italic;
  font-weight: 300; }

.uppercase, .button, .grey-button, .brown-button, .outline-button, .trade-btn, footer ul a, .footer-strapline, .main-nav li a, .breadcrumb li, .block-header--kicker, .block-intro--kicker, .block-featured--anchor, .block-banner--kicker, .tab-widget__link--active, .grid-products--kicker {
  font-family: 'sofia-pro', 'helvetica neue', 'arial', sans-serif;
  font-weight: 600; }

.display-regular, .global-hero--heading, .block-header--heading, .block-banner--heading, .grid-sitemap--title {
  font-family: 'kepler-std-display', serif;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 400; }

.strapline, label, .alert, .mfp-content a, .content-region blockquote small, .main-mobile-nav li a, .block-pagination li a, .search-box label, .block-intro--heading, .block-products--item p, .block-featured--item p, .block-latest-news--heading, .block-latest-content h4, .block-stockists--heading, .block-banner-product--heading, .block-socials h5, .block-newsletter--form .main-heading, .grid-awards--heading, aside.left h4, aside.left ul li, .grid-articles--content h4, .grid-stockists--item h4, .block-stockists--region, .block-stockists--country, .grid-team--kicker, .grid-team--content h5, .grid-team--content a, .grid-careers--kicker, .grid-careers--content a, .grid-sitemap--item h4, .grid-sitemap--item .top-level > a, .block-sitemap--top-level, .block-sitemap--country {
  font-family: 'kepler-std-display', sans-serif;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 500; }

body {
  position: relative;
  line-height: 1.5;
  font-size: 100%;
  background: #252E35;
  color: #252E35; }

.display-regular {
  margin: 0.8em 0;
  font-size: 1.6018066406em;
  line-height: 1.3em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .display-regular {
      font-size: calc( 1.6018066406em + 0.4717933594 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .display-regular {
      font-size: calc( 2.0736em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .display-regular {
      font-size: 2.0736em; } }

p {
  margin: 0 0 1rem; }
  p.lead {
    font-size: 1.125em; }
    @media (min-width: 25em) and (max-width: 50em) {
      p.lead {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      p.lead {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      p.lead {
        font-size: 1.2em; } }

.uppercase {
  text-transform: uppercase;
  color: #252E35; }

.strapline {
  font-size: 90%;
  text-transform: uppercase;
  padding: 0 0 .8em 0;
  color: #252E35; }

.wf-loading {
  /* Hide the blog title and post titles while web fonts are loading */
  visibility: hidden; }

.content-region h1 {
  font-size: 1.6018066406em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .content-region h1 {
      font-size: calc( 1.6018066406em + 0.4717933594 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .content-region h1 {
      font-size: calc( 2.0736em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .content-region h1 {
      font-size: 2.0736em; } }

.content-region h2 {
  font-size: 1.6018066406em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .content-region h2 {
      font-size: calc( 1.6018066406em + 0.4717933594 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .content-region h2 {
      font-size: calc( 2.0736em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .content-region h2 {
      font-size: 2.0736em; } }

.content-region h3 {
  font-size: 1.423828125em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .content-region h3 {
      font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .content-region h3 {
      font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .content-region h3 {
      font-size: 1.728em; } }

.content-region h4 {
  font-size: 1.265625em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .content-region h4 {
      font-size: calc( 1.265625em + 0.174375 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .content-region h4 {
      font-size: calc( 1.44em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .content-region h4 {
      font-size: 1.44em; } }

.content-region h5 {
  font-size: 1.125em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .content-region h5 {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .content-region h5 {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .content-region h5 {
      font-size: 1.2em; } }

.content-region h6 {
  font-size: 1em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .content-region h6 {
      font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .content-region h6 {
      font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .content-region h6 {
      font-size: 1em; } }

.content-region h1 + h1, .content-region h1 + h2, .content-region h1 + h3, .content-region h1 + h4, .content-region h1 + h5, .content-region h1 + h6, .content-region h2 + h1, .content-region h2 + h2, .content-region h2 + h3, .content-region h2 + h4, .content-region h2 + h5, .content-region h2 + h6, .content-region h3 + h1, .content-region h3 + h2, .content-region h3 + h3, .content-region h3 + h4, .content-region h3 + h5, .content-region h3 + h6, .content-region h4 + h1, .content-region h4 + h2, .content-region h4 + h3, .content-region h4 + h4, .content-region h4 + h5, .content-region h4 + h6, .content-region h5 + h1, .content-region h5 + h2, .content-region h5 + h3, .content-region h5 + h4, .content-region h5 + h5, .content-region h5 + h6, .content-region h6 + h1, .content-region h6 + h2, .content-region h6 + h3, .content-region h6 + h4, .content-region h6 + h5, .content-region h6 + h6 {
  font-size: 1.125em;
  font-weight: normal;
  opacity: 0.75; }
  @media (min-width: 25em) and (max-width: 50em) {
    .content-region h1 + h1, .content-region h1 + h2, .content-region h1 + h3, .content-region h1 + h4, .content-region h1 + h5, .content-region h1 + h6, .content-region h2 + h1, .content-region h2 + h2, .content-region h2 + h3, .content-region h2 + h4, .content-region h2 + h5, .content-region h2 + h6, .content-region h3 + h1, .content-region h3 + h2, .content-region h3 + h3, .content-region h3 + h4, .content-region h3 + h5, .content-region h3 + h6, .content-region h4 + h1, .content-region h4 + h2, .content-region h4 + h3, .content-region h4 + h4, .content-region h4 + h5, .content-region h4 + h6, .content-region h5 + h1, .content-region h5 + h2, .content-region h5 + h3, .content-region h5 + h4, .content-region h5 + h5, .content-region h5 + h6, .content-region h6 + h1, .content-region h6 + h2, .content-region h6 + h3, .content-region h6 + h4, .content-region h6 + h5, .content-region h6 + h6 {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .content-region h1 + h1, .content-region h1 + h2, .content-region h1 + h3, .content-region h1 + h4, .content-region h1 + h5, .content-region h1 + h6, .content-region h2 + h1, .content-region h2 + h2, .content-region h2 + h3, .content-region h2 + h4, .content-region h2 + h5, .content-region h2 + h6, .content-region h3 + h1, .content-region h3 + h2, .content-region h3 + h3, .content-region h3 + h4, .content-region h3 + h5, .content-region h3 + h6, .content-region h4 + h1, .content-region h4 + h2, .content-region h4 + h3, .content-region h4 + h4, .content-region h4 + h5, .content-region h4 + h6, .content-region h5 + h1, .content-region h5 + h2, .content-region h5 + h3, .content-region h5 + h4, .content-region h5 + h5, .content-region h5 + h6, .content-region h6 + h1, .content-region h6 + h2, .content-region h6 + h3, .content-region h6 + h4, .content-region h6 + h5, .content-region h6 + h6 {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .content-region h1 + h1, .content-region h1 + h2, .content-region h1 + h3, .content-region h1 + h4, .content-region h1 + h5, .content-region h1 + h6, .content-region h2 + h1, .content-region h2 + h2, .content-region h2 + h3, .content-region h2 + h4, .content-region h2 + h5, .content-region h2 + h6, .content-region h3 + h1, .content-region h3 + h2, .content-region h3 + h3, .content-region h3 + h4, .content-region h3 + h5, .content-region h3 + h6, .content-region h4 + h1, .content-region h4 + h2, .content-region h4 + h3, .content-region h4 + h4, .content-region h4 + h5, .content-region h4 + h6, .content-region h5 + h1, .content-region h5 + h2, .content-region h5 + h3, .content-region h5 + h4, .content-region h5 + h5, .content-region h5 + h6, .content-region h6 + h1, .content-region h6 + h2, .content-region h6 + h3, .content-region h6 + h4, .content-region h6 + h5, .content-region h6 + h6 {
      font-size: 1.2em; } }

blockquote {
  margin: 0 0 1rem; }
  blockquote p {
    margin: 0 0 0.5rem; }
  blockquote small {
    margin: 0.5rem 0 0;
    display: block; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

/*
### EXAMPLE

.social-icon {
  @include hide-text;
  display: block;
  height: 50px;
  width: 50px;
}

.social-icon--twitter {
  @include sprite(-105px,-50px);
}

*/
.main-nav ul li.dropdown a.has-icon:before {
  background-position: -165px -15px;
  background-size: 500px 250px; }
  .no-svg .main-nav ul li.dropdown a.has-icon:before {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .main-nav ul li.dropdown a.has-icon:before {
    background-image: url("../media/dt-sprite.svg"); }

.filter--dropdown:before {
  background-position: -155px -10px;
  background-size: 500px 250px; }
  .no-svg .filter--dropdown:before {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .filter--dropdown:before {
    background-image: url("../media/dt-sprite.svg"); }

.grid-products--content:before {
  background-position: -53px -53px;
  background-size: 500px 250px; }
  .no-svg .grid-products--content:before {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .grid-products--content:before {
    background-image: url("../media/dt-sprite.svg"); }

.search-icon {
  background-position: -1px -53px;
  background-size: 500px 250px; }
  .no-svg .search-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .search-icon {
    background-image: url("../media/dt-sprite.svg"); }

.js-close {
  background-position: -101px -51px;
  background-size: 500px 250px; }
  .no-svg .js-close {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .js-close {
    background-image: url("../media/dt-sprite.svg"); }

.mfp-close-btn-in .mfp-close {
  background-position: -103px -52px;
  background-size: 500px 250px; }
  .no-svg .mfp-close-btn-in .mfp-close {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .mfp-close-btn-in .mfp-close {
    background-image: url("../media/dt-sprite.svg"); }

/* Footer Social icons */
.social .instagram-icon {
  background-position: -103px -203px;
  background-size: 500px 250px; }
  .no-svg .social .instagram-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .social .instagram-icon {
    background-image: url("../media/dt-sprite.svg"); }

.social .facebook-icon {
  background-position: -3px -203px;
  background-size: 500px 250px; }
  .no-svg .social .facebook-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .social .facebook-icon {
    background-image: url("../media/dt-sprite.svg"); }

.social .twitter-icon {
  background-position: -53px -203px;
  background-size: 500px 250px; }
  .no-svg .social .twitter-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .social .twitter-icon {
    background-image: url("../media/dt-sprite.svg"); }

/* Video Play Icon */
.video-wrapper .play-icon {
  background-position: 0px -102px;
  background-size: 500px 250px; }
  .no-svg .video-wrapper .play-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .video-wrapper .play-icon {
    background-image: url("../media/dt-sprite.svg"); }

/* Carousel arrows */
.news-carrousel__button__previous button {
  background-position: -303px -1px;
  background-size: 500px 250px; }
  .no-svg .news-carrousel__button__previous button {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .news-carrousel__button__previous button {
    background-image: url("../media/dt-sprite.svg"); }

.news-carrousel__button__next button {
  background-position: -350px -1px;
  background-size: 500px 250px; }
  .no-svg .news-carrousel__button__next button {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .news-carrousel__button__next button {
    background-image: url("../media/dt-sprite.svg"); }

/* Social Block */
.block-socials .instagram-icon {
  background-position: -101px -201px;
  background-size: 500px 250px; }
  .no-svg .block-socials .instagram-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .block-socials .instagram-icon {
    background-image: url("../media/dt-sprite.svg"); }

.block-socials .facebook-icon {
  background-position: -2px -201px;
  background-size: 500px 250px; }
  .no-svg .block-socials .facebook-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .block-socials .facebook-icon {
    background-image: url("../media/dt-sprite.svg"); }

.block-socials .youtube-icon {
  background-position: -151px -201px;
  background-size: 500px 250px; }
  .no-svg .block-socials .youtube-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .block-socials .youtube-icon {
    background-image: url("../media/dt-sprite.svg"); }

.block-socials .twitter-icon {
  background-position: -51px -200px;
  background-size: 500px 250px; }
  .no-svg .block-socials .twitter-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .block-socials .twitter-icon {
    background-image: url("../media/dt-sprite.svg"); }

.block-socials .website-icon {
  background-position: -201px -200px;
  background-size: 500px 250px; }
  .no-svg .block-socials .website-icon {
    background-image: url("../media/***-sprite@1x.png"); }
  .svg .block-socials .website-icon {
    background-image: url("../media/dt-sprite.svg"); }

button, [type='button'], [type='reset'], [type='submit'] {
  background-color: #252E35; }

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus,
button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
  background-color: #252E35; }

button:active, [type='button']:active, [type='reset']:active, [type='submit']:active {
  background-color: #252E35; }

.button, .grey-button, .brown-button, .outline-button {
  display: inline-block;
  padding: .4em 1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f6f5f3;
  border-radius: 6px;
  transition-property: color,background,border;
  transition: .2s ease; }
  .large.button, .large.grey-button, .large.brown-button, .large.outline-button {
    padding: .8em 2em; }
  @media screen and (min-width: 400px) {
    .button, .grey-button, .brown-button, .outline-button {
      padding: .5em 1em; } }

.button {
  background: #252E35;
  border: 2px solid #252E35; }
  .button:hover, .button:focus {
    background: #2f3b44;
    border: 2px solid #2f3b44; }

.grey-button {
  background: #A5A8A5;
  border: 2px solid #A5A8A5; }
  .grey-button:hover, .grey-button:focus {
    background: none;
    color: #f6f5f3;
    border: 2px solid #f6f5f3; }

.brown-button {
  background: #252E35;
  border: 2px solid #252E35; }
  .brown-button:hover, .brown-button:focus {
    background: #2f3b44;
    border: 2px solid #2f3b44; }

.outline-button {
  background: none;
  color: #f6f5f3;
  border: 2px solid #f6f5f3; }
  .outline-button:hover, .outline-button:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #f6f5f3;
    border: 2px solid #f6f5f3; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  border: 1px solid #e2e0db;
  box-shadow: inset 2px 2px 0px rgba(45, 45, 40, 0.03);
  transition: border .2s ease;
  min-width: 260px;
  color: #252E35; }
  @media screen and (min-width: 600px) {
    [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
      min-width: 300px; } }

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border: 1px solid #252E35;
  border-radius: 0; }

[type='color']:active, [type='date']:active, [type='datetime']:active, [type='datetime-local']:active, [type='email']:active, [type='month']:active, [type='number']:active, [type='password']:active, [type='search']:active, [type='tel']:active, [type='text']:active, [type='time']:active, [type='url']:active, [type='week']:active, input:not([type]):active, textarea:active {
  border: 1px solid #A5A8A5;
  border-radius: 0; }

label {
  font-size: 1em;
  padding: 0 0 .4em 0; }
  @media (min-width: 25em) and (max-width: 50em) {
    label {
      font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    label {
      font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    label {
      font-size: 1em; } }

.field {
  padding: 0 0 .8em; }
  .field .heading {
    padding: 0 0 .2em 0; }
  .field input {
    width: 100%; }

textarea {
  width: 100%;
  min-height: 140px;
  font-size: 1em;
  color: #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    textarea {
      font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    textarea {
      font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    textarea {
      font-size: 1em; } }

input[type=text], input[type=email], input[type=tel], select, textarea {
  padding: .9em .6em .8em;
  max-height: 46px;
  outline: none;
  max-width: 520px; }

.filter--dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  max-width: 520px;
  margin: 0.2em 0 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #f6f5f3;
  border-radius: 5px;
  z-index: 1; }
  .filter--dropdown:before {
    position: absolute;
    right: 1em;
    top: .5em;
    content: '';
    width: 40px;
    height: 30px;
    z-index: 1; }
  .filter--dropdown select {
    position: relative;
    display: block;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    padding: 0.7em 1em;
    z-index: 2;
    background: transparent;
    color: #3B3B34;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e2e0db;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
    cursor: pointer;
    box-shadow: 2px 2px 0 rgba(45, 45, 40, 0.05); }
    .filter--dropdown select:hover, .filter--dropdown select:focus {
      border: 1px solid #252E35; }

.alert {
  background: #a5a8a5;
  background: rgba(165, 168, 165, 0.1);
  padding: 0.8em;
  text-align: center;
  border-radius: 4px;
  margin: 0 0 1em 0;
  color: #252E35;
  border: 1px solid; }
  .alert p:last-child {
    margin-bottom: 0; }
  .alert.error-alert {
    color: #252E35;
    border: 2px solid #252E35;
    background: #252e35;
    background: rgba(37, 46, 53, 0.1); }
  .alert.success-alert {
    color: #252E35;
    border: 2px solid #A5A8A5;
    background: #a5a8a5;
    background: rgba(165, 168, 165, 0.1); }

#oldbrowser span,
noscript span {
  background-color: darkred;
  text-align: center;
  display: block;
  color: white;
  padding: 1em; }
  #oldbrowser span a:hover,
  #oldbrowser span a:focus,
  noscript span a:hover,
  noscript span a:focus {
    color: #c58080; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

.pattern-header {
  background-color: #efefef;
  padding: calc(3vw + 1em); }

.pattern-wrapper {
  padding: calc(3vw + 1em); }

.block {
  padding: calc(1vw + 1em); }
  .block.remove-top-padding {
    padding-top: 0; }

.block--image {
  display: block;
  overflow: hidden;
  margin: 0 auto 0.8em; }
  .block--image img {
    display: block;
    border: 0;
    margin: 0 auto;
    padding: 0; }

.divider {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 1em 0; }
  .divider:after {
    position: absolute;
    content: '';
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: #252E35; }

.content {
  padding: calc(1vw + 1em) calc(3vw + 1em) calc(1vw + 1em); }
  .content .content--heading {
    font-size: 1.423828125em;
    line-height: 1.3em;
    padding: 0 0 0.4em;
    color: #252E35; }
    @media (min-width: 25em) and (max-width: 50em) {
      .content .content--heading {
        font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .content .content--heading {
        font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .content .content--heading {
        font-size: 1.728em; } }
  .content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 50em; }
  .content p:first-of-type {
    font-size: 1.125em; }
    @media (min-width: 25em) and (max-width: 50em) {
      .content p:first-of-type {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .content p:first-of-type {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .content p:first-of-type {
        font-size: 1.2em; } }

.margin-top {
  margin-top: 1em; }

.centered {
  text-align: center; }

.white-bg {
  background: #f6f5f3; }

.grey-bg {
  background: #A5A8A5;
  background-image: linear-gradient(45deg, #A5A8A5, #a5a8a5); }

.brown-bg {
  background: #A5A8A5;
  background-image: linear-gradient(45deg, #252E35, #2f3b44); }

.grey-light-bg {
  background: #ECEAE6;
  background-image: linear-gradient(45deg, #ECEAE6, #eceae6); }

.js .js-hide .container, .js .js-hide .intro-text, .js .js-hide .grid-products, .js .js-hide .grid-careers {
  opacity: 0;
  transition: opacity .2s ease-in; }
.js .js-hide.show .container, .js .js-hide.show .intro-text, .js .js-hide.show .grid-products, .js .js-hide.show .grid-careers {
  opacity: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #252E35;
  background: rgba(37, 46, 53, 0.98); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
  .mfp-content img {
    padding-bottom: 1em; }
  .mfp-content h3 {
    font-size: 1.125em;
    color: #252E35;
    text-transform: uppercase;
    line-height: 1.2em;
    padding-bottom: 0.4em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .mfp-content h3 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .mfp-content h3 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .mfp-content h3 {
        font-size: 1.2em; } }
  .mfp-content a {
    position: relative;
    display: inline-block;
    padding: 0 0 .1em 0;
    text-decoration: none;
    color: #252E35;
    transition: color .2s ease; }
    .mfp-content a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #A5A8A5;
      transition: width .2s ease; }
    .mfp-content a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0%;
      height: 2px;
      background: #252E35;
      transition: width .2s ease; }
    .mfp-content a:hover, .mfp-content a:focus {
      color: #252E35; }
      .mfp-content a:hover:after, .mfp-content a:focus:after {
        width: 100%; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  position: absolute;
  right: 5%;
  top: 5%;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333;
  overflow: hidden;
  background-color: #21292f; }
  .mfp-close-btn-in .mfp-close:hover, .mfp-close-btn-in .mfp-close:focus {
    background-color: #252E35; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.white-popup-block {
  background: #FFF;
  padding: calc(3vh + 1em);
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  border-radius: 3px; }

.age-verification-popup-block {
  background: #FFF;
  padding: calc(3vh + 1em);
  max-width: 650px;
  margin: 40px auto;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 800px) {
    .age-verification-popup-block {
      padding: calc(6vh + 1em); } }
  .age-verification-popup-block button {
    margin: 0 .2em; }
  .age-verification-popup-block img {
    padding-bottom: 1em; }

/*
  
  Global Header
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.global-header {
  position: relative;
  padding: 0;
  background: #f6f5f3;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .global-header {
      border-top: 3px solid #252E35; } }
  .global-header .container {
    position: relative; }
  .global-header .logo {
    padding: 2.5% 25%; }
    @media screen and (min-width: 800px) {
      .global-header .logo {
        padding: 2.5% 5% 2.5%; } }
    .global-header .logo a {
      display: inline-block; }

.open-search {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #252E35;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05); }
  .open-search:hover, .open-search:focus {
    background-color: #29333b; }
  @media screen and (max-width: 999px) {
    .open-search {
      left: 30px; } }
  @media screen and (min-width: 1000px) {
    .open-search {
      right: 5%;
      border-radius: 0 0 3px 3px; } }

.trade-btn {
  position: absolute;
  top: 0;
  left: 5%;
  padding: 0.6em 1.5em;
  background: #f6f5f3;
  color: #252E35;
  border: 3px solid #252E35;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 999px) {
    .trade-btn {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      left: 0%;
      width: 48px;
      height: 48px;
      background: #A5A8A5;
      border: 0;
      border-radius: 0; } }
  @media screen and (min-width: 1000px) {
    .trade-btn {
      transition: padding .2s ease-in; }
      .trade-btn:hover, .trade-btn:focus {
        padding: 1em 1.5em 0.6em 1.5em; } }

/* Contains logo */
/*
  
  Global - Footer 
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
footer {
  padding: calc(3vw + 1em);
  background: #252E35;
  border-top: 6px solid #36434d; }
  @media screen and (min-width: 1000px) {
    footer {
      padding: 1.5% calc(3vw + 1em); } }

footer .footer--left::after {
  clear: both;
  content: "";
  display: block; }
@media screen and (min-width: 1000px) {
  footer .footer--left {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 65.7856046003%; }
    footer .footer--left:last-child {
      margin-right: 0; } }

footer .footer--right::after {
  clear: both;
  content: "";
  display: block; }
@media screen and (min-width: 1000px) {
  footer .footer--right {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 31.5712092005%; }
    footer .footer--right:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1000px) {
  footer .align-right {
    text-align: right; } }

.footer-wrap::after {
  clear: both;
  content: "";
  display: block; }

.footer--copyright {
  padding: 2.5% 0 0 0;
  color: #f6f5f3;
  font-size: 90%; }
  .footer--copyright a {
    color: #8095a6; }

footer ul {
  float: left;
  display: block;
  margin-right: 2.6431861992%;
  width: 31.5712092005%;
  list-style: none;
  margin: 0;
  padding: 0 0 1em 0; }
  footer ul:last-child {
    margin-right: 0; }

footer ul li {
  padding: 0 0 0.4em 0; }

footer ul a {
  position: relative;
  display: inline-block;
  padding: 0 0 .2em 0;
  text-decoration: none;
  color: #f6f5f3;
  transition: color .2s ease;
  text-transform: uppercase;
  transition: color .2s ease; }
  footer ul a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0%;
    height: 2px;
    background: #f6f5f3;
    transition: width .2s ease; }
  footer ul a:hover:after, footer ul a:focus:after {
    width: 100%; }

.footer-strapline {
  display: block;
  text-transform: uppercase;
  color: #f6f5f3; }

footer .social a {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 44px;
  height: 44px;
  background-color: #36434d;
  border-radius: 50%;
  transition: transform .1s ease; }
  @media screen and (min-width: 1000px) {
    footer .social a {
      margin-left: .5em; } }
  footer .social a:hover, footer .social a:focus {
    transform: scale(1.2); }
@media screen and (min-width: 1000px) {
  footer .social {
    text-align: right; } }

/*
  
  Global Hero
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.global-hero {
  position: relative;
  overflow: hidden; }
  .global-hero.grey {
    background: #A5A8A5;
    background-image: linear-gradient(45deg, #737673, #737673); }
  .global-hero.navy {
    background: #252E35;
    background-image: linear-gradient(45deg, #1b2126, #1b2126); }
  .global-hero.brown {
    background: #252E35;
    background-image: linear-gradient(45deg, #101417, #101417); }
  .global-hero .container {
    position: relative;
    padding: 5%;
    z-index: 1;
    max-width: 100%; }

.global-hero--heading {
  font-size: 2.0272865295em;
  line-height: 1.3em;
  padding: 0 0 5% 0;
  color: #f6f5f3; }
  @media (min-width: 25em) and (max-width: 50em) {
    .global-hero--heading {
      font-size: calc( 2.0272865295em + 0.9586974705 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .global-hero--heading {
      font-size: calc( 2.985984em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .global-hero--heading {
      font-size: 2.985984em; } }

.global-hero--content {
  position: relative;
  max-width: 38em;
  z-index: 1; }

.global-hero--wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

#global-hero--image {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 101%;
  opacity: 0;
  transition: opacity .8s ease-in;
  /*
    Removed as requested by client - 08/11/2018
    
    &:before {
    position: absolute;
    left:-30%;
    top: -50%;
    content: '';
    width: 100%;
    height: 200%;
    opacity: .4;
    z-index: 0;
    background: url('../media/emblem-white.svg') no-repeat;
  }*/ }
  #global-hero--image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%; }
    .grey #global-hero--image:after {
      background: linear-gradient(90deg, rgba(115, 118, 115, 0.8) 0%, rgba(115, 118, 115, 0.8) 50%, rgba(115, 118, 115, 0.8) 51%, rgba(115, 118, 115, 0.01) 100%); }
    .navy #global-hero--image:after {
      background: linear-gradient(90deg, rgba(27, 33, 38, 0.2) 0%, rgba(27, 33, 38, 0.2) 50%, rgba(27, 33, 38, 0.2) 51%, rgba(27, 33, 38, 0.01) 100%); }
    .brown #global-hero--image:after {
      background: linear-gradient(90deg, rgba(16, 20, 23, 0.8) 0%, rgba(16, 20, 23, 0.8) 50%, rgba(16, 20, 23, 0.8) 51%, rgba(16, 20, 23, 0) 100%); }
  #global-hero--image.fade-in {
    position: absolute;
    opacity: 1; }

.content-options {
  margin: 0 auto;
  max-width: 50em; }

.content-region {
  margin: 0 auto;
  max-width: 50em; }
  .content-region h1, .content-region h2, .content-region h3, .content-region h4, .content-region h5, .content-region h6 {
    line-height: 1.25;
    margin: 1.5rem 0 0.5rem; }
  .content-region .table-wrap {
    overflow: auto;
    background: #eee; }
  .content-region table {
    overflow-x: scroll;
    width: 800px; }
  .content-region th, .content-region td {
    width: 100px;
    vertical-align: top;
    border: 2px solid #333;
    padding: 10px; }
  .content-region ul,
  .content-region ol {
    margin: 1rem 1rem 1rem 2.2rem; }
    .content-region ul ul,
    .content-region ul ol,
    .content-region ol ul,
    .content-region ol ol {
      margin: 0 1rem; }
  .content-region hr {
    margin: 2em 0;
    background: #252E35;
    height: 2px;
    border: 0; }
  .content-region blockquote {
    border-left: 5px solid #252E35;
    padding: 0 0 0 2.5%; }
    .content-region blockquote p {
      font-size: 1.125em; }
      @media (min-width: 25em) and (max-width: 50em) {
        .content-region blockquote p {
          font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
      @media (min-width: 50em) and (max-width: 75em) {
        .content-region blockquote p {
          font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
      @media (min-width: 75em) {
        .content-region blockquote p {
          font-size: 1.2em; } }
    .content-region blockquote small {
      font-size: 1em;
      color: #252E35; }
      @media (min-width: 25em) and (max-width: 50em) {
        .content-region blockquote small {
          font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ) ); } }
      @media (min-width: 50em) and (max-width: 75em) {
        .content-region blockquote small {
          font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
      @media (min-width: 75em) {
        .content-region blockquote small {
          font-size: 1em; } }
  .content-region a {
    position: relative;
    display: inline-block;
    padding: 0 0 .1em 0;
    text-decoration: none;
    color: #252E35;
    transition: color .2s ease; }
    .content-region a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #A5A8A5;
      transition: width .2s ease; }
    .content-region a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0%;
      height: 2px;
      background: #252E35;
      transition: width .2s ease; }
    .content-region a:hover, .content-region a:focus {
      color: #252E35; }
      .content-region a:hover:after, .content-region a:focus:after {
        width: 100%; }
  .content-region figure {
    margin: 1.5rem 0 3rem; }
    .content-region figure figcaption {
      margin: 0.75rem 0 0;
      font-size: 90%;
      color: #252E35; }
      .content-region figure figcaption a {
        color: #252E35; }

.video-wrapper {
  position: relative; }
  .video-wrapper.playing {
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  .video-wrapper .js-swap-video {
    position: relative; }
    .video-wrapper .js-swap-video:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #252e35;
      background: rgba(37, 46, 53, 0.5);
      z-index: 1; }
  .video-wrapper .play-icon {
    position: absolute;
    background-color: rgba(246, 245, 243, 0.2);
    border: 3px solid #f6f5f3;
    border-radius: 100%;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    height: 100px;
    width: 100px;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .video-wrapper .play-icon:hover, .video-wrapper .play-icon:focus {
      transform: scale(1.2); }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
  
  Navigation
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.main-nav li a {
  letter-spacing: 1px;
  text-transform: uppercase; }

.main-mobile-nav li a {
  display: block;
  font-size: 1.125em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #f6f5f3;
  padding: .4em 10%; }
  @media (min-width: 25em) and (max-width: 50em) {
    .main-mobile-nav li a {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .main-mobile-nav li a {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .main-mobile-nav li a {
      font-size: 1.2em; } }

.main-mobile-nav li {
  border-bottom: 1px solid #2f3b44; }

.mega-menu--image {
  float: left;
  display: block;
  margin-right: 2.6431861992%;
  width: 27.2944097755%; }
  .mega-menu--image:last-child {
    margin-right: 0; }
  .reduced-menu .mega-menu--image {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 35.8480086255%; }
    .reduced-menu .mega-menu--image:last-child {
      margin-right: 0; }

.mega-menu-list {
  float: left;
  display: block;
  margin-right: 2.6431861992%;
  width: 70.0624040252%; }
  .mega-menu-list:last-child {
    margin-right: 0; }
  .reduced-menu .mega-menu-list {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 61.5088051753%; }
    .reduced-menu .mega-menu-list:last-child {
      margin-right: 0; }

.mobile-menu-button {
  position: absolute;
  top: calc(3vh + 0em);
  right: -5px;
  padding: 10px 20px 10px 10px;
  background: #252E35;
  border-bottom: 3px solid #2f3b44;
  color: #f6f5f3;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  z-index: 100; }
  @media screen and (min-width: 1000px) {
    .mobile-menu-button {
      display: none; } }

/* Desktop Menu */
@media screen and (min-width: 1000px) {
  .main-mobile-nav {
    display: none; }

  .main-nav {
    position: relative;
    background: #ECEAE6;
    background-image: linear-gradient(0deg, #ECEAE6, #e1ded8); }
    .main-nav ul {
      position: relative;
      z-index: 2; }
      .main-nav ul li {
        display: inline-block; }
        .main-nav ul li a {
          display: inline-block;
          padding: 1.1em 0em 1em;
          color: #252E35;
          font-size: 1em; } }
        @media screen and (min-width: 1000px) and (min-width: 25em) and (max-width: 50em) {
          .main-nav ul li a {
            font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ) ); } }
        @media screen and (min-width: 1000px) and (min-width: 50em) and (max-width: 75em) {
          .main-nav ul li a {
            font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
        @media screen and (min-width: 1000px) and (min-width: 75em) {
          .main-nav ul li a {
            font-size: 1em; } }
@media screen and (min-width: 1000px) {
          .main-nav ul li a.has-icon span {
            padding: 0 2.5em 0 0em; }
          .main-nav ul li a span {
            display: inline-block;
            padding: 0 2.5em 0; }
        .main-nav ul li:last-child a span {
          border: 0; }
        .main-nav ul li.dropdown {
          position: relative;
          vertical-align: top; }
          .main-nav ul li.dropdown.mega-menu {
            position: static; }
          .main-nav ul li.dropdown a.has-icon {
            position: relative;
            padding-left: 2em; }
            .main-nav ul li.dropdown a.has-icon:before {
              position: absolute;
              content: '';
              width: 20px;
              height: 20px;
              right: 15px;
              /* top: 2px; */
              margin-top: 2px; }
        .main-nav ul li.mega-menu:hover .dropdown-wrap, .main-nav ul li.mega-menu:focus .dropdown-wrap {
          position: absolute;
          left: 0;
          padding: 0;
          width: 100%;
          visibility: visible;
          height: 0;
          overflow: visible;
          opacity: 1;
          background: none; }
          .main-nav ul li.mega-menu:hover .dropdown-wrap .container, .main-nav ul li.mega-menu:focus .dropdown-wrap .container {
            display: block;
            margin: 0 auto;
            padding: calc(2vh + 1em);
            background: #f7f6f4;
            max-width: 62em;
            box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
            border-radius: 0 0 4px 4px; }
            .main-nav ul li.mega-menu:hover .dropdown-wrap .container ul, .main-nav ul li.mega-menu:focus .dropdown-wrap .container ul {
              float: left;
              display: block;
              margin-right: 2.6431861992%;
              width: 40.1248080504%;
              padding: 0 5% 0 0; }
              .main-nav ul li.mega-menu:hover .dropdown-wrap .container ul:last-child, .main-nav ul li.mega-menu:focus .dropdown-wrap .container ul:last-child {
                margin-right: 0; }
              .main-nav ul li.mega-menu:hover .dropdown-wrap .container ul:nth-child(2n), .main-nav ul li.mega-menu:focus .dropdown-wrap .container ul:nth-child(2n) {
                padding-right: 0; }
          .main-nav ul li.mega-menu:hover .dropdown-wrap.reduced-menu .container, .main-nav ul li.mega-menu:focus .dropdown-wrap.reduced-menu .container {
            max-width: 42em;
            min-height: 300px; }
            .main-nav ul li.mega-menu:hover .dropdown-wrap.reduced-menu .container ul, .main-nav ul li.mega-menu:focus .dropdown-wrap.reduced-menu .container ul {
              float: left;
              display: block;
              margin-right: 2.6431861992%;
              width: 57.2320057503%;
              padding: 0 5% 0 0; }
              .main-nav ul li.mega-menu:hover .dropdown-wrap.reduced-menu .container ul:last-child, .main-nav ul li.mega-menu:focus .dropdown-wrap.reduced-menu .container ul:last-child {
                margin-right: 0; }
        .main-nav ul li:hover, .main-nav ul li:focus {
          background: #f7f6f4; }
          .main-nav ul li:hover .dropdown-wrap, .main-nav ul li:focus .dropdown-wrap {
            position: absolute;
            left: 0;
            visibility: visible;
            height: auto;
            overflow: visible;
            opacity: 1;
            padding: calc(3vh + 1em);
            background: #f7f6f4;
            box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
            border-radius: 0 0 4px 4px; }
          .main-nav ul li:hover .dropdown-wrap, .main-nav ul li:focus .dropdown-wrap {
            position: absolute;
            padding: calc(1vh + 1em) calc(1vh + 1em) calc(0vh + 1em);
            min-width: 200px;
            visibility: visible;
            height: auto;
            overflow: visible;
            opacity: 1; }
      .main-nav ul .dropdown-wrap {
        position: absolute;
        visibility: hidden;
        height: 0;
        opacity: 0;
        overflow: hidden;
        text-align: left; }
        .main-nav ul .dropdown-wrap .container {
          display: none; }
        .main-nav ul .dropdown-wrap ul li {
          display: block;
          margin: 0 0 .4em 0; }
          .main-nav ul .dropdown-wrap ul li.view-more a {
            color: #252E35; }
            .main-nav ul .dropdown-wrap ul li.view-more a:after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 2px;
              background: #252E35;
              transition: width .2s ease; }
          .main-nav ul .dropdown-wrap ul li ul {
            left: none !important;
            width: 100% !important; }
            .main-nav ul .dropdown-wrap ul li ul li {
              display: block;
              margin: 0 0 .4em 0;
              font-size: 90%;
              padding: 0 0 0 0em !important; }
        .main-nav ul .dropdown-wrap ul a {
          position: relative;
          display: inline-block;
          padding: 0 0 .2em 0;
          text-decoration: none;
          transition: color .2s ease; }
          .main-nav ul .dropdown-wrap ul a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 0%;
            height: 2px;
            background: #252E35;
            transition: width .2s ease; }
          .main-nav ul .dropdown-wrap ul a:hover, .main-nav ul .dropdown-wrap ul a:focus, .main-nav ul .dropdown-wrap ul a.active {
            color: #252E35; }
            .main-nav ul .dropdown-wrap ul a:hover:after, .main-nav ul .dropdown-wrap ul a:focus:after, .main-nav ul .dropdown-wrap ul a.active:after {
              width: 100%; } }
/* Mobile Menu */
@media screen and (max-width: 999px) {
  .main-mobile-nav ul li a {
    color: #f6f5f3;
    padding: .4em 10%; }
  .main-mobile-nav ul li ul {
    padding: 0 0 0 .5em; }
    .main-mobile-nav ul li ul li a {
      text-transform: none;
      color: #f1dbd6; }

  .main-nav {
    display: none; }

  .st-pusher {
    position: relative;
    z-index: 1; }

  .st-container {
    position: relative;
    overflow: hidden; }

  .st-pusher {
    position: relative;
    right: 0;
    z-index: 99;
    height: 100%;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    background: #f6f5f3; }

  .st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(27, 33, 38, 0.8);
    content: '';
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

  .st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }

  .st-effect.st-menu {
    z-index: 99; }

  .st-menu {
    border-left: 5px solid #1b2126;
    position: absolute;
    padding: 6% 0 5% 0;
    top: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 280px;
    height: 100%;
    background: #252E35;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

  .st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 46, 53, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }

  .st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

  .st-effect.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); }

  .st-menu-open .st-effect.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }

  .st-effect .st-menu-open.st-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 280px;
    height: 100%;
    background: #252E35;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

  /* Effect 3: Push */
  .st-effect.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); }

  .st-effect.st-menu-open .st-menu {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }

  .st-effect.st-menu-open .st-effect.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }

  .st-effect.st-menu::after {
    display: none; }

  /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */ }
/*
  
  Breadcrumb
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.breadcrumb {
  border-bottom: 1px solid rgba(246, 245, 243, 0.1);
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: left;
  z-index: 1; }

.breadcrumb .container {
  padding: 0 calc(3vh + 1em); }

.breadcrumb ol {
  list-style: none;
  padding: .8em 0; }

.breadcrumb li {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 .5em 0 0; }
  .breadcrumb li:first-child a {
    margin: 0; }

.breadcrumb li a {
  font-size: 12px;
  position: relative;
  text-decoration: none;
  color: rgba(246, 245, 243, 0.75);
  margin: 0 0 0 .5em; }
  .breadcrumb li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0%;
    height: 2px;
    background: #f6f5f3;
    transition: width .2s ease; }
  .breadcrumb li a:hover, .breadcrumb li a:focus {
    color: #f6f5f3; }
    .breadcrumb li a:hover:after, .breadcrumb li a:focus:after {
      width: 100%; }

/*
  
  Pagination
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-pagination {
  text-align: center;
  padding: 1% 0 5%;
  margin: 0 auto; }
  .block-pagination::after {
    clear: both;
    content: "";
    display: block; }
  .block-pagination li {
    display: inline-block;
    margin: 0 0.2em; }
    .block-pagination li a {
      border: 1px solid rgba(165, 168, 165, 0.2);
      box-shadow: 0 2px 2px rgba(37, 46, 53, 0.02);
      font-size: 1em;
      display: inline-block;
      background: #f6f5f3;
      padding: 0.8em 1.2em;
      text-decoration: none;
      text-transform: uppercase;
      transition: border 0.2s ease;
      letter-spacing: 1px;
      color: #252E35;
      border-radius: 4px; }
      @media (min-width: 25em) and (max-width: 50em) {
        .block-pagination li a {
          font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ) ); } }
      @media (min-width: 50em) and (max-width: 75em) {
        .block-pagination li a {
          font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
      @media (min-width: 75em) {
        .block-pagination li a {
          font-size: 1em; } }
      .block-pagination li a:hover, .block-pagination li a:focus {
        color: #252E35; }
      .block-pagination li a.prev-arrow {
        position: relative; }
        .block-pagination li a.prev-arrow:before {
          position: absolute;
          color: #252E35;
          top: 0.5em;
          left: 0.75em;
          content: '←';
          font-size: 1.2em; }
        .block-pagination li a.prev-arrow span {
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          padding-left: 1.2em; }
      .block-pagination li a.next-arrow {
        position: relative; }
        .block-pagination li a.next-arrow:before {
          position: absolute;
          color: #252E35;
          top: 0.5em;
          right: 0.75em;
          content: ' →';
          font-size: 1.2em; }
        .block-pagination li a.next-arrow span {
          padding-right: 1.2em; }
    .block-pagination li.active a {
      background-color: #252E35;
      color: #f6f5f3; }

/*
  
  Search Overlay
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.search-overlay {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  width: 100%;
  height: 0%;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
  background: #252E35;
  background: rgba(37, 46, 53, 0);
  transition: background .2s ease-in; }
  .js-search-open .search-overlay {
    display: table;
    height: 100%;
    background: #252E35;
    background: rgba(37, 46, 53, 0.98); }

.js-search-open {
  overflow: hidden; }

.search-overlay--wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .search-overlay--wrap .js-close {
    display: inline-block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 48px;
    height: 48px;
    background-color: #21292f; }

.search-box {
  max-width: 42em;
  margin: 0 auto;
  text-align: left;
  padding: 0 5%; }
  .search-box form {
    padding: 0 0 1em 0; }
  .search-box label {
    display: block;
    font-weight: normal;
    font-size: 1.423828125em;
    letter-spacing: 1px;
    color: #f6f5f3;
    padding: 0 0 0.4em 0; }
    @media (min-width: 25em) and (max-width: 50em) {
      .search-box label {
        font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .search-box label {
        font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .search-box label {
        font-size: 1.728em; } }
  .search-box input {
    display: block;
    width: 100%;
    padding: 1.1em 1em;
    margin: 0 0 1.5em 0;
    border: 3px solid white;
    background: #f6f5f3;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    box-shadow: none; }
    .search-box input:hover, .search-box input:focus {
      border-radius: 0;
      border: 3px solid white; }
  .search-box button {
    display: block;
    margin: 0 auto; }
  .search-box p {
    color: #647c8f;
    text-align: center; }

/*
  
  Block - Header
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-header {
  position: relative;
  overflow-y: hidden;
  text-align: center;
  color: #f6f5f3; }
  .block-header.grey {
    background: #737673; }
  .block-header.brown {
    background: #101417; }
  .block-header.navy {
    background: #1b2126; }
  .block-header.black {
    background: #000; }
  .block-header .container {
    padding: calc(1.5em + 5%);
    position: relative;
    z-index: 1; }

.block-header--kicker {
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1px;
  padding: 0 0 0.4em 0;
  color: #f6f5f3; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-header--kicker {
      font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-header--kicker {
      font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-header--kicker {
      font-size: 1em; } }

.block-header--tagline {
  max-width: 32em;
  margin: 0 auto;
  font-size: 1.125em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-header--tagline {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-header--tagline {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-header--tagline {
      font-size: 1.2em; } }

.block-header--heading {
  font-size: 2.0272865295em;
  line-height: 1.2em;
  padding: 0 0 0.4em 0;
  color: #f6f5f3; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-header--heading {
      font-size: calc( 2.0272865295em + 0.9586974705 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-header--heading {
      font-size: calc( 2.985984em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-header--heading {
      font-size: 2.985984em; } }

.block-header--content {
  max-width: 28em; }

#block-header--image {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease-in; }
  #block-header--image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0; }
    .grey #block-header--image:after {
      background: linear-gradient(90deg, rgba(115, 118, 115, 0.8) 0%, rgba(115, 118, 115, 0.8) 50%, rgba(115, 118, 115, 0.8) 51%, rgba(115, 118, 115, 0) 100%); }
    .brown #block-header--image:after {
      background: linear-gradient(90deg, rgba(16, 20, 23, 0.8) 0%, rgba(16, 20, 23, 0.8) 50%, rgba(16, 20, 23, 0.8) 51%, rgba(16, 20, 23, 0) 100%); }
    .navy #block-header--image:after {
      background: linear-gradient(90deg, rgba(27, 33, 38, 0.8) 0%, rgba(27, 33, 38, 0.8) 50%, rgba(27, 33, 38, 0.8) 51%, rgba(27, 33, 38, 0) 100%); }
  #block-header--image.fade-in {
    position: absolute;
    opacity: 1; }

/*
  
  Block - Intro
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-intro .container {
  margin: 0 auto; }
.block-intro .max-width {
  max-width: 44em;
  margin: 0 auto; }

.block-intro--kicker {
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1px;
  padding: 0 0 0.8em 0;
  color: #252E35;
  text-align: center; }

.block-intro--tagline p {
  font-size: 1.125em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-intro--tagline p {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-intro--tagline p {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-intro--tagline p {
      font-size: 1.2em; } }

.block-intro--heading {
  font-size: 1.8020324707em;
  margin-bottom: 0.4em;
  text-align: center; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-intro--heading {
      font-size: calc( 1.8020324707em + 0.6862875293 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-intro--heading {
      font-size: calc( 2.48832em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-intro--heading {
      font-size: 2.48832em; } }

.intro-text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  text-align: left;
  margin: 0 auto; }
  .intro-text::after {
    clear: both;
    content: "";
    display: block; }
  .intro-text::after {
    clear: both;
    content: "";
    display: block; }
  .intro-text.max-width {
    max-width: 44em;
    margin: 0 auto;
    margin-bottom: 1em; }

@media screen and (min-width: 800px) {
  .intro-text--left {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%; }
    .intro-text--left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 800px) {
  .intro-text--right {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%; }
    .intro-text--right:last-child {
      margin-right: 0; } }

.block-intro--wrap {
  padding: 1em 0 0;
  text-align: left; }
  .block-intro--wrap::after {
    clear: both;
    content: "";
    display: block; }

.block-intro--columns::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (min-width: 800px) {
  .block-intro--left {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%;
    border-right: 2px solid #976e64;
    padding: 0 2.5% 0 0; }
    .block-intro--left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 800px) {
  .block-intro--right {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%; }
    .block-intro--right:last-child {
      margin-right: 0; } }

@media screen and (min-width: 800px) {
  .block-intro--left-wrap {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 57.2320057503%;
    border-left: 2px solid #252E35;
    padding-left: 2em; }
    .block-intro--left-wrap:last-child {
      margin-right: 0; } }

@media screen and (min-width: 800px) {
  .image-inline {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 40.1248080504%;
    padding-right: 20px; }
    .image-inline:last-child {
      margin-right: 0; } }
@media screen and (max-width: 799px) {
  .image-inline {
    width: auto; } }
.image-inline img {
  padding-bottom: 1em; }

/*
  
  Block - Products
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-products {
  position: relative;
  width: 100%;
  clear: both;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  transition: opacity 250ms ease; }
  @media screen and (min-width: 600px) {
    .block-products {
      height: 80vh; } }

.block-products--item {
  background-color: #A5A8A5;
  position: relative;
  overflow: hidden; }
  .block-products--item img {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    transform: translateY(-50%) scale(1.05);
    transition: all 2s ease-out; }
  .block-products--item a {
    position: relative;
    text-decoration: none; }
    .block-products--item a:hover h4, .block-products--item a:focus h4 {
      transform: translateY(-10px); }
    .block-products--item a:hover p, .block-products--item a:focus p {
      opacity: 1;
      transform: translateY(0px); }
  .block-products--item:hover img, .block-products--item:focus img {
    transform: translateY(-50%) scale(1.2); }
  .block-products--item h4 {
    text-shadow: 0 0 1em rgba(37, 46, 53, 0.5);
    font-size: 1.8020324707em;
    color: #f6f5f3;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-products--item h4 {
        font-size: calc( 1.8020324707em + 0.6862875293 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-products--item h4 {
        font-size: calc( 2.48832em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-products--item h4 {
        font-size: 2.48832em; } }
  .block-products--item p {
    line-height: 1.3em;
    opacity: 0;
    color: #f6f5f3;
    letter-spacing: 1px;
    text-shadow: 0 0 1em rgba(37, 46, 53, 0.5);
    font-size: 1.125em;
    transform: translateY(-10px);
    transition: .2s ease-in;
    transition-property: opacity, transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-products--item p {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-products--item p {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-products--item p {
        font-size: 1.2em; } }
  .block-products--item .vertical-align {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: -30px; }
  @media screen and (min-width: 600px) {
    .block-products--item {
      width: 50%; } }
  .block-products--item.large {
    text-decoration: none; }
    @media screen and (min-width: 600px) {
      .block-products--item.large {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 50%;
        bottom: 0px; } }
  .block-products--item.small-top {
    min-width: 50%;
    text-decoration: none; }
    @media screen and (min-width: 600px) {
      .block-products--item.small-top {
        position: absolute;
        left: 50%;
        top: 0px;
        right: 0px;
        bottom: 50%; } }
  .block-products--item.small-bottom {
    min-width: 50%;
    text-decoration: none; }
    @media screen and (min-width: 600px) {
      .block-products--item.small-bottom {
        position: absolute;
        left: 50%;
        top: 50%;
        right: 0px;
        bottom: 0; } }

.block-products--content {
  display: flex;
  text-decoration: none;
  position: relative;
  padding: 7.5% 5%;
  z-index: 1;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #f6f5f3; }
  .block-products--content:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #252e35;
    background: radial-gradient(ellipse at center, rgba(37, 46, 53, 0.1) 0%, rgba(37, 46, 53, 0.8) 100%);
    z-index: -1; }

.block-products--image {
  padding-bottom: 0.8em; }

/*
  
  Block - Featured
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-featured {
  position: relative;
  width: 100%;
  clear: both;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  transition: opacity 250ms ease; }
  .block-featured::after {
    clear: both;
    content: "";
    display: block; }

.block-featured--item {
  background-color: #A5A8A5;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 600px) {
    .block-featured--item {
      width: 33.33%; } }
  .block-featured--item img {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    transform: translateY(-50%) scale(1.05);
    transition: all 2s ease-out; }
  .block-featured--item a {
    position: relative;
    text-decoration: none; }
    .block-featured--item a:hover h4, .block-featured--item a:focus h4 {
      transform: translateY(-10px); }
    .block-featured--item a:hover p, .block-featured--item a:focus p {
      opacity: 1;
      transform: translateY(0px); }
  .block-featured--item:hover img, .block-featured--item:focus img {
    transform: translateY(-50%) scale(1.2); }
  .block-featured--item h4 {
    font-size: 1.6018066406em;
    text-shadow: 0 0 1em rgba(37, 46, 53, 0.5);
    color: #f6f5f3;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-featured--item h4 {
        font-size: calc( 1.6018066406em + 0.4717933594 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-featured--item h4 {
        font-size: calc( 2.0736em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-featured--item h4 {
        font-size: 2.0736em; } }
  .block-featured--item p {
    line-height: 1.3em;
    opacity: 0;
    color: #f6f5f3;
    letter-spacing: 1px;
    text-shadow: 0 0 1em rgba(37, 46, 53, 0.5);
    font-size: 1.125em;
    transform: translateY(-10px);
    transition: .2s ease-in;
    transition-property: opacity, transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-featured--item p {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-featured--item p {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-featured--item p {
        font-size: 1.2em; } }
  .block-featured--item .vertical-align {
    position: relative;
    z-index: 4;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: -30px; }
  @media screen and (min-width: 600px) {
    .block-featured--item {
      float: left;
      width: 33.33%; } }

.block-featured--content {
  display: flex;
  text-decoration: none;
  position: relative;
  padding: 7.5% 5%;
  z-index: 1;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  align-items: center;
  justify-content: center; }
  .block-featured--content:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #252e35;
    background: radial-gradient(ellipse at center, rgba(37, 46, 53, 0.1) 0%, rgba(37, 46, 53, 0.8) 100%);
    z-index: 3; }
  @media screen and (min-width: 600px) {
    .block-featured--content {
      height: 40vh; } }

/*
  
  Block - Full Bleed Video
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-full-bleed-video {
  display: block;
  overflow: hidden; }
  .block-full-bleed-video img {
    width: 100%; }
  .block-full-bleed-video .video-wrapper {
    background: #000; }
  .block-full-bleed-video figcaption {
    padding-top: 0.8em;
    color: #252E35;
    max-width: 50em;
    font-size: 90%; }
    .block-full-bleed-video figcaption a {
      position: relative;
      display: inline-block;
      padding: 0 0 .1em 0;
      text-decoration: none;
      color: #252E35;
      transition: color .2s ease; }
      .block-full-bleed-video figcaption a:before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #A5A8A5;
        transition: width .2s ease; }
      .block-full-bleed-video figcaption a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 0%;
        height: 2px;
        background: #252E35;
        transition: width .2s ease; }
      .block-full-bleed-video figcaption a:hover, .block-full-bleed-video figcaption a:focus {
        color: #252E35; }
        .block-full-bleed-video figcaption a:hover:after, .block-full-bleed-video figcaption a:focus:after {
          width: 100%; }

/*
  
  Block - Latest News
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-latest-news {
  background: #ECEAE6; }

.block-latest-news--heading {
  font-size: 1.423828125em;
  line-height: 1.3em;
  margin-bottom: 0.8em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-latest-news--heading {
      font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-latest-news--heading {
      font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-latest-news--heading {
      font-size: 1.728em; } }

.block-latest-news--micro {
  font-size: 90%;
  margin-bottom: 0.4em;
  line-height: 1.3em;
  padding: 0 0 1em 0; }
  .block-latest-news--micro span {
    display: inline-block; }

.block-featured--anchor {
  padding: 0 0 0.2em;
  border-bottom: 2px solid #252E35; }

.block-latest-news ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .block-latest-news ul::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 600px) {
    .block-latest-news ul {
      display: flex;
      flex-wrap: nowrap; } }

.block-latest-news li {
  background: white;
  transition: transform 0.2s ease-in; }
  @media screen and (min-width: 600px) {
    .block-latest-news li {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 48.6784069004%; }
      .block-latest-news li:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .block-latest-news li {
      margin-top: 1em; } }
  .block-latest-news li:hover, .block-latest-news li:focus {
    transform: scale(1.05); }
  .block-latest-news li a {
    text-decoration: none;
    color: #252E35; }
  .block-latest-news li p {
    color: #252E35;
    text-decoration: underline; }

.block-latest-content {
  padding: calc(2vh + 1em) calc(3vh + 1em) calc(3vh + 1em); }
  .block-latest-content h4 {
    font-size: 1.423828125em;
    line-height: 1.3em;
    margin-bottom: 0.4em; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-latest-content h4 {
        font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-latest-content h4 {
        font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-latest-content h4 {
        font-size: 1.728em; } }

/*
  
  Block - Stockists
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-stockists {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='32' viewBox='0 0 48 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23986e64' fill-opacity='0.2'%3E%3Cpath d='M27 32c0-3.314 2.686-6 6-6 5.523 0 10-4.477 10-10S38.523 6 33 6c-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 6.627 0 12 5.373 12 12s-5.373 12-12 12c-2.21 0-4 1.79-4 4h-2zm-6 0c0-3.314-2.686-6-6-6-5.523 0-10-4.477-10-10S9.477 6 15 6c3.314 0 6-2.686 6-6h-2c0 2.21-1.79 4-4 4C8.373 4 3 9.373 3 16s5.373 12 12 12c2.21 0 4 1.79 4 4h2z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed; }
  .block-stockists:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }

.block-stockists .container {
  position: relative;
  z-index: 2;
  padding: calc(3vh + 1em) calc(3vh + 1em); }

.block-stockists--wrap {
  max-width: 38em;
  margin: 0 auto;
  padding: calc(3vh + 1em);
  background: #f6f5f3;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px; }
  .block-stockists--wrap p {
    font-size: 1.125em;
    margin-bottom: 1.6em; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-stockists--wrap p {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-stockists--wrap p {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-stockists--wrap p {
        font-size: 1.2em; } }

.block-stockists--heading {
  font-size: 1.8020324707em;
  line-height: 1.3em;
  padding: 0 0 0.375rem;
  color: #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-stockists--heading {
      font-size: calc( 1.8020324707em + 0.6862875293 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-stockists--heading {
      font-size: calc( 2.48832em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-stockists--heading {
      font-size: 2.48832em; } }

.block-stockists--map {
  text-align: center;
  padding: 0 0 1em 0; }
  .block-stockists--map img {
    display: block;
    margin: 0 auto; }

/*
  
  Block - Banner
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-banner {
  background: #1b2126;
  position: relative;
  text-align: left;
  color: #f6f5f3; }
  .block-banner.grey {
    background: #A5A8A5; }
  .block-banner.navy {
    background: #252E35; }
  .block-banner.black {
    background: #000; }
  .block-banner.brown {
    background: #252E35; }
  .block-banner .padding {
    padding: calc(3vh + 1em); }
  .block-banner + .block {
    padding: calc(3vw + 1em) calc(1vw + 1em) calc(1vw + 1em); }

.block-banner .container {
  position: relative;
  z-index: 1; }

.block-banner--logo {
  width: 100%;
  padding: calc(6vh + 1em) calc(3vh + 1em); }
  @media screen and (max-width: 799px) {
    .block-banner--logo {
      min-height: 30vw; } }
  .block-banner--logo img {
    margin: 0 auto; }

.block-banner--heading {
  font-size: 1.6018066406em;
  line-height: 1.2em;
  padding: 0;
  color: #f6f5f3; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-banner--heading {
      font-size: calc( 1.6018066406em + 0.4717933594 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-banner--heading {
      font-size: calc( 2.0736em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-banner--heading {
      font-size: 2.0736em; } }

.block-banner-product--heading {
  font-size: 2.0272865295em;
  line-height: 1.25;
  padding: 0 0 0.2em 0;
  color: #f6f5f3;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-banner-product--heading {
      font-size: calc( 2.0272865295em + 0.9586974705 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-banner-product--heading {
      font-size: calc( 2.985984em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-banner-product--heading {
      font-size: 2.985984em; } }
  .block-banner-product--heading + p {
    font-size: 1.125em; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-banner-product--heading + p {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-banner-product--heading + p {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-banner-product--heading + p {
        font-size: 1.2em; } }

.block-banner--content {
  background: #252E35;
  padding: calc(3vh + 1em) calc(3vh + 1em); }
  .block-banner--content.brown {
    background: #101417;
    box-shadow: 0px 10px 15px rgba(55, 52, 51, 0.1); }
  .block-banner--content.black {
    background: #000; }
  .block-banner--content.grey {
    background: #737673;
    box-shadow: 0px 10px 15px rgba(23, 22, 23, 0.1); }
  .block-banner--content.navy {
    background: #1b2126;
    box-shadow: 0px 10px 15px rgba(55, 52, 51, 0.1); }
  @media screen and (min-width: 800px) {
    .block-banner--content {
      padding: calc(3vh + 1em) calc(3vh + 1em);
      margin-bottom: calc(-2vh + -1em);
      text-align: center; } }

.block-banner--kicker {
  font-size: 1.125em;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1px;
  padding: 0 0 0.4em 0;
  color: #f6f5f3; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-banner--kicker {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-banner--kicker {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-banner--kicker {
      font-size: 1.2em; } }

#block-banner--image {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease-in; }
  #block-banner--image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%; }
  #block-banner--image.fade-in {
    position: absolute;
    opacity: 1; }

@media screen and (min-width: 800px) {
  .block-banner--left {
    float: left;
    display: block;
    width: 52.9552063254%;
    margin-right: 2.6431861992%;
    margin-bottom: 5%; } }

.block-banner--right {
  text-align: left; }
  @media screen and (min-width: 800px) {
    .block-banner--right {
      float: right;
      display: block;
      width: 44.4016074754%;
      padding-right: 5%; } }

/*
  
  Block - Tabs
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-tabs {
  padding-bottom: calc(3vh + 1em); }

@media screen and (min-width: 800px) {
  .carrousel-content__left {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%; }
    .carrousel-content__left:last-child {
      margin-right: 0; } }
.carrousel-content__left p:first-of-type {
  font-size: 1.125em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .carrousel-content__left p:first-of-type {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .carrousel-content__left p:first-of-type {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .carrousel-content__left p:first-of-type {
      font-size: 1.2em; } }

@media screen and (min-width: 800px) {
  .carrousel-content__right {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%; }
    .carrousel-content__right:last-child {
      margin-right: 0; } }
.carrousel-content__right img {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); }

.carrousel-content__wrap::after {
  clear: both;
  content: "";
  display: block; }

.carrousel-content--heading {
  font-size: 1.423828125em;
  margin: 0 0 0.8em 0; }
  @media (min-width: 25em) and (max-width: 50em) {
    .carrousel-content--heading {
      font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .carrousel-content--heading {
      font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .carrousel-content--heading {
      font-size: 1.728em; } }

.relative {
  position: relative;
  z-index: 2; }

/* carrousel global styles */
.carrousel__content[aria-hidden=true] {
  display: none; }

/* exemple styles */
.news-carrousel__control__list,
.images-carrousel__control__list {
  position: absolute;
  list-style-type: none;
  bottom: 0;
  right: 0;
  left: 0;
  padding-left: 0;
  text-align: left; }

.news-carrousel__control__list__item,
.images-carrousel__control__list__item {
  display: inline-block;
  margin: 0 .5em 0 0; }

.news-carrousel__control__list__link,
.images-carrousel__control__list__link {
  transition: background 0.2s linear;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  width: 3em;
  height: 8px;
  background: #252E35; }

.news-carrousel__button-container,
.images-carrousel__button-container {
  display: none;
  position: absolute; }
  @media screen and (min-width: 1000px) {
    .news-carrousel__button-container,
    .images-carrousel__button-container {
      display: block; } }

.news-carrousel__button__previous,
.images-carrousel__button__previous {
  display: none;
  top: 50%;
  margin-top: -18px;
  left: 0px;
  margin-left: -75px; }
  @media screen and (min-width: 1200px) {
    .news-carrousel__button__previous,
    .images-carrousel__button__previous {
      left: -0px; } }

.news-carrousel__button__next,
.images-carrousel__button__next {
  display: none;
  top: 50%;
  margin-top: -18px;
  right: 0px;
  margin-right: -75px; }
  @media screen and (min-width: 1200px) {
    .news-carrousel__button__next,
    .images-carrousel__button__next {
      right: -0px; } }

.news-carrousel__button__button,
.images-carrousel__button__button {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 48px;
  height: 48px;
  background-color: #252E35;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/* transition slide */
.slide .carrousel__content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  visibility: visible;
  width: 100%;
  transition: left .5s ease-in; }

.slide .carrousel__content.visibility-off {
  visibility: hidden; }

.carrouselslide-1-1.slide > div,
.carrouselslide-2-1.slide > div,
.carrouselslide-3-1.slide > div,
.carrouselslide-4-1.slide > div,
.carrouselslide-5-1.slide > div {
  left: 0; }

.carrouselslide-1-2.slide > div,
.carrouselslide-2-2.slide > div,
.carrouselslide-3-2.slide > div,
.carrouselslide-4-2.slide > div,
.carrouselslide-5-2.slide > div {
  left: -100%; }

.carrouselslide-1-3.slide > div,
.carrouselslide-2-3.slide > div,
.carrouselslide-3-3.slide > div,
.carrouselslide-4-3.slide > div,
.carrouselslide-5-3.slide > div {
  left: -200%; }

.carrouselslide-1-4.slide > div,
.carrouselslide-2-4.slide > div,
.carrouselslide-3-4.slide > div,
.carrouselslide-4-4.slide > div,
.carrouselslide-5-4.slide > div {
  left: -300%; }

.carrouselslide-1-5.slide > div,
.carrouselslide-2-5.slide > div,
.carrouselslide-3-5.slide > div,
.carrouselslide-4-5.slide > div,
.carrouselslide-5-5.slide > div {
  left: -400%; }

.slide .carrousel__content[aria-hidden=true] {
  display: inline-block; }

/* transition fade */
.fade .carrousel__content {
  animation: fadein 1s; }
  .fade .carrousel__content::after {
    clear: both;
    content: "";
    display: block; }

.fade .carrousel__content[aria-hidden=true] {
  animation: fadeout 1s; }

@-webkit-keyframes fadeout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* carrousel */
.news-carrousel__control__list__link:focus,
.news-carrousel__control__list__link:hover,
.news-carrousel__control__list__link:active,
.news-carrousel__control__list__link[aria-selected=true],
.images-carrousel__control__list__link:focus,
.images-carrousel__control__list__link:hover,
.images-carrousel__control__list__link:active,
.images-carrousel__control__list__link[aria-selected=true] {
  background: rgba(37, 46, 53, 0.25); }

/*
  
  Block - Socials
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-socials {
  text-align: center; }
  .block-socials.add-top-padding {
    padding-top: calc(6vw + 1em); }
  .block-socials h5 {
    display: inline-block;
    padding: 0 0 0.4em; }
  .block-socials ul li {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: inline-block;
    margin: 0.6rem 0.1rem; }
    .block-socials ul li a {
      display: block;
      width: 48px;
      height: 48px;
      background: #252E35;
      border-radius: 50%; }

/*

  Block - Contact

  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton

*/
.block-contact {
  margin: calc(1vw + 0em) calc(1vw + 0em) 0;
  padding: calc(3vw + 1em) calc(3vw + 1em) calc(3vw + 1em); }

.block-newsletter {
  max-width: 38em;
  margin: 0 auto;
  padding: calc(3vh + 1em); }

.block-contact--form, .block-newsletter--form {
  max-width: 42em;
  margin: 0 auto;
  padding: calc(6vh + 1em);
  background: #ECEAE6;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04); }

.block-newsletter--form {
  background: #f6f5f3; }
  .block-newsletter--form .main-heading {
    font-size: 2.48832em;
    margin-bottom: 0.38em;
    text-align: center; }
  .block-newsletter--form .tagline {
    text-align: center; }

.block-contact--wrap {
  max-width: 42em;
  margin: 0 auto;
  padding: calc(1vh + 1em) 0; }
  .block-contact--wrap a {
    color: #252E35; }

@media screen and (min-width: 800px) {
  .block-contact--left {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 57.2320057503%; }
    .block-contact--left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 800px) {
  .block-contact--right {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 40.1248080504%;
    padding-left: 2.5%; }
    .block-contact--right:last-child {
      margin-right: 0; } }
.block-contact--right .contact-details {
  padding: 0 0 1em 0; }
  .block-contact--right .contact-details a {
    display: block; }

/*
  
  Block - Stockists
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-stockists {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='32' viewBox='0 0 48 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23986e64' fill-opacity='0.2'%3E%3Cpath d='M27 32c0-3.314 2.686-6 6-6 5.523 0 10-4.477 10-10S38.523 6 33 6c-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 6.627 0 12 5.373 12 12s-5.373 12-12 12c-2.21 0-4 1.79-4 4h-2zm-6 0c0-3.314-2.686-6-6-6-5.523 0-10-4.477-10-10S9.477 6 15 6c3.314 0 6-2.686 6-6h-2c0 2.21-1.79 4-4 4C8.373 4 3 9.373 3 16s5.373 12 12 12c2.21 0 4 1.79 4 4h2z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed; }
  .block-stockists:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }

.block-stockists .container {
  position: relative;
  z-index: 2;
  padding: calc(3vh + 1em) calc(3vh + 1em); }

.block-stockists--wrap {
  max-width: 38em;
  margin: 0 auto;
  padding: calc(3vh + 1em);
  background: #f6f5f3;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px; }
  .block-stockists--wrap p {
    font-size: 1.125em;
    margin-bottom: 1.6em; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-stockists--wrap p {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-stockists--wrap p {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-stockists--wrap p {
        font-size: 1.2em; } }

.block-stockists--heading {
  font-size: 1.8020324707em;
  line-height: 1.3em;
  padding: 0 0 0.375rem;
  color: #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-stockists--heading {
      font-size: calc( 1.8020324707em + 0.6862875293 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-stockists--heading {
      font-size: calc( 2.48832em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-stockists--heading {
      font-size: 2.48832em; } }

.block-stockists--map {
  text-align: center;
  padding: 0 0 1em 0; }
  .block-stockists--map img {
    display: block;
    margin: 0 auto; }

.block-filter {
  text-align: center;
  padding: 5% 0 0%; }
  .block-filter::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 600px) {
    .block-filter {
      padding: 0% 0 0; } }

/* Tabs for map */
.tab-widget address {
  margin-bottom: 1.4em; }

.tab-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.tab-widget__item {
  display: inline;
  margin-right: 5px; }

.tab-widget__link {
  background-color: #ECEAE6;
  color: #252E35;
  line-height: 1;
  text-decoration: none;
  padding: 0.8em 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  font-size: 15px; }

.tab-widget__link--active {
  background-color: #252E35;
  color: #f6f5f3; }

.tab-widget__tabs {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 3px;
  padding: calc(3vh + 1em);
  text-align: center; }

.tab-widget__tab-content {
  display: none; }

.tab-widget__tab-content--active,
.no-js .tab-widget__tab-content {
  display: block; }

/*
  
  Block - Milestones
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.milestones {
  margin: 1em 0 0;
  text-align: center;
  font-size: 1.125em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .milestones {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .milestones {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .milestones {
      font-size: 1.2em; } }
  .milestones a {
    position: relative;
    display: inline-block;
    padding: 0 0 .1em 0;
    text-decoration: none;
    color: #252E35;
    transition: color .2s ease; }
    .milestones a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #A5A8A5;
      transition: width .2s ease; }
    .milestones a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0%;
      height: 2px;
      background: #252E35;
      transition: width .2s ease; }
    .milestones a:hover, .milestones a:focus {
      color: #252E35; }
      .milestones a:hover:after, .milestones a:focus:after {
        width: 100%; }

.block-milestones {
  padding: 0 5% 7%; }
  .block-milestones::after {
    clear: both;
    content: "";
    display: block; }

.block-milestones--item {
  padding: calc(2vh + 1em) 0 0; }
  @media screen and (min-width: 600px) {
    .block-milestones--item {
      display: flex;
      justify-content: center;
      padding: 7% 0 0; }
      .block-milestones--item::after {
        clear: both;
        content: "";
        display: block; } }

@media screen and (min-width: 600px) {
  .block-milestones--left {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%; }
    .block-milestones--left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .block-milestones--right {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%; }
    .block-milestones--right:last-child {
      margin-right: 0; } }

.block-milestones--heading {
  font-size: 1.6018066406em;
  border-bottom: 2px solid #252E35;
  margin-bottom: .8em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-milestones--heading {
      font-size: calc( 1.6018066406em + 0.4717933594 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-milestones--heading {
      font-size: calc( 2.0736em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-milestones--heading {
      font-size: 2.0736em; } }

.milestone-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #252E35;
  background-image: linear-gradient(0deg, #252E35, #2f3b44);
  text-align: center;
  font-size: 1.125em;
  transform: translateY(-100px);
  transition: transform .4s ease-in; }
  @media (min-width: 25em) and (max-width: 50em) {
    .milestone-sticky {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .milestone-sticky {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .milestone-sticky {
      font-size: 1.2em; } }
  .milestone-sticky.fixed {
    transform: translateY(0px); }
  .milestone-sticky a {
    display: inline-block;
    color: #f6f5f3;
    padding: .1em .5em .2em;
    margin: .4em .1em;
    text-decoration: none;
    border-radius: 4px; }
    .milestone-sticky a.active {
      background: #3a4853; }

/*
  
  Block - Awards
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-awards {
  white-space: nowrap;
  text-align: center;
  width: 100%; }

.block-awards--item {
  display: inline-block;
  background: white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04); }
  @media screen and (max-width: 799px) {
    .block-awards--item {
      margin: 0 0 1em 0; } }
  @media screen and (min-width: 800px) {
    .block-awards--item {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 31.5712092005%;
      width: auto;
      max-width: 380px;
      display: inline-block;
      float: none;
      margin-bottom: 2em; }
      .block-awards--item:last-child {
        margin-right: 0; }
      .block-awards--item:last-child {
        margin-right: 0; } }
  .block-awards--item h4 {
    font-size: 1.125em;
    color: #252E35;
    text-transform: uppercase;
    line-height: 1.2em;
    text-decoration: none;
    padding-bottom: 0.4em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-awards--item h4 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-awards--item h4 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-awards--item h4 {
        font-size: 1.2em; } }
  .block-awards--item a {
    text-decoration: none;
    color: #252E35; }

.block-awards--content {
  padding: calc(1vh + 1em) calc(1vh + 1em); }

.block-awards--image {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 0.4em; }

.award-container {
  padding: 0 0 0.8em 0;
  border-bottom: 2px solid #000;
  margin-bottom: 2em;
  width: 100%; }
  .award-container::after {
    clear: both;
    content: "";
    display: block; }

.award-wrap {
  max-width: 38em;
  padding: 0 0 1em 0;
  margin: 0 auto; }
  .award-wrap::after {
    clear: both;
    content: "";
    display: block; }

.award--left {
  padding: 0 0 1em 0; }
  @media screen and (min-width: 600px) {
    .award--left {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 23.0176103506%;
      padding: 0 1em 0 0; }
      .award--left:last-child {
        margin-right: 0; } }

@media screen and (min-width: 600px) {
  .award--right {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 74.3392034502%;
    text-align: left; }
    .award--right:last-child {
      margin-right: 0; } }
.award--right h3 {
  font-size: 1.125em;
  color: #252E35;
  text-transform: uppercase;
  line-height: 1.2em;
  text-decoration: none;
  padding-bottom: 0.4em;
  transform: translateY(0px);
  transition: .2s ease-out;
  transition-property: transform; }
  @media (min-width: 25em) and (max-width: 50em) {
    .award--right h3 {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .award--right h3 {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .award--right h3 {
      font-size: 1.2em; } }

/*
  
  Block - Results
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.block-results {
  margin: 0 auto;
  max-width: 50em; }

.block-results--item {
  padding: 0 0 calc(1vh + 1em) 0;
  margin-bottom: calc(1vh + 1em);
  border-bottom: 2px solid #A5A8A5; }
  .block-results--item h4 {
    font-size: 1.125em;
    color: #252E35;
    line-height: 1.2em;
    text-decoration: none;
    padding-bottom: 0.4em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .block-results--item h4 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .block-results--item h4 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .block-results--item h4 {
        font-size: 1.2em; } }
  .block-results--item a {
    position: relative;
    display: inline-block;
    padding: 0 0 .1em 0;
    margin: 0 0 1em 0;
    text-decoration: none;
    color: #252E35;
    background: #ECEAE6;
    font-style: italic;
    transition: color .2s ease; }
    .block-results--item a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #A5A8A5;
      transition: width .2s ease; }
    .block-results--item a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0%;
      height: 2px;
      background: #252E35;
      transition: width .2s ease; }
    .block-results--item a:hover, .block-results--item a:focus {
      color: #252E35; }
      .block-results--item a:hover:after, .block-results--item a:focus:after {
        width: 100%; }
  .block-results--item:last-child {
    border-bottom: 0;
    padding: 0; }

/*
  
  Grid - Products
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.grid-products {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  clear: both;
  transition: opacity 250ms ease; }
  .grid-products::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 800px) {
    .grid-products.min-height {
      min-height: 640px; } }

.grid-products--item {
  position: relative;
  overflow: hidden;
  background: #000; }
  @media screen and (max-width: 799px) {
    .grid-products--item {
      margin: 0 0 1em 0; }
      .grid-products--item:first-child img {
        object-fit: cover; } }
  @media screen and (min-width: 800px) {
    .grid-products--item:first-child img {
      object-fit: cover; } }
  @media screen and (min-width: 800px) {
    .grid-products--item.large-right img {
      object-fit: cover; } }
  .grid-products--item.large {
    text-decoration: none; }
    @media screen and (min-width: 800px) {
      .grid-products--item.large {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 48%;
        bottom: 0px;
        width: 48.5%; } }
  .grid-products--item.large-right {
    text-decoration: none; }
    @media screen and (min-width: 800px) {
      .grid-products--item.large-right {
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 48.5%; } }
  .grid-products--item.half-width {
    margin-top: 3%;
    text-decoration: none; }
    @media screen and (min-width: 800px) {
      .grid-products--item.half-width {
        display: inline-block;
        width: 48.5%;
        margin-right: 2.5%; }
        .grid-products--item.half-width:nth-child(2n) {
          margin-right: 0; } }
  .grid-products--item.one-third {
    margin-top: 3%;
    text-decoration: none; }
    @media screen and (min-width: 1000px) {
      .grid-products--item.one-third {
        display: inline-block;
        float: left;
        display: block;
        margin-right: 2.6431861992%;
        width: 31.5712092005%; }
        .grid-products--item.one-third:last-child {
          margin-right: 0; }
        .grid-products--item.one-third:nth-child(3n) {
          margin-right: 0; } }
  .grid-products--item.two-thirds {
    margin-top: 3%;
    text-decoration: none; }
    @media screen and (min-width: 800px) {
      .grid-products--item.two-thirds {
        float: left;
        display: block;
        margin-right: 2.6431861992%;
        width: 65.7856046003%; }
        .grid-products--item.two-thirds:last-child {
          margin-right: 0; } }
  .grid-products--item.small-top {
    text-decoration: none; }
    @media screen and (min-width: 800px) {
      .grid-products--item.small-top {
        position: absolute;
        left: 51%;
        top: 0px;
        right: 0px;
        bottom: 52%; } }
  .grid-products--item.small-bottom {
    text-decoration: none; }
    @media screen and (min-width: 800px) {
      .grid-products--item.small-bottom {
        position: absolute;
        left: 51%;
        top: 52.5%;
        right: 0px;
        bottom: 0; } }
  .grid-products--item a {
    position: relative;
    text-decoration: none; }
    .grid-products--item a:hover p, .grid-products--item a:focus p {
      opacity: 1;
      transform: translateY(0px); }
    .grid-products--item a:hover .grid-products--content, .grid-products--item a:focus .grid-products--content {
      background-image: linear-gradient(135deg, rgba(37, 46, 53, 0.8), rgba(37, 46, 53, 0.2), rgba(37, 46, 53, 0.2), rgba(37, 46, 53, 0.2));
      transition: background 1s ease-out; }
      .grid-products--item a:hover .grid-products--content:before, .grid-products--item a:focus .grid-products--content:before {
        opacity: 1; }
  .grid-products--item h4 {
    font-size: 1.423828125em;
    color: #f6f5f3;
    text-transform: uppercase;
    line-height: 1.2em;
    padding-bottom: 0.4em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform;
    letter-spacing: 1px; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-products--item h4 {
        font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-products--item h4 {
        font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-products--item h4 {
        font-size: 1.728em; } }
  .grid-products--item p {
    font-weight: normal;
    line-height: 1.3em;
    opacity: 0;
    color: #f6f5f3;
    transition: .2s ease-in;
    transition-property: opacity, transform; }
  .grid-products--item img {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    transform: translateY(-50%) scale(1.05);
    transition: all 0.2s ease-out;
    object-fit: contain;
    object-position: bottom; }

.grid-products--kicker {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8888888889em;
  margin-bottom: 0.2666666667em;
  color: #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    .grid-products--kicker {
      font-size: calc( 0.8888888889em + -0.0555555556 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .grid-products--kicker {
      font-size: calc( 0.8333333333em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .grid-products--kicker {
      font-size: 0.8333333333em; } }

.grid-products--content {
  text-decoration: none;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: calc(1vh + 1em);
  z-index: 1;
  height: 100%;
  min-height: 300px;
  text-align: left;
  background-image: linear-gradient(135deg, rgba(37, 46, 53, 0.8), rgba(37, 46, 53, 0.8), rgba(37, 46, 53, 0.2), rgba(37, 46, 53, 0.2));
  /*&:before {
    position: absolute;
    content: '';
    width:44px;
    height:44px;
    bottom: 2em;
    left: calc(1vh + 1em);
    background-color: $brown;
    border-radius: 3px;
    opacity: .6;
    z-index: 3;
    transition: opacity .2s ease-in-out;
  }*/ }
  .grid-products--content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: 3; }

/*
  
  Grid - Awards
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.grid-awards {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  clear: both;
  text-align: center;
  transition: opacity 250ms ease; }
  .grid-awards::after {
    clear: both;
    content: "";
    display: block; }
  .grid-awards.hide-title h4 {
    display: none; }
  @media screen and (min-width: 800px) {
    .grid-awards {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .grid-awards.min-height {
        min-height: 640px; } }

.grid-awards table {
  width: 100%; }
  @media screen and (max-width: 599px) {
    .grid-awards table tr {
      padding: 0 0 1em 0; } }
  .grid-awards table td {
    text-align: left;
    width: 25%; }
    .grid-awards table td:nth-child(2) {
      font-weight: bold; }
    @media screen and (max-width: 599px) {
      .grid-awards table td {
        display: inline-block; } }
.grid-awards .year {
  text-align: left; }
  @media screen and (max-width: 599px) {
    .grid-awards .year {
      display: block;
      box-sizing: border-box;
      clear: both;
      width: 100%;
      font-size: 1.125em;
      background: #A5A8A5;
      padding: 5px 10px; } }
  @media screen and (max-width: 599px) and (min-width: 25em) and (max-width: 50em) {
    .grid-awards .year {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media screen and (max-width: 599px) and (min-width: 50em) and (max-width: 75em) {
    .grid-awards .year {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media screen and (max-width: 599px) and (min-width: 75em) {
    .grid-awards .year {
      font-size: 1.2em; } }

.grid-awards .title {
  text-align: left; }
  @media screen and (max-width: 599px) {
    .grid-awards .title {
      display: block;
      width: 100%; } }
.grid-awards .product {
  text-align: left; }
  @media screen and (max-width: 599px) {
    .grid-awards .product {
      float: left;
      width: 50%;
      padding: 0 0 1em 0; } }
.grid-awards .result {
  text-align: left; }
  @media screen and (max-width: 599px) {
    .grid-awards .result {
      float: left;
      width: 50%;
      padding: 0 0 1em 0; } }

@media screen and (max-width: 599px) {
  .grid-awards--item {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%;
    margin: 0 0 1em 0; }
    .grid-awards--item:last-child {
      margin-right: 0; }
    .grid-awards--item:nth-child(2n) {
      margin-right: 0; } }
@media screen and (min-width: 600px) and (max-width: 799px) {
  .grid-awards--item {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 23.0176103506%;
    margin: 0 0 1em 0; }
    .grid-awards--item:last-child {
      margin-right: 0; }
    .grid-awards--item:nth-child(4n) {
      margin-right: 0; } }
@media screen and (min-width: 800px) {
  .grid-awards--item {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 14.4640115006%;
    margin-bottom: 2em; }
    .grid-awards--item:last-child {
      margin-right: 0; }
    .grid-awards--item:nth-child(6n) {
      margin-right: 0; } }
.grid-awards--item h4 {
  font-size: 90%;
  color: #252E35;
  text-transform: uppercase;
  line-height: 1.2em;
  text-decoration: none;
  padding-bottom: 0.4em;
  transform: translateY(0px);
  transition: .2s ease-out;
  transition-property: transform; }
.grid-awards--item p {
  display: none; }
.grid-awards--item a {
  text-decoration: none;
  color: #252E35; }

.grid-awards--heading {
  font-size: 1.423828125em;
  padding: 0.8em 0 0 0;
  margin: 0 0 0.8em 0;
  border-bottom: 2px solid #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    .grid-awards--heading {
      font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .grid-awards--heading {
      font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .grid-awards--heading {
      font-size: 1.728em; } }

.grid-awards--content {
  padding: 0 calc(1vh + 1em); }

.grid-awards--image {
  display: inline-block;
  margin-bottom: 0.4em; }

/*
  
  Grid - News
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.grid-articles--wrap::after {
  clear: both;
  content: "";
  display: block; }

aside.left {
  color: #252E35;
  padding: 0 0 1em 0; }
  aside.left.centered li {
    display: inline-block;
    margin: 0 .5em; }
  aside.left h4 {
    font-size: 1.265625em;
    padding: 0 0 0.4em 0;
    color: #252E35; }
    @media (min-width: 25em) and (max-width: 50em) {
      aside.left h4 {
        font-size: calc( 1.265625em + 0.174375 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      aside.left h4 {
        font-size: calc( 1.44em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      aside.left h4 {
        font-size: 1.44em; } }
  aside.left ul {
    list-style: none; }
    aside.left ul li {
      font-size: 1.125em;
      padding: 0 0 .5em 0;
      /* active state */ }
      @media (min-width: 25em) and (max-width: 50em) {
        aside.left ul li {
          font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
      @media (min-width: 50em) and (max-width: 75em) {
        aside.left ul li {
          font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
      @media (min-width: 75em) {
        aside.left ul li {
          font-size: 1.2em; } }
      aside.left ul li a {
        position: relative;
        display: inline-block;
        padding: 0 0 .2em 0;
        text-decoration: none;
        transition: color .2s ease;
        color: #252E35; }
        aside.left ul li a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 0%;
          height: 2px;
          background: #252E35;
          transition: width .2s ease; }
        aside.left ul li a:hover, aside.left ul li a:focus {
          color: #252E35; }
          aside.left ul li a:hover:after, aside.left ul li a:focus:after {
            width: 100%; }
      aside.left ul li.active a {
        color: #252E35; }
        aside.left ul li.active a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #252E35;
          transition: width .2s ease; }

.grid-articles-listing ul {
  list-style: none; }
  .grid-articles-listing ul::after {
    clear: both;
    content: "";
    display: block; }
@media screen and (min-width: 800px) {
  .grid-articles-listing ul.listing {
    display: flex;
    flex-wrap: wrap; }
    .grid-articles-listing ul.listing::after {
      clear: both;
      content: "";
      display: block; } }

.grid-articles--micro {
  font-size: 90%;
  margin-bottom: 0.4em;
  line-height: 1.3em;
  padding: 0 0 0.4em; }
  .grid-articles--micro span {
    display: inline-block; }

.grid-articles--item {
  background: white;
  margin-bottom: 2.5%;
  transition: transform 0.2s ease-in; }
  .grid-articles--item:hover, .grid-articles--item:focus {
    transform: scale(1.05); }
  @media screen and (min-width: 400px) and (max-width: 599px) {
    .grid-articles--item {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 48.6784069004%; }
      .grid-articles--item:last-child {
        margin-right: 0; }
      .grid-articles--item:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 600px) and (max-width: 799px) {
    .grid-articles--item {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 48.6784069004%; }
      .grid-articles--item:last-child {
        margin-right: 0; }
      .grid-articles--item:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 800px) {
    .grid-articles--item {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 31.5712092005%; }
      .grid-articles--item:last-child {
        margin-right: 0; }
      .grid-articles--item:nth-child(3n) {
        margin-right: 0; } }
  .grid-articles--item a {
    text-decoration: none;
    color: #252E35; }

.grid-articles--content {
  padding: calc(2vh + 1em) calc(3vh + 1em); }
  .grid-articles--content h4 {
    font-size: 1.265625em;
    line-height: 1.3em;
    margin-bottom: 0.4em; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-articles--content h4 {
        font-size: calc( 1.265625em + 0.174375 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-articles--content h4 {
        font-size: calc( 1.44em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-articles--content h4 {
        font-size: 1.44em; } }

/*
  
  Grid - Stockists
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.grid-stockists {
  padding: 0 0 1em; }
  .grid-stockists::after {
    clear: both;
    content: "";
    display: block; }

@media screen and (min-width: 800px) {
  .grid-stockists--item {
    float: left;
    display: block;
    margin-right: 2.6431861992%;
    width: 48.6784069004%;
    padding: 0 0 1em 0; }
    .grid-stockists--item:last-child {
      margin-right: 0; }
    .grid-stockists--item:nth-child(2n) {
      margin-right: 0; } }
.grid-stockists--item h4 {
  font-size: 1.125em; }
  @media (min-width: 25em) and (max-width: 50em) {
    .grid-stockists--item h4 {
      font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .grid-stockists--item h4 {
      font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .grid-stockists--item h4 {
      font-size: 1.2em; } }
.grid-stockists--item a {
  color: #252E35; }

.block-stockists form::after {
  clear: both;
  content: "";
  display: block; }
.block-stockists form input[type=text], .block-stockists form select {
  width: 100%;
  max-width: 100%; }
.block-stockists form .filter--dropdown {
  width: 100%;
  max-width: 100%;
  float: left;
  display: block;
  margin-right: 2.6431861992%;
  width: 48.6784069004%; }
  .block-stockists form .filter--dropdown:last-child {
    margin-right: 0; }

.block-stockists--region {
  font-size: 1.423828125em;
  padding: 0.8em 0 0 0;
  margin: 0 0 0.8em 0;
  border-bottom: 2px solid #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-stockists--region {
      font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-stockists--region {
      font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-stockists--region {
      font-size: 1.728em; } }

.block-stockists--country {
  display: inline-block;
  font-size: 1.265625em;
  padding: 0.8em 0 0;
  margin: 0 0 0.8em 0;
  color: #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-stockists--country {
      font-size: calc( 1.265625em + 0.174375 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-stockists--country {
      font-size: calc( 1.44em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-stockists--country {
      font-size: 1.44em; } }

.block-stockists--phone a {
  text-decoration: none;
  color: #252E35;
  transition: color .2s ease-in-out; }
  .block-stockists--phone a:hover, .block-stockists--phone a:focus {
    text-decoration: underline;
    color: #252E35; }

/*
  
  Grid - Team
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.grid-team {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  clear: both; }
  .grid-team::after {
    clear: both;
    content: "";
    display: block; }

.grid-team--item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 799px) {
    .grid-team--item {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 48.6784069004%;
      margin-bottom: 1em; }
      .grid-team--item:last-child {
        margin-right: 0; }
      .grid-team--item:nth-child(2n) {
        margin-right: 0; }
      .grid-team--item.large {
        float: left;
        display: block;
        margin-right: 2.6431861992%;
        width: 48.6784069004%; }
        .grid-team--item.large:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 800px) {
    .grid-team--item {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 23.0176103506%;
      margin-bottom: 1em; }
      .grid-team--item:last-child {
        margin-right: 0; }
      .grid-team--item:nth-child(4n) {
        margin-right: 0; }
      .grid-team--item.large {
        float: left;
        display: block;
        margin-right: 2.6431861992%;
        width: 48.6784069004%; }
        .grid-team--item.large:last-child {
          margin-right: 0; }
        .grid-team--item.large h4 {
          font-size: 1.423828125em; } }
      @media screen and (min-width: 800px) and (min-width: 25em) and (max-width: 50em) {
        .grid-team--item.large h4 {
          font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
      @media screen and (min-width: 800px) and (min-width: 50em) and (max-width: 75em) {
        .grid-team--item.large h4 {
          font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
      @media screen and (min-width: 800px) and (min-width: 75em) {
        .grid-team--item.large h4 {
          font-size: 1.728em; } }

  .grid-team--item a {
    position: relative;
    text-decoration: none;
    color: #252E35; }
  .grid-team--item h4 {
    font-size: 1.125em;
    color: #252E35;
    text-transform: uppercase;
    line-height: 1.2em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-team--item h4 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-team--item h4 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-team--item h4 {
        font-size: 1.2em; } }
  .grid-team--item p {
    font-weight: normal;
    line-height: 1.2em;
    transition: .2s ease-in;
    transition-property: opacity, transform; }
  .grid-team--item:hover .grid-team--content-overlay, .grid-team--item:focus .grid-team--content-overlay, .grid-team--item:active .grid-team--content-overlay {
    opacity: 1;
    transform: translateY(0%); }

.grid-team--column {
  float: left;
  width: 50%; }

.grid-team--kicker {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #252E35; }

.grid-team-profile--position {
  padding: 0 0 0.4em 0; }

.grid-team--content {
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 5% 5% 80px;
  z-index: 1;
  height: 100%;
  min-height: 300px;
  text-decoration: none;
  text-align: left;
  background: #f6f5f3; }
  .grid-team--content h4 {
    color: #252E35; }
  .grid-team--content h5 {
    font-size: 1.125em;
    color: #252E35;
    text-transform: uppercase;
    line-height: 1.2em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-team--content h5 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-team--content h5 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-team--content h5 {
        font-size: 1.2em; } }
  .grid-team--content a {
    position: relative;
    display: inline-block;
    padding: 0 0 .1em 0;
    text-decoration: none;
    color: #252E35;
    transition: color .2s ease; }
    .grid-team--content a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #A5A8A5;
      transition: width .2s ease; }
    .grid-team--content a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0%;
      height: 2px;
      background: #252E35;
      transition: width .2s ease; }
    .grid-team--content a:hover, .grid-team--content a:focus {
      color: #252E35; }
      .grid-team--content a:hover:after, .grid-team--content a:focus:after {
        width: 100%; }
  @media screen and (min-width: 800px) {
    .grid-team--content {
      padding: 7.5% calc(3vh + 1em) 80px; } }

.grid-team--content-overlay {
  position: absolute;
  bottom: 0;
  background: #f6f5f3;
  background: rgba(246, 245, 243, 0.98);
  padding: 5% 5% 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity .2s ease-in-out;
  transition-property: opacity, transform; }
  .grid-team--content-overlay h5 {
    font-size: 1.125em;
    color: #252E35;
    text-transform: uppercase;
    line-height: 1.2em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-team--content-overlay h5 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-team--content-overlay h5 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-team--content-overlay h5 {
        font-size: 1.2em; } }
  .grid-team--content-overlay .anchor {
    display: block; }
    .grid-team--content-overlay .anchor a {
      color: #252E35; }

/*
  
  Grid - Careers / Jobs
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.grid-careers {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  clear: both; }
  .grid-careers::after {
    clear: both;
    content: "";
    display: block; }

.grid-careers--item {
  position: relative;
  overflow: hidden;
  /* img {
     position: absolute;
     right: 0;
     top: 50%;
     left: 0;
     min-height: 100%;
     min-width: 100%;
     height: auto;
     width: 100%;
     transform: translateY(-50%) scale(1.05);
     transition: all 0.2s ease-out;
   }*/ }
  @media screen and (max-width: 799px) {
    .grid-careers--item {
      margin: 0 0 1em 0; } }
  @media screen and (min-width: 800px) {
    .grid-careers--item.flexbox {
      display: flex; } }
  .grid-careers--item a {
    text-decoration: none;
    color: #252E35; }
  .grid-careers--item h4 {
    font-size: 1.125em;
    color: #252E35;
    text-transform: uppercase;
    line-height: 1.2em;
    padding-bottom: 0.4em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-careers--item h4 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-careers--item h4 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-careers--item h4 {
        font-size: 1.2em; } }
  .grid-careers--item p {
    font-weight: normal;
    line-height: 1.3em;
    transition: .2s ease-in;
    transition-property: opacity, transform; }
  .grid-careers--item:hover .grid-careers--content-overlay, .grid-careers--item:focus .grid-careers--content-overlay, .grid-careers--item:active .grid-careers--content-overlay {
    opacity: 1;
    transform: translateY(0%); }

.grid-careers--column {
  float: left;
  width: 50%; }
  .grid-careers--column:nth-child(2n) .grid-careers--item:nth-child(1) img {
    opacity: .9; }
  .grid-careers--column:nth-child(2n) .grid-careers--item:nth-child(2n) img {
    opacity: .8; }
  .grid-careers--column .grid-careers--item:nth-child(1) img {
    opacity: .7; }
  .grid-careers--column .grid-careers--item:nth-child(2n) img {
    opacity: .6; }

.grid-careers--kicker {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #252E35; }

.grid-careers--row::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (min-width: 800px) {
  .grid-careers--left {
    float: left;
    width: 48%; } }

@media screen and (min-width: 800px) {
  .grid-careers--right {
    float: left;
    width: 48%; } }

@media screen and (min-width: 800px) {
  .grid-careers-profile--left {
    float: left;
    width: 48%;
    padding-top: 2.5%; } }

@media screen and (min-width: 800px) {
  .grid-careers-profile--right {
    float: left;
    width: 48%;
    padding-top: 2.5%; } }

.grid-careers-profile--position {
  padding: 0 0 0.4em 0; }

.grid-careers--content {
  text-decoration: none;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 5% 5% 80px;
  z-index: 1;
  height: 100%;
  min-height: 300px;
  text-align: left;
  background: #f6f5f3; }
  .grid-careers--content h4 {
    color: #252E35; }
  .grid-careers--content h5 {
    font-size: 1.125em;
    color: #252E35;
    text-transform: uppercase;
    line-height: 1.2em;
    padding-bottom: 0.4em;
    transform: translateY(0px);
    transition: .2s ease-out;
    transition-property: transform; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-careers--content h5 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-careers--content h5 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-careers--content h5 {
        font-size: 1.2em; } }
  .grid-careers--content a {
    position: relative;
    display: inline-block;
    padding: 0 0 .1em 0;
    text-decoration: none;
    color: #252E35;
    transition: color .2s ease; }
    .grid-careers--content a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #A5A8A5;
      transition: width .2s ease; }
    .grid-careers--content a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0%;
      height: 2px;
      background: #252E35;
      transition: width .2s ease; }
    .grid-careers--content a:hover, .grid-careers--content a:focus {
      color: #252E35; }
      .grid-careers--content a:hover:after, .grid-careers--content a:focus:after {
        width: 100%; }
  @media screen and (min-width: 800px) {
    .grid-careers--content {
      padding: 7.5% calc(3vh + 1em) 80px; } }

.grid-careers--content-overlay {
  position: absolute;
  top: 0;
  padding: calc(3vh + 1em);
  width: 100%;
  transition: opacity .2s ease-in-out;
  transition-property: opacity, transform;
  z-index: 1; }
  .grid-careers--content-overlay .anchor {
    display: block;
    padding-top: 1em; }
    .grid-careers--content-overlay .anchor a {
      color: #f6f5f3; }

/*
  
  Grid - Sitemap
  
  @support: digital@hamptonassociates.com
  @author: Digital Team @ Hampton
  
*/
.grid-sitemap {
  padding: 0 0 1em; }
  .grid-sitemap::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 800px) {
    .grid-sitemap {
      display: flex;
      flex-wrap: wrap; } }

.grid-sitemap--item {
  margin-bottom: 0.8em; }
  @media screen and (min-width: 600px) and (max-width: 799px) {
    .grid-sitemap--item {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 48.6784069004%;
      padding: 0 0 1em 0; }
      .grid-sitemap--item:last-child {
        margin-right: 0; }
      .grid-sitemap--item:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 800px) {
    .grid-sitemap--item {
      float: left;
      display: block;
      margin-right: 2.6431861992%;
      width: 23.0176103506%;
      padding: 0 0 1em 0; }
      .grid-sitemap--item:last-child {
        margin-right: 0; }
      .grid-sitemap--item:nth-child(2n) {
        margin-right: 0; } }
  .grid-sitemap--item h4 {
    font-size: 1.125em; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-sitemap--item h4 {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-sitemap--item h4 {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-sitemap--item h4 {
        font-size: 1.2em; } }
  .grid-sitemap--item a {
    color: #252E35; }
  .grid-sitemap--item .top-level > a {
    font-size: 1.125em; }
    @media (min-width: 25em) and (max-width: 50em) {
      .grid-sitemap--item .top-level > a {
        font-size: calc( 1.125em + 0.075 * ( ( 100vw - 25em) / 25 ) ); } }
    @media (min-width: 50em) and (max-width: 75em) {
      .grid-sitemap--item .top-level > a {
        font-size: calc( 1.2em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
    @media (min-width: 75em) {
      .grid-sitemap--item .top-level > a {
        font-size: 1.2em; } }
  .grid-sitemap--item .top-level ul {
    padding: 0 0 0 .5em; }
  .grid-sitemap--item ul {
    margin: 0 0 1em 2em; }

.block-sitemap form::after {
  clear: both;
  content: "";
  display: block; }
.block-sitemap form input[type=text], .block-sitemap form select {
  width: 100%;
  max-width: 100%; }
.block-sitemap form .filter--dropdown {
  width: 100%;
  max-width: 100%;
  float: left;
  display: block;
  margin-right: 2.6431861992%;
  width: 48.6784069004%; }
  .block-sitemap form .filter--dropdown:last-child {
    margin-right: 0; }

.grid-sitemap--title {
  font-size: 1.265625em;
  padding: 0 0 .2em 0; }
  @media (min-width: 25em) and (max-width: 50em) {
    .grid-sitemap--title {
      font-size: calc( 1.265625em + 0.174375 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .grid-sitemap--title {
      font-size: calc( 1.44em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .grid-sitemap--title {
      font-size: 1.44em; } }

.block-sitemap--top-level {
  font-size: 1.423828125em;
  padding: 0.8em 0 0 0;
  margin: 0 0 0.8em 0;
  border-bottom: 2px solid #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-sitemap--top-level {
      font-size: calc( 1.423828125em + 0.304171875 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-sitemap--top-level {
      font-size: calc( 1.728em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-sitemap--top-level {
      font-size: 1.728em; } }

.block-sitemap--country {
  display: inline-block;
  font-size: 1.265625em;
  padding: 0.8em 0 0;
  margin: 0 0 0.8em 0;
  color: #252E35; }
  @media (min-width: 25em) and (max-width: 50em) {
    .block-sitemap--country {
      font-size: calc( 1.265625em + 0.174375 * ( ( 100vw - 25em) / 25 ) ); } }
  @media (min-width: 50em) and (max-width: 75em) {
    .block-sitemap--country {
      font-size: calc( 1.44em + 0 * ( ( 100vw - 50em) / 25 ) ); } }
  @media (min-width: 75em) {
    .block-sitemap--country {
      font-size: 1.44em; } }

/*# sourceMappingURL=style.css.map */
