/* ******************************************************************************
*********************************************************************************
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 {
  padding-left: 30px;
  padding-right: 30px;
}
.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section>.row-fluid {
  padding: 10px;
  background: #fff;
  border: 1px solid #44444442;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
}

.body-wrapper>div:not(:first-child), .body-container-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  box-shadow: inset 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  overflow: auto;
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Roboto";
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/roboto-v18-latin-ext_latin-700.woff2") format("woff2"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/roboto-v18-latin-ext_latin-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/roboto-v18-latin-ext_latin-500.woff2") format("woff2"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/roboto-v18-latin-ext_latin-500.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/roboto-v18-latin-ext_latin-regular.woff2") format("woff2"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/roboto-v18-latin-ext_latin-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "bw";
  src: url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/bw.eot") format("embedded-opentype"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/bw.woff") format("woff"), 
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/bw.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/glyphicons-halflings-regular.woff2") format("woff2"), 
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/glyphicons-halflings-regular.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/fontawesome-webfont%281%29.eot") format("embedded-opentype"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/fontawesome-webfont%281%29.woff2") format("woff2"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/fontawesome-webfont%281%29.woff") format("woff"),
    url("https://7298381.fs1.hubspotusercontent-na1.net/hubfs/7298381/Blackwoods_Sep2020/Fonts/fontawesome-webfont%281%29.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #001cff;
  line-height: 1.42857143;
  background-color: #f2f2f2;
}

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: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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;
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

}

main form {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.375;
  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;
  padding: 15px 53px;
  
  text-decoration: none;
}

main .hs-button {
  opacity: 1.65;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  font-family:Roboto;
  margin-top: 10px;
  white-space: normal;
  font-weight: bold;
}

.systems-page .hs-button, .systems-page .button--primary{
  margin-top: 10px;
}

.systems-page .hs-button:hover, .systems-page .button--primary:hover,.error-page a.hs-button:hover{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}


main .hs-button:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #0085c2 !important;
  
  color: #fff;
}

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
}

.hs-input,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: 44px !important;
  padding: 20px 15px 10px 30px;
  font-size: 14px;
  font-family:Roboto;
  font-weight: normal;
  line-height: 22px;
  color: #444;
  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;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: 14px !important;
  height: 14px !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  float: left;
  background-color: transparent !important;
  border-radius: 0;
}

.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: #0085c2 !important;
}

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;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #001cff;
}
.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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

@media (max-width: 767px) {
  .lp-footer div#hs_cos_wrapper_footer_copyright_text {
    text-align: left;
  }
  .lp-footer .copyright-sec {
    display: block;
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .lp-head .cstm_logo {
    margin-left: 61px;
  }
}

@media (max-width: 812px) {
  .lp-head .cstm_logo {
    margin-left: 51px;
  }
}

@media (max-width: 639px) {
  .lp-head .cstm_logo {
    margin-left: 40px;
  }
  .lp-head .neg_row {
    box-shadow: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.custom-menu-primary ul{
  margin:0;
  padding:0;
  list-style:none;
}

.custom-menu-primary ul ul{
  display:none;
}
.custom-menu-primary > div > ul>li{
  float:left;
} 

header.header{  
  min-height: 138px;
}

.head_inner {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  height:138px;
  border-radius: 0;
  background-color: #002452; /* Blackwoods navy tone */
}

.head_inner .page-center {
  padding-left: 10px;
  padding-right: 10px;
}

.neg_row {
  padding: 0px 20px;
  margin-bottom: -1px;
}

.top_header {
  margin: 0 -10px;
}

.cstm_logo img {
  height: 35px;
  width: 300px !important;
  vertical-align: middle;
  object-fit: contain;
  max-width: 100%;
}

.cstm_logo {
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.cstm_logo a {
  margin: 35px 0px 30px 0;
  height: 36px;
  display: block;
}

.head_search {
  width: 58.33333333%;
  float: left;
  padding: 0 10px;
  position: relative;
}

.head_search_inner {
  margin-top: 30px;
  margin-left: 25px;
}

.hd_search {
  z-index: 100;
}

.hd_search button.btn-link.js_search_button {
  position: relative;
  border: none;
  z-index: 10;
  margin-left: 0px;
  background: #e67b05;
  margin-top: 5px;
  padding: 7px 10px 7px 10px;
  color: #000;
  text-transform: capitalize;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.right_col_menu ul li.nav-global-loc-tools:hover {
  background-color: #007ebe;
  padding-bottom: 3px;
  padding-top: 10px;
  margin-top: -10px;
}

.input-group {
  z-index: 90;
  background: #fff;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
  display: table;
  border-collapse: separate;
}

.hd_search input {
  position: absolute;
  z-index: 2;
  float: left;
  width: 100%;
  margin: 0;
  padding-right: 125px;
  height: 44px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  border: 0;
}

.hd_search button.btn-link.js_search_button {
  position: relative;
}

.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  padding-right: 5px;
}

.head_right ul {
  margin: 0;
  list-style: none;
  float: right;
  padding: 0; 
}

.head_right {
  width: 25%;
  margin-top: 30px;
  float: left;
  padding: 0 10px;
  position: relative;
}

.head_right ul li {
  float: left;
  list-style-type: none;
  border-right: 1px solid rgba(241, 243, 246, 0.3);
}

.head_right ul li {
  padding-bottom: 12px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.neg_row:before,.neg_row:after {
  display: block;
  content: '';
  clear: both;
}

.head_right ul li span {
  position: relative;
  margin: auto;
  top: 0px;
  display: inline-block;
  display: table-cell;
  font-size: 13px;
  min-width: 90px;
  text-align: center;
  color: #fff;
}

li.login_button:before {
  display: inline-block;
  font: normal normal normal 14px/1 bw;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e81f";
  color: #Fff;
  font-size: 24px;
  margin-left: 35px;
}

li.order_button:before {
  display: inline-block;
  font: normal normal normal 14px/1 bw;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e82c";
  color: #Fff;
  font-size: 24px;
  top: 5%;
  left: 0%;
  margin-left: 35px;
}

li.cart_button:before {
  content: '\e807';
  font-family: "bw";
  font-style: normal;
  font-weight: normal;
  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;
}

li.cart_button span {
  display: none;
}


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

.bw-icon {
  font-family: "bw";
  font-style: normal;
  font-weight: normal;
  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;
}

span.header_search_button_text {
  margin: 0 10px;
  font-family: "Roboto";
  vertical-align: bottom;
  margin-left: 7px;
}

.hd_search button.btn-link.js_search_button {
  line-height: 1.375;
  font-size: 14px;
  font-weight: bold;
}

.hd_search input {
  padding-right: 125px;
}


.head_right ul:before,.head_right ul:after {
  display: block;
  content: '';
  clear: both;
}

.mega_inner {
  overflow: scroll;
}


.head_right ul li.cart_button {
  border: 0;
  padding: 0 10px;
  padding-top:0;
  color: #fff;
  font-size: 24px;
  white-space: nowrap;
}

.head_right ul li.cart_button span {
  display: none;
}

.head_right ul li.order_button {
  padding: 0 0 12px;
}

.head_right ul li:hover {
  background-color: rgb(0, 133, 194);
  border-right: 1px solid rgba(241,243,246,0);
}

.head_right ul li.cart_button {
  border: 0;
  line-height: inherit;
  padding-bottom: 20px;
  padding-right: 15px;
}

li.cart_button:before {
  position: relative;
  top: -6px;
  margin: 0px 8px 0 5px;
}

.neg_innr {
  margin-left: -10px;
  margin-right: -10px;
}
.btm_header {
  margin: 0 -10px;
}


.btm_innr {
  padding: 0px 0px 0px 10px;
  margin-top: 0px;
  -webkit-box-shadow: 0 7px 5px -6px rgba(153, 153, 153, 0.8);
  box-shadow: 0 7px 5px -6px rgba(68, 68, 68, 0.5);
  -moz-box-shadow: 0 7px 5px -6px rgba(68, 68, 68, 0.5);
}

.right_col_menu {
  float: right;
}

.custom-menu-primary {
  float: left;
}

.btm_innr:before,.btm_innr:after {
  content: '';
  display: block;
  clear: both;
}

.custom-menu-primary > div > ul > li {
  float: left;
}

.custom-menu-primary > div > ul > li > a {
  width: 100%;
  line-height: 15px;
  padding: 12px 15px 10px 15px;
  display: block;
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.right_col_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 12px;
}
.right_col_menu ul:before, .right_col_menu ul:after {
  content: "";
  clear: both;
  display: block;
}
li.nav-help {
  padding-top: 1px;
}
li.nav-contact-icones {
  padding-top: 1px;
  padding-left: 5px;
}
.right_col_menu ul li {
  float: left;
}

.right_col_menu ul li a {
  padding: 10px;
  cursor: pointer;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  position: relative;
  display: block;
  line-height: 19px;
  padding: 0 10px;
  padding-left: 5px;
}


.hd_search input::-webkit-input-placeholder {
  opacity: .55;
  color: #000;
}
.hd_search input:-moz-placeholder {
  opacity: .55;
  color: #000;
} 
.hd_search input::-moz-placeholder {
  opacity: .55;
  color: #000;
} 
.hd_search input:-ms-input-placeholder {
  opacity: .55;
  color: #000;
} 

.nav-global-loc-tools:before {
  display: inline-block;
  font: normal normal normal 14px/1 bw;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e804";
  color: #Fff;
  font-size: 19px;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 28px;
}

.nav-contact-icones-tools:before {
  display: inline-block;
  font: normal normal normal 14px/1 bw;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e806";
  color: #Fff;
  font-size: 24px;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 25px;
}

.nav-contact-icones-tools:before {
  padding: 0;
}

.nav-contact-icones-tools:before {
  font-size: 20px;
}

.nav-help-tools:before {
  display: inline-block;
  font: normal normal normal 14px/1 bw;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e81a";
  color: #Fff;
  font-size: 24px;
  vertical-align: middle;
  line-height: 25px;
  padding: 0 5px;
}

.nav-help-tools:before {
  padding: 0;
  font-size: 22px;
}

li.nav-global-loc-tools:before {
  display: none;
}


.right_col_menu ul li.nav-help a {
  padding: 0px 20px 0px 10px;
}


.head_inner {
  background-size: 100% 138px;
  background-position: top; 
  margin-top: -1px;
}

.btm_header {
  position: relative;
  top: -8px;
}

.custom-menu-primary {
  margin-top: 8px;
}

.custom-menu-primary>div>ul>li>a{
  position:relative;
}


.custom-menu-primary ul ul {
  display: block;
}

.mega_menu {
  background: #fff;
  position: absolute;
  top: 46px !important;
  left: 0;
  border: 1px solid #d3d3d3;
  border-top: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  max-height: 100vh;
  opacity: 0;
  overflow: hidden; 
  z-index: 1000;
  visibility:hidden;
  transition:none; 
  right:0;
  width:100%;
  max-width:100%;
}


.mega_inner {
  margin: 0 -10px;
}

.level-2 > .card_sctn {
  width: 33.33333333%;
  float: left;
  padding: 0 10px;
  position: relative;
}

.card_sctn > li {
  background-color: #ffffff;
  padding: 10px;
  margin: 2px 0px 18px 0px;
  border-radius: 2px;
  box-shadow: 1.2px 0.9px 0.9px 1.8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.mega_image {
  display: block;
  color: #19212b;
  padding: 0 0 0 5px;
  line-height: 30px;
  margin-top: 2px;
  font-weight: normal;
  font-size: 14px;
}

.card_sctn > li > a {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  float: left;
}

.mega_image img {
  display: block;
  object-fit: contain;
  vertical-align: middle;
  width: 125px;
  height: auto;
  min-height: 125px;
}

.media_body {
  width: auto;
  display: table-cell;
  vertical-align: top;
  margin-top: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  padding: 2px 0 0 5px;
}

.custom-menu-primary ul li.aboutus .level-3>li:first-child > a ,
.custom-menu-primary ul li.catalogue .level-3>li:first-child > a {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #002452;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.custom-menu-primary ul li.aboutus .level-3>li:not(:first-child) > a ,
.custom-menu-primary ul li.catalogue .level-3>li:not(:first-child) > a {
  display: -webkit-box;
  max-width: 500px;
  height: 76px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444444;
}

.level-2:before,.level-2:after {
  content: '';
  display: block;
  clear: both;
}


.mega_inner {
  overflow-y: auto !important;
  max-height: 82vh;
}

.card_sctn:hover > li {
  box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  -webkit-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  -moz-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  -ms-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  -o-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  transition: all 0.3s ease-in-out;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.card_sctn:hover .level-3>li:first-child > a{
  color: #002452;
}

.card_sctn:hover .level-3>li:not(:first-child) > a{
  color: #002452;
}

.custom-menu-primary ul li.catalogue .level-3>li:first-child>a{
  font-size: 14px;
  line-height: 1.33;
  padding-bottom: 5px;
  margin: 0;
  color: #333333;
  font-weight: bold;
}
.card_sctn:hover li.catalogue  .level-3>li:not(:first-child) > a{
  color: #002452 !important;
}


.custom-menu-primary .categories .level-3 {
  display: none;
}

.custom-menu-primary .categories .level-2 {
  width: 100%;
  position: relative;
}

.categories .level-2 > li {
  background: #f2f2f2;
  padding: 0px;
  width: 16.6666%;
  max-width: 202px;
}

.categories  .mega_inner {
  margin: 0;
  display: block;
}

.categories  .level-2 > li > a {
  line-height: 30px;
  display: block;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-family: Roboto;
  font-size: 14px;
  padding: 5px 18px;
  color: #000;
  position: relative;
}

.categories  .level-2 > li:hover > a {
  background-color: #fff;
  border-right: 1px solid;
  font-weight: bold;
  color: #002452;
  z-index: 99;
}

.categories .level-2 > li:hover > a:after {
  content: "\f0da";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 0px;
  vertical-align: top;
  color: #002452;
  position: absolute;
  right: -6px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
}

.categories .level-2 > li:hover .level-3 {
  display: block;
}

.categories .level-3 {
  position: absolute;
  left: 16.3%;
  top: 0px;
  z-index: 2;
  padding-top: 0px!important;
  background: #fff;
  height: 100%;
  width: 67.6%;
  float: left;
  max-width: 100%;
  padding-left: 15px !important;
}

.categories .level-3 > li {
  width: 33.33333333%;
  position: static;
  float: left;
  display: grid;
  padding: 0px;
}

.categories .level-3 > li > a {
  line-height: 30px;
  margin-top: 2px;
  font-family: Roboto;
  font-size: 14px;
  text-align: left;
  color: #444;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.categories  .level-3 > li > a:hover {
  background-color: #657f9c;
  font-weight: bold;
}
.categories .mega_menu {
  width: 100%;
  right: 0;
}
.mega_menu * {
  transition: none;
}
.card_sctn>li:before, .card_sctn>li:after {
  clear: both;
  content: "";
  display: block;
}
.hd_search button.btn-link.js_search_button:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  border: none!important;
  text-decoration: none;
}
.categories .level-2>li.menu_hvr .level-3{
  display:block !important;
}
.categories .level-2>li.menu_hvr>a:after{
  content: "\f0da";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 0px;
  vertical-align: top;
  color: #002452;
  position: absolute;
  right: -6px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
}
.categories .level-2>li.menu_hvr>a{
  background-color: #fff;
  border-right: 1px solid;
  font-weight: bold;
  color: #002452;
}
.categories .level-2>li:last-child {
  position: static;
  display: block;
  float: none;
  border-bottom: none !important;
  border: 0;
}
.categories .level-2>li:last-child a {
  font-family: Roboto;
  font-size: 14px;
  color: #002452;
  margin: 0 10px 30px 10px;
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
  line-height: 30px;
  font-weight: normal;
}
.categories .level-2>li:last-child a:hover {
  background-color: #fdb813;
  color: #444;
  font-weight: bold;
}
.categories .level-2>li:last-child:hover a {
  border: 0;
}
.categories .level-2>li:last-child:hover a::after {
  content: none;
}
.custom-menu-primary>div>ul>li.promotions li:not(:last-child) {
  font-size: 14px;
  font-weight: bold;
  color: #00a651;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 25%;
  overflow: hidden;
  margin-bottom: 0;
}
.custom-menu-primary>div>ul>li.promotions li:not(:last-child) a {
  padding: 10px 5px !important;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  display: block;
  margin-top: 2px;
}
.custom-menu-primary>div>ul>li.promotions li a img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}
.custom-menu-primary>div>ul>li.promotions li:last-child {
  font-size: 14px;
  font-weight: bold;
  color: #00a651;
}
.custom-menu-primary>div>ul>li.promotions li:last-child a {
  float: right !important;
  border: none;
  text-align: left;
  cursor: pointer;
  transition-duration: 0.4s;
  outline: none;
  text-decoration: none;
  margin: 30px 0 0;
  color: #002452 !important;
  margin-right: 12px;
  background-color: #fff !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  padding: 12px 15px 10px 15px;
  display: block;
  margin-top: 2px;
}
.custom-menu-primary>div>ul>li.promotions li:not(:last-child) a:hover {
  box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.15), inset 0px -15px 0px -11px #657f9c;
  -webkit-box-shadow: 0 0 12.8px 2.3px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  -moz-box-shadow: 0 0 12.8px 2.3px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  -ms-box-shadow: 0 0 12.8px 2.3px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  -o-box-shadow: 0 0 12.8px 2.3px rgba(0, 0, 0, 0.15), inset 0 -15px 0px -11px #657f9c;
  transition: all 0.3s ease-in-out;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: unset;
}
.custom-menu-primary>div>ul>li.promotions li:last-child a:hover {
  background-color: #fdb813 !important;
  font-weight: bold;
  color: #444444 !important;
}

@media (min-width: 640px) {
  .mob-search-icon {
    display: none;
  }
  .mob-srch.head_search {
    display: none;
  }
}

@media (min-width: 1920px) {
  .neg_row {
    padding: 0px 30px;
  }
}


@media (min-width: 1024px) {
  .mobile-trigger {
    display: none;
  }
  .mega_menu,
  ul.level-2{
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  li:hover > .mega_menu,
  li:hover ul.level-2{
    display: block;
    opacity: 1;
    visibility: visible;
  } 
  .pop_cat_menu {
    background: #ddd;
    font-family: Roboto;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    width: 16.6666%;
    max-width: 202px;
    padding: 10px 18px;
    line-height: 1.1;
  }
}

@media (max-width: 1200px) and (min-width: 1024px){
  .custom-menu-primary>div>ul>li>a {
    padding: 10px;
    font-size: 12px;
  }
  .head_right ul li span {
    min-width: 75px!important;
    font-size: 12px!important;
  }
  .nav-global-loc-tools:before {
    font-size: 18px!important;
    padding: 0px!important;
  }
  .right_col_menu ul li a {
    padding-left: 0;
  }
  .nav-contact-icones-tools:before {
    font-size: 18px!important;
    padding-left: 10px!important;
  }
  .right_col_menu ul li.nav-help a {
    padding-right: 0;
  }
  .nav-help-tools:before {
    padding: 0!important;
    font-size: 18px!important;
  }
}

@media (max-width:  1092px) and (min-width: 1024px) {
  .head_right ul li {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

@media (max-width: 1023px) {
  .head_right ul li span {
    display: none;
  }
  li.login_button:before {
    margin: 0;
    margin-right: 5px;
    margin-top: -1px;
  }
  .head_right ul li {
    float: left;
    list-style-type: none;
    height: 30px;
    border: none;
    display: block;
    position: relative;
  }
  li.order_button:before {
    margin: 0;
    margin-right: 1px;
  }
  .btm_header {
    display: none;
  }
  header.header {
    min-height: 79px;
  }
  .head_inner {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0;
    top: -1px;
    border-width: 0 0 1px;
    background: #002452;
    background-image: none;
    height: 62px;
  }
  .neg_row {
    margin-bottom: -1px;
    margin-top: 0px;
    background: #002452;
    box-shadow: 0 7px 5px -6px rgba(68, 68, 68, 0.5);
    height: auto!important;
    padding: 20px 10px;
  }
  .cstm_logo {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66666667%;
    padding: 0;
  }
  .cstm_logo a {
    margin: 0;
  }
  .head_search_inner {
    margin-top: 0px;
  }
  span.header_search_button_text {
    display: none;
  }
  .hd_search button.btn-link.js_search_button {
    margin-top: 3px;
    z-index: 10;
    margin-left: 0;
    background: #e67b05;
    color: #000;
    text-transform: capitalize;
    border-radius: 2px;
    padding: 7px 10px 7px 10px;
    font-size: 14px;
    font-weight: bold;
  }
  i.bw-icon.icon-search {
    margin: 0;
  }
  .mobile-trigger {
    position: relative;
    min-height: 1px;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    float: left;
    display: block;
    width: auto;
    padding: 0px 10px;
  }
  button.nav-btn {
    font-family: inherit;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: none;
    background-color: transparent;
    color: #ec7205;
    border: none;
    font-size: 18px;
    line-height: 1.33;
    height: 100%;
    width: 100%;
    padding: 0px;
  }
  button.nav-btn span.fa.fa-bars {
    position: relative;
    cursor: pointer;
    margin: -10px 0 0 0;
    color: #fff;
    font-size: 24px;
    top: 5px;
    padding: 10px 10px;
  }
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
  }
  .hd_search input {
    position: absolute;
    z-index: 2;
    float: left;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    line-height: 1.3333333;
    border-radius: 0;
    font-size: 12px;
    padding-right: 125px;
    padding-left: 13px;
  }
  .input-group-btn {
    padding-right: 3px;
  }
  .head_right ul li.order_button {
    padding: 0 0 12px;
  }
  li.order_button:before {
    margin: 0;
    margin-top: 1px;
  }
  .head_right ul li.cart_button {
    padding-right: 2px;
  }
  li.cart_button:before {
    margin-top: 8px;
  }
  .head_right ul {
    margin: 10px 10px 0 0;
  }
  .head_right {
    margin: 0;
    width: 16.6%;
    padding: 0;
  }
  .neg_innr {
    margin-left: -10px;
    margin-right: -10px;
    height: 40px;
  }
  .neg_innr:before, .neg_innr:after {
    content: "";
    display: block;
    clear: both;
  }
  .custom-menu-primary ul li.catalogue .level-2>.card_sctn .mega_image img {
    width: 136px;
  }
  .custom-menu-primary>div>ul>li.promotions li:not(:last-child) {
    width: 33.33333333%;
  }
}

@media(min-width:1024px){
  .custom-menu-primary>div>ul>li:hover>.mega_menu {
    overflow-y: auto;
  }
  .custom-menu-primary > div > ul > li:hover > .mega_menu {
    max-height: 100vh;
    opacity: 1;
    overflow: hidden;
    padding: 10px;
    height: auto;
    visibility:visible;
  }
  .custom-menu-primary>div>ul>li.has-submenu:hover>a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #657f9c;
    border-bottom: 10px solid transparent;
    display: block;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -12px;
    z-index: 1001;
    top: 90%;
  }
  .custom-menu-primary>div>ul>li:hover>a {
    background: #657f9c;
  }
  .back_menu {
    display: none;
  }
}

@media(max-width:1023px){ 
  .btm_header {
    position: absolute;
    top: 81px;
    background: #fff;
    left: 0;
    right: 0;
    height: 100vh;
    margin: 0;
  }
  .right_col_menu ul li.nav-global-loc-tools:hover {
    padding: 20px 0 0 0;
    background: transparent;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 23px;
  }
  .btm_innr {
    padding: 0;
    box-shadow: none;
    height: 100%;
  }
  .mobile-open {
    overflow: hidden;
  }
  html {
    overflow: unset;
  }
  .head_inner {
    top: 0;
  }
  .custom-menu-primary {
    float: none;
    margin-top: 0;
    border-top: 1px solid #d3d3d3;
  }
  .right_col_menu {
    float: none;
  }
  .custom-menu-primary>div>ul>li {
    float: none;
  }
  .custom-menu-primary>div>ul>li>a {
    color: #002452;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    padding: 16px 15px 14px 15px;
    padding-left: 20px;
    width: 100%;
  }
  .custom-menu-primary > div > ul {
    padding: 10px 0 0;
  }
  .right_col_menu ul li {
    float: none;
    display: list-item;
    padding: 20px 0 0 0;
  }
  .right_col_menu ul li a {
    color: #002452;
    padding: 0 !important;
    font-weight: normal;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    display: inline;
    margin-left: -1px;
  }
  .right_col_menu ul {
    background: #fff;
    border-top: 1px solid #ccc !important;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .right_col_menu ul li a:before {
    color: rgba(0,0,0,0.85) !important;
    font-size: 14px !important;
    padding: 5px 7.5px 5px 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    height: auto;
    line-height: 18px;
    display: inline;
  }
  .child-trigger:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.75;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
    position: relative;
    top: -4px;
    right: -10px;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 61px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .custom-menu-primary>div>ul>li {
    position: relative;
  }

  .child_open >.mega_menu {
    opacity: 1;
    visibility: visible;
  }
  .mega_menu {
    height: 100vh;
    position: fixed;
    top: 80px !important;
  }
  .mega_inner {
    margin: 0;
  }
  .level-2 .child-trigger {
    display: none;
  }
  .card_sctn>li {
    background-color: #ffffff;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 2px;
    box-shadow: 1.2px 0.9px 0.9px 1.8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 1px solid #cccccc;
  }
  .mega_image {
    margin: 0;
    padding: 0;
  }
  .mega_image img {
    width: 100%;
  }
  .media_body {
    width: auto;
    padding: 10px; 
  }
  .custom-menu-primary ul li.aboutus .level-3>li:first-child>a {
    font-size: 16px;
    min-height: 33px;
  }
  .back_menu {
    position: fixed;
    top: 79px;
    width: 100%;
    z-index: 4;
    background: #fff;
    height: 44px !important;
    color: #002452;
    font-size: 14px !important;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
  }
  .back_menu:before {
    position: relative;
    top: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .8em;
    margin-right: 1em;
    background: #657f9c;
    color: #fff;
    padding: 15px;
    content: "\e079";
    float: none;
    left: -10px;
    margin-right: 1px;
  }
  .level-2 {
    padding-top: 40px;
  }
  .categories .level-2 {
    padding-top: 40px;
  }
  .custom-menu-primary .categories  .level-2 li:hover > .level-3 {
    display: block;
    z-index: 99;
    width: calc(100% - 17%);
  }
  .custom-menu-primary ul .level-2 {
    padding-top: 48px;
  }
  .mobile-open .fa-navicon:before, .mobile-open .fa-reorder:before, .mobile-open .fa-bars:before {
    content: "\f00d";
    color: #fff;
    font-size: 24px;
  }
  .right_col_menu ul li .nav-contact-icones-tools:before {
    font-size: 16px !important;
    padding-right: 9px;
  }
  .right_col_menu ul li.nav-global-loc-tools {
    padding-bottom: 20px;
    padding-top: 23px;
  }
  .right_col_menu ul li .nav-global-loc-tools:before {
    font-size: 17.55px !important;
    margin-left: -3px;
    padding-right: 7px;
  }
  .custom-menu-primary ul li.catalogue .level-2>.card_sctn {
    width: 50%;
  }
  .categories .level-3 {
    width: calc(100% - 20%);
  }
  .categories .mega_menu .level-3 {
    top: 68px;
  }
  .categories .level-2>li>a,
  .categories .level-2>li>a:hover, 
  .categories .level-2>li.menu_hvr>a {
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    padding: 10px 18px;
  }
  .head_right ul li:hover {
    background-color: transparent;
    border: none;
  }
  ul#brands-megamenu > li ul li {
    width: 25% !important;
  }
}

@media (max-width: 812px) {
  .head_right ul li {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mobile-trigger {
    padding-right: 0;
  }
  .head_right ul li.cart_button {
    padding: 0;
    padding-top: 0;
  }
  .pop_cat_menu {
    background: #ddd;
    font-family: Roboto;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    width: 100%;
    padding: 10px 18px;
    line-height: 1.1;
  }
  .custom-menu-primary .categories .level-2 {
    padding: 43px 0 0 0;
  }
  .categories .mega_menu .level-3 {
    top: 79px;
  }
}




@media (max-width: 767px) {
  .categories .level-2>li {
    max-width: 100%;
    background: transparent;
    width: 100%;
    overflow-x: hidden;
  }
  .custom-menu-primary .categories .level-2 li:hover>.level-3 {
    display: none;
  }
  .level-2>.card_sctn:nth-child(4) {
    clear: both;
  }
  .custom-menu-primary ul li.catalogue .level-2>.card_sctn:nth-child(4) {
    clear: none;
  }

  .categories .mega_menu .level-3 {
    display: none!important;
    width: 100% !important;
  }

  .categories .level-2>li:hover ul ,
  .categories .level-2>li.menu_hvr .level-3{
    display: none !important;
  }

  .categories .level-2>li:hover>a:after{
    display:none !important;
  }

  .categories .level-2>li:hover>a{
    border:none !important;
  }
  .media_body{
    display:block;
  }
}

@media (max-width: 1023px) and (min-width: 812px) {
  .pop_cat_menu {
    padding: 0 10px;
  }
}

@media (max-width: 639px) {
  .head_search {
    display: none;
  }
  .neg_row {
    padding: 0;
    height: 62px;
  }
  .mobile-trigger {
    width: 40px;
    left: 0;
    padding: 0;
  }
  button.nav-btn {
    padding: 0;
    vertical-align: top;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    margin: 0;
    overflow: visible !important;
    right: 0;
    left: 0;
    width: 40px;
    padding-left: 10px;
  }
  button.nav-btn span.fa.fa-bars {
    font-size: 20px;
    margin: 0;
    top: 0;
    left: -6.5px;
    padding: 0;
  }
  .neg_innr {
    margin: 0;
  }
  .cstm_logo img {
    object-fit: contain;
    height: auto;
    margin-left: 0px;
    width: 100% !important;
  }
  .cstm_logo a {
    display: block;
    height: auto;
  }
  span#hs_cos_wrapper_header_logo_hs_logo_widget {
    margin: 18px -5px 0px 0px;
    width: 102px;
    margin-top: 21px;
    display: block;
  }
  .head_right ul li.cart_button {
    display: none;
  }
  .head_right {
    float: right;
    width: auto;
  }
  .head_right ul {
    float: none;
    width: auto;
    margin: 0;
  }
  .head_right ul li.order_button {
    width: 78px;
  }
  li.order_button:before {
    padding-top: 27%;
    font-size: 20px;
  }
  .head_right ul li.login_button {
    width: 42px;
  }
  li.login_button:before {
    font-size: 20px;
    padding-top: 54%;
  }
  .mobile-open .btm_header {
    top: 62px;
  }
  .custom-menu-primary>div>ul {
    padding: 0;
  }
  .mobile-open .fa-navicon:before, .mobile-open .fa-reorder:before, .mobile-open .fa-bars:before {
    font-size: 20px;
    margin-left: -2px;
  }
  .custom-menu-primary>div>ul>li>a {
    padding-left: 17px;
  }
  .child-trigger:before {
    right: -13px;
  }
  .custom-menu-primary>div>ul>li {
    margin-bottom: 2px;
  }
  .custom-menu-primary {
    border: 0;
  }
  .right_col_menu ul li a:before {
    font-size: 10px !important;
    padding-right: 3px;
  }
  .right_col_menu ul li a {
    font-size: 13px;
  }
  .right_col_menu ul li {
    padding: 18px 0 0 0;
  }
  .right_col_menu ul li .nav-contact-icones-tools:before {
    font-size: 11px !important;
    padding-right: 0px;
  }
  .right_col_menu ul li .nav-global-loc-tools:before {
    font-size: 12px !important;
    margin-left: -2px;
    padding-right: 3px;
  }
  .right_col_menu ul li.nav-global-loc-tools {
    padding-top: 18px;
  }
  .level-2>.card_sctn {
    width: 50%;
  }
  .card_sctn>li {
    box-shadow: none;
    padding: 4px;
    margin: 15px 0 0 0;
    border: solid 1px #e4e4e4;
  }
  .back_menu {
    top: 61px;
    border-bottom: 1px solid #d3d3d3;
    height: 41px !important;
  }
  .back_menu:before {
    left: -2px;
    margin-right: 0.8em;
  }
  .custom-menu-primary ul li.aboutus .level-3>li:first-child>a {
    font-size: 14px !important;
    line-height: 1.2;
  }
  .media_body {
    padding: 5px;
    height: 40px;
  }
  .media_body > ul > li:last-child {
    display: none;
  }
  .custom-menu-primary ul .level-2 {
    padding-top: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .custom-menu-primary ul li.catalogue .level-3>li:first-child>a {
    margin: 0;
    font-size: 12px;
    color: #333333;
    line-height: 1.33;
    padding-bottom: 5px;
  }
  .custom-menu-primary ul li.catalogue .media_body {
    height: auto;
  }
  .custom-menu-primary ul li.catalogue .media_body>ul>li:last-child {
    display: block;
  }
  .custom-menu-primary ul li.catalogue .level-2>.card_sctn {
    width: 100%;
  }
  .custom-menu-primary ul li.catalogue .level-3>li:not(:first-child)>a {
    max-width: 100%;
  }
  .level-2>.card_sctn:nth-child(3) {
    clear: both;
  }
  .level-2>.card_sctn:nth-child(4) {
    clear: none;
  }
  .custom-menu-primary>div>ul>li.aboutus .mega_menu .submenu.level-2 .card_sctn > li > a {
    float: none;
  }

  .custom-menu-primary ul li.catalogue .level-3>li:not(:first-child)>a{
    font-size:12px;
  }
  .btm_header {
    height: auto;
  }
  .right_col_menu ul {
    padding-top: 1px;
  }

  .right_col_menu ul li a:before {
    position: relative;
    top: -1px;
  }
  .mobile-open:after {
    background: #000;
    height: 100vh;
    opacity: .95;
    position: fixed;
    width: 100%;
    z-index: 89;
    top: 60px;  
    left:0;
    right:0;
    bottom:0;
    width:100%; 
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    content:"";
  }
  header.header {
    min-height: 60px;
  }
  .mob-search-icon {
    display: table-cell !important;
    vertical-align: top;
    position: relative !important;
    float: right !important;
  }
  button.mob-srch-btn {
    display: inline-block;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: none;
    position: absolute !important;
    overflow: visible !important;
    right: 0;
    left: -165px;
    width: 26px !important;
    top: 1px;
    background-color: transparent;
    vertical-align: top;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    margin: 0px 0px;
    border: none;
    padding: 0 5px 0 0;
  }
  .mob-srch.head_search {
    display: block;
  }
  .mob-srch.head_search {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    float: left;
    background: #fff;
    padding: 8px 0 8px 8px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1000;
    left: 0;
    top: 95%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  button#searchClose {
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    font-weight: bold;
    position: absolute;
    border: 0 none;
    padding: 5px;
    font-size: 20px;
    top: 0px !important;
    right: 0px!important;
    color: transparent;
    background: #fff;
  }
  button#searchClose span.glyphicon {
    color: #000 !important;
    padding: 10px;
    padding-right: 0!important;
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-remove:before {
    content: "\e014";
  }
  .mob-srch.head_search .head_search_inner {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    margin-left: 0px !important;
    margin-top: 20px!important;
    width: 90%;
    position: relative;
    top: -42px;
    left: 0;
  }
  .srch-opn .mob-srch.head_search {
    top: 0px !important;
    padding-top: 30px;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  div#overlay {
    background: #fff;
    height: 100.5vh;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0px;
    display: none;
    left: 0;
  }
  .srch-opn div#overlay {
    display: block;
  }
  .hd_search input {
    display: block;
    padding: 5px 3px;
    line-height: 1.42857143;
    color: #555555 !important;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0;
    box-shadow: none!important;
    position: absolute;
    z-index: 2;
    float: left;
    width: 100%;
    margin: 0;
    padding-left: 10px;
    height: 42px;
    font-size: 14px;
    padding-right: 65px !important;
    border: 1px solid #ccc !important;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  span.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    height: 100%;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    padding-right: 5px;
  }
  button.clear-icon-search.fa.fa-close {
    display: none;
  }
  .hd_search button.btn-link.js_search_button {
    padding: 7px 10px 7px 10px!important;
    font-weight: bold;
    z-index: 10;
    margin-left: 0px;
    background: #e67b05;
    margin-top: 6px;
    color: #000;
    text-transform: capitalize;
    border-radius: 2px !important;
    font-size: 12px;
  }
  i.bw-icon.icon-search {
    margin: 0;
  }
  .input-group {
    margin-right: 8px;
  }
  .hd_search input:focus {
    outline-width: 0;
  }
  .custom-menu-primary>div>ul>li.promotions li:not(:last-child) {
    width: 100%;
  }
  .custom-menu-primary>div>ul>li.promotions li:not(:last-child) a {
    margin-bottom: 10px !important;
    box-shadow: 0 0 2.9px 0.1px rgba(0, 0, 0, 0.25);
  }
  .custom-menu-primary .categories .level-2 {
    padding: 21px 0 0 0;
  }
  ul#brands-megamenu > li ul li {
    width: 50% !important;
  }
}

@media (max-width: 430px) {
  .child-trigger:before {
    right: -25px;
  }
  .custom-menu-primary>div>ul>li.promotions .mega_inner {
    overflow: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-transition: all 0.25s linear;
  font-weight: normal;
  padding: 0px 12px;
}
.copyright-sec {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #636363;
}
.copyright-sec:before,.copyright-sec:after {
  content: "";
  display: block;
  clear: both;
}
.footer-cards {
  padding-left: 30px;
  display: table-cell;
  float: left;
  margin-left: 0px;
}
#hs_cos_wrapper_footer_copyright_text {
  font-size: 12px;
  display: inline-block;
}
.footer-social {
  display: inline-block;
  float: right;
  padding-right: 30px;
}
#hs_cos_wrapper_footer_cards_ae {
  display: inline-block;
  padding-right: 10px;
  float: left;
}
#hs_cos_wrapper_footer_cards_visa {
  display: inline-block;
  padding-right: 10px;
  float: left;
}
#hs_cos_wrapper_footer_cards_mc {
  display: inline-block;
  padding-right: 10px;
  float: left;
}
.footer-cards-inr a {
  position: relative;
  display: inline-block;
  margin: -7px 0px;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 1.35em;
}
.footer-cards-inr a img {
  vertical-align: middle;
  max-width: 100%;
  width: 100% !important;
  height: auto;
  display: inline-block;
  object-fit: contain;
}
#hs_cos_wrapper_footer_copyright_text p {
  margin: 0 0 10px;
}
.footer-social-inr > div {
  -webkit-transition: all 0.25s linear;
  display: inline-block;
  padding-right: 10px;
  float: left;
}
.footer-social-inr > div a {
  position: relative;
  display: inline-block;
  margin: -7px 0px;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 1.35em;
}
.footer-social-inr > div a img {
  vertical-align: middle;
  max-width: 100%;
  width: 100% !important;
  height: auto;
  display: inline-block;
  object-fit: contain;
}
.footer-social-inr:before,.footer-social-inr:after {
  content: "";
  display: block;
  clear: both;
}
.footer-social-inr > div:last-child {
  padding: 0;
}
.footer-cards-inr:before,.footer-cards-inr:after {
  content: "";
  display: block;
  clear: both;
}
.footer-cards-inr a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0085c2;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.footer-cards-inr a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.footer-social-inr>div a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0085c2;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.footer-social-inr>div a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.footer-social-inr>div>span:hover {
  box-shadow: 0px 0px 10px #d6d6d6, inset 0 -15px 0px -11px #0085c2;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.about-blackwood-wrap {
  margin: 0 -12px;
}
.about-blackwood {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  border-radius: 0;
  background: #565758;
}
#hs_cos_wrapper_about-blackwood-cntnt > span {
  font-size: 12px;
  padding: 20px 30px;
  display: block;
}
#hs_cos_wrapper_about-blackwood-cntnt > span p {
  margin: 0 0 10px;
}
#hs_cos_wrapper_about-blackwood {
  padding: 20px 30px;
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.1);
  background: #636363;
  position: relative;
  cursor: pointer;
}
#hs_cos_wrapper_about-blackwood h4 {
  cursor: pointer;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  font-family: roboto;
}
#hs_cos_wrapper_about-blackwood h4 strong {
  font-weight: bold;
}
.footer-categories-wrap {
  box-shadow: inset 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-transition: all 0.25s linear;
}
.footer-categories-wrap:before,.footer-categories-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.footer-categories {
  -webkit-transition: all 0.25s linear;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-categories-inr {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-categories-inr:before,.footer-categories-inr:after {
  content: "";
  display: block;
  clear: both;
}
#hs_cos_wrapper_footer_categories_menu {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
  text-align: left;
}
#hs_cos_wrapper_footer_menu2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
  padding-top: 22px;
  text-align: left;
}
#hs_cos_wrapper_rss_listing {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  float: left;
  width: 33.33333333%;
  text-align: left;
}
#hs_cos_wrapper_footer_categories_menu .title {
  -webkit-transition: all 0.25s linear;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
.footer-categories .hs-menu-wrapper ul {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  padding-left: 0px;
  width: 100%;
  margin: 0px;
  list-style: none;
}
.footer-categories .hs-menu-wrapper ul li {
  -webkit-transition: all 0.25s linear;
  margin-top: 10px;
}
.footer-categories .hs-menu-wrapper ul li a {
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
#hs_cos_wrapper_footer_sitemap {
  margin-left: -10px;
  margin-right: -10px;
}
#hs_menu_wrapper_footer_sitemap_:before,
#hs_menu_wrapper_footer_sitemap_:after {
  content: "";
  display: block;
  clear: both;
}
#hs_cos_wrapper_footer_sitemap ul {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  margin-top: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-left: -15px;
  border-bottom: 1px solid #808080;
}
#hs_cos_wrapper_footer_sitemap ul li {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  position: relative;
  display: block;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0px 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
#hs_cos_wrapper_footer_sitemap ul:before,
#hs_cos_wrapper_footer_sitemap ul:after {
  content: "";
  clear: both;
  display: block;
}
#hs_cos_wrapper_footer_sitemap ul li a {
  line-height: 1;
  position: relative;
  display: block;
  border-radius: 0;
  border: none;
  padding: 0;
}
#hs_cos_wrapper_footer_sitemap ul li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0085c2;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#hs_cos_wrapper_footer_sitemap ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.footer-categories .hs-menu-wrapper ul li a:before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 3px;
  height: 20px;
  background: #0085c2;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}
.footer-categories .hs-menu-wrapper ul li a:hover:before {
  left: -10px;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
#hs_cos_wrapper_rss_listing h3 {
  -webkit-transition: all 0.25s linear;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  font-family: roboto;
  margin: 0;
}
#hs_cos_wrapper_rss_listing .hs-rss-item {
  margin: 0;
}
#hs_cos_wrapper_rss_listing .hs-rss-item .hs-rss-item-text {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  margin-top: 10px;
}
#hs_cos_wrapper_rss_listing .hs-rss-item .hs-rss-item-text a {
  font-size: 14px;
  position: relative;
}
#hs_cos_wrapper_rss_listing .hs-rss-item .hs-rss-item-text a:before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 3px;
  height: 20px;
  background: #0085c2;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}
#hs_cos_wrapper_rss_listing .hs-rss-item .hs-rss-item-text a:hover:before {
  left: -10px;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
#hs_cos_wrapper_footer_sitemap ul li+li {
  margin-left: 2px;
}
#hs_cos_wrapper_footer_sitemap ul li+li {
  margin-left: 2px;
}
.subscribe-form {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  display: block;
}
.subscribe-form #hs_cos_wrapper_form {
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  padding-left: 30px;
  padding-right: 30px;
}
.subscribe-form #hs_cos_wrapper_form:before,
.subscribe-form #hs_cos_wrapper_form:after {
  content: "";
  display: block;
  clear: both;
}
.subscribe-form #hs_cos_wrapper_form #hs_cos_wrapper_form_ {
  margin-left: -10px;
  margin-right: -10px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  display: block;
}
.subscribe-form #hs_cos_wrapper_form #hs_cos_wrapper_form_:before,
.subscribe-form #hs_cos_wrapper_form #hs_cos_wrapper_form_:after {
  content: "";
  display: block;
  clear: both;
}
.subscribe-form #hs_cos_wrapper_form #hs_cos_wrapper_form_ .form-title {
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background: transparent;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 41.66666667%;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.33;
  color: #444;
  font-size: 20px;
  letter-spacing: -0.5px;
  padding-top: 32px;
  padding-bottom: 70px;
}
.subscribe-form #hs_cos_wrapper_form #hs_cos_wrapper_form_ #hs_form_target_form {
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 58.33333333%;
  padding-bottom: 0px;
  padding-top: 20px;
}
.subscribe-form form {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.subscribe-form form .field {
  margin: 0;
}
.subscribe-form form .field ul.multi-container {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
  display: block;
  float: right;
}
.subscribe-form form .field ul.multi-container li.hs-form-checkbox {
  margin: 0;
  max-width: 100%;
  position: relative;
  display: inline-block;
  padding-left: 25.7px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  color: #444;
  text-transform: capitalize;
  font-size: 14px;
  width: auto;
  padding-top: 0;
}
.subscribe-form form .field ul.multi-container li.hs-form-checkbox:first-child {
  padding: 0;
}
.subscribe-form form .field ul.multi-container li.hs-form-checkbox label {
  font-size: 14px;
  color: #444;
  text-transform: capitalize;
  line-height: 1.42857143;
  font-family: "Roboto",sans-serif;
  display: inline-block;
}
.subscribe-form form .field ul.multi-container li.hs-form-checkbox label span {
  vertical-align: middle;
  display: inline-block;
}
.subscribe-form form label#label-email-0ed725ca-b2dd-463e-9b71-b0964dcc0ea2_5242 {
  display: none;
  margin: 0;
}
.subscribe-form form input[type=email] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-sizing: border-box;
  border-radius: .2em;
  height: 46px;
  border: solid 1px #0085c2;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  background: #fff;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  display: table-cell;
  padding: 0 10px;
  margin-top: -4px;
  font-weight: 400;
  opacity: 1;
  color: #000;
  margin-bottom: 20px;
}
.subscribe-form form input[type=email]::-webkit-input-placeholder {
  opacity: .55;
  color: #000;
}
.subscribe-form form input[type=email]:-moz-placeholder {
  opacity: .55;
  color: #000;
} 
.subscribe-form form input[type=email]::-moz-placeholder {
  opacity: .55;
  color: #000;
} 
.subscribe-form form input[type=email]:-ms-input-placeholder {
  opacity: .55;
  color: #000;
} 
.subscribe-form form .hs_submit.hs-submit {
  position: absolute;
  right: -7px;
  top: 23px;
  vertical-align: middle;
  width: 1%;
  font-size: 0;
  white-space: nowrap;
}
.subscribe-form form .hs_submit.hs-submit .actions {
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  display: block;
  line-height: 1.375;
  position: absolute !important;
  text-transform: capitalize;
  border-radius: 2px;
  border: 0;
  padding: 4px 10px;
  top: 1px;
  right: 20px;
  bottom: 0;
  background-color: #eee !important;
  color: #666;
  border-color: #c7e9e7;
  opacity: 1.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 2;
  margin-left: -1px;
  font-family: Roboto,sans-serif !important;
  font-weight: bold;
  padding-left: 10px;
  font-size: 14px;
  height: 38px;
}
.subscribe-form form .hs_submit.hs-submit .actions:before {
  content: '\e820';
  font-family: "bw";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 18px;
  height: 18px;
  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;
  font-size: 18px;
  position: relative;
  top: 7px;
  right: .5px;
}
.subscribe-form form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: bold;
  padding-left: 10px;
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  top: 7px;
  right: .5px;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  text-indent: 0px;
  text-shadow: none;
  align-items: flex-start;
  box-sizing: border-box;
  color: #666666;
}
#hs_cos_wrapper_about-blackwood #hs_cos_wrapper_about-blackwood_:before {
  content: "\e260";
  float: left;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s transform ease-in-out;
  color: #fff;
}
#hs_cos_wrapper_about-blackwood.about-close #hs_cos_wrapper_about-blackwood_:before {
  transform: rotate(180deg);
}
div#back-to-top {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  width: 42px;
  height: 42px;
  border: solid 1px #d2d2d2;
  background-color: #ffffff;
  cursor: pointer;
  position: fixed;
  right: 30px;
  z-index: 999;
  display: block;
  text-align: center;
  box-shadow: 0 0 1px #ccc;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 0 0 #ef7d00 inset, 0px 0px 0 0 #ef7d00 inset;
  opacity: 0.5;
  bottom: 120px;
}
div#back-to-top .top-wrap {
  position: relative;
  top: 50%;
  margin-top: -13px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#back-to-top span, #back-to-top strong {
  display: block;
  vertical-align: middle;
  font-size: 12px;
  color: #282828;
}
.fa-angle-up:before {
  content: "\f106";
}
div#back-to-top:hover {
  box-shadow: 0 0 2.9px 0.1px rgba(0, 0, 0, 0.25);
  border: 1px solid #007ebe;
  opacity: 1;
}
#back-to-top:hover span.fa {
  color: #007ebe;
}
#hs_cos_wrapper_footer_sitemap ul li:last-child {
  border: 0;
}

.subscribe-form form input[type=email]:focus {
  box-shadow: 0 0 12.8px 2.3px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .copyright-sec-mob {
    display: none;
  }
}

@media (max-width: 1024px) {
  #hs_cos_wrapper_footer_sitemap ul li a:after {
    height: 0;
  }
}

@media (max-width: 1023px) {
  #hs_cos_wrapper_about-blackwood-cntnt>span {
    padding: 22px;
  }
  #hs_cos_wrapper_about-blackwood {
    padding: 15px;
  }
  #hs_cos_wrapper_about-blackwood h4 {  
    font-size: 14px;
  }
  #hs_cos_wrapper_about-blackwood #hs_cos_wrapper_about-blackwood_:before {
    right: 20px;
  }
  .footer-categories {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subscribe-form #hs_cos_wrapper_form #hs_cos_wrapper_form_ .form-title {
    width: 100%;
  }
  .subscribe-form #hs_cos_wrapper_form #hs_cos_wrapper_form_ #hs_form_target_form {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #hs_cos_wrapper_footer_copyright_text p {
    padding: 5px;
    font-size: 10px;
  }
}

@media (max-width: 991px)  {
  div#back-to-top {
    right: 20px;
    bottom: 52px;
  }
}

@media (max-width: 767px) {
  #hs_cos_wrapper_footer_sitemap ul {
    padding-left: 10px;
    padding-bottom: 15px;
  }
  #hs_cos_wrapper_footer_sitemap ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
  }
  .copyright-sec {
    display: none;
  }
  .copyright-sec-mob {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer-cards {
    padding: 10px 30px;
    border-bottom: 1px solid #787676;
    display: block;
    float: none;
  }
  .footer-social {
    display: block;
    float: none;
    padding: 10px 30px;
    border-bottom: 1px solid #787676;
    text-align: left;
  }

  div#hs_cos_wrapper_footer_copyright_text {
    display: block;
    float: none;
    padding: 10px 25px;
  }
  #hs_cos_wrapper_footer_cards_ae {
    display: inline-block;
    padding-right: 30px;
    float: none;
  }
  div#hs_cos_wrapper_footer_cards_visa {
    display: inline-block;
    padding-right: 30px;
    float: none;
  }
  div#hs_cos_wrapper_footer_cards_mc {
    display: inline-block;
    padding-right: 30px;
    float: none;
  }
  .footer-social-inr>div {
    display: inline-block;
    padding-right: 30px;
    float: none;
  }
}

@media (max-width: 639px) {
  .subscribe-form #hs_cos_wrapper_form #hs_cos_wrapper_form_ .form-title {
    margin: 0 0 10px;
    padding-bottom: 0;
    font-size: 18px;
  }
  .subscribe-form #hs_cos_wrapper_form {
    padding: 0 10px;
  }
  .subscribe-form form .field ul.multi-container li.hs-form-checkbox {
    padding: 0;
    width: 49%;
    margin-left: 0px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .subscribe-form form .field ul.multi-container li.hs-form-checkbox:first-child {
    padding-left: 0;
  }
  .subscribe-form form .field ul.multi-container li.hs-form-checkbox:nth-child(6),.subscribe-form form .field ul.multi-container li.hs-form-checkbox:nth-child(5) {
    padding-bottom: 0;
  }
  .subscribe-form form .field ul.multi-container li.hs-form-checkbox label {
    font-size: 16px;
  } 
  .footer-categories {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-categories-wrap {
    padding-right: 0;
  }
  #hs_cos_wrapper_footer_categories_menu {
    width: 100%;
    margin-bottom: 0;
  }
  #hs_cos_wrapper_footer_menu2 {
    width: 100%;
  }
  div#hs_cos_wrapper_rss_listing {
    width: 100%;
  }
  .footer-categories-inr>div {
    margin-bottom: 30px;
    padding-top: 0 !important;
  }
  #hs_cos_wrapper_about-blackwood h4 {
    font-size: 18px;
  }
  #hs_cos_wrapper_about-blackwood {
    padding: 20px 11px;
  }
  #hs_cos_wrapper_about-blackwood-cntnt>span {
    padding: 15px;
  } 
  .subscribe-form {
    overflow: hidden;
  }
  div#hs_cos_wrapper_footer_copyright_text {
    padding: 10px 8px;
  }
  .footer-social {
    padding: 10px 8px;
  }
  .footer-cards {
    padding: 10px 8px;
  }
  .footer-cards-inr a img {
    width: 90% !important;
  }
  #hs_cos_wrapper_footer_cards_ae {
    padding-right: 7px;
  }
  div#hs_cos_wrapper_footer_cards_visa {
    padding-right: 6px;
  }
  .footer-social-inr>div a img {
    width: 90% !important;
  }
  .footer-social-inr>div {
    padding-right: 7px;
  }
  #hs_cos_wrapper_about-blackwood-cntnt>span {
    padding: 20px 11px;
  }
  #hs_cos_wrapper_about-blackwood #hs_cos_wrapper_about-blackwood_:before {
    right: 11px;
  }
  .subscribe-form form .hs_submit.hs-submit .actions input.hs-button.primary.large {
    display: none;
  }
  .subscribe-form form .hs_submit.hs-submit .actions {
    right: 23px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

body {
  background: #fff;
}

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 1.5rem;
}
.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%/3);
  }
}
@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-post img {
  max-width: 100%;
}
.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: #001cff;
}
.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;
  margin-left: 0 !important;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #001cff;
  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: #001cff;
  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;
}
head
.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: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #001cff;
}
.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: 800px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 24px;
  color: #000;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #001cff;
  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: 1.8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: left;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #001cff;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
@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 .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.comment-date, .comment-from {
  display: block !important;
}
.blog-sidebar.span3 {
  padding: 3.3rem 0;
}

/*             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;
}

.hs-blog-post input.hs-button.primary:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}
.hs-blog-post input.hs-button.primary {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-recent-posts__list {
    display: block;
  }
  .post-item .page-center {
    display: block;
  }

}

@media(max-width: 480px){
  .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: #000;
  z-index: -1;
  opacity: 0.1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: #001cff;
  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: #001cff;
}

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

.systems-page form {
  max-width: 500px;
}

.systems-page .hs-form-field {
  margin-bottom: 18px;
}

p.header{
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent;
}

form#email-prefs-form {
  max-width: 100%;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100% !important;
  }
  .systems-page form {
    max-width: 100% !important;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
}