/* ******************************************************************************
*********************************************************************************
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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/FontAwesome5Free-Regular.eot") format("embedded-opentype"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/fa-regular-400.woff2") format("woff2"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/FontAwesome5Free-Regular.woff") format("woff"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/FontAwesome5Free-Regular.ttf") format("truetype"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/FontAwesome5Free-Regular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/fa-solid-900.woff2") format("woff2"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/FontAwesome5Free-Solid.woff") format("woff"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/FontAwesome5Free-Solid.ttf") format("truetype"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/FontAwesome5Free-Solid.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "icomoon";
  src: url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/icomoon.woff") format("woff"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/icomoon.ttf") format("truetype"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "revicons";
  src: url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/revicons.eot") format("embedded-opentype"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/revicons.woff") format("woff"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/revicons.ttf") format("truetype"), 
    url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/revicons.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD-Px3rCs.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/Pioneer_August2020/Fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD-Px3rCs.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: dashicons;
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("../fonts/dashicons.ttf?50db0456fde2a241f005968eede3f987") format("truetype");
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: Montserrat, serif;
  font-size: 18px;
  color: #545454;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: #ffffff;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* Anchor Links */
a {
  color: #6da5bb;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: Montserrat, serif;
  color: #203864;
  word-break: break-word;
}

h1 {
  font-size: 43px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

h3 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-style: italic;
  position: relative;
  margin: 0;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

h5 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

h6 {
  font-size: 11px;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  line-height: 1.5;
  letter-spacing: 0px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

blockquote {
  border-left: 4px solid #65bc7b;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: Montserrat;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  background-color: #f6f6f6;
  border-color: #203864;
}

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

.body-container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1204px) {
  .no-banner .body-wrapper {
    padding-top: 115px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid;
  border-color: #447794 #5088ad #5088ad;
  background-color: #5b9cc7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b9cc7), to(#5088ad));
  background-image: -moz-linear-gradient(top, #5b9cc7, #5088ad);
  background-image: linear-gradient(top, #5b9cc7, #5088ad);
  padding: 8px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  margin: 15px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.hs-button:hover, .hs-button:focus {
  background-color: #33749f;
  border-color: #33749f;
  
  color: #fff;
  background-image: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.hs-button:active {
  background-color: #83c4ef;
  border-color: #83c4ef;
}


.hs-form label {
  font-size: .83rem;
  color: #333333;
  display: block;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  line-height: 22px;
  color: #333;
  font-size: 18px;

}

.hs-error-msgs label,
.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #ffffff;
  display: inline-block;
  background: #d93d3d;
  box-shadow: 0 1px 1px #900;
  padding: 2px 6px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  line-height: 22px;
  font-size: 18px;
  text-align: left;
}

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  transition: background-color .2s;
  -moz-transition: background-color .2s;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #888;
  padding: 7px 5px;
  margin: 2px 0;
}

input[type="password"] {
  height: auto !important;
  margin: 0 !important;
}

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

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


form input:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  box-shadow: 0 2px 4px #ddd;
  background-color: #fffdf3;
  transition: background-color .5s;
  -moz-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
}

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: #888888;
}
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: #888888;
}

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

.hs-form-field {
  margin-bottom: 10px;
}

.hs-error-msgs {
  padding-left: 0;
}

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

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 18px;
  color: #545454;
}
.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: Montserrat, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.custom-header-wrapper {
  position: absolute;
  z-index: 99;
  top: 0;
  display: block;
  width: 100%;
}

.custom-header-top {
  border-bottom: 1px solid transparent;
  border-bottom-color: #203864;
  background-color: #203864;
  color: #747474;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.header-top-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.custom-header-contact {
  display: inline;
  float: left;
  margin-right: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.custom-header-tagline {
  display: inline;
  float: right;
  margin-left: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.custom-header-contact > .hs_cos_wrapper {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 600;
  margin-left: 0px;
  line-height: 44px;
}

.custom-header-contact a {
  color: #ffffff;
}

.custom-header-tagline p {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 400;
  padding-right: 20px;
  text-transform: uppercase;
  float: right;
}

.custom-header-bottom {
  max-height: 75px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  border-bottom: 1px solid transparent;
  border-bottom-color: #203864;
  background-color: rgba(121,135,163,0.99);
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.custom-header-bottom .header-bottom-inner {
  padding-top: 18px;
  max-width: 100%;
  margin-bottom: -4px;
}

.custom-logo {
  float: left;
  max-width: 420px;
  position: relative;
  width: 100%;
}

.custom-logo > .hs_cos_wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.custom-logo .logo-items {
  flex: 0 1 auto;
  margin: 0 0.5rem;
}

.custom-logo .logo-items:first-child {
  margin-left: 0;
}

.custom-menu-primary {
  display: block;
  float: right;
  z-index: 200;
  overflow: hidden;
}

.custom-menu-primary .navigation-primary > ul {
  color: #747474;
  display: block;
  font-size: 14px;
  left: auto;
  line-height: 1;
}

.custom-menu-primary .navigation-primary > ul > li:not(.search) {
  margin: 0 30px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: relative;
  float: left;
}

.custom-menu-primary .navigation-primary > ul > li.has-submenu {
  position: static;
}

.custom-menu-primary .navigation-primary > ul > li:not(.search) > a {
  position: relative;
  font-weight: normal;
  outline: none;
  text-align: left;
  line-height: 30px;
  height: 30px;
  padding: 0px 10px 50px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  font-size: 18px;
}

.custom-menu-primary .navigation-primary > ul > li:not(.search) > a > .mega-indicator {
  display: inline;
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

.custom-menu-primary .navigation-primary > ul > li:not(.search) > a > .mega-indicator:after {
  content: '\f140';
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 1.5px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

.custom-menu-primary .navigation-primary > ul > li:not(.search) > a:hover {
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.64);
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

.custom-menu-primary .navigation-primary > ul > li > ul {
  top: auto;
  line-height: 1;
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
  border-radius: 0;
  background: #fff;
  border-top: 3px solid #6da5bb;
  border-left: 0px solid #6da5bb;
  border-right: 0px solid #6da5bb;
  border-bottom: 4px solid #6da5bb;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  max-width: none;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  left: 0;
}

.custom-menu-primary .navigation-primary > ul > li.search {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  float: right;
  padding-right: 20px;
  font-size: 18px;
}

.custom-menu-primary .navigation-primary > ul > li.search > a {
  display: block;
  box-sizing: content-box;
  font-family: icomoon;
  cursor: pointer;
  color: #ffffff;
}

.custom-menu-primary .navigation-primary > ul > li.search > a:after {
  border-radius: 50% 50% 50% 50%;
  content: "\f002";
}

.custom-menu-primary .navigation-primary > ul > li.search > a > span {
  display: none;
}

.custom-menu-primary .navigation-primary > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.custom-menu-primary .navigation-primary > ul > li > ul > li {
  display: block;
  width: 100%;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:first-child > ul > li,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:first-child > ul > li {
  width: 50%;
  float: left;
  min-height: 1px;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:first-child > ul > li > a,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:first-child > ul > li > a {
  padding: 15px 15px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  color: #747474;
}

li.blank > a {
  display: none;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:first-child > ul > li > a > span,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:first-child > ul > li > a > span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:nth-child(2) > ul > li,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li {
  width: 25%;
  float: left;
  min-height: 1px;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:nth-child(2) > ul > li:last-child,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:last-child {
  width: 50%;
  background: #a8a9ab;
}

.custom-menu-primary .navigation-primary > ul > li > ul > li > ul:after, 
.custom-menu-primary .navigation-primary > ul > li > ul > li > ul:before {
  content: '';
  display: table;
}

.custom-menu-primary .navigation-primary > ul > li > ul > li > ul:after {
  clear: both;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:nth-child(2) > ul > li:first-child,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:first-child {
  background: #6da5bc;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:nth-child(2) > ul > li:nth-child(2),
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(2) {
  background: #1f3864;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:first-child > ul,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:first-child > ul {
  background: #eaeaea;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:nth-child(2) > ul > li > a,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li > a {
  text-align: center;
  color: #ffffff;
  display: block;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li {
  float: left;
  min-height: 1px;
  width: 16.66667%;
  padding-left: 60px;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li > ul > li {
  padding: 15px 15px 15px 15px;
  width: 100%;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li:first-child > a,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li > ul > li:first-child > a {
  display: block;
  box-sizing: content-box;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li:first-child > a > span,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li > ul > li:first-child > a > span {
  display: none;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li:nth-child(2) > a,
.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li:last-child > a,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li > ul > li:nth-child(2) > a,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li > ul > li:last-child > a {
  margin-bottom: 10px;
  margin-top: 1em;
  font-weight: 700;
  display: block;
  box-sizing: content-box;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li:last-child > ul > li,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li > ul > li:last-child > ul > li {
  display: block;
  padding: 4px 0 10px;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li:nth-child(4) {
  border-left: 1px solid rgb(216, 216, 216);
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul:after, 
.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul:before {
  content: '';
  display: table;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul:after {
  clear: both;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > li {
  width: 16.66667%;
  float: left;
  min-height: 1px;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > li > ul > li {
  padding: 0 15px 15px;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > li > ul > li:first-child > a {
  display: block;
  box-sizing: content-box;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > li > ul > li:first-child > a > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding-top: 20px;
  max-width: 100%;
  height: auto;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > li > ul > li:last-child > a {
  display: block;
  box-sizing: content-box;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #6da5bb;
  color: #ffffff;
  text-align: center;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > li > ul > li:last-child > a:hover {
  background: #203864;
  color: #ffffff;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > li > ul > li:first-child > a > span {
  display: none;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(3) > ul > li > ul > li:first-child > a:hover > img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li > ul {
  display: block;
  width: 100%;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li > ul:after, 
.custom-menu-primary .navigation-primary > ul > li.support > ul > li > ul:before {
  content: '';
  display: table;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li > ul:after {
  clear: both;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li {
  width: 33.33333%;
  float: left;
  min-height: 1px;
  padding: 15px 15px 15px 15px;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li.olympia {
  background: #6da5bc;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li.pioneer {
  background: #1f3864;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li.central-brass {
  background: #a8a9ab;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li > a {
  text-align: center;
  color: #ffffff;
  display: block;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 1em;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li > a:after {
  font-style: italic;
  display: block;
  margin: 14px 0 10px;
  font-size: 14px;
  line-height: 1;
  font-family: Montserrat;
  font-weight: 400;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li:first-child > a:after {content: 'Builder Grade';}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li > a > span {
  font-weight: 700;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li:nth-child(2) > a:after {
  content: 'Premium';
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:first-child > ul > li:nth-child(3) > a:after {
  content: 'Professional Grade';
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:last-child > ul > li {
  float: left;
  min-height: 1px;
  width: 33.33333%;
  padding: 15px 15px 15px 95px;
  line-height: 28px;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:last-child > ul > li > a {
  letter-spacing: 1px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #555;
  font-weight: bold;
  line-height: 2;
  cursor: text;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:last-child > ul > li > ul > li > a {
  display: block;
  box-sizing: content-box;
  color: #6da5bb;
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:last-child > ul > li > ul > li > a:hover {
  color: rgb(109, 165, 187);
}

.custom-menu-primary .navigation-primary > ul > li.support > ul > li:last-child > ul > li:last-child > ul > li:not(:last-child) > a {
  color: #747474;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li:last-child > ul > li > a,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li > ul > li:last-child > ul > li > a {
  display: block;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li:not(:first-child):not(:last-child) > ul,
.custom-menu-primary .navigation-primary > ul > li:nth-child(2) > ul > li:last-child > ul > li > ul > li:not(:first-child):not(:last-child) > ul {
  border-bottom: 1px solid rgb(216, 216, 216);
  padding-bottom: 8px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(1) > ul > li:last-child > ul > li > ul > li:nth-child(2) > ul > li {
  display: block;
  padding: 4px 0 10px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(1) > ul > li:last-child > ul > li > ul > li:nth-child(2) {
  padding-bottom: 0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(1) > ul > li:last-child > ul > li > ul > li:not(:first-child):not(:last-child) {
  position: relative;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li > ul > li:nth-child(3) > a {
  margin-top: 3px;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(1) > ul > li:last-child > ul > li:last-child > ul > li:nth-child(3) > a {
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
  box-sizing: content-box;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  border-top: 1px solid #d8d8d8;
  margin: 0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(1)>ul>li:last-child>ul>li:last-child>ul>li:nth-child(3) {
  padding-top: 8px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(1)>ul>li:last-child>ul>li:last-child>ul>li:nth-child(3)>a>span {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(1)>ul>li:last-child>ul>li:last-child>ul>li:last-child {
  padding-top: 0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(1)>ul>li:last-child>ul>li:last-child>ul>li:last-child>a {
  margin-top: 3px;
}

.custom-logo .logo-items:last-child {
  margin-right: 0;
}

.mobile-menu-icons {
  position: relative;
  top: 0;
  right: 0;
  vertical-align: middle;
  text-align: right;
}

.mobile-menu-icons a {
  float: right;
  font-size: 21px;
  margin-left: 20px;
}

[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mobile-menu-icons a {
  color: #ffffff;
}

.mobile-icon-bars:before {
  content: "\f0c9";
}

.mobile-icon-search:before {
  content: "\f002";
}

.mobile-menu-icons a:hover,
.mobile-menu-icons a:focus {
  color: #fff;
}

.custom-lp-header .custom-header-bottom {
  max-height: none;
}

.custom-lp-header .custom-header-bottom .header-bottom-inner {
  margin-bottom: 0;
  padding-bottom: 14px;
}

.custom-menu-primary .navigation-primary>ul>li.search>a:hover:after {
  color: #5ebed6;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.potfillers>a, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.pre-rinse>a {
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
  box-sizing: content-box;
  border-top: 1px solid #d8d8d8;
  padding: 10px 0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.potfillers>a, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.pre-rinse>a {
  margin-top: 0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.potfillers, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.pre-rinse,
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.service-sink {
  padding-top: 0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.bar-faucets, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.bar-and-laundry {
  padding-bottom: 8px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.potfillers>a>span, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.pre-rinse>a>span, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.service-sink > a> span {
  padding-top: 8px;
  display: block;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(5)>ul>li.potfillers, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.pre-rinse {
  padding-bottom: 0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(5)>ul>li.potfillers>a, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.pre-rinse>a {
  margin-bottom: 8px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.service-sink > a {
  border-top: 1px solid #d8d8d8;
  margin-top: 0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li.service-sink > a>span {
  padding-top: 18px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(1)>ul>li:last-child>ul>li>ul>li:first-child>a>img, 
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child>ul>li>ul>li:first-child>a>img {
  transform: translateZ(0);
}

/* ================================ Media queries ========================== */
@media (min-width: 521px) {
  .custom-logo {
    top: -5px;
  }
  .mobile-menu-icons {
    top: 2px;
  }
}

@media (min-width: 801px) {
  .custom-logo {
    top: -18px;
  }
  .mobile-menu-icons {
    top: -10px;
  }
}

@media (min-width: 1204px) {
  .custom-logo {
    max-width: 30vw;
    top: 1px;
  }
  .custom-menu-primary {
    padding-top: 1px;
  }
  .custom-menu-primary .navigation-primary > ul > li:not(.search) > a {
    font-size: 15px;
  }
  .custom-menu-primary .navigation-primary > ul > li.search {
    top: 5px;
  }
  .mobile-menu-icons,
  .custom-mobile-menu,
  .fusion-mobile-menu-search {
    display: none !important;
  }

  .custom-lp-header .custom-header-bottom {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .sticky .custom-header-bottom {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 0;
    max-height: 68px;
  }

  .fusion-custom-menu-item-contents {
    position: absolute;
    left: 14px;
    right: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in;
    font-family: Montserrat;
    font-weight: 400;
    color: #545454;
    text-align: right;
    border: 1px solid transparent;
    background-color: rgba(32,56,100,0.6);
    border-color: #203864;
    width: calc(100vw - 60px);
    margin: 0;
    padding: 10px;
    top: 77px;
  }

  .open-form .fusion-custom-menu-item-contents {
    opacity: 1;
    visibility: visible;
  }

  .open-form .custom-menu-primary .navigation-primary>ul>li.search>a:after {
    color: #5ebed6;
  }

  .fusion-custom-menu-item-contents form {
    max-width: 100%;
  }

  .searchform .fusion-search-form-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .searchform .fusion-search-form-content .fusion-search-field {
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 14;
  }

  .searchform .fusion-search-form-content .fusion-search-field input {
    padding: 8px 15px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    border: 1px solid #d2d2d2;
    height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    font-size: 13px;
    color: #aaa9a9;
    border-width: 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
    padding-left: 29px;
    max-width: 100%;
  }

  .fusion-live-search .fusion-search-button {
    z-index: 14;
    position: absolute;
  }

  .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    vertical-align: middle;
    outline: 0;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    margin: 0;
    padding: 0;
    background: #000;
    border: none;
    border-radius: 0;
    height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    width: 29px;
    line-height: 29px;
    background-color: transparent;
    font-size: 13px;
    color: #aaa9a9;
    max-width: 100%;
  }

  .searchform .fusion-search-form-content .fusion-search-field input::placeholder {
    color: #aaa9a9;
  }

}

@media (min-width: 1260px) {
  .custom-menu-primary .navigation-primary > ul > li:not(.search) > a {
    font-size: 16px;
  }
}

@media (min-width: 1300px) {
  .custom-menu-primary .navigation-primary > ul > li:not(.search) > a {
    font-size: 17px;
  }
}

@media (min-width: 1350px) {
  .custom-logo {
    max-width: 420px;
  }
  .custom-menu-primary {
    padding-top: 4px;
  }
  .custom-menu-primary .navigation-primary > ul > li:not(.search) > a {
    font-size: 18px;
  }
}
/* =============== */
@media (max-width: 1203px) {
  body.no-banner .body-wrapper:not(.hs-blog-listing):not(.hs-blog-post) .custom-header-wrapper {
    position: relative;
  }

  .cm-desktop {
    display: none;
  }

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

  .fusion-custom-menu-item-contents { 
    display: none !important;
  }

  .custom-header-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .custom-header-contact, 
  .custom-header-tagline {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }

  .custom-header-tagline p {
    float: none;
  }

  .custom-header-contact {
    border-bottom: 1px solid #203864;
  }

  .mobile-menu-icons { 
    display: block;
  }

  .custom-mobile-menu {
    display: none;
    clear: both;
    color: #333;
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: calc(-20px - 0px);
  }

  .custom-mobile-menu .hs-menu-wrapper > ul {
    border: none;
    border-top: 1px solid transparent;
    border-color: #ffffff;
    display: block;
    position: relative;
    z-index: 9;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    padding: 0 12px;
    display: block;
    border-bottom: 1px solid transparent;
    line-height: 45px;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    height: 45px;
    background-color: #6da5bb;
    border-color: #ffffff;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    padding-left: 30px;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    background-color: #203864;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    display: none;
    width: 100%;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a { 
    display: block;
    border-bottom: 1px solid transparent;
    padding: 0 12px;
    color: #ffffff;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0px;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    border-color: #ffffff;
    height: 45px;
    padding-left: 39px;
    background-color: #adacac;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-right: 2px;
  }

  .child-trigger {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    right: 0;
    color: #ffffff;
    padding-right: 35px;
    cursor: pointer;
  }

  .child-trigger:before {
    display: block;
    margin: 0;
    content: "\e61f";
    font-family: icomoon;
  }

  .custom-header-top {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li.active > a {
    background-color: #203864;
  }

  .body-wrapper {
    overflow-x: hidden;
  }

  .fusion-mobile-menu-search {
    display: none;
    margin-top: 15px;
    clear: both;
    width: 100%;
  }

  .fusion-mobile-menu-search .search-form {
    max-width: 100%;
  }

  .searchform .fusion-search-form-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .fusion-live-search .fusion-search-field {
    z-index: 14;
  }

  .searchform .fusion-search-form-content .fusion-search-field {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .searchform .fusion-search-form-content .fusion-search-field input {
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    border: 1px solid #d2d2d2;
    height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    font-size: 13px;
    color: #aaa9a9;
    border-width: 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
    padding-left: 29px;
  }

  .searchform .s::-webkit-input-placeholder {
    color: #aaa9a9;
  }

  .fusion-live-search .fusion-search-button {
    z-index: 14;
    position: absolute;
  }

  .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    outline: 0;
    background: #000;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    width: 29px;
    line-height: 29px;
    background-color: transparent;
    font-size: 13px;
    color: #aaa9a9;
  }

}

@media (max-width: 800px) {
  .custom-header-contact > .hs_cos_wrapper {
    padding: 5px 0px 0px 0px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .custom-header-tagline p {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .custom-header-bottom {
    padding: 0px 10px 10px 10px;
  }

  .custom-header-bottom .header-bottom-inner {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .custom-mobile-menu {
    margin-right: -10px;
  }

  .child-trigger {
    padding-right: 0;
    top: 1px;
    min-width: 47px;
  }

}
.custom-footer-bottom {
  display: block;
  z-index: 10;
  position: relative;
  padding: 30px 30px 16px;
  border-top: 0px solid #4b4c4d;
  background-color: #203864;
}

.footer-bottom-inner {
  padding-left: 150px;
  padding-right: 85px;
  margin: 0 auto;
  zoom: 1;
  max-width: 100%;
}

.custom-footer-bottom .copyright-content {
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
}

.copyright-content p {
  margin: 0;
}

.copyright-content a {
  font-size: 13px;
  color: #ffffff;
}

.copyright-content a:hover {
  color: rgba(255,255,255,0.5);
}

.custom-footer-wrapper {
  font-size: 14px;
  background: #203864;
}

.custom-footer-middle {
  display: block;
  width: 100%;
}

.custom-footer-middle .page-center {
  position: relative;
  max-width: 1250px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
}

.custom-footer-middle .footer-middle-row {
  padding-left: 150px;
  padding-right: 85px;
}

.footer-middle-inner {
  display: block;
  width: 100%;
}

.footer-middle-inner:after, 
.footer-middle-inner:before {
  content: '';
  display: table;
}

.footer-middle-inner:after {
  clear: both;
}

.custom-footer-middle .footer-column {
  position: relative;
  min-height: 1px;
}

.custom-footer-middle .footer-column:nth-child(4n + 1) {
  clear: both;
}

.custom-footer-contact > .hs_cos_wrapper {
  display: block;
  padding: 35px 0px 0px 0px;
}

.custom-footer-middle .footer-column h4 {
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0px;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5;
  margin-top: 0;
}

.custom-footer-contact p {
  margin: 1em 0;
}

.custom-footer-contact a {
  font-size: 13px;
  color: #ffffff;
}

.custom-footer-menu .footer-menu-inner {
  display: block;
  margin-top: 36px;
  padding: 0px 0px 0px 50px;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  font-size: 18px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
  border: none;
  padding: 3px;
  border-color: #505152;
  color: #ffffff;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:first-child {
  padding-top: 0;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-size: 13px;
  color: #ffffff;
  display: block;
  position: relative;
}

.fusion-social-networks {
  overflow: hidden;
}

.custom-social-share .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: 0 -3.5px;
}

[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-tooltip {
  cursor: pointer;
}

.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  line-height: 1;
}

.fusion-social-networks.boxed-icons a {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 0 5px 10px;
  padding: 8px;
  background-color: #46494a;
  border-radius: 3px;
  background-clip: inherit;
  border: 1px solid #46494a;
  color: #fff;
  text-decoration: none;
}

.custom-social-share .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  width: 36px;
}

.custom-social-share .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 0 3.5px 10px;
  border-radius: 100px;
  padding: 8px;
  font-size: 18px;
  color: rgb(32, 56, 100);
  background-color: #ffffff;
  border-color: #ffffff;
}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.custom-social-share .fusion-social-networks.boxed-icons .fusion-social-network-icon img {
  width: 114px;
}

.custom-social-share .fusion-social-networks-wrapper a::before {
  display: block;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.fusion-icon-facebook:before {
  content: "\e604";
}

.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-icon-instagram:before {
  content: "\ea92";
}

.fusion-icon-pinterest:before {
  content: "\e602";
}

.fusion-icon-linkedin:before {
  content: "\e60f";
}

.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: .8;
}

.footer-column .social-icon-inner {
  padding: 35px;
}

.custom-footer-top {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #203864;
}

.custom-footer-top .page-center {
  padding-top: 20px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 10;
  max-width: 1100px;
}

.custom-footer-top .footer-button-column {
  position: relative;
  float: left;
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.custom-footer-top .footer-button-column:last-child {
  margin-left: 0;
  margin-right: 0;
}

.custom-footer-top .footer-button-column > .hs_cos_wrapper {
  display: block;
  text-align: center;
}

.custom-footer-top a {
  display: inline-block;
  position: relative;
  zoom: 1; border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 0px;
  border-style: solid;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline: 0;
}

.custom-footer-top a span {
  line-height: 1.5;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.button-icon-right {
  margin-left: 7px;
}

.custom-footer-top a i {
  font-size: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #ffffff;
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-cog:before {
  content: "\f013";
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-exclamation:before {
  content: "\f12a";
}

.custom-footer-top a:hover i, .custom-footer-top a:hover span {
  color: rgba(255,255,255,0.65);
}

/* tooltip css */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
}

.tooltip.in {
  opacity: .9;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33,33,33,.97);
  border-radius: 4px;
  background-clip: padding-box;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97);
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97);
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97);
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33,33,33,.97);
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33,33,33,.97);
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97);
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97);
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97);
}

#toTop {
  background-color: #333;
  bottom: 0;
  display: none;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  transition: all .2s ease-in-out 0s;
  line-height: 1;
  right: 75px;
  border-radius: 4px 4px 0 0;
}

#toTop:before {
  line-height: 35px;
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}

#toTop:hover {
  background-color: #203864;
}

/* =================================== Media queries ==================================== */
@media (min-width: 801px) {
  .custom-social-share .fusion-social-networks-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 801px) {
  .custom-footer-middle .footer-column {
    width: 25%;
    float: left;
  }
}

/* ============== */
@media (max-width: 1203px) {
  .custom-footer-middle .footer-middle-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 956px) {
  .custom-footer-menu .footer-menu-inner, 
  .footer-column .social-icon-inner {
    padding-left: 0;
  }
}

@media (max-width: 800px) {
  .custom-footer-wrapper {
    text-align: center;
  }

  .custom-footer-middle .footer-column:not(:last-child) {
    margin: 0 0 50px;
  }

  .custom-footer-top .footer-button-column {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .custom-footer-top a {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  
  #toTop {
    display: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #545454;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: #5b9cc7;
}
.comment-date {
  display: block !important;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ======================================================================== */
.hs-blog-listing .body-container-wrapper {
  padding-top: 20px;
}

.hs-banner-area {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blog-banner {
  background-image: url(https://8103370.fs1.hubspotusercontent-na2.net/hubfs/8103370/raw_assets/public/Pioneer_August2020_Theme/images/Pioneer-Blog.jpg);
  margin-left: -30px;
  margin-right: -30px;
}

.banner-inner {
  background-color: rgba(0,0,0,0.35);
  margin-bottom: 30px;
  padding-top: 10%;
  padding-bottom: 7%;
}

.custom-blog-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.hs-banner-area h1 {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  text-align: center; 
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-top: 80px;
  color: #ffffff;
  font-size: 2.6em;
  line-height: 1.4;
  margin: 0;
}

.custom-blog-listing-top {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-blog-top-text {
  width: calc(66.66% - ( ( 4% + 4% ) * 0.6666 ) );
  margin: 0 auto 20px;
  position: relative;
}

.custom-blog-top-text h2 {
  color: #203864;
  letter-spacing: 0.01em;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.custom-blog-top-text h3 {
  margin-top: 0.05em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  font-style: italic;
  font-family: Raleway;
  font-weight: 400;
  font-size: 32px;
  color: #203864;
  line-height: 1.5;
  text-align: center;
}

.custom-blog-top-text p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.fusion-sep-clear {
  clear: both;
  display: block;
  height: 2px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 11px;
  padding-bottom: 11px;
}

.custom-blog-top-links {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-top-links-inner {
  position: relative;
  z-index: 10;
  width: 100%;
}

.blog-top-links-inner:after, .blog-top-links-inner:before {content: '';display: table;}

.blog-top-links-inner:after {
  clear: both;
}

.custom-blog-top-links .blog-links-column {
  position: relative;
  float: left;
  width: calc(33.33% - ( ( 0px + 0px ) * 0.3333 ) );
  margin-bottom: 20px;
}

.blog-links-column .fusion-text {
  position: relative;
  z-index: 3;
  padding: 20px 0px;
  height: auto;
}

.blog-links-column:first-child .fusion-text {
  background-color: #6da5bb;
}

.blog-links-column .fusion-text p {
  color: #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}

bold, strong {
  font-weight: 700;
}

.blog-links-column:nth-child(2) .fusion-text {
  background-color: #203864;
}

.blog-links-column:nth-child(3) .fusion-text {
  background-color: #a8a9ab;
}

.custom-blog-main-content {
  position: relative;
  margin-top: 30px;
}

.custom-blog-main-content .blog-sidebar {
  position: relative;
  float: left;
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin-right: 4%;
}

.custom-blog-main-content .blog-index {
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  float: left;
}

.custom-blog-main-content:after, .custom-blog-main-content:before {content: '';display: table;}

.custom-blog-main-content:after {
  clear: both;
}

.blog-listing-wrapper > .post-listing {
  position: relative;
  margin: -20px -20px 0px;
}

.blog-listing-wrapper > .post-listing > .post-item {
  width: 33.33333333%;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px;
}

.post-listing:after, .post-listing:before {content: '';display: table;}

.post-listing:after {
  clear: both;
}

.post-item .post-wrapper {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255,255,255,0);
  border: 1px solid #ebeaea;
  border-bottom-width: 3px;
}

.post-wrapper .fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.post-wrapper .fusion-image-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.post-wrapper .post-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  background-color: #f8f8f9;
}

.post-wrapper .post-content-wrapper h2 {
  background: #6da5bb;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 22px;
  line-height: 1.5;
}

.post-wrapper .post-content-wrapper h2 a {
  color: #ffffff;
}

.post-wrapper .post-content-wrapper .post-content-container p {
  padding: 10px;
  margin-bottom: 0;
}

.post-wrapper .post-content-wrapper .post-content-container {
  text-align: center;
}

/* blog sidebar */
.blog-site-search {
  margin-bottom: 45px;
  position: relative;
}

.blog-site-search form {
  max-width: 100%;
  position: relative;
}

.blog-site-search form .hs-search-field__input {
  vertical-align: middle;
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 8px 15px;
  border: 1px solid #d2d2d2;
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  font-size: 13px;
  color: #aaa9a9;
  border-width: 1px;
  border-color: #d2d2d2;
  border-radius: 0px;
  padding-left: 29px;
}

.blog-site-search form .hs-search-field__input::placeholder {
  color: #aaa9a9;
}

.blog-site-search 
button {
  position: absolute;
  z-index: 14;
  left: 0;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  width: 29px;
  line-height: 29px;
  background: transparent;
  -webkit-appearance: none;
  border: none;
  font-size: 13px;
  color: #aaa9a9;
}

.blog-site-search button svg {
  display: none;
}

.blog-site-search button:before {
  content: '';
}

.blog-sidebar-topic-filter {
  display: block;
  margin-bottom: 45px;
  position: relative;
}

.blog-sidebar-topic-filter h3 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: .05em;
  font-style: normal;
  font-size: 18px;
  color: #203864;
  line-height: 1.5;
}

.blog-sidebar-topic-filter h3:after {
  content: none;
}

.blog-sidebar-topic-filter .l_tinynav1 {
  display: none;
}

.blog-sidebar-topic-filter select {
  vertical-align: middle;
  border-style: solid;
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  font-size: 13px;
  color: #aaa9a9;
  border-width: 1px;
  border-color: #d2d2d2;
  border-radius: 0px;
  width: 100%;
  outline: 0;
}

.blog-recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-recent-posts ul > li {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  position: relative;
  border-color: #6da5bb;
}

.blog-recent-posts ul > li:first-child {
  padding-top: 0;
}

.blog-recent-posts ul > li > a {
  display: inline;
  color: #6da5bb;
}

.blog-recent-posts ul > li > a:hover {
  color: #203864;
}

.blog-recent-posts ul > li > .post-date {
  display: block;
  font-size: 12px;
}

/* blog post */
.hs-blog-post .blog-banner {
  margin: 0;
}

.body-wrapper.hs-blog-post {
  padding-top: 115px;
}

.custom-main-content-wrapper {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
}

.custom-main-content-wrapper .content-wrapper {
  max-width: 1200px;
}

.custom-main-content-wrapper  .blog-post {
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 2%;
  padding-left: 2%;
}

.custom-main-content-wrapper .blog-post .post-image-wrapper img {
  width: 100%;
  vertical-align: top;
}

.blog-post__body {
  margin-top: 30px;
}

.blog-comments {
  max-width: 100%;
}

.post-meta-info {
  font-size: 12px;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  border-color: #6da5bb;
}

.post-meta-info a {
  color: #6da5bb;
}

.post-meta-info a:hover {
  color: #203864;
}

.post-social-share-box {
  background-color: #f6f6f6;
  padding: 20px;
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 60px;
}

.post-social-share-box h4 {
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: .05em;
  font-style: normal;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  line-height: 1.5;
}

.post-social-share-box .fusion-social-networks {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.post-social-share-box .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px;
}

.post-social-share-box .fusion-social-networks .fusion-social-networks-wrapper a {
  display: inline-block;
  margin: 0 10px 10px;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: none;
  color: #bebdbd;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.fusion-icon-reddit:before {
  content: "\e60d";
}

.fusion-icon-whatsapp:before {
  content: "\f232";
}

.fusion-icon-tumblr:before {
  content: "\e613";
}

.fusion-icon-pinterest:before {
  content: "\e602";
}

.fusion-icon-vk:before {
  content: "\f189";
}

.fusion-icon-mail:before {
  content: "\e616";
}

.custom-related-posts-wrapper {
  margin-top: 55px;
  display: block;
}

.custom-related-posts-wrapper h3 {
  font-family: Montserrat;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  color: #203864;
  line-height: 1.5;
  margin: 0px;
}

.custom-related-posts-wrapper h3:after {
  content: none;
}

div {}

.related-posts-inner {
  position: relative;
  margin-left: -44px;
  padding: 8px 0;
  overflow: hidden;
}

.related-posts-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.related-posts-inner ul li {
  display: block;
  float: left;
  padding: 0;
  margin-left: 44px;
  width: 15.8%;
}

.related-posts-inner ul:after, 
.related-posts-inner ul:before {
  content: '';
  display: table;
}

.related-posts-inner ul:after {
  clear: both;
}

.related-posts-item-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: normal;
  text-align: center;
}

.related-posts-item-wrapper .image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  max-width: 100%;
}

.related-posts-item-wrapper .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.related-posts-item-wrapper .related-posts-title {
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  font-style: normal;
  font-size: 18px;
  color: #203864;
  margin: 15px 0 3px;
  text-align: left;
}

.related-posts-item-wrapper .related-posts-title a {
  color: #6da5bb;
}

.related-posts-item-wrapper .related-posts-title a:hover {
  color: #203864;
}

.related-posts-item-wrapper .related-posts-carousel-meta {
  line-height: 1.5;
  font-size: 12px;
  text-align: left;
}

.custom-blog-top-text h3:after {
  position: absolute;
  content: '';
  height: 2px;
  margin: 2em auto;
  left: 0;
  right: 0;
  width: 100px;
  background: #7fa8bc;
}

.blog-site-search form .hs-search-field__input:focus {
  box-shadow: none;
}

.hs-blog-listing .body-container-wrapper.topic-page {
  padding-top: 0;
}

.topic-page .custom-blog-main-content .blog-index {
  width: 100%;
  float: none;
}

/* ============================ slider css ========================== */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: '←';
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  content: '→';
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/* ================================== slider css end ============================= */

.slick-prev, .slick-next {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background-color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  background-color: rgba(0,0,0,0.6);
  width: 30px;
  height: 30px;
  margin-top: calc((30px)/ -2);
  transform: none;
}

.slick-prev {
  left: 0;
  margin-left: 44px;
}

button.slick-next {
  right: 0!important;
}

.slick-prev:before {
  color: #fff;
  font-family: icomoon;
  display: block;
  position: relative;
  content: "\f104";
  line-height: 30px;
  font-size: 14px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: rgba(0,0,0,0.7);
  opacity: 1;
}

.slick-next:before {
  color: #fff;
  font-family: icomoon;
  display: block;
  position: relative;
  content: "\f105";
  line-height: 30px;
  font-size: 14px;
}

.blog-pagination{
  display: block;
}
.blog-pagination .no-post{
  display: none;
}

/* ========================================= Media queries ============================================== */
@media (max-width: 800px) {
  .hs-banner-area h1 {
    font-size: 46.7757px;
  }

  .custom-blog-title {
    padding-top: 8%;
  }

  .custom-blog-top-text {
    width: 100%;
    padding-bottom: 21px;
  }

  .custom-blog-listing-top {
    padding-top: 20px;
  }

  .custom-blog-top-links .blog-links-column {
    width: 100%;
  }

  .custom-blog-main-content .blog-sidebar {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .custom-blog-main-content .blog-index {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-listing-wrapper > .post-listing > .post-item {
    width: 50%;
  }

  .post-wrapper .post-content-wrapper .post-content-container {
    margin-bottom: 20px;
  }

  .hs-blog-post .custom-blog-title {
    padding: 0;
  }

  .post-social-share-box {
    height: auto;
  }

}

@media (max-width: 712px) {
  .blog-listing-wrapper > .post-listing > .post-item {
    width: 100%;
  }

  .hs-banner-area h1 {
    font-size: 44.1027px;
  }

  .custom-blog-top-text h2 {
    font-size: 34.774px;
  }

  .custom-blog-top-text h3 {
    font-size: 31.3189px;
  }
}

@media (max-width: 640px) {
  .post-social-share-box h4 {
    display: block;
    float: none;
    line-height: 20px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .post-social-share-box .fusion-social-networks {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}


@media (max-width: 479px) {
  .hs-banner-area h1 {
    font-size: 39.024px;
  }

  .custom-blog-top-text h2 {
    font-size: 32.4655px;
  }

  .custom-blog-top-text h3 {
    font-size: 30.0364px;
  }

  .custom-blog-listing-top {
    padding-top: 21px;
  }
}

@media (max-width: 321px) {
  .hs-banner-area h1 {
    font-size:35.1117px;
  }

  .custom-blog-top-text h2 {
    font-size:30.6871px;
  }

  .custom-blog-top-text h3 {
    font-size:29.0484px
  }
}
/* ******************************************************************************
*********************************************************************************
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: Montserrat, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs_cos_wrapper_type_email_subscriptions form {
  max-width: 100%;
}
.systems-page .hs-membership-global-error.hs-error-msg {
  display: none;
}
@media (max-width: 767px) {
  .systems-page h1 {
    font-size: 29px;
  }

  .systems-page h2 {
    font-size: 20px;
  }
  .systems-page .success {
    min-width: 100%; 
  }
}