/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1529px) and (min-width: 1200px) {
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
    max-width: 1170px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
    max-width: 970px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: KursivschriftLTPro-Stehend;
  src: url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/31444B_0_0.eot#iefix") format("embedded-opentype"), 
  url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/31444B_0_0.woff2") format("woff2"), 
  url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/31444B_0_0.woff") format("woff"), 
  url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/31444B_0_0.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: fonts;
  src: url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/fonts.eot") format("embedded-opentype"), 
  url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/fonts.woff2") format("woff2"), 
  url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/fonts.woff") format("woff"), 
  url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/fonts.ttf") format("truetype"), 
  url("https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/Scotlandshop_July2020/Fonts/fonts.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 10px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857143;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: .2em;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.36363636364;
  letter-spacing: .2em;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  line-height: 1;
  letter-spacing: .2em;
}

h5 {
  font-size: 1rem;
  line-height: 1.42857143;
}

h6 {
  font-size: .9rem;
  letter-spacing: 2px;
  line-height: 1.16666666667;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #A9A9A9;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
h3.form-title {
  padding: 5px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: KursivschriftLTPro-Stehend,sans-serif;
  padding: 55px 30px 40px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.1;
}

h3.form-title:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  z-index: 9;
  line-height: 1.28571428571;
  margin-top: -35px;
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/pencil.png);
}

h3.form-title:after {
  content: '';
  position: absolute;
  width: 91%;
  height: 78%;
  left: 4.5%;
  top: 15px;
}

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 0.85714285714;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-family: helvetica;
  padding: 15px 53px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-family: helvetica;
  font-size: 14px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.42857142857;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input ,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input#hs-pwd-widget-password {
  padding: 20px 15px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
  margin-left: 2px;
}

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs li {
  margin: 15px 0;
}

ul.no-list.hs-error-msgs li label {
  color: #f2545b;
  font-weight: normal;
  line-height: 18px;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media (max-width: 767px) { 
  #hs-search-module ,
  .widget-type-form{
    margin-top: 20px;
  }
  .hs-input ,
  input#hs-pwd-widget-password {
    max-width: 100%;
  }
  form {
    max-width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }
  h3.form-title {
    font-size: 24px;
    line-height: 1.1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Desktop Styles */
.icon.flag.gb {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/gb.gif);
}
.icon.flag.es {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/es.gif);
}
.icon.flag.it {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/it.gif);
}
.icon.flag.jp {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/jp.gif);
}
.icon.flag.de {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/de.gif);
}
.icon.flag.fr {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/fr.gif);
}
.icon.flag.us {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/us.gif);
}
.icon-drop {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/master-sprite.png);
}

.header-mobile-close i {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/master-sprite.png);
}

.child-trigger:before {
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/arrow.png);
}

header.header {
  font-family: Karla;
}

.header-top-icons {
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header.header .header-top-icons .header__container {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top-contact > .hs_cos_wrapper > .hs_cos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-top-contact p {
  font-family: inherit;
}

.header-top-contact p:last-child {
  padding-left: 15px;
}

.header-top-contact p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-icons .icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: fonts;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-bm-phone:before {
  content: '\e803';
}

.icon-bm-map-pin:before {
  content: '\e80e';
}

.icon-bm-profile:before {
  content: '\e804';
}

.icon-bm-lock:before {
  content: '\e801';
}

.header-top-contact a span:last-child {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  text-transform: uppercase;
}

header.header a {
  font-family: inherit;
}

.header-top-icons .icon , .header-mobile-top .icon {
  font-size: 20px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  display: inline-block;
}

.header-top-icons .icon-animate {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 0;
  -webkit-transition: right .2s,font-size .2s,top .2s,opacity .1s;
  -o-transition: right .2s,font-size .2s,top .2s,opacity .1s;
  transition: right .2s,font-size .2s,top .2s,opacity .1s;
  opacity: 0;
}

.header-top-icons .icon-bm-right-chevron:before {
  font-family: fonts;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '\e800';
}

.header-top-icons a:hover .icon-animate {
  top: 0;
  opacity: 1;
  font-size: 14px;
  right: -10px;
  -webkit-transition: right .2s,font-size .2s,top .2s,opacity .1s;
  -o-transition: right .2s,font-size .2s,top .2s,opacity .1s;
  transition: right .2s,font-size .2s,top .2s,opacity .1s;
}

.header-top-icons a {
  position: relative;
}

.header-top-contact a:hover {
  text-decoration: none;
}

.header-top-contact a:hover .icon {
  -webkit-animation: swell 1.5s infinite;
  animation: swell 1.5s infinite;
}

@keyframes swell {
  0%,100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  15%,30% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }

  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

.header-top-right > .hs_cos_wrapper > .hs_cos_wrapper > span {
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
}

.header-top-right > .hs_cos_wrapper > .hs_cos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.header-top-right > .hs_cos_wrapper > .hs_cos_wrapper > span:nth-child(2) {
  top: 1px;
}

.header-top-right > .hs_cos_wrapper > .hs_cos_wrapper > span:last-child {
  padding-right: 0;
}

.header-top-right > .hs_cos_wrapper > .hs_cos_wrapper > span:after {
  content: '|';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -1px;
}

.header-top-right > .hs_cos_wrapper > .hs_cos_wrapper > span:last-child:after {
  content: none;
}

.header-top-right ul li:first-child > a > span {
  display: none;
}

.header-top-right ul , .header-mobile-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.icon.flag {
  width: 22px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.icon.flag.gb {
  background-size: contain;
}

.header-top-right>.hs_cos_wrapper>.hs_cos_wrapper>span:first-child:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -29px;
}

.header-top-right ul li:last-child , 
.header-mobile-top ul li:last-child {
  position: absolute;
  top: 37px;
  width: 130px;
  z-index: 2;
  margin: 0;
  display: none;
}

.header-top-right ul li:last-child a, 
.header-mobile-top ul li:last-child a {
  cursor: pointer;
  display: table;
  float: left;
  width: 120px;
  margin: 4px 10px 6px 0;
}

.header-top-right ul li:last-child a span, 
.header-mobile-top ul li:last-child a span {
  display: table-cell;
  margin-right: 12px;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .075em;
  padding-left: 10px;
}

.header-top-right ul li:last-child a i, 
.header-mobile-top ul li:last-child a i {
  display: table-cell;
}

.header-top-right ul li:first-child > a i:first-of-type , 
.header-mobile-top ul li:first-child > a i:first-of-type {
  display: table-cell;
}

.header-top-right ul li:first-child > a , 
.header-mobile-top ul li:first-child > a {
  display: table;
  margin-top: 5px;
}

.header-top-right ul li:first-child > a i:last-of-type , 
.header-mobile-top ul li:first-child > a i:last-of-type {
  width: 6px;
  height: 6px;
  margin-left: 10px;
  background-position: 0 98.197549%;
  background-size: 9800%;
  display: inline-flex;
  background-repeat: no-repeat;
}

.header-logo-desktop {
  position: relative;
  text-align: center;
  z-index: 99;
}

.header-logo-desktop img {
  padding-top: 6px;
  width: 294px !important;
  vertical-align: middle;
  max-width: 100%;
  max-height: 61px;
}

/*
 * Addition for Newbrand template 
 */
.header-logo-desktop.header-logo-desktop-newbrand img {
  width: auto !important;
  max-height: none;
}

.header-logo-desktop a:hover {
  text-decoration: none;
}

header.header .header-logo-wrapper .header__container {
  padding-right: 0;
}

.header-logo-desktop span {
  font-family: KursivschriftLTPro-Stehend,sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: block;
  line-height: 1.1;
  padding: 0;
  margin: 9px 0;
  text-transform: uppercase;
}

#hs_cos_wrapper_header_logo_desktop_text span {
  margin-top: 15px;
  margin-bottom: 6px;
}

.header-logo-wrapper {
  padding: 1px 0 13px;
}

header.header .header-logo-wrapper .header__container {
  padding-right: 0;
}

.custom-menu-primary #hs_cos_wrapper_header_logo_scroll_image {
  display: none;
}

.tartan-selector {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  padding-left: 0;
  margin-left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  max-width: 360px;
}

.tartan-selector > .tartan-selector {
  line-height: 0.85714285714;
  text-align: center;
}

.tartan-selector a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 15px 30px;
  height: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1px;
  border-left: 2px solid #bbb;
}

.tartan-selector a:hover {
  text-decoration: none;
}

.tartan-selector a p {
  margin: 0;
  font-family: inherit;
}

.tartan-selector a p:first-child {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.tartan-selector a p:last-child {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tartan-selector a p:last-child:after {
  position: absolute;
  font-family: fonts;
  content: '\e800';
  right: 0;
  top: calc(50% - 6px);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: right .2s;
  -o-transition: right .2s;
  transition: right .2s;
  font-size: 12px;
}

.tartan-selector .tartan-selector:hover p:last-child:after {
  opacity: 1;
  right: -15px;
  -webkit-transition: right .2s;
  -o-transition: right .2s;
  transition: right .2s;
}

header.header .header-menu .header__container {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.header__navigation {
  white-space: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.desktop-search i.icon.icon-bm-search {
  font-size: 20px;
  display: block;
  position: absolute;
  right: 4px;
}

.desktop-search .icon-bm-search:before {
  font-family: fonts;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e805';
  position: absolute;
  top: -15px;
  right: 0;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
}

.desktop-search-input {
  border: none;
  outline: 0;
  width: 100%;
  position: relative;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 18px;
  visibility: visible;
  -webkit-transition: width .3s , padding .2s;
  -o-transition: width .3s , padding .2s;
  transition: width .3s , padding .2s;
  padding-left: 10px;
  font-family: inherit;
  line-height: 0.66666666666;
  width: 0;
  visibility: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 0;
}

span.close-desktop-search {
  display: none;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  font-weight: 700;
  float: right;
  font-size: 21px;
}

.desktop-search-inner {
  font-size: 14px;
  padding-right: 35px;
  position: relative;
}

.desktop-search-opened .desktop-search-input {
  width: 100%;
  visibility: visible;
  padding-right: 25px;
}

.desktop-search-opened .desktop-search form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop-search-opened .custom-menu-primary .submenu.level-1>li:not(:last-child) {
  display: none;
}

.desktop-search-opened .custom-menu-primary .submenu.level-1>li:last-child {
  width: 100%;
}

.custom-menu-primary .submenu.level-1>li:last-child > a {
  font-size: 0;
  padding: 0;
}

.desktop-search .search-button {
  font-weight: 400;
  font-size: 15px;
  display: block;
  padding: 30px 0;
  font-family: Karla;
  letter-spacing: .1px;
  text-transform: uppercase;
}

.desktop-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop-search-opened .search-button span.text {
  display: none;
}

.desktop-search form {
  font-family: inherit;
}

.desktop-search-opened .desktop-search i.icon.icon-bm-search {
  top: calc(50% - -6px);
}

.desktop-search-opened span.close-desktop-search {
  display: block;
  right: 0;
  top: calc(50% - 10px);
  position: absolute;
}

.desktop-search-inner:hover .icon-bm-search:before {
  -webkit-transform: rotateY(-20deg) rotateX(-20deg);
  transform: rotateY(-20deg) rotateX(-20deg);
  -webkit-transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
}

header.header.lp_header .header-menu .header__container {
  border: 0;
}

/* Mobile Header Fixed Section */
.mobile-fixed-wrapper {
  -webkit-box-shadow: 6px -14px 42px -23px rgba(0,0,0,.63);
  box-shadow: 6px -14px 42px -23px rgba(0,0,0,.63);
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  bottom: 0;
  background-color: #000;
  width: 100vw;
  z-index: 999;
}

.mobile-fixed-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobile-fixed-wrapper ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: background-color .2s,color .2s;
  -o-transition: background-color .2s,color .2s;
  transition: background-color .2s,color .2s;
}

.mobile-menu-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.mobile-menu-icon i {
  width: 19px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  background-position: 0 60.0874%;
  background-size: 3094.736842%;
  background-image: url(https://7006845.fs1.hubspotusercontent-na1.net/hubfs/7006845/raw_assets/public/Scotlandshop_July2020/images/master-sprite.png);
  margin-bottom: 6px;
}

.mobile-menu-icon i > div {
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  border-radius: 7px;
}

.mobile-fixed-wrapper ul li sapn {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.mobile-fixed-wrapper ul li label span {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}

.mobile-fixed-wrapper ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.icon-bm-folded:before {
  content: '\e80b';
}
.icon-bm-jacket:before {
  content: '\e802';
}
.icon-bm-gift:before {
  content: '\e80c';
}
.mobile-fixed-wrapper ul li .icon-bm {
  font-family: fonts;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: #fff;
  line-height: 1.42857143;
}

.mobile-fixed-wrapper ul li .icon-bm {
  font-size: 17px;
}

.mobile-fixed-wrapper ul li label {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-family: Karla;
}

.mobile-fixed-wrapper ul li .search-content {
  padding-right: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: background-color .2s,color .2s;
  -o-transition: background-color .2s,color .2s;
  transition: background-color .2s,color .2s;
  display: block;
}

.mobile-fixed-wrapper ul li .search-content i {

  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-style: normal;
}

.mobile-fixed-wrapper ul li .search-content i a {
  height: 24px;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
}
.mobile-fixed-wrapper ul li .search-content i span {
  width: 93px;
  height: 80px;
  position: absolute;
  top: -35px;
  right: -42px;
  display: block;
  font-style: normal;
}

.mobile-fixed-wrapper ul li:last-child {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}

.mobile-fixed-wrapper ul li:hover {
  background-color: #333;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}
.mobile-fixed-wrapper ul li:hover label,
.mobile-fixed-wrapper ul li a:hover {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  color: rgba(167,188,166,.73);
}
.mobile-fixed-wrapper ul li:hover span {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  color: rgba(167,188,166,.73);
}

.mobile-fixed-wrapper ul li .search-content i svg .cls-5 {
  fill: #000;
  -webkit-transition: fill .2s;
  -o-transition: fill .2s;
  transition: fill .2s;
}

.mobile-fixed-wrapper ul li .search-content i svg .cls-2 {
  stroke: #00a397;
  stroke-linecap: round;
  stroke-width: 8px;
}

.mobile-fixed-wrapper ul li .search-content i svg .cls-2 , 
.mobile-fixed-wrapper ul li .search-content i svg .cls-3 {
  fill: none;
  stroke-miterlimit: 10;
}

.mobile-fixed-wrapper ul li .search-content i svg .cls-4 {
  fill: #fff;
}

.mobile-fixed-wrapper ul li .search-content i svg .cls-1 {
  fill: #00a397;
}

.mobile-fixed-wrapper ul li .search-content:hover .cls-5 {
  fill: #333;
  -webkit-transition: fill .2s;
  -o-transition: fill .2s;
  transition: fill .2s;
}

.mobile-fixed-wrapper ul li .search-content i svg .cls-3 {
  stroke: #000;
  stroke-width: 4.5px;
}

@media (min-width: 992px) {
  .mobile-fixed-wrapper, .mobile-menu-content , .header-logo-mobile {
    display: none;
  }
  .scroll-header .header-menu {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scroll-header header.header .header-menu .header__container {
    border: 0;
  }
  .mobile-search-dropdown ,
  .mobile-search-icon {
    display: none;
  }

  .custom-menu-primary .submenu.level-1>li>a {
    -webkit-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
  }

  .scroll-header .custom-menu-primary .submenu.level-1>li:not(:last-child)>a {
    padding: 20px 0;
    -webkit-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
  }

  .desktop-search .search-button {
    -webkit-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
  }

  .scroll-header .desktop-search .search-button {
    padding: 20px 0;
  }

  .scroll-header .desktop-search-input {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tartan-selector a p:first-child {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .scroll-header .tartan-selector a p:first-child {
    width: 20px;
    height: 20px;
  }

  .custom-menu-primary #hs_cos_wrapper_header_logo_scroll_image {
    visibility: hidden;
    position: absolute;
    height: 0;
    opacity: 0;
    width: 0;
    line-height: 12px;
    text-align: center;
    display: block;
  }

  .scroll-header .custom-menu-primary #hs_cos_wrapper_header_logo_scroll_image {
    visibility: visible;
    width: 150px;
    position: relative;
    left: 0;
    top: 14px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    height: 20px;
  }

  .scroll-header .custom-menu-primary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .scroll-header  .custom-menu-primary #hs_cos_wrapper_navigation-primary {
    width: calc(100% - 205px);
  }

  .scroll-header header.header.lp_header .header-menu .header__container {
    padding-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .header-logo-desktop #hs_cos_wrapper_header_logo_desktop_image a {
    width: 72%;
    padding-left: 28%;
    display: block;
  }
}

@media (max-width: 1530px) {
  .tartan-selector a {
    font-size: 12px;
  }

  .tartan-selector a p:last-child {
    font-size: 12px;
  }

  .desktop-search .search-button {
    font-size: 12px;
    padding: 20px 0;
  }

  .tartan-selector {
    padding-right: 0;
    margin-left: 10px;
    padding-left: 10px;
  }

  .desktop-search-input {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .scroll-header .tartan-selector a p:last-child span {
    display: none;
  }

  .scroll-header header.header .header-menu .header__container {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-header .header-menu {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1200px) {
  .tartan-selector a p:first-child {
    width: 20px;
    height: 20px;
  }

  .tartan-selector a {
    padding-left: 10px;
    border-left-width: 1px;
  }

  .header-top-icons .icon {
    font-size: 17px;
  }

  .header-top-contact a span:last-child {
    font-size: 13px;
  }

  .tartan-selector .tartan-selector:hover p:last-child:after {
    right: -5px;
  }
}

@media (max-width: 1099px) and (min-width: 992px) {
  .scroll-header .custom-menu-primary #hs_cos_wrapper_navigation-primary {
    width: calc(100% - 162px);
  }
}

/* Mobile Styles */
@media (max-width: 991px) {
  .header__container form {
    max-width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }

  /* Mobile styles */
  .header-menu ,
  .header-logo-desktop {
    display: none;
  }

  .child-trigger:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    display: block;
    position: relative;
    top: -4px;
    left: -3px;
  }

  .child-trigger {
    width: 27px;
    height: 21px;
    z-index: 1;
    padding: 7px;
    position: relative;   
    text-align: center;
  }

  .header-top-contact , .header-top-right {
    display: none;
  }

  .header-logo-mobile img {
    width: 160px !important;
    position: relative;
    left: 15px;
    top: 8px;
  }

  .header-logo-wrapper {
    padding: 10px 0 4.88px;
    padding-bottom: 20px;
    margin-top: 0;
  }

  .header-logo-mobile a {
    text-align: center;
    padding-right: 14px;
    padding-left: 20px;
    display: block;
  }

  .header-logo-mobile > .hs_cos_wrapper > .hs_cos_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  header.header .header-logo-wrapper .header__container {
    max-width: 100%;
  }

  .mobile-search-dropdown {
    visibility: hidden;
    top: -50px;
    -webkit-transition: top .2s,visibility 0s linear .2s;
    -o-transition: top .2s,visibility 0s linear .2s;
    transition: top .2s,visibility 0s linear .2s;
    width: 100%;
    position: fixed;
    z-index: 99;
  }

  .mobile-search-open .mobile-search-dropdown {
    visibility: visible;
    -webkit-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s;
    top: 0;
  }

  .mobile-search-dropdown form {
    font-family: inherit;
    width: 100%;
  }

  .mobile-search-input {
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
    padding: 0 20px;
    background-color: #fff;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #bbb;
    outline: 0;
    font-family: inherit;
    line-height: 1.42857143;
    color: #333;
    border-radius: 0;
    padding-right: 55px;
  }

  .mobile-search-input:focus {
    background-color: #fff;
    border-bottom: 2px solid #bbb;
    outline: 0;
  }

  span.close-mobile-search {
    position: absolute;
    right: 30px;
    display: inline-block;
    top: 12px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    font-size: 21px;
    font-weight: 700;
    float: right;
  }

  span.close-mobile-search:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }

  header.header .header-top-icons .header__container {
    max-width: 100%;
  }

  #NavMobileCloser {
    cursor: pointer;
    display: table;
  }

  #NavMobileCloser .icon {
    width: 9px;
    height: 9px;
    line-height: 14px;
    vertical-align: middle;
    background-position: 0 96.531792%;
    background-size: 6533.333333%;
    display: inline-flex;
  }

  #NavMobileCloser span {
    display: table-cell;
    font-weight: 400;
    letter-spacing: .2em;
    color: #666;
    font-size: 10px;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 14px;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
  }

  #NavMobileCloser:hover span {
    color: #3b0e57;
  }
  .header-mobile-close , .header-mobile-top ul {
    width: 50%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }

  .header-mobile-top:after {
    content: '';
    display: table;
    clear: both;
  }

  .header-mobile-top ul li:first-child {
    float: right;
  }

  .header-mobile-top ul li:first-child>a {
    margin: 0;
  }

  .header-mobile-top ul li:first-child>a span {
    display: inline-block;
    margin-right: 23px;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .075em;
  }

  .header-mobile-top ul li:first-child>a i:last-of-type {
    display: none;
  }

  .header-content-inner {
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-mobile-top ul li:last-child {
    width: 75px;
    left: 5px;
    top: 21px;
  }

  .header-mobile-top ul {
    width: auto;
    float: right;
  }

  .header-mobile-top ul li:last-child a span {
    color: #999;
  }

  .header-mobile-top ul li:last-child a:hover span {
    color: #3b0e57;
  }

  .header-top-right {
    display: block;
  }

  .header-top-right>.hs_cos_wrapper>.hs_cos_wrapper {
  }

  header.header .header-top-icons .header__container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-top-right>.hs_cos_wrapper>.hs_cos_wrapper>span:after {
    display: none;
  }

  .header-top-right>.hs_cos_wrapper>.hs_cos_wrapper>span:first-child {
    display: none;
  }

  .header-top-right>.hs_cos_wrapper>.hs_cos_wrapper>span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-top-right>.hs_cos_wrapper>.hs_cos_wrapper>span:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-top-right {
    padding-right: 30px;
    padding-left: 40px;
  }
  .mobile-search-icon .icon {
    font-size: 17px;
    color: #333;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    display: inline-block;
  }

  .icon-bm-search:before {
    content: '\e805';
  }

  .mobile-search-icon {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 111px;
  }

  .mobile-search-icon a:hover .icon {
    color: #3b0e57;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }

  .header-mobile-top ul li:last-child {
    width: 100%;
    background-color: #fff;
  }

  .header-mobile-close {
    padding-right: 0;
  }

  .header-mobile-close {
    width: 46%;
  }

  .header-logo-mobile a {
    position: relative;
    z-index: 1000;
  }

  .mobile-search-open .header-logo-mobile a {
    z-index: unset;
  }

  #hubspot-messages-iframe-container.widget-align-right {
    bottom: 100px !important;
  }
}

@media (max-width: 768px) {
  .header-logo-mobile a {
    padding-left: 0;
  }
  .header-top-right {
    padding-right: 0;
  }

  header.header .header-top-icons .header__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-search-icon {
    right: 96px;
  }
  .mobile-fixed-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}

footer.footer {
  font-family: Karla;
}

.footer-content-inner {
  margin-right: -15px;
  margin-left: -15px;
}

.footer__copyright > .hs_cos_wrapper > .hs_cos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.footer__copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__copyright ul li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__copyright ul li a {
  text-align: center;
  font-size: 14px;
  line-height: 0.85714285714;
  font-family: inherit;
}

.footer__copyright ul li a:after {
  padding: 0 5px 0 7px;
  content: "|";
}

.footer__copyright p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-family: inherit;
}

.footer-bottom {
  padding: 30px 0;
}

.footer-main-content {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-contact {
  padding-bottom: 20px;
  padding-top: 60px;
}

.footer-contact-left , .footer-contact-right {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-left-col , .contact-right-col {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-contact .addresses {
  padding-bottom: 15px;
}

.contact-left-col1, .contact-right-col1 , .contact-left-col2 , .contact-right-col2 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-contact ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.footer-contact-right .contact-details {
  text-align: right;
}

.footer-contact .contact-left-col1 ul li:first-child, .footer-contact .contact-right-col1 ul li:first-child , .footer-contact-right .contact-details ul li:first-child {
  text-transform: uppercase;
}

.footer-contact ul li a {
  font-family: inherit;
}

.footer-contact ul li {
  padding-bottom: 5px;
}

.footer-menu .hs-menu-item a {
  padding: 0;
  display: inline;
  font-family: inherit;
}

.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

.footer-menu .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.footer-menu li.hs-menu-item.hs-menu-depth-1>a {
  text-align: center;
  display: block;
  font-family: "Playfair Display";
  font-size: 20px;
}

.footer-menu .hs-menu-wrapper ul ul li {
  text-align: center;
  padding-bottom: 10px;
}

.footer-menu .hs-menu-wrapper ul ul li a {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.footer-menu .hs-menu-wrapper ul ul li a:hover {
  text-decoration: underline;
}

.footer-menu .hs-menu-wrapper ul ul {
  margin: 15px 0;
}

.footer-logo {
  padding: 75px 0 60px;
  text-align: center;
}

.footer-logo img {
  width: unset!important;
  vertical-align: middle;
}

.footer-social {
  margin-bottom: 110px;
}

.footer-social ul {
}

.footer-social ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.footer-social ul li {
  font-size: 23px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.footer-social ul li a {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  font-size: 23px;
  font-family: inherit;
}

.footer-social ul li span:before {
  font-family: fonts;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bm-social-twitter:before {
  content: '\e807';
}

.icon-bm-social-facebook:before {
  content: '\e806';
}

.icon-bm-social-pinterest:before {
  content: '\e809';
}

.icon-bm-social-instagram:before {
  content: '\e808';
}

.footer-social .hs_cos_wrapper > .hs_cos_wrapper {
  max-width: 270px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer-social ul li:first-child a:hover {
  color: #38A1F3;
}

.footer-social ul li:nth-child(2) a:hover {
  color: #3b5998;
}

.footer-social ul li:nth-child(3) a:hover {
  color: #bd081c;
}

.footer-social ul li:last-child a:hover {
  color: #c13584;
}

@media (min-width: 768px) {
  .footer-contact-left {
    width: 66.66666667%;
  }

  .footer-contact-right {
    width: 33.33333333%;
  }

  .footer-contact-left , .footer-contact-right {
    float: left;
  }

  .footer-contact .footer-content-inner:before , .footer-contact .footer-content-inner:after {
    display: table;
    content: " ";
  }

  .footer-contact .footer-content-inner:after {
    clear: both;
  }

  .contact-left-col1 , .contact-right-col1 {
    width: 33.33333333%;
  }

  .contact-left-col2 , .contact-right-col2 {
    width: 66.66666667%;
  }

  .contact-left-col1 , .contact-right-col1 , .contact-left-col2 , .contact-right-col2 {
    float: left;
  }

  .footer-menu .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-contact-left {
    width: 75%;
  }

  .footer-contact-right {
    width: 25%;
  }

  .footer-menu .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .contact-left-col , .contact-right-col {
    float: left;
    width: 50%;
  }

  .contact-left-col1 , .contact-right-col1 {
    width: 41.66666667%;
  }

  .contact-left-col2 , .contact-right-col2 {
    width: 58.33333333%;
  }
}

@media (max-width: 992px) {
  .footer-bottom {
    padding: 20px 0;
  }

  footer.footer {
    margin-bottom: 55px;
  }

  .footer__copyright > .hs_cos_wrapper > .hs_cos_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__copyright p {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 12px;
  }

  .footer__copyright ul li a {
    font-size: 12px;
    line-height: 1;
  }

  .footer__copyright ul li:last-child a:after {
    content: "";
    padding: 0 5px 0 0;
  }

  .footer-menu .hs-menu-wrapper ul ul {
    opacity: 1 !important;
    height: 0 !important;
    overflow: hidden !important;
    -webkit-transition: height .2s !important;
    -o-transition: height .2s !important;
    transition: height .2s !important;
    margin: 0;
  }

  .footer-menu .hs-menu-wrapper ul .footer-menu-open ul {
    -webkit-transition: height .2s !important;
    -o-transition: height .2s !important;
    transition: height .2s !important;
    height: 100% !important;
  }

  .footer-menu .hs-menu-wrapper > ul  > li {
    margin-bottom: 30px;
  }

  .footer-menu .hs-menu-wrapper ul ul li:first-child {
    margin-top: 30px;
  }

  .footer-menu .hs-menu-wrapper ul ul li:last-child {
    margin-bottom: 30px;
  }

  .footer-menu li.hs-menu-item.hs-menu-depth-1>a {
    padding-right: 6px;
  }

  .footer-menu li.hs-menu-item.hs-menu-depth-1>a:after {
    left: 9.9px;
    cursor: pointer;
    font-family: fonts;
    font-size: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: '\e800';
    display: inline-block;
    bottom: 1px;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
  }

  .footer-menu li.hs-menu-item.hs-menu-depth-1.footer-menu-open >a:after {
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: -1px;
    position: relative;
  }

  .footer-social {
    margin-bottom: 60px;
  }
  footer.footer.lp_footer {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .footer-contact-right .contact-details {
    text-align: center;
  }

  .footer-contact .addresses {
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
/* Blog style */
.blog-comments .comment-date {
  display: block;
}

.blog-comments {
    margin-top: 40px;
    max-width: unset;
}

.blog-comments form {
    margin-top: 40px;
}

.blog-comments .hs-input {
    max-width: unset;
}

@media (max-width: 480px) {
.blog-post__body img {
  float: none !important;
  width: auto !important;
  max-width: 100%;
  display: block;
}
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.systems-page {
  padding-left: 0;
  padding-right: 0;
}

#email-prefs-form {
  max-width: unset;
}

.systems-page .success {
  font-size: 12px;
}

#email-prefs-form .page-header, 
#email-prefs-form .header, 
#email-prefs-form #content h3 ,
#email-prefs-form #content .item,
#email-prefs-form #content .subscribe-options {
  text-align: left;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;    
    font-size: 10px;
  }
  .systems-page #email-prefs-form h1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .error-page[data-error="500"] .error-page_heading {
    font-size: 20px;
  }
  .systems-page #email-prefs-form h1 {
    font-size: 18px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 17px;
  }
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 19px;
  }
}